17363 Commits (c949a4500e146e2bd4b341abd3b2e943e163088a)

Author SHA1 Message Date
Vittorio Giovara b17cbb0b1c riff: Add GMP4 fourcc for mpeg4 10 years ago
Vittorio Giovara 3c04ec04df riff: Add GLV4 fourcc for mpeg4 10 years ago
Martin Storsjö b90adb0aba rtsp: Make sure we don't write too many transport entries into a fixed-size array 10 years ago
wm4 537ab68053 avformat/mp3: large id3 tags break concatenated file detection 10 years ago
wm4 0f776df09e avformat/wvdec: fix seeking 10 years ago
Andrey Utkin 1bd2646a6d rtpenc_jpeg: Handle case of picture dimensions not dividing by 8 10 years ago
Martin Storsjö eb7ddb5066 rtsp: Don't warn about unparsed time ranges 10 years ago
Vittorio Giovara 32da94fa7f lavf: Reset global flag on deinit 10 years ago
Vittorio Giovara 45340f9fc7 network: Do not leave context locked on error 10 years ago
wm4 60191e3aec fate: add mp3 CBR seek test 10 years ago
wm4 748d4816d9 avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3 10 years ago
Andreas Cadhalpun 86d00ede4f bink: check vst->index_entries before using it 10 years ago
wm4 58fade2c68 avformat/mp3dec: make generic index mode the default 10 years ago
wm4 c3a73666ad avformat/mp3dec: allow enabling generic seek mode 10 years ago
wm4 066b92e91d avformat/mp3dec: use the common mechanism for skipping samples 10 years ago
wm4 7dd8bf53bd avformat: add common mechanism for skipping samples at the start of file 10 years ago
Vignesh Venkatasubramanian f82ce6aa88 webmdashenc: parameter'ize minimumUpdatePeriod 10 years ago
Vignesh Venkatasubramanian 4f287a3c50 webmdashenc: Add minimumUpdatePeriod 10 years ago
Chris Watkins 0703c44692 avformat/mov.c: Use %d to print an enum, not PRIu8 10 years ago
Michael Niedermayer a924b83ccc avformat/nsvdec: remove trace log from probe(), this is better done generically not per format 10 years ago
Michael Niedermayer ecf34e8fc2 avformat/mp3dec: Adjust returned timestamp in the CBR seeking case 10 years ago
Vignesh Venkatasubramanian 30ba28fe8e webmdashenc: Fix potential memory leak 10 years ago
Michael Niedermayer ba631b7914 avformat/utils: Ensure that AVFMT_FLAG_CUSTOM_IO is set before use 10 years ago
Michael Niedermayer e6e8cc8ce9 avformat/img2dec: do not rewind custom io buffers 10 years ago
Vittorio Giovara 98cab39798 lavf: Fix variables constness in ff_iso8601_to_unix_time() 10 years ago
Michael Niedermayer 57865a9747 avformat/mpeg: put timestamp trace av_logs under FF_DEBUG_TS 10 years ago
Michael Niedermayer d4cf377947 avformat/mux: Place timestamp related trace av_logs under FF_FDEBUG_TS 10 years ago
Michael Niedermayer e48a0a6c3f avformat/mov: remove per packet timestamp print trace, theres generic code doing this in utils.c 10 years ago
Michael Niedermayer 84b95715fa avformat/utils: Place timestamp trace logs under FF_FDEBUG_TS 10 years ago
Michael Niedermayer d02b3e9bdb avformat/utils: Provide context for av_log() where one is available 10 years ago
Michael Niedermayer 8a91ee7837 avformat/avidec: Do not call av_log() per byte, use ff_tlog() 10 years ago
Luca Barbato d34039b171 rmenc: Drop the temporary buffer for ac3 byteswap 10 years ago
Luca Barbato 656e31ed87 ogg: Forward errors further 10 years ago
Martin Storsjö 2cc3936599 dashenc: Add a publishTime field in dynamic manifests 10 years ago
Eric Zimmerman eb31256f12 g2meet: Support G2M5 codec variant 10 years ago
Vittorio Giovara 9286de0459 mov: Double-check that alias path is not an absolute path 10 years ago
Vittorio Giovara 376589e5dd mov: Read alternate absolute path in dref alis 10 years ago
Vittorio Giovara 22526c1f55 Canopus HQ/HQA decoder 10 years ago
Michael Niedermayer 0cab0931dc avformat/matroskadec: remove now duplicate doctype check 10 years ago
Michael Niedermayer 22c0585a00 avformat/http: Fix 2 typos 10 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Michael Niedermayer 3668701f96 avformat/http: Return an error in case of prematurely ending data 10 years ago
Thomas Guillem b8d7f3186e matroskadec: fix crash when parsing invalid mkv 10 years ago
Paul B Mahol df7c2b2f1b avformat/riff: support G729A 10 years ago
Mariusz Szczepańczyk e623e8cbb0 lavf: add documentation on directory listing API 10 years ago
Michael Niedermayer edbb9b5e8f avformat/utils: Add HEVC to unreliable_tb() 10 years ago
Michael Niedermayer 80fa48a413 avformat/utils: Use codec_info_duration_fields in fps calculation end decission when no timestamps and thus no duration_count is available 10 years ago
wm4 e2691b8092 hls: skip to next segment if the current is unavailable 10 years ago
wm4 92eef26e67 avformat/mp3dec: fix gapless audio when seeking in CBR mode 10 years ago
Vignesh Venkatasubramanian 1c37848f90 webmdashenc: Add better error handling 10 years ago