aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dca_parser.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '8411baf6f0a42bdd61f00f34aa9efec7e138b5f2'Michael Niedermayer2013-09-181-7/+8
|\
| * dca_parser: Handle changes in DCA frame sizeJohn Stebbins2013-09-171-6/+9
* | Merge commit '1db6a080bddd14fed6b29140ecd2e21e42b1c022'Michael Niedermayer2013-03-281-37/+0
|\|
| * dca: Move ff_dca_convert_bitstream() to the DCA common codeDiego Biurrun2013-03-271-37/+0
* | Merge commit '8ac0f6767bf63d3e6b308ee6648ff02598b81e03'Michael Niedermayer2012-11-021-2/+1
|\|
| * dca_parser: allow the parser to change the sample rateJustin Ruggles2012-11-011-2/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-011-2/+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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-061-1/+79
|\|
| * dca_parser: parse the sample rate and frame durationsJustin Ruggles2012-03-051-1/+79
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-1/+1
|\|
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-031-5/+5
|\|
| * lavc: use designated initialisers for parsers.Anton Khirnov2011-11-021-5/+5
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Fix a regression in the dca parser introduced by dts express support.Hendrik Leppkes2011-10-281-1/+2
* | dca_parser: Add support for parsing dts expressHendrik Leppkes2011-10-281-6/+3
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-4/+0
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Add support for parsing and decoding DCA-HD streams.Kostya Shishkov2008-11-291-2/+9
* DCA frame size is constantKostya Shishkov2008-04-151-1/+6
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-071-3/+3
* Remove superfluous #includes, parser.h now includes its prerequisites.Diego Biurrun2007-05-051-1/+0
* Move dca parser to its own file.Diego Biurrun2007-05-031-0/+127