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
2018-09-26avformat/matroskaenc: implement AVOutputFormat.query_codec for webmJames Almer
2016-12-08avformat/matroskadec: add support for Spherical Video elementsJames Almer
2016-10-19avformat/matroskadec: support parsing Chroma Location elementsJames Almer
2016-10-16avformat/matroskadec: set aspect ratio only when DisplayWidth and DisplayHeig...James Almer
2016-10-13avformat/matroska: fix MatroskaVideoFieldOrder enum valuesJames Almer
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-09Merge commit '5f0226668124aa7ae4db501ba7f4ace4c770f3d1'Derek Buitenhuis
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-03-31matroska: Support interlaced content correctlyLuca Barbato
2016-03-05lavf/matroskadec: Add early support for some of the new colour elements.Neil Birkbeck
2015-09-20lavf/matroska: ignore ChapCountry ID for nowRodger Combs
2015-04-08matroskadec: export cover art correctlywm4
2015-04-04matroskadec: export cover art correctlywm4
2014-08-29avformat: drop redundant MATROSKA_VIDEO_STEREO_MODE_COUNT identifierMichael Niedermayer
2014-08-29Merge commit 'd4ae8ac92f619507aadd021bb67b517d39d3a36f'Michael Niedermayer
2014-08-28matroskadec: parse stereo mode on decodingVittorio Giovara
2014-08-24Correct few "ffmpeg" typosPaul B Mahol
2014-07-16lavf/matroska: Add functions for WebM DASH ManifestVignesh Venkatasubramanian
2014-04-30matroskadec: read the CodecDelay elementAnton Khirnov
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