summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAge
* matroskadec,cosmetics: fix a couple typosJames Zern2017-04-17
* webm_dash_manifest: Add option to specify bandwidthVignesh Venkatasubramanian2017-04-17
* Merge commit '67deba8a416d818f3d95aef0aa916589090396e2'Clément Bœsch2017-03-31
|\
| * Use avpriv_report_missing_feature() where appropriateDiego Biurrun2016-11-08
* | lavf: fix usages of av_get_codec_tag_string()Clément Bœsch2017-03-29
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-21
|\|
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-30
| * matroskadec: export CodecDelayAnton Khirnov2016-07-03
| * Mark read-only tables as staticDiego Biurrun2016-05-05
* | spherical: Change types of bounding and pad to uint32_tVittorio Giovara2017-03-17
* | matroskadec: cosmetics: Rearrange checks for projection-depedendent propertiesVittorio Giovara2017-03-07
* | mkv: Export bounds and padding from spherical metadataVittorio Giovara2017-03-07
* | lavf/matroskadec: Fix demuxing sipr.Carl Eugen Hoyos2017-02-28
* | lavf/matroskadec: fix is_keyframe for early BlocksChris Cunningham2017-02-06
* | avformat/matroskadec: ProjectionPrivate is optional on Equirectangular projec...James Almer2017-01-26
* | avformat/matroskadec: Fix OOM on long streamsMichael Niedermayer2016-12-27
* | avformat/matroskadec: remove the strict unofficial check for Colour elementsJames Almer2016-12-10
* | avformat/matroskadec: allocate Colour related fields only if the file contain...James Almer2016-12-10
* | avformat/matroskadec: remove unused variableJames Almer2016-12-08
* | avformat/matroskadec: fix memleak on stream side data failureJames Almer2016-12-08
* | avformat/matroskadec: add support for Spherical Video elementsJames Almer2016-12-07
* | matroskadec: partly revert "demux relevant subtitle packets after a seek"Rainer Hochecker2016-12-02
* | matroskadec: prevent access of elements after freeingMichael Schenk2016-11-30
* | matroskadec: fix NULL pointer dereference in webm_dash_manifest_read_headerAndreas Cadhalpun2016-11-08
* | avformat/matroskadec: fix DiscardPadding element parsingJames Almer2016-11-08
* | avformat/matroskadec: fix BitsPerChannel element's default valueJames Almer2016-10-18
* | avformat/matroskadec: clarify some Colour element defaults using enum valuesJames Almer2016-10-18
* | avformat/matroskadec: support parsing Chroma Location elementsJames Almer2016-10-18
* | matroskadec: fix NULL pointer dereferenceAndreas Cadhalpun2016-10-17
* | Partially revert "avformat/matroskadec: set aspect ratio only when DisplayWid...James Almer2016-10-16
* | avformat/matroskadec: set aspect ratio only when DisplayWidth and DisplayHeig...James Almer2016-10-15
* | avformat/matroskadec: workaround the field_order bug in the Matroska muxerJames Almer2016-10-13
* | avformat/matroskadec: check for more reserved values on some Colour elementsJames Almer2016-10-06
* | avformat/matroskadec: set AVCodecParameters.field_order on progressive videoJames Almer2016-09-27
* | avformat/matroskadec: retain error codes in matroska_resync() and matroska_re...Sophia Wang2016-09-28
* | avformat: fix decoded creation_time timestampsMarton Balint2016-08-28
* | libavformat/matroskadec: Add test for seeking with codec delay.Chris Cunningham2016-07-30
* | libavformat/matroskadec: fix unsigned overflow to improve seekingChris Cunningham2016-07-23
* | avformat/matroskadec: Call matroska_read_close() on header parsing errorMichael Niedermayer2016-06-24
* | avformat/matroskadec: force 48kHz sample rate when rescaling Opus inital paddingJames Almer2016-06-07
* | avformat/matroskadec: Fix rounding error with codec_delayMichael Niedermayer2016-06-06
* | Merge commit '5f0226668124aa7ae4db501ba7f4ace4c770f3d1'Derek Buitenhuis2016-05-08
|\|
| * matroska: Support interlaced content correctlyLuca Barbato2016-03-31
| * matroska: Support V_QUICKTIME as written in the specificationLuca Barbato2016-03-15
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\|
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
| * mkv: Force the full parsing of mp3Luca Barbato2016-02-19
* | lavf/matroskadec: Add early support for some of the new colour elements.Neil Birkbeck2016-03-04
* | lavf/matroskadec: Process QuickTime palette per trackMats Peterson2016-02-27
* | lavf/matroskadec: Get sample size from private dataMats Peterson2016-01-16