589 Commits (f62880bfb8c72ccbfdce4dd9daf93af691060ddd)

Author SHA1 Message Date
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
Vignesh Venkatasubramanian 080acf7771 lavf/matroskadec: Ensure cues_end is initialized 10 years ago
Reimar Döffinger a0941c8a2b Use new av_dict_set_int helper function. 10 years ago
Michael Niedermayer 81a663f49e Drop remaining unneeded != NULL 10 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Justin Jacobs 87dc8b3af9 avformat/matroskadec: Check avpriv_new_chapter() for failure 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Luca Barbato fa38573cd9 matroska: Register mime types 10 years ago
Michael Niedermayer e240d01c12 avformat/matroskadec: fix declaration after statement 10 years ago
Vignesh Venkatasubramanian 5a20656946 lavf/matroska: Add functions for WebM DASH Manifest 10 years ago
Michael Niedermayer 98569d8963 matroskadec: Fix a double negation typo 11 years ago
Diego Biurrun 73953df71a Replace av_malloc() and memset(0) by av_mallocz() 11 years ago
Michael Niedermayer b3dfebd641 avformat/matroskadec: fix off by 1 error in matroska_read_seek() 11 years ago
Anton Khirnov 23f741f793 matroskadec: parse the channel layout mask for FLAC 11 years ago
Anton Khirnov 4efdadc8ec matroskadec: export just the STREAMINFO block as FLAC extradata 11 years ago
Anton Khirnov 6df478bf89 matroskadec: split parsing tracks into a separate function 11 years ago
Anton Khirnov eb3b5501e8 matroskadec: read the CodecDelay element 11 years ago
Carl Eugen Hoyos ade5851be0 Try mov tags if the fourcc in V_MS/VFW mkv files cannot be found in bmp tags. 11 years ago
Carl Eugen Hoyos 6c18200c2f Only insert the icpf atom in ProRes mkv packets if it isn't already present. 11 years ago
Carl Eugen Hoyos 3d5c859fa6 Set Matroska private data when muxing Prores. 11 years ago
Diego Biurrun d92024f18f lavf: more correct printf format specifiers 11 years ago
Diego Biurrun f69befe5ee matroskadec: cosmetics: Fix "attachement" vs. "attachment" typo 11 years ago