summaryrefslogtreecommitdiff
path: root/libavcodec/aacdec_template.c
Commit message (Expand)AuthorAge
* avcodec/aacdec: Rename AACContext to AACDecContextAndreas Rheinhardt2024-02-27
* avcodec/aacdec_template: Don't use intermediate void*Andreas Rheinhardt2024-02-27
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* avcodec/aacdec_common: Avoid superfluous VLC structuresAndreas Rheinhardt2023-10-31
* avcodec/aacdec_template: Don't init unused table for fixed-point decoderAndreas Rheinhardt2023-10-31
* avcodec/aacdec_template: Deduplicate VLCsAndreas Rheinhardt2023-10-31
* avcodec/aacdectab: Deduplicate common decoder tablesAndreas Rheinhardt2023-10-31
* avcodec/aacdec_template: Better avoidance of signed integer overflow in imdct...Michael Niedermayer2023-10-03
* avcodec/vlc: Use proper namespaceAndreas Rheinhardt2023-09-11
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-07
* avcodec/aacdec_template: Fix undefined signed interger operationsMichael Niedermayer2023-07-23
* avcodec: Rename ff_kbd_window_init() as it will be needed from outside libavc...Michael Niedermayer2023-07-22
* aacsbr: convert to lavu/txLynne2022-11-06
* aacdec: convert to lavu/tx and support fixed-point 960-sample decodingLynne2022-11-06
* avcodec/aacdec: refactor the channel layout derivation codeJames Almer2022-11-03
* avcodec/aacdec: don't force a layout when a channel position is unknownJames Almer2022-11-03
* avcodec/aacdec: add support for channel configuration 14James Almer2022-11-03
* avcodec/aacdec: fix parsing streams with channel configuration 11James Almer2022-11-03
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-27
* avcodec/aacdec_fixed: also clip samples on the second channel for stereo HE-AACJames Almer2022-08-01
* avcodec/aacdec: print a log message when treating mono HE-AAC as stereoJames Almer2022-07-30
* avcodec/aacdec: remove skip samples multiplierJames Almer2022-07-22
* avcodec/aacdec: fix parsing of dual mono filesJames Almer2022-07-08
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-17
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* lavc: drop temporary compat wrappers for channel layout API changeAnton Khirnov2022-03-15
* aac: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* avcodec/aacdec_template: Avoid some invalid values to be set by decode_audio_...Michael Niedermayer2021-07-09
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avcodec: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* avcodec: Constify some AVPacketsAndreas Rheinhardt2021-03-09
* avcodec/aacdec_template: Avoid undefined negation in imdct_and_windowing_eld()Michael Niedermayer2021-03-08
* lavc/aacdec_template: Fix 7.1 decoding with default strictness.KM2021-02-16
* avcodec/aacdec_fixed: Move fixed-point sinewin tables to its only userAndreas Rheinhardt2021-02-07
* avcodec/aac: Share common init code of float decoder and encoderAndreas Rheinhardt2020-12-08
* avcodec/aacdec, aactab: Move kbd tables to their only userAndreas Rheinhardt2020-12-08
* avcodec/aacdec, sinewin: Move 120 and 960 point sine tables to aacdecAndreas Rheinhardt2020-12-08
* avcodec/aacdec_template: Use VLC symbols tableAndreas Rheinhardt2020-12-08
* avcodec/aacdec_template: Avoid code duplication when initializing VLCsAndreas Rheinhardt2020-12-08
* avcodec/aacdec_template: Initialize `layout_map` on declarationXiaohan Wang2020-08-30
* avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2Jan Ekström2020-08-25
* avcodec/aacdec_template: keep tabs on layout in sniff_channel_orderJan Ekström2020-08-25
* avcodec/aacdec_template: add support for 22.2 / channel_config 13Jan Ekström2020-08-04
* avcodec/aacdec_template: mark second LFE element as LFE2Jan Ekström2020-08-04
* avcodec/aacdec_template: Pass AVCodecContext seperatly to set_default_channel...Michael Niedermayer2020-05-10