summaryrefslogtreecommitdiffstats
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '5f0226668124aa7ae4db501ba7f4ace4c770f3d1'Derek Buitenhuis2016-05-081-2/+29
|\
| * matroska: Support interlaced content correctlyLuca Barbato2016-03-311-1/+27
| * matroska: Support V_QUICKTIME as written in the specificationLuca Barbato2016-03-151-3/+10
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-71/+70
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-59/+59
| * mkv: Force the full parsing of mp3Luca Barbato2016-02-191-0/+2
* | lavf/matroskadec: Add early support for some of the new colour elements.Neil Birkbeck2016-03-041-0/+134
* | lavf/matroskadec: Process QuickTime palette per trackMats Peterson2016-02-271-8/+11
* | lavf/matroskadec: Get sample size from private dataMats Peterson2016-01-161-2/+8
* | lavf/matroskadec: Use av_realloc() in get_qt_codec()Mats Peterson2016-01-121-3/+3
* | lavf/matroskadec: Normalize noncompliant A_QUICKTIME/V_QUICKTIME private dataMats Peterson2016-01-111-13/+35
* | lavf/matroskadec: A_QUICKTIME and fourcc 0x00000000Mats Peterson2016-01-081-0/+9
* | lavf/matroskadec: correct codec_tag for "SMI" SVQ3 filesMats Peterson2016-01-061-2/+4
* | avformat/matroskadec: palettized QuickTime video in MatroskaMats Peterson2015-12-281-1/+25
* | Merge commit 'febfb49a70e82f5ac46dc7ea34dabd4d56b19b31'Hendrik Leppkes2015-12-181-2/+2
|\ \ | |/
| * matroskadec: Fix sample_aspect_ratio for stereo matroska contentAaron Colwell2015-12-071-2/+34
* | lavf/matroskadec: Set codec_tag also for audio codecs.Carl Eugen Hoyos2015-12-121-0/+2
* | Merge commit 'a0fa6d06b848f26b16ba12f0a9a4a85b93ab8022'Hendrik Leppkes2015-12-071-6/+37
|\ \ | |/
| * matroska: Warn when metadata references a non-existent elementLuca Barbato2015-11-281-6/+37
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* | avformat/matroskadec: Fix sample_aspect_ratio for stereo matroska contentAaron Colwell2015-12-021-2/+32
* | avformat/matroskadec: Check subtitle stream before dereferencingMichael Niedermayer2015-11-171-0/+1
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-2/+2
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-1/+1
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-2/+2
* | lavf/matroskadec: drop indexes that appear brokenRodger Combs2015-10-091-4/+5
* | Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes2015-09-291-20/+6
|\ \ | |/
| * lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm42015-09-291-2/+6
* | lavf/matroska: ignore ChapCountry ID for nowRodger Combs2015-09-201-2/+3
* | lavf/matroskadec: Fully parse and repack MP3 packetsRodger Combs2015-08-161-1/+3
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-4/+4
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-5/+5
* | Merge commit 'd80811c94e068085aab797f9ba35790529126f85'Michael Niedermayer2015-07-121-1/+1
|\ \ | |/
| * riff: Use the correct logging contextLuca Barbato2015-07-111-1/+1
* | avformat/matroskadec: Fix undefined shift in read_sint()Michael Niedermayer2015-07-011-1/+1
* | matroskadec: validate audio channels and bitdepthAndreas Cadhalpun2015-06-161-0/+12
* | matroskadec: check audio sample rateAndreas Cadhalpun2015-06-161-0/+8
* | matroskadec: verify seekhead IDswm42015-06-121-0/+12
* | Merge commit '8fc11abe1fea4f211cc7dbd58a173d1221627d90'Michael Niedermayer2015-05-131-0/+6
|\ \ | |/
| * mkv: Print unsupported mov tags when foundVittorio Giovara2015-05-121-0/+6
* | avformat/matroskadec: Cleanup error handling for bz2 & zlibMichael Niedermayer2015-05-121-8/+4
* | avformat/matroskadec: Use size_t for the variable holding a strlen() value.Michael Niedermayer2015-05-111-1/+1
* | avformat/matroskadec: Use tracks[k]->stream instead of s->streams[k]Michael Niedermayer2015-05-041-2/+2
* | matroskadec: check s->streams[k] before using itAndreas Cadhalpun2015-05-041-1/+1
* | matroskadec: use uint64_t instead of int for index_scaleAndreas Cadhalpun2015-05-041-1/+1
* | avformat/matroskadec: Mark static tables as constMichael Niedermayer2015-05-021-39/+39
* | avformat/matroskadec: remove now duplicate doctype checkMichael Niedermayer2015-04-191-2/+1
* | Merge commit 'b8d7f3186e86234f6255f5e8ee9e98573b4d9a6e'Michael Niedermayer2015-04-181-2/+6
|\ \ | |/
| * matroskadec: fix crash when parsing invalid mkvThomas Guillem2015-04-181-2/+6
* | Merge commit 'c4d37cd9ef6e374bb888f6273259b10fac5bd909'Michael Niedermayer2015-04-081-2/+3
|\ \ | |/
OpenPOWER on IntegriCloud