summaryrefslogtreecommitdiffstats
path: root/libavcodec/dca_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* dca: Move ff_dca_convert_bitstream() to the DCA common codeDiego Biurrun2013-03-271-37/+0
| | | | This makes the DCA parser and decoder independent.
* dca_parser: allow the parser to change the sample rateJustin Ruggles2012-11-011-2/+1
|
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
|
* dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libsDiego Biurrun2012-08-011-1/+1
|
* dca: Move tables used outside of dcadec.c to a separate file.Diego Biurrun2012-08-011-2/+1
|
* dca_parser: parse the sample rate and frame durationsJustin Ruggles2012-03-051-1/+79
|
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-1/+1
|
* lavc: use designated initialisers for parsers.Anton Khirnov2011-11-021-5/+5
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
| | | | | | | None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com>
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-4/+0
| | | | | | | | 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
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
| | | | | | | 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
* Add support for parsing and decoding DCA-HD streams.Kostya Shishkov2008-11-291-2/+9
| | | | Originally committed as revision 15951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DCA frame size is constantKostya Shishkov2008-04-151-1/+6
| | | | Originally committed as revision 12835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
| | | | Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-071-3/+3
| | | | Originally committed as revision 8921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous #includes, parser.h now includes its prerequisites.Diego Biurrun2007-05-051-1/+0
| | | | Originally committed as revision 8905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move dca parser to its own file.Diego Biurrun2007-05-031-0/+127
Originally committed as revision 8881 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud