summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec_fixed.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/ac3dec_fixed: add missingAVprefix to CODEC_IDMichael Niedermayer2014-04-011-1/+1
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Nedeljko Babic <nbabic@mips.com>
* avcodec/ac3: rename identifier used to select the fixed point variantMichael Niedermayer2014-04-011-1/+1
| | | | | | | | the CONFIG_ prefix is used by configure, using it for other things is potentially confusing to the reader Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Nedeljko Babic <nbabic@mips.com>
* libavcodec: Implementation of AC3 fixedpoint decoderNedeljko Babic2014-04-011-0/+176
Signed-off-by: Nedeljko Babic <nbabic@mips.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>