1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00
FFmpeg/libavcodec/aac
Andreas Rheinhardt c13b5d96c8 avcodec/aac/aacdec_float: Call ff_aac_float_common_init() only once
That's enough.

Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2024-05-06 23:59:10 +02:00
..
aacdec_dsp_template.c aacdec: move aacdec.h into libavcodec/aac 2024-04-23 08:31:40 +02:00
aacdec_fixed_coupling.h aacdec: move aacdec.h into libavcodec/aac 2024-04-23 08:31:40 +02:00
aacdec_fixed_dequant.h aacdec: move spectrum decode and dequantization to a new file 2024-04-23 08:31:35 +02:00
aacdec_fixed_prediction.h aacdec: move prediction to separate files 2024-04-23 08:31:37 +02:00
aacdec_fixed.c aacdec: initialize float/fixed SBR tables only when either is needed 2024-04-23 08:31:41 +02:00
aacdec_float_coupling.h aacdec: move aacdec.h into libavcodec/aac 2024-04-23 08:31:40 +02:00
aacdec_float_prediction.h aacdec: move prediction to separate files 2024-04-23 08:31:37 +02:00
aacdec_float.c avcodec/aac/aacdec_float: Call ff_aac_float_common_init() only once 2024-05-06 23:59:10 +02:00
aacdec_latm.h aac: move aacdec.c to aac/aacdec.c 2024-04-23 08:31:40 +02:00
aacdec_proc_template.c aacdec: fully detemplate decoder core 2024-04-23 08:31:38 +02:00
aacdec_tab.c
aacdec_tab.h
aacdec.c avcodec/aac/aacdec: Avoid branch to set sample_fmt 2024-05-06 23:58:58 +02:00
aacdec.h avcodec/aac/aacdec: remove double colon 2024-04-23 11:02:00 -03:00
Makefile aacdec: template scalefactor dequantization separately 2024-04-23 08:31:32 +02:00