summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec_float.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* ac3: convert to new channel layout APIVittorio Giovara2022-03-15
* avcodec/ac3dec_float: Deduplicate AVClassesAndreas Rheinhardt2021-07-08
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/ac3dec: Make decoders init-threadsafeAndreas Rheinhardt2021-01-09
* avcodec/ac3dec: Check operations that can failAndreas Rheinhardt2021-01-09
* avcodec: Set AV_CODEC_CAP_CHANNEL_CONF in more decodersMichael Niedermayer2020-11-28
* avcodec/ac3dec: add consistent noise generation option.Jonathan Campbell2017-01-22
* avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
* ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContextAndreas Cadhalpun2015-03-14
* Improved AC3 decoder level support (heavy drc, dialnorm)Jean-Francois Thibert2014-08-27
* libavcodec: Implementation of AC3 fixedpoint decoderNedeljko Babic2014-04-01