summaryrefslogtreecommitdiff
path: root/libavcodec/dca_parser.c
Commit message (Expand)AuthorAge
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* dca_parser: Extend DTS core sync word and fix existing checkfoo862015-05-12
* dca: Move syncword definitions to a separate headerDiego Biurrun2015-03-04
* dca: K&R formatting cosmeticsGabriel Dume2014-09-16
* dca_parser: Handle changes in DCA frame sizeJohn Stebbins2013-09-17
* dca: Move ff_dca_convert_bitstream() to the DCA common codeDiego Biurrun2013-03-27
* dca_parser: allow the parser to change the sample rateJustin Ruggles2012-11-01
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libsDiego Biurrun2012-08-01
* dca: Move tables used outside of dcadec.c to a separate file.Diego Biurrun2012-08-01
* dca_parser: parse the sample rate and frame durationsJustin Ruggles2012-03-05
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* lavc: use designated initialisers for parsers.Anton Khirnov2011-11-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add support for parsing and decoding DCA-HD streams.Kostya Shishkov2008-11-29
* DCA frame size is constantKostya Shishkov2008-04-15
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-07
* Remove superfluous #includes, parser.h now includes its prerequisites.Diego Biurrun2007-05-05
* Move dca parser to its own file.Diego Biurrun2007-05-03