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
2021-04-27avcodec: Constify all the AVCodecParsersAndreas Rheinhardt
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2013-04-05Merge commit 'b78f81c8033904e2e75add0c9a603df6df514a30'Michael Niedermayer
2013-04-05h261: K&R formatting and prettyprinting cosmeticsDiego Biurrun
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-02lavc: use designated initialisers for parsers.Anton Khirnov
2011-04-25Fix indentation.Reimar Döffinger
2011-04-25Support PARSER_FLAG_COMPLETE_FRAMES for h261 and h263 parsers.Reimar Döffinger
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2007-05-20slightly more correct spliting of framesMichael Niedermayer
2007-05-07make some parser parameters const to avoid casting const to non-constAurelien Jacobs
2007-05-06Remove superfluous #includes, parser.h now includes its prerequisites.Diego Biurrun
2007-05-04Move H.261 parser to its own file.Diego Biurrun