841 Commits (f8e5e1c52333e6c330fbb4fe8ec2cb07240ca8c5)

Author SHA1 Message Date
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Luca Barbato f273f7fb25 mkv: Force the full parsing of mp3 9 years ago
Mats Peterson 535d09a510 lavf/matroskadec: Get sample size from private data 9 years ago
Mats Peterson adef8ee794 lavf/matroskadec: Use av_realloc() in get_qt_codec() 9 years ago
Mats Peterson 71f73ee325 lavf/matroskadec: Normalize noncompliant A_QUICKTIME/V_QUICKTIME private data 9 years ago
Mats Peterson 6f1466dc52 lavf/matroskadec: A_QUICKTIME and fourcc 0x00000000 9 years ago
Mats Peterson 6a975cb07f lavf/matroskadec: correct codec_tag for "SMI" SVQ3 files 9 years ago
Mats Peterson 7973603843 avformat/matroskadec: palettized QuickTime video in Matroska 9 years ago
Carl Eugen Hoyos 7c1c453ce9 lavf/matroskadec: Set codec_tag also for audio codecs. 9 years ago
Aaron Colwell febfb49a70 matroskadec: Fix sample_aspect_ratio for stereo matroska content 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Aaron Colwell ec83efd4d3 avformat/matroskadec: Fix sample_aspect_ratio for stereo matroska content 9 years ago
Luca Barbato a0fa6d06b8 matroska: Warn when metadata references a non-existent element 9 years ago
Michael Niedermayer a5034b324c avformat/matroskadec: Check subtitle stream before dereferencing 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
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