summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec_float.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/eac3dec: add detection of Atmos spatial extension profileMarth642023-03-021-0/+2
* ac3: convert to lavu/txLynne2022-11-061-0/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-2/+2
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+2
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-2/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-16/+16
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+3
* ac3: convert to new channel layout APIVittorio Giovara2022-03-151-0/+2
* 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