summaryrefslogtreecommitdiff
path: root/libavformat/matroska.h
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* matroska: Support interlaced content correctlyLuca Barbato2016-03-31
* matroskadec: export cover art correctlywm42015-04-08
* matroskadec: parse stereo mode on decodingVittorio Giovara2014-08-28
* matroskadec: read the CodecDelay elementAnton Khirnov2014-04-30
* matroskadec: silently skip CodecState element.Anton Khirnov2013-05-27
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lavf: move CodecMime from matroska.h to internal.hAnton Khirnov2012-02-29
* webm: support stereo videos in matroska/webm muxerAlok Ahuja2011-05-28
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Fix the MATROSKA_ID_TAGDEFAULT to match the specification (instead ofReimar Döffinger2010-06-08
* Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs2009-03-01
* matroskadec: add needed definitions forgotten in r17331Aurelien Jacobs2009-02-15
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* matroskadec: list some more ebml IDs found in the wild and that we ignoreAurelien Jacobs2008-08-13
* matroskadec: add basic tags support (metadata)Aurelien Jacobs2008-08-08
* Fix small typo.Diego Biurrun2008-08-05
* misc spelling/grammar fixesDiego Biurrun2008-08-05
* matroska: expand useless define for MS compat codec id stringsAurelien Jacobs2008-08-05
* matroskadec: simplify flag defaultAurelien Jacobs2008-08-05
* matroskadec: remove storage of various unused flagsAurelien Jacobs2008-08-05
* matroska: add support for A_QUICKTIME/QDM2 codecAurelien Jacobs2008-07-27
* matroskadec: remove some useless codeAurelien Jacobs2008-06-16
* matroskadec: read TrackTimecodeScale and set timebase accordinglyAnton Khirnov2008-06-01
* matroskadec: silently discard some element ID that we don't care aboutAnton Khirnov2008-06-01
* demux chapters out of matroskaAnton Khirnov2008-05-22
* Add MATROSKA_TRACK_TYPE_NONE.Carl Eugen Hoyos2008-05-13
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* matroskadec: add support for track content encodingAurelien Jacobs2008-05-08
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-27
* Make ff_mkv_codec_tags lie entirely in .rodata section.Aurelien Jacobs2008-01-07
* colour --> color in variable namesDiego Biurrun2007-12-03
* Make ff_mkv_codec_tags array const, it is never written.Reimar Döffinger2007-12-02
* Make Matroska demuxer output full frames instead of slices for RealVideoAurelien Jacobs2007-10-21
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Add EBML ID for Segment UIDDavid Conrad2007-07-28
* split some common code from the mkv demuxer that will be useful to the muxerDavid Conrad2007-06-04