Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-16lavf/matroska: Add functions for WebM DASH ManifestVignesh Venkatasubramanian
2013-09-21matroska: Add the CueDuration elementJames Almer
2013-09-10lavf/matroska: Adding support for Opus CodecDelayVignesh Venkatasubramanian
2013-09-10opus/matroska: Adding support for DiscardPadding in muxerVignesh Venkatasubramanian
2013-08-20avformat/matroskadec: add WebVTT supportMatthew Heaney
2013-08-18lavf/matroska: Adding the new SeekPreRoll elementVignesh Venkatasubramanian
2013-07-24matroskaenc: implement CueRelativePositionBernie Habermeier
2013-07-09WebM muxer writes WebVTT subtitle trackMatthew Heaney
2013-05-28Merge commit '564b7e0c0095768cd20001b28154d69462be54e7'Michael Niedermayer
2013-05-27matroskadec: silently skip CodecState element.Anton Khirnov
2013-03-21matroskadec: Add support for parsing Matroska ContentEncKeyIDFrank Galligan
2013-02-15Adding AlphaMode element to Matroska ParserVignesh Venkatasubramanian
2013-02-14Adding support for parsing BlockAdditionalVignesh Venkatasubramanian
2012-09-16lavf/mkv: prefix video stereo arrays with ff_.Clément Bœsch
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-29lavf: move CodecMime from matroska.h to internal.hAnton Khirnov
2011-05-29Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer
2011-05-28webm: support stereo videos in matroska/webm muxerAlok Ahuja
2011-05-25matroska: improve declaration of video_stereo_* constant tablesAurelien Jacobs
2011-05-24matroska: cleanup handling of video stereo modeAurelien Jacobs
2011-05-21matroska: switch stereo mode from int to string and add support in the demuxe...Kirill Gavrilov
2011-05-21matroska: cosmeticsKirill Gavrilov
2011-05-21Create a stereo_mode metadata tag to specify the stereo 3d video layout using...Alok Ahuja
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-06-08Fix the MATROSKA_ID_TAGDEFAULT to match the specification (instead ofReimar Döffinger
2009-03-01Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs
2009-02-15matroskadec: add needed definitions forgotten in r17331Aurelien Jacobs
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-14matroskadec: list some more ebml IDs found in the wild and that we ignoreAurelien Jacobs
2008-08-09matroskadec: add basic tags support (metadata)Aurelien Jacobs
2008-08-06Fix small typo.Diego Biurrun
2008-08-05misc spelling/grammar fixesDiego Biurrun
2008-08-05matroska: expand useless define for MS compat codec id stringsAurelien Jacobs
2008-08-05matroskadec: simplify flag defaultAurelien Jacobs
2008-08-05matroskadec: remove storage of various unused flagsAurelien Jacobs
2008-07-27matroska: add support for A_QUICKTIME/QDM2 codecAurelien Jacobs
2008-06-17matroskadec: remove some useless codeAurelien Jacobs
2008-06-01matroskadec: read TrackTimecodeScale and set timebase accordinglyAnton Khirnov
2008-06-01matroskadec: silently discard some element ID that we don't care aboutAnton Khirnov
2008-05-23demux chapters out of matroskaAnton Khirnov
2008-05-13Add MATROSKA_TRACK_TYPE_NONE.Carl Eugen Hoyos
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-09matroskadec: add support for track content encodingAurelien Jacobs
2008-01-27Add support for Matroska attachments.Evgeniy Stepanov
2008-01-07Make ff_mkv_codec_tags lie entirely in .rodata section.Aurelien Jacobs
2007-12-03colour --> color in variable namesDiego Biurrun
2007-12-03Make ff_mkv_codec_tags array const, it is never written.Reimar Döffinger
2007-10-21Make Matroska demuxer output full frames instead of slices for RealVideoAurelien Jacobs