summaryrefslogtreecommitdiffstats
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAgeFilesLines
* lavf/matroskadec: Fix demuxing sipr.Carl Eugen Hoyos2017-02-281-1/+1
* lavf/matroskadec: fix is_keyframe for early BlocksChris Cunningham2017-02-061-3/+7
* avformat/matroskadec: ProjectionPrivate is optional on Equirectangular projec...James Almer2017-01-261-2/+0
* avformat/matroskadec: Fix OOM on long streamsMichael Niedermayer2016-12-271-1/+3
* avformat/matroskadec: remove the strict unofficial check for Colour elementsJames Almer2016-12-101-6/+3
* avformat/matroskadec: allocate Colour related fields only if the file contain...James Almer2016-12-101-24/+30
* avformat/matroskadec: remove unused variableJames Almer2016-12-081-1/+1
* avformat/matroskadec: fix memleak on stream side data failureJames Almer2016-12-081-1/+3
* avformat/matroskadec: add support for Spherical Video elementsJames Almer2016-12-071-0/+62
* matroskadec: partly revert "demux relevant subtitle packets after a seek"Rainer Hochecker2016-12-021-12/+0
* matroskadec: prevent access of elements after freeingMichael Schenk2016-11-301-0/+1
* matroskadec: fix NULL pointer dereference in webm_dash_manifest_read_headerAndreas Cadhalpun2016-11-081-0/+5
* avformat/matroskadec: fix DiscardPadding element parsingJames Almer2016-11-081-3/+7
* avformat/matroskadec: fix BitsPerChannel element's default valueJames Almer2016-10-181-1/+1
* avformat/matroskadec: clarify some Colour element defaults using enum valuesJames Almer2016-10-181-6/+6
* avformat/matroskadec: support parsing Chroma Location elementsJames Almer2016-10-181-0/+8
* matroskadec: fix NULL pointer dereferenceAndreas Cadhalpun2016-10-171-1/+1
* Partially revert "avformat/matroskadec: set aspect ratio only when DisplayWid...James Almer2016-10-161-1/+1
* avformat/matroskadec: set aspect ratio only when DisplayWidth and DisplayHeig...James Almer2016-10-151-6/+9
* avformat/matroskadec: workaround the field_order bug in the Matroska muxerJames Almer2016-10-131-4/+11
* avformat/matroskadec: check for more reserved values on some Colour elementsJames Almer2016-10-061-2/+4
* avformat/matroskadec: set AVCodecParameters.field_order on progressive videoJames Almer2016-09-271-0/+2
* avformat/matroskadec: retain error codes in matroska_resync() and matroska_re...Sophia Wang2016-09-281-6/+9
* avformat: fix decoded creation_time timestampsMarton Balint2016-08-281-6/+1
* libavformat/matroskadec: Add test for seeking with codec delay.Chris Cunningham2016-07-301-1/+1
* libavformat/matroskadec: fix unsigned overflow to improve seekingChris Cunningham2016-07-231-1/+4
* avformat/matroskadec: Call matroska_read_close() on header parsing errorMichael Niedermayer2016-06-241-2/+7
* avformat/matroskadec: force 48kHz sample rate when rescaling Opus inital paddingJames Almer2016-06-071-1/+2
* avformat/matroskadec: Fix rounding error with codec_delayMichael Niedermayer2016-06-061-3/+4
* 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
OpenPOWER on IntegriCloud