374 Commits (d00bb8addccb63fa3feacb06d2a310731dc0113b)

Author SHA1 Message Date
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Luca Barbato d80811c94e riff: Use the correct logging context 9 years ago
Vittorio Giovara 8fc11abe1f mkv: Print unsupported mov tags when found 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
Vittorio Giovara 6bdae41d3e matroskadec: Check memory allocations 10 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Xiaohan Wang 490a3ebf36 matroskadec: Fix read-after-free in matroska_read_seek() 10 years ago
Vittorio Giovara e0caa1eb4e matroskadec: check return values 10 years ago
Vittorio Giovara 3c1199c3c4 matroskadec: fix leak on error 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
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
Luca Barbato fa38573cd9 matroska: Register mime types 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
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
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
Keiji Costantini 84cfce9f99 matroskadec: K&R formatting cosmetics 11 years ago
Aurelien Jacobs 8b516f154a matroskadec: use correct compression parameters for current track CodecPrivate 11 years ago
Anton Khirnov 30be1ea33e matroskadec: pad EBML_BIN data. 11 years ago
Yusuke Nakamura 959bea13ce matroskadec: Support HEVC demuxing 11 years ago
Anton Khirnov 668643b923 matroskadec: check av_strdup() when setting defaults 11 years ago
Martin Storsjö 569d18aa9d matroskadec: Verify realaudio codec parameters 11 years ago
Alexandra Khirnova f369b9356c avformat: Use av_reallocp_array() where suitable 11 years ago
Martin Storsjö 5bcd3ae5b1 matroskadec: Check that .lang was allocated and set before reading it 11 years ago
Sean McGovern 8835c554ff matroskadec: introduce resync function. 12 years ago
Anton Khirnov 9b6f47c448 matroskadec: export full wavpack blocks. 12 years ago
Anton Khirnov 564b7e0c00 matroskadec: silently skip CodecState element. 12 years ago
Diego Biurrun e0f8be6413 avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate 12 years ago
Luca Barbato 25a80a931a matroska: pass the lace size to the matroska_parse_rm_audio 12 years ago
Luca Barbato 8a96df7b70 matroska: fix a corner case in ebml-lace parsing 12 years ago
Dale Curtis fc43c19a56 matroska: Update the available size after lace parsing 12 years ago
Luca Barbato 37cb3b180a matroskadec: request a read buffer for the wav header 12 years ago
Anton Khirnov 85a5bc054c lavf: remove disabled FF_API_R_FRAME_RATE cruft 12 years ago
Anton Khirnov 1afddbe59e avpacket: use AVBuffer to allow refcounting the packets. 12 years ago
Dale Curtis ae3d416369 matroska: Fix use after free 12 years ago
Anton Khirnov 34871beb5e matroskadec: do not use avpacket internals 12 years ago
Diego Biurrun 2a91ada828 avutil: Make LZO decoder code configure-time selectable 12 years ago
Diego Biurrun 7e68c91e24 rmdec: Move SIPR code shared with Matroska demuxer to a separate file 12 years ago
Anton Khirnov 87b017a298 matroskadec: fix a sanity check. 12 years ago
Anton Khirnov bdb939ad73 matroskadec: only return corrupt packets that actually contain data 12 years ago
Luca Barbato 7d8431004a matroskadec: properly support BlockDuration 12 years ago
Luca Barbato c831ebf616 matroskadec: split frame parsing 12 years ago
Luca Barbato 2d0e7713f9 matroskadec: split laces parsing 12 years ago