1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00
FFmpeg/libavformat
Ronak Patel 223d2bde22 Improve hls VOD mode hls performance problem.
This fixes the creation of the hls manifest in hlsenc.c by writing the
entire manifest at the end for VOD playlists. Live & Event Playlists are unaffected.
This also fixes the behavior with HLS_TEMP_FILE to work correctly when
-hlsflags temp_file is specified, instead of always relying on use_rename, which caused these problems.

Files that would previously take over a week to fragment now take
1 minute on the same hardware. This was a 153 hour audio file (2.2GB of audio).

Signed-off-by: Ronak Patel <ronak2121@yahoo.com>
2018-08-19 09:57:44 +08:00
..
tests
.gitignore
3dostr.c
4xm.c
a64.c
aacdec.c
aadec.c aadec: improve seeking in mp3 content 2018-07-14 19:04:48 +02:00
ac3dec.c
acm.c
act.c
adp.c
ads.c
adtsenc.c
adxdec.c
aea.c
afc.c
aiff.h
aiffdec.c
aiffenc.c
aixdec.c
allformats.c lavf/img2dec: Auto-detect xwd images. 2018-05-25 20:06:34 +02:00
amr.c lavf/amr: Fix heuristic to avoid detection of repeated bytes. 2018-06-26 23:04:43 +02:00
anm.c
apc.c
ape.c
apetag.c
apetag.h
apngdec.c avformat/apngdec: set pts to AV_NOPTS_VALUE 2018-07-02 11:58:08 +02:00
apngenc.c
aptxdec.c
aqtitledec.c
asf.c
asf.h
asfcrypt.c
asfcrypt.h
asfdec_f.c
asfdec_o.c avformat/asfdec_o: Check size_bmp more fully 2018-07-05 19:52:42 +02:00
asfenc.c
assdec.c
assenc.c
ast.c
ast.h
astdec.c
astenc.c
async.c
au.c
audiointerleave.c
audiointerleave.h
av1.c avformat/av1: filter out tile list OBUs from samples 2018-08-17 15:26:05 -03:00
av1.h avformat/movenc: add support for AV1 streams 2018-07-20 12:00:32 -03:00
avc.c
avc.h
avformat.h avformat: deprecate unused MP4A_LATM flag 2018-06-13 10:24:33 +05:30
avformatres.rc
avi.h
avidec.c
avienc.c
avio_internal.h
avio.c avformat/avio: make the logic simple 2018-05-06 15:07:28 +08:00
avio.h
aviobuf.c lavf/aviobuf: Increase Statistics verbosity to AV_LOG_VERBOSE. 2018-06-16 02:37:09 +02:00
avisynth.c
avlanguage.c
avlanguage.h
avr.c
avs.c avformat/avs: add descriptive name and url 2018-08-02 10:53:03 +05:30
bethsoftvid.c
bfi.c
bink.c avformat/bink: move code for skipping unknown fields to correct place 2018-07-22 10:03:56 +02:00
bintext.c avformat/bintext: Reduce detection for random .bin files as it more likely is not a multimedia related file 2018-05-22 21:05:45 +02:00
bit.c
bluray.c lavf/bluray: translate a read of 0 to EOF 2018-05-06 18:51:33 +03:00
bmv.c
boadec.c
brstm.c
c93.c
cache.c
caf.c
caf.h
cafdec.c
cafenc.c
cavsvideodec.c
cdg.c
cdxl.c
chromaprint.c
cinedec.c
codec2.c
concat.c
concatdec.c
crcenc.c
crypto.c
cutils.c
dash.c
dash.h
dashdec.c avformat/dashdec: Fix strlen(rep_id_val) with it being NULL 2018-08-19 02:47:33 +02:00
dashenc.c libavformat/dashenc: Fix relative URI of HLS master playlist 2018-07-30 11:09:54 +05:30
data_uri.c
dauddec.c
daudenc.c
dcstr.c
dfa.c
diracdec.c
dnxhddec.c
dsfdec.c avformat/dsfdec: fix calculation of size of data chunk 2018-04-22 13:14:26 +02:00
dsicin.c
dss.c
dtsdec.c
dtshddec.c
dump.c avformat/mpegts: tag video streams with still images 2018-05-17 12:03:22 -07:00
dv.c
dv.h
dvbsub.c
dvbtxt.c
dvenc.c
dxa.c
eacdata.c
electronicarts.c
epafdec.c
ffmeta.h
ffmetadec.c
ffmetaenc.c
fifo_test.c
fifo.c
file_open.c
file.c
filmstripdec.c
filmstripenc.c
fitsdec.c
fitsenc.c
flac_picture.c
flac_picture.h
flacdec.c
flacenc_header.c
flacenc.c
flacenc.h
flic.c
flv.h
flvdec.c avformat/flvdec: add flv_full_metadata option into flvdec 2018-08-07 15:51:36 +08:00
flvenc.c avformat/flvenc: Check audio packet size 2018-08-04 16:17:01 +02:00
format.c lavf/format: Remove the dead code in av_probe_input_buffer2. 2018-05-06 15:07:28 +08:00
framecrcenc.c
framehash.c
frmdec.c
fsb.c
ftp.c
g722.c
g723_1.c
g726.c
g729dec.c
gdv.c
genh.c
gif.c
gifdec.c
golomb_tab.c
gopher.c
gsmdec.c
gxf.c
gxf.h
gxfenc.c
h261dec.c
h263dec.c
h264dec.c
hashenc.c
hdsenc.c
hevc.c
hevc.h
hevcdec.c
hls.c avformat/hls: fix seeking around EVENT playlist after media sequence changes 2018-05-16 10:19:34 -07:00
hlsenc.c Improve hls VOD mode hls performance problem. 2018-08-19 09:57:44 +08:00
hlsplaylist.c
hlsplaylist.h
hlsproto.c
hnm.c
http.c lavf/http: use AV_OPT_FLAG_DEPRECATED for user-agent option 2018-04-26 19:50:29 +02:00
http.h
httpauth.c
httpauth.h
icecast.c lavf/icecast: Replace the number by macro for bprint init 2018-06-17 09:59:33 +08:00
icodec.c
icoenc.c
id3v1.c
id3v1.h
id3v2.c
id3v2.h
id3v2enc.c
idcin.c
idroqdec.c
idroqenc.c
iff.c
ilbc.c
img2_alias_pix.c
img2_brender_pix.c
img2.c
img2.h
img2dec.c lavf/img2dec: Auto-detect xwd images. 2018-05-25 20:06:34 +02:00
img2enc.c
ingenientdec.c
internal.h avformat/utils: function to get the formatted ntp time 2018-05-29 09:31:29 +05:30
ipmovie.c
ircam.c
ircam.h
ircamdec.c
ircamenc.c
isom.c avformat/mov: add support for AV1 streams 2018-07-20 11:43:25 -03:00
isom.h lavf/isom: Make auxiliary_offsets consistently uint64_t. 2018-07-25 20:06:04 +02:00
iss.c
iv8.c
ivfdec.c
ivfenc.c
jacosubdec.c
jacosubenc.c
jvdec.c
latmenc.c
libavformat.v
libgme.c
libmodplug.c
libopenmpt.c
librtmp.c avformat/librtmp: fix returning EOF from Read/Write 2018-07-28 01:04:38 +02:00
libsmbclient.c
libsrt.c
libssh.c lavf/libssh: translate a read of 0 to EOF 2018-05-28 20:33:50 +03:00
lmlm4.c
loasdec.c
log2_tab.c
lrc.c
lrc.h
lrcdec.c
lrcenc.c
lvfdec.c
lxfdec.c
m4vdec.c avformat/m4vdec: Use the same constant names as libavcodec 2018-04-30 20:39:56 +02:00
Makefile avformat/movenc: add support for AV1 streams 2018-07-20 12:00:32 -03:00
matroska.c
matroska.h
matroskadec.c avformat/av1: update ff_isom_write_av1c() to the latest revision of the spec 2018-08-17 15:09:02 -03:00
matroskaenc.c avformat/matroskaenc: filter and reorder AV1 OBUs 2018-08-02 12:41:55 -03:00
md5proto.c
metadata.c
metadata.h
mgsts.c
microdvddec.c
microdvdenc.c
mj2kdec.c
mkvtimestamp_v2.c
mlpdec.c
mlvdec.c avformat/mlvdec: read_string() received unsigned size, make the argument unsigned 2018-08-17 21:53:13 +02:00
mm.c
mmf.c
mms.c avformat/mms: Add missing chunksize check 2018-07-06 12:36:09 +02:00
mms.h
mmsh.c
mmst.c
mov_chan.c
mov_chan.h
mov_esds.c
mov.c avformat/av1: update ff_isom_write_av1c() to the latest revision of the spec 2018-08-17 15:09:02 -03:00
movenc.c avformat/av1: update ff_isom_write_av1c() to the latest revision of the spec 2018-08-17 15:09:02 -03:00
movenc.h avformat/movenc: allow hdlr name field to be empty 2018-06-21 11:33:00 +05:30
movenccenc.c
movenccenc.h
movenchint.c
mp3dec.c avformat/mp3dec: require 90% of a file to be mp3 if only 1 mp3 frame is found in sequence 2018-05-20 13:17:36 +02:00
mp3enc.c
mpc8.c
mpc.c
mpeg.c avformat: correct fdebug loglevel 2018-08-14 22:06:30 +05:30
mpeg.h
mpegenc.c
mpegts.c avformat/mpegts: parse large PMTs with multiple tables 2018-06-18 12:04:59 -07:00
mpegts.h
mpegtsenc.c avformat/mpegtsenc: set AVFMT_NODIMENSIONS 2018-05-12 11:48:39 -07:00
mpegvideodec.c
mpjpeg.c
mpjpegdec.c lavf/mpjpegdec: Mark local variable static 2018-06-25 21:00:54 +01:00
mpl2dec.c
mpsubdec.c
msf.c
msnwc_tcp.c
mtaf.c
mtv.c
musx.c
mux.c avformat: correct fdebug loglevel 2018-08-14 22:06:30 +05:30
mvdec.c
mvi.c
mxf.c avformat/mxf: fix NTSC 59.94 samples per frame layout 2018-05-27 19:55:09 +02:00
mxf.h avformat/mxfdec: add support for determining essence wrapping scheme 2018-06-24 20:42:35 +02:00
mxfdec.c avformat/mxfdec: drop invalid index table segments when sorting them 2018-07-24 09:06:55 +02:00
mxfenc.c libavformat/mxfenc: Add some () to attempt to workaround build issue on osx 2018-05-27 21:38:33 +02:00
mxg.c
ncdec.c
network.c lavf/network: check return value of setsockopt. 2018-08-18 16:16:11 +08:00
network.h lavf/network: add a ff_log_net_error function. 2018-08-18 16:16:11 +08:00
nistspheredec.c
nspdec.c
nsvdec.c
nullenc.c
nut.c swscale: add gray14 support 2018-05-05 21:35:31 +02:00
nut.h
nutdec.c
nutenc.c
nuv.c
oggdec.c
oggdec.h
oggenc.c
oggparsecelt.c
oggparsedaala.c
oggparsedirac.c
oggparseflac.c
oggparseogm.c
oggparseopus.c
oggparseskeleton.c
oggparsespeex.c
oggparsetheora.c
oggparsevorbis.c
oggparsevp8.c
oma.c
oma.h
omadec.c
omaenc.c
options_table.h avformat: deprecate unused MP4A_LATM flag 2018-06-13 10:24:33 +05:30
options.c
os_support.c lavf/os_support: Only compile inet_aton() if getaddrinfo() is needed. 2018-04-23 13:39:29 +02:00
os_support.h
paf.c
pcm.c
pcm.h
pcmdec.c
pcmenc.c
pjsdec.c
pmpdec.c
prompeg.c
protocols.c
psxstr.c
pva.c avformat/pva: Check for EOF before retrying in read_part_of_packet() 2018-07-05 19:52:42 +02:00
pvfdec.c
qcp.c
qtpalette.c avformat/qtpalette: parse color table according to the QuickTime file format specs 2018-04-30 21:50:12 +02:00
qtpalette.h
r3d.c
rawdec.c
rawdec.h
rawenc.c
rawenc.h
rawutils.c
rawvideodec.c
rdt.c
rdt.h
realtextdec.c
redspark.c
replaygain.c
replaygain.h
riff.c lavf: add avs2 fourcc 2018-07-27 20:07:52 +08:00
riff.h
riffdec.c
riffenc.c
rl2.c
rm.c
rm.h
rmdec.c avformat/rmdec: Fix EOF check in the stream loop in ivr_read_header() 2018-08-17 21:53:13 +02:00
rmenc.c
rmsipr.c
rmsipr.h
rpl.c
rsd.c
rso.c
rso.h
rsodec.c
rsoenc.c
rtmp.h
rtmpcrypt.c lavf/rtmpcrypt: Add a cast to silence an unavoidable warning. 2018-04-26 13:45:20 +02:00
rtmpcrypt.h
rtmpdh.c libavformat: add mbedTLS based TLS 2018-05-21 19:43:04 -03:00
rtmpdh.h libavformat: add mbedTLS based TLS 2018-05-21 19:43:04 -03:00
rtmpdigest.c
rtmphttp.c
rtmppkt.c
rtmppkt.h
rtmpproto.c
rtp.c
rtp.h
rtpdec_ac3.c
rtpdec_amr.c
rtpdec_asf.c
rtpdec_dv.c
rtpdec_formats.h
rtpdec_g726.c
rtpdec_h261.c
rtpdec_h263_rfc2190.c
rtpdec_h263.c
rtpdec_h264.c
rtpdec_hevc.c
rtpdec_ilbc.c
rtpdec_jpeg.c
rtpdec_latm.c
rtpdec_mpa_robust.c
rtpdec_mpeg4.c
rtpdec_mpeg12.c
rtpdec_mpegts.c
rtpdec_qcelp.c
rtpdec_qdm2.c
rtpdec_qt.c
rtpdec_rfc4175.c
rtpdec_svq3.c
rtpdec_vc2hq.c
rtpdec_vp8.c
rtpdec_vp9.c
rtpdec_xiph.c
rtpdec.c
rtpdec.h
rtpenc_aac.c
rtpenc_amr.c
rtpenc_chain.c avformat: deprecate unused MP4A_LATM flag 2018-06-13 10:24:33 +05:30
rtpenc_chain.h
rtpenc_h261.c
rtpenc_h263_rfc2190.c
rtpenc_h263.c
rtpenc_h264_hevc.c
rtpenc_jpeg.c
rtpenc_latm.c
rtpenc_mpegts.c
rtpenc_mpv.c
rtpenc_vc2hq.c
rtpenc_vp8.c
rtpenc_vp9.c
rtpenc_xiph.c
rtpenc.c
rtpenc.h
rtpproto.c
rtpproto.h
rtsp.c
rtsp.h
rtspcodes.h
rtspdec.c
rtspenc.c
s337m.c
samidec.c
sapdec.c
sapenc.c
sauce.c
sauce.h
sbcdec.c
sbgdec.c
sccdec.c
sccenc.c
sctp.c
sdp.c
sdr2.c
sdsdec.c
sdxdec.c
segafilm.c avformat/segafilm - revert keyframe detection 2018-04-22 00:32:49 -03:00
segafilmenc.c avformat/segafilmenc - set keyframe bit correctly 2018-05-08 13:29:15 +05:30
segment.c
shortendec.c
sierravmd.c
siff.c
smacker.c
smjpeg.c
smjpeg.h
smjpegdec.c
smjpegenc.c
smoothstreamingenc.c
smush.c
sol.c
sox.h
soxdec.c
soxenc.c
spdif.c
spdif.h
spdifdec.c
spdifenc.c
srtdec.c
srtenc.c
srtp.c
srtp.h
srtpproto.c
stldec.c
subfile.c
subtitles.c
subtitles.h
subviewer1dec.c
subviewerdec.c
supdec.c
supenc.c
svag.c
swf.c
swf.h
swfdec.c
swfenc.c
takdec.c
tcp.c lavf/tcp: check return value of setsockopt. 2018-08-18 16:16:11 +08:00
tedcaptionsdec.c lavf/tedcaptionsdec: Replace the number by macro for bprint init 2018-06-17 09:59:33 +08:00
tee_common.c
tee_common.h
tee.c
teeproto.c
thp.c
tiertexseq.c
tls_gnutls.c
tls_libtls.c
tls_mbedtls.c libavformat: add mbedTLS based TLS 2018-05-21 19:43:04 -03:00
tls_openssl.c
tls_schannel.c avformat/tls_schannel: Fix use of uninitialized variable 2018-08-18 16:40:05 +02:00
tls_securetransport.c
tls.c
tls.h
tmv.c
tta.c
ttaenc.c
tty.c
txd.c
ty.c
udp.c lavf/udp: use ff_log_net_error to replace log_net_error 2018-08-18 16:16:11 +08:00
uncodedframecrcenc.c
unix.c
url.c
url.h
urldecode.c
urldecode.h
utils.c avformat: correct fdebug loglevel 2018-08-14 22:06:30 +05:30
v210.c
vag.c
vapoursynth.c avformat: add vapoursynth wrapper 2018-05-04 17:56:35 +02:00
vc1dec.c
vc1test.c
vc1testenc.c
version.h avformat/av1: filter out tile list OBUs from samples 2018-08-17 15:26:05 -03:00
vivo.c
voc_packet.c
voc.c
voc.h
vocdec.c
vocenc.c
vorbiscomment.c
vorbiscomment.h
vpcc.c avformat/vpcc: Calculate VP9 level from Luma's Sample rate and Picture size 2018-04-26 14:23:08 +05:30
vpcc.h avformat/vpcc: Calculate VP9 level from Luma's Sample rate and Picture size 2018-04-26 14:23:08 +05:30
vpk.c
vplayerdec.c
vqf.c
w64.c
w64.h
wavdec.c
wavenc.c
wc3movie.c
webm_chunk.c avformat/webm_chunk: always use a static buffer for get_chunk_filename 2018-05-15 22:18:58 +02:00
webmdashenc.c
webpenc.c
webvttdec.c
webvttenc.c
westwood_aud.c
westwood_vqa.c
wsddec.c
wtv_common.c
wtv.h
wtvdec.c
wtvenc.c
wv.c
wv.h
wvdec.c
wvedec.c
wvenc.c
xa.c
xmv.c
xvag.c
xwma.c
yop.c
yuv4mpeg.h
yuv4mpegdec.c libavformat/yuv4mpeg: Add color range support for Y4M Add color_range support in Y4M. 2018-06-30 00:41:35 +02:00
yuv4mpegenc.c libavformat/yuv4mpeg: Add color range support for Y4M Add color_range support in Y4M. 2018-06-30 00:41:35 +02:00