summaryrefslogtreecommitdiff
path: root/libavformat/matroska.h
Commit message (Expand)AuthorAge
* matroskadec: export cover art correctlywm42015-04-04
* avformat: drop redundant MATROSKA_VIDEO_STEREO_MODE_COUNT identifierMichael Niedermayer2014-08-29
* Merge commit 'd4ae8ac92f619507aadd021bb67b517d39d3a36f'Michael Niedermayer2014-08-28
|\
| * matroskadec: parse stereo mode on decodingVittorio Giovara2014-08-28
| * matroskadec: read the CodecDelay elementAnton Khirnov2014-04-30
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-24
* | lavf/matroska: Add functions for WebM DASH ManifestVignesh Venkatasubramanian2014-07-15
* | matroska: Add the CueDuration elementJames Almer2013-09-21
* | lavf/matroska: Adding support for Opus CodecDelayVignesh Venkatasubramanian2013-09-10
* | opus/matroska: Adding support for DiscardPadding in muxerVignesh Venkatasubramanian2013-09-10
* | avformat/matroskadec: add WebVTT supportMatthew Heaney2013-08-19
* | lavf/matroska: Adding the new SeekPreRoll elementVignesh Venkatasubramanian2013-08-18
* | matroskaenc: implement CueRelativePositionBernie Habermeier2013-07-24
* | WebM muxer writes WebVTT subtitle trackMatthew Heaney2013-07-09
* | Merge commit '564b7e0c0095768cd20001b28154d69462be54e7'Michael Niedermayer2013-05-28
|\|
| * matroskadec: silently skip CodecState element.Anton Khirnov2013-05-27
* | matroskadec: Add support for parsing Matroska ContentEncKeyIDFrank Galligan2013-03-20
* | Adding AlphaMode element to Matroska ParserVignesh Venkatasubramanian2013-02-14
* | Adding support for parsing BlockAdditionalVignesh Venkatasubramanian2013-02-14
* | lavf/mkv: prefix video stereo arrays with ff_.Clément Bœsch2012-09-16
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-01
|\|
| * lavf: move CodecMime from matroska.h to internal.hAnton Khirnov2012-02-29
* | Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer2011-05-29
|\|
| * webm: support stereo videos in matroska/webm muxerAlok Ahuja2011-05-28
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | matroska: improve declaration of video_stereo_* constant tablesAurelien Jacobs2011-05-24
* | matroska: cleanup handling of video stereo modeAurelien Jacobs2011-05-24
* | matroska: switch stereo mode from int to string and add support in the demuxe...Kirill Gavrilov2011-05-21
* | matroska: cosmeticsKirill Gavrilov2011-05-21
* | Create a stereo_mode metadata tag to specify the stereo 3d video layout using...Alok Ahuja2011-05-21
|/
* 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