summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-21matroska: Add the CueDuration elementJames Almer4-7/+15
2013-09-09lavf/matroska: Adding support for Opus CodecDelayVignesh Venkatasubramanian3-1/+7
2013-09-09opus/matroska: Adding support for DiscardPadding in muxerVignesh Venkatasubramanian2-2/+23
2013-08-19avformat/matroskadec: add WebVTT supportMatthew Heaney3-2/+140
2013-08-17lavf/matroska: Adding the new SeekPreRoll elementVignesh Venkatasubramanian2-0/+8
2013-07-24matroskaenc: implement CueRelativePositionBernie Habermeier3-11/+18
2013-07-09WebM muxer writes WebVTT subtitle trackMatthew Heaney2-13/+85
2013-05-28Merge commit '564b7e0c0095768cd20001b28154d69462be54e7'Michael Niedermayer3-1/+3
2013-05-27matroskadec: silently skip CodecState element.Anton Khirnov2-0/+2
2013-03-20matroskadec: Add support for parsing Matroska ContentEncKeyIDFrank Galligan2-5/+57
2013-02-14Adding AlphaMode element to Matroska ParserVignesh Venkatasubramanian2-0/+7
2013-02-13Adding support for parsing BlockAdditionalVignesh Venkatasubramanian5-4/+176
2012-09-16lavf/mkv: prefix video stereo arrays with ff_.Clément Bœsch4-7/+7
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-03-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer64-519/+1217
2012-02-29lavf: move CodecMime from matroska.h to internal.hAnton Khirnov2-5/+6
2011-05-29Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer45-915/+1337
2011-05-28webm: support stereo videos in matroska/webm muxerAlok Ahuja3-1/+101
2011-05-24matroska: improve declaration of video_stereo_* constant tablesAurelien Jacobs2-7/+7
2011-05-23matroska: cleanup handling of video stereo modeAurelien Jacobs5-155/+69
2011-05-21matroska: switch stereo mode from int to string and add support in the demuxe...Kirill Gavrilov3-4/+161
2011-05-21matroska: cosmeticsKirill Gavrilov2-25/+26
2011-05-21Create a stereo_mode metadata tag to specify the stereo 3d video layout using...Alok Ahuja2-1/+38
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-06-08Fix the MATROSKA_ID_TAGDEFAULT to match the specification (instead ofReimar Döffinger2-1/+3
2009-03-01Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs8-2/+30
2009-02-15matroskadec: add needed definitions forgotten in r17331Aurelien Jacobs1-0/+5
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-08-13matroskadec: list some more ebml IDs found in the wild and that we ignoreAurelien Jacobs2-0/+49
2008-08-08matroskadec: add basic tags support (metadata)Aurelien Jacobs2-1/+73
2008-08-05Fix small typo.Diego Biurrun1-1/+1
2008-08-05misc spelling/grammar fixesDiego Biurrun3-21/+21
2008-08-05matroska: expand useless define for MS compat codec id stringsAurelien Jacobs3-7/+4
2008-08-05matroskadec: simplify flag defaultAurelien Jacobs2-15/+3
2008-08-05matroskadec: remove storage of various unused flagsAurelien Jacobs2-21/+0
2008-07-27matroska: add support for A_QUICKTIME/QDM2 codecAurelien Jacobs2-1/+2
2008-06-16matroskadec: remove some useless codeAurelien Jacobs2-67/+3
2008-06-01matroskadec: read TrackTimecodeScale and set timebase accordinglyAnton Khirnov2-1/+11
2008-06-01matroskadec: silently discard some element ID that we don't care aboutAnton Khirnov2-0/+8
2008-05-22demux chapters out of matroskaAnton Khirnov2-0/+170
2008-05-13Add MATROSKA_TRACK_TYPE_NONE.Carl Eugen Hoyos2-1/+2
2008-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
2008-05-08matroskadec: add support for track content encodingAurelien Jacobs2-2/+171
2008-01-27Add support for Matroska attachments.Evgeniy Stepanov8-4/+163
2008-01-07Make ff_mkv_codec_tags lie entirely in .rodata section.Aurelien Jacobs3-3/+3
2007-12-03colour --> color in variable namesDiego Biurrun4-18/+18
2007-12-02Make ff_mkv_codec_tags array const, it is never written.Reimar Döffinger2-2/+2
2007-10-21Make Matroska demuxer output full frames instead of slices for RealVideoAurelien Jacobs2-30/+4
[next]