725 Commits (c8232e50074f6f9f9b0674d0a5433f49d73a4e50)

Author SHA1 Message Date
Rodger Combs 4f7d9b7706 lavf/matroskadec: drop indexes that appear broken 9 years ago
wm4 948f3c19a8 lavc: Make AVPacket.duration int64, and deprecate convergence_duration 9 years ago
Rodger Combs cf2719abee lavf/matroska: ignore ChapCountry ID for now 9 years ago
Rodger Combs b4b2717ffe lavf/matroskadec: Fully parse and repack MP3 packets 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Luca Barbato d80811c94e riff: Use the correct logging context 9 years ago
Michael Niedermayer 2f8c81637c avformat/matroskadec: Fix undefined shift in read_sint() 10 years ago
Andreas Cadhalpun 92e79a2f7b matroskadec: validate audio channels and bitdepth 10 years ago
Andreas Cadhalpun 5b76c82fd7 matroskadec: check audio sample rate 10 years ago
wm4 7e240f9581 matroskadec: verify seekhead IDs 10 years ago
Michael Niedermayer 171af59d58 avformat/matroskadec: Cleanup error handling for bz2 & zlib 10 years ago
Vittorio Giovara 8fc11abe1f mkv: Print unsupported mov tags when found 10 years ago
Michael Niedermayer 17b26308a2 avformat/matroskadec: Use size_t for the variable holding a strlen() value. 10 years ago
Michael Niedermayer 5d309d3091 avformat/matroskadec: Use tracks[k]->stream instead of s->streams[k] 10 years ago
Andreas Cadhalpun e54540655f matroskadec: check s->streams[k] before using it 10 years ago
Andreas Cadhalpun eb9fb508b0 matroskadec: use uint64_t instead of int for index_scale 10 years ago
Michael Niedermayer c187217287 avformat/matroskadec: Mark static tables as const 10 years ago
Michael Niedermayer 0cab0931dc avformat/matroskadec: remove now duplicate doctype check 10 years ago
Thomas Guillem b8d7f3186e matroskadec: fix crash when parsing invalid mkv 10 years ago
wm4 c4d37cd9ef matroskadec: export cover art correctly 10 years ago
Vignesh Venkatasubramanian 2171b7c58e matroskadec: Add support for parsing live header files 10 years ago
wm4 511585ce7f matroskadec: export cover art correctly 10 years ago
Vittorio Giovara 6bdae41d3e matroskadec: Check memory allocations 10 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
wm4 7862325f80 avformat/matroskadec: fix IGNIDX handling 10 years ago
wm4 cac2295b21 matroska: redo seekhead handling 10 years ago
wm4 6938a095cb matroska: don't complain about unknown elements 10 years ago
Michael Niedermayer fc3cdb00d0 avformat/matroskadec: Fix number suffixes 10 years ago
Michael Niedermayer a1062e1437 avformat/matroskadec: Use av_malloc_array() for index_entries 10 years ago
Michael Niedermayer c1cdce5dcb avformat/matroskadec: Check av_mallocz() return values 10 years ago
Michael Niedermayer 6e70e4aca5 avformat/matroskadec: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Thomas Volkert 00d7555f34 wavdec: RIFX file format support 10 years ago
Xiaohan Wang 490a3ebf36 matroskadec: Fix read-after-free in matroska_read_seek() 10 years ago
Michael Niedermayer 72c984432e avformat/matroskadec: request a sample with recursive seek heads 10 years ago
wm4 6551acab68 avformat/matroskadec: fix handling of recursive SeekHead elements 10 years ago
Matthew Oliver 0167fa0060 msvc: Fix compilation errors due to header include order. 10 years ago
Xiaohan Wang 33301f0017 Fix read-after-free in matroska_read_seek(). 10 years ago
Michael Niedermayer a52cb42ba6 avformat/matroskadec: use gmtime_r() for thread saftey 10 years ago
Michael Niedermayer f0390638e0 avformat/matroskadec: Check the return code from strftime() 10 years ago
Vittorio Giovara e0caa1eb4e matroskadec: check return values 10 years ago
Vittorio Giovara 3c1199c3c4 matroskadec: fix leak on error 10 years ago
Michael Niedermayer a39201818f avformat/matroskadec: Fix cluster parsing loop which gathers seek information 10 years ago
Vignesh Venkatasubramanian 233f3ad869 lavf/webm_dash: Allow filenames without directories 10 years ago
Michael Niedermayer be695ee389 avformat/matroskadec: do not trust the default duration to be the real 1/timebase if its less than 5fps 10 years ago
Vignesh Venkatasubramanian b1071db3df lavf/webm_dash: Fix incorrect bandwidth computation 10 years ago
Vignesh Venkatasubramanian 8acb76567a lavf/webm_dash: fix hardcode in cues_end computation 10 years ago
Clément Bœsch c7d8dbad14 avformat: remove FF_API_ASS_SSA dead code 10 years ago
Michael Niedermayer 37520a91ac avformat: drop redundant MATROSKA_VIDEO_STEREO_MODE_COUNT identifier 10 years ago
Vittorio Giovara d4ae8ac92f matroskadec: parse stereo mode on decoding 10 years ago
Vittorio Giovara f2583bc86e matroska: list supported extensions 10 years ago