16742 Commits (8d5a8501195283e6f09f0d0b929cf2e893194df7)

Author SHA1 Message Date
Michael Niedermayer 3859868c75 avformat/mov: fix integer overflow in mov_read_udta_string() 10 years ago
Dale Curtis db42d93a61 mov: Fix overflow and error handling in read_tfra(). 10 years ago
wm4 bd78010407 avformat/id3v1: strip trailing whitespace 10 years ago
Michael Niedermayer d02d4d0457 avformat/dvbsub: increase probe score 10 years ago
Michael Niedermayer b0826b8324 avformat/dvbsub: fix indent after previous commit 10 years ago
Michael Niedermayer 3bf2b376e6 avformat/dvbsub: check for 0xf0 earlier in probe, 30% faster 10 years ago
Peter Ross f1098eb97d avformat/aiffdec: only read codec tag when there is space in header 10 years ago
Michael Niedermayer ce1e10aa24 avformat/utils: add dvbsub to set_codec_from_probe_data() 10 years ago
Michael Niedermayer e313735d7d avformat: add dvbsub demuxer 10 years ago
Michael Niedermayer d1781fd786 avformat/rawdec: Add FF_DEF_RAWSUB_DEMUXER 10 years ago
Michael Niedermayer dc265e2b6b avformat/rawdec: Make ff_raw_data_read_header() non static 10 years ago
Michael Niedermayer 58721388b8 avformat/flvenc: omit more metadata elements with specific meaning 10 years ago
Martin Storsjö 46808fdf04 movenc: Enable editlists by default if delay_moov is enabled 10 years ago
Martin Storsjö 9f810a9b37 libavformat: Check for malloc failures in avformat_new_stream 10 years ago
Martin Storsjö c4aa0f865f libavformat: Remove a misleading/incorrect comment 10 years ago
Michael Niedermayer d56b0984f9 avformat/westwood_vqa: Remove unneeded cast 10 years ago
Michael Niedermayer 0daf60140b avformat/movenc: fix DELAY_MOOV 10 years ago
Michael Niedermayer 504267fb56 avformat/movenc: Use cluster timestamps when available in edts 10 years ago
Martin Storsjö f2ad1495f2 avisynth: Use RTLD_LOCAL instead of RTLD_GLOBAL 10 years ago
Martin Storsjö 7a1a63e34f dashenc: Use pts for MPD timeline timestamps 10 years ago
Martin Storsjö c5e7ea13d2 dashenc: Use delay_moov 10 years ago
Martin Storsjö b3b0b35db2 movenc: Get rid of a hack for updating the dvc1 atom 10 years ago
Martin Storsjö 847bf5988f movenc: Add an option for delaying writing the moov with empty_moov 10 years ago
Martin Storsjö c725faebda movenc: Use start_dts/cts instead of cluster[0] for writing edit lists 10 years ago
Martin Storsjö 724cbea719 movenc: Remove an unnecessary condition when flushing fragments 10 years ago
Martin Storsjö 355d01a1bf movenc: Factorize writing ftyp and other identification tags to a separate function 10 years ago
Clément Bœsch 11201bbf7f avformat/mov: reindent after previous commit 10 years ago
Clément Bœsch 55faf56c72 avformat/mov: move edit list heuristics into mov_build_index() 10 years ago
Clément Bœsch 6a29499b95 avformat/flvdec: remove duplicated line error 10 years ago
Michael Niedermayer efc4bfc195 avformat/flvdec: use named identifier instead of literal numbers as return values 10 years ago
Michael Niedermayer eb767a276b avformat/flvdec: Increase string array size 10 years ago
Michael Niedermayer 322f0f5960 avformat/flvdec: do not inject dts=0 metadata packets which failed to be parsed into a new data stream 10 years ago
Michael Niedermayer 5c37ffca59 avformat/flvdec: add several error messages to error conditions 10 years ago
Michael Niedermayer 3eb5cbe0c5 avformat/cdxl: Fix integer overflow of image_size 10 years ago
Martin Storsjö 8d54bacb78 dashenc: Remove some stray double spaces 10 years ago
Martin Storsjö b91a5757fc dashenc: Fix writing of timelines that don't start at t=0 10 years ago
Michael Niedermayer 256df8a2fa libavformat/cdxl: fix duration in case of overflow 10 years ago
Michael Niedermayer ac08c5c0ad avformat/mux: 2 subtitle packets could have the same DTS 10 years ago
Pedro E. M. Brito 202947a066 libavformat/segment.c: Add strftime expansion for segment filename templates 10 years ago
Michael Niedermayer f7da4b1cf1 avformat/rtsp: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 0704c44d68 avformat/cache: remove ftruncate usage, its not always available 10 years ago
Michael Niedermayer 7c210c4424 avformat/cache: Extend cache entries if possible instead of creating new ones 10 years ago
Michael Niedermayer 312151bb9a avformat/cache: avoid lseek() on reading from the cache if possible 10 years ago
Michael Niedermayer ce3551896a avformat/cache: keep cache_pos updated 10 years ago
Michael Niedermayer 954fc854f2 avformat/cache: cleanup cache file on cache write failure 10 years ago
Michael Niedermayer 8706910c4c avformat/cache: Support user specified read-ahead for non seekable media 10 years ago
Michael Niedermayer 7018d3d351 avformat/cache: Use the correct io handle in seeking 10 years ago
Michael Niedermayer dedd3c89ae avformat/cache: more informative error message 10 years ago
Michael Niedermayer 681559d3ff avformat/cache: remember EOF point if hit and use it to handle SEEK_END 10 years ago
Michael Niedermayer 0c0168a210 avformat/cache: support non continuous caching 10 years ago