summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec_float.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/ac3dec_float: Deduplicate AVClassesAndreas Rheinhardt2021-07-081-11/+4
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-2/+2
* avcodec/ac3dec: Make decoders init-threadsafeAndreas Rheinhardt2021-01-091-2/+2
* avcodec/ac3dec: Check operations that can failAndreas Rheinhardt2021-01-091-0/+2
* avcodec: Set AV_CODEC_CAP_CHANNEL_CONF in more decodersMichael Niedermayer2020-11-281-2/+4
* avcodec/ac3dec: add consistent noise generation option.Jonathan Campbell2017-01-221-0/+1
* avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
* ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContextAndreas Cadhalpun2015-03-141-0/+1
* Improved AC3 decoder level support (heavy drc, dialnorm)Jean-Francois Thibert2014-08-271-0/+2
* libavcodec: Implementation of AC3 fixedpoint decoderNedeljko Babic2014-04-011-0/+89