summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec_fixed.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-5/+5
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-5/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-5/+5
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-35/+35
* 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/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-5/+5
* avcodec/mpegaudiodec: Hardcode tables to save spaceAndreas Rheinhardt2020-12-081-0/+20
* avcodec/mpegaudiodec: Make decoders init-threadsafeAndreas Rheinhardt2020-12-081-1/+5
* avcodec: Set AV_CODEC_CAP_CHANNEL_CONF in more decodersMichael Niedermayer2020-11-281-5/+10
* avcodec/mpegaudiodec*: Cleanup generically on init failureAndreas Rheinhardt2020-09-191-0/+1
* avcodec/mpegaudiodec: Eliminate many undefined operationsMichael Niedermayer2017-02-201-2/+2
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-5/+5
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-5/+5
* | libavcodec/mpegaudio: change CONFIG_FLOAT to USE_FLOATMichael Niedermayer2013-12-031-1/+1
* | Merge commit '0eeeb9647e9c92c9edfd0b18c7cb5da7ac666f85'Michael Niedermayer2013-11-241-4/+4
|/
* mpegaudiodec: Consistently handle fixed/float templatingDiego Biurrun2013-11-231-0/+120