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
2013-09-17dca_parser: Handle changes in DCA frame sizeJohn Stebbins
2013-03-27dca: Move ff_dca_convert_bitstream() to the DCA common codeDiego Biurrun
2012-11-01dca_parser: allow the parser to change the sample rateJustin Ruggles
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-01dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libsDiego Biurrun
2012-08-01dca: Move tables used outside of dcadec.c to a separate file.Diego Biurrun
2012-03-05dca_parser: parse the sample rate and frame durationsJustin Ruggles
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-11-02lavc: use designated initialisers for parsers.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
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
2008-11-29Add support for parsing and decoding DCA-HD streams.Kostya Shishkov
2008-04-15DCA frame size is constantKostya Shishkov
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
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 dca parser to its own file.Diego Biurrun