6 Commits (e863cbceaeb88082e716dd3b770ed9dfc35ad9e3)

Author SHA1 Message Date
Andreas Rheinhardt 2eab5a1f54 avcodec/aac/aacdec: Fix linking errors with only one decoder enabled 9 months ago
Andreas Rheinhardt 8762aa4d62 avcodec/aac/aacdec: Move init functions to aacdec_fixed/float 9 months ago
James Almer 63702d5f9c avcodec/aac/aacdec: remove double colon 10 months ago
Lynne 03cf101645
aacdec: remove AAC-specific MIPS optimizations 10 months ago
Lynne ae7c6cc17d
aac: move aacdec.c to aac/aacdec.c 10 months ago
Lynne 551ce16b59
aacdec: move aacdec.h into libavcodec/aac 10 months ago
Lynne e93793bf3c
aacdec: fully detemplate decoder core 10 months ago
Lynne 2f90d83981
aacdec: move fixed/float DSP initialization to templated init functions 10 months ago
Lynne 49e7be1e37
aacdec: move prediction to separate files 10 months ago
Lynne b1718ce0f9
aacdec: move CCE decoding to a separate templated file 10 months ago
Lynne 41c04bec0a
aacdec: move fixed-point clipping to a separate function 10 months ago
Lynne 87a93a5670
aacdec: split off channel coupling into a new file 10 months ago
Lynne 41ae2b03a5
aacdec: move spectrum decode and dequantization to a new file 10 months ago
Lynne eef9100a8e
aacdec: template LTP windowing separately 10 months ago
Lynne 091d85217d
aacdec: template windowing and transforms separately 10 months ago
Lynne a309aa4127
aacdec: duplicate table initialization 10 months ago
Lynne e9fc7661da
aacdec: template LTP application separately 10 months ago
Lynne db5128ef70
aacdec: template TNS application separately 10 months ago
Lynne 60b60dd635
aacdec: separate out scalefactor dequantization from decoding 10 months ago
Lynne ed009bfd3d
aacdec: add a decoder DSP structure 10 months ago
Andreas Rheinhardt 9de66fd449
avcodec/aacdec_template: Deduplicate common part of aac_decode_init() 10 months ago
Andreas Rheinhardt 980a55fb46
avcodec/aacdec_template: Deduplicate AVClass+AVOptions 10 months ago
Andreas Rheinhardt e3693c6f56
avcodec/aacdec_template: Deduplicate aac_decode_close() 10 months ago
Andreas Rheinhardt 7117e0c7be
avcodec/aacdec: Use same AACDecContext for fixed and float 10 months ago
Andreas Rheinhardt fc3c2ea8dc
avcodec/aacdec: PredictorState array out of SingleChannelElement 10 months ago
Andreas Rheinhardt 8b2261e573
avcodec/aacdec: Always include AV(Fixed|Float)DSPContext in AACDecContext 10 months ago
Andreas Rheinhardt 5bd7b8d999
avcodec/aacdec: Split SBR context from ChannelElement 10 months ago
Andreas Rheinhardt b9dea251d5 avcodec/aacdec: Move buffer to reduce padding 11 months ago
Andreas Rheinhardt a6aa043baa avcodec/aac: Split ChannelElement in decoder and encoder structs 12 months ago
Andreas Rheinhardt 1ecc906536 avcodec/aacdec: Rename AACContext to AACDecContext 12 months ago
Andreas Rheinhardt a0fa6b6030 avocdec/aac: Move decoder-only stuff to new header aacdec.h 12 months ago