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 (Collapse)Author
2013-09-17dca_parser: Handle changes in DCA frame sizeJohn Stebbins
A change in framesize caused a perpetual loss of synchronization. So read (and use) the frame size from the frame header instead of setting it only once. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-03-27dca: Move ff_dca_convert_bitstream() to the DCA common codeDiego Biurrun
This makes the DCA parser and decoder independent.
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
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-29Add support for parsing and decoding DCA-HD streams.Kostya Shishkov
Originally committed as revision 15951 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-15DCA frame size is constantKostya Shishkov
Originally committed as revision 12835 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-07make some parser parameters const to avoid casting const to non-constAurelien Jacobs
Originally committed as revision 8921 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-06Remove superfluous #includes, parser.h now includes its prerequisites.Diego Biurrun
Originally committed as revision 8905 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-04Move dca parser to its own file.Diego Biurrun
Originally committed as revision 8881 to svn://svn.ffmpeg.org/ffmpeg/trunk