Anton Khirnov
|
e15371061d
|
lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump
They are not properly namespaced and not intended for public use.
|
4 years ago |
Andreas Rheinhardt
|
3693e2fcee
|
avcodec/aacps: Factor out code shared by float and fixed point decoder
Saves about 7KiB.
Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
|
4 years ago |
Timothy Gu
|
180f9a0958
|
all: Make header guard names consistent
|
9 years ago |
Djordje Pesut
|
5fd81cf6f0
|
avcodec: Implementation of AAC_fixed_decoder (PS-module)
Add fixed point implementation.
Signed-off-by: Nedeljko Babic <nedeljko.babic@imgtec.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
9 years ago |
Reimar Döffinger
|
de6d44829c
|
aacps.c: Move large arrays to context to reduce stack usage.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
|
10 years ago |
Diego Biurrun
|
e4cbf7529b
|
Give all anonymously typedeffed structs in headers a name
Anonymous structs cannot be forward declared and have no benefit.
|
12 years ago |
Mans Rullgard
|
47d18d5354
|
aacps: align some arrays
This is required for SIMD optimisations.
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
13 years ago |
Mans Rullgard
|
bf1945af30
|
aacps: move some loops to function pointers
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
13 years ago |
Diego Biurrun
|
0249478756
|
doxygen: fix wrong comment syntax, //< vs. ///<
|
13 years ago |
Mans Rullgard
|
2912e87a6c
|
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
14 years ago |
Diego Biurrun
|
c1bffe25fa
|
Add required #includes to pass 'make checkheaders'.
Originally committed as revision 23736 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Alex Converse
|
fd6eb4a06c
|
Move Parametric Stereo related ps* files to aacps*.
Originally committed as revision 23720 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Alex Converse
|
284b041b1c
|
Remove iid_mode from the PS context.
Originally committed as revision 23658 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Alex Converse
|
a20639017b
|
Add HE-AAC v2 support to the AAC decoder.
Originally committed as revision 23647 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |