]> git.sesse.net Git - ffmpeg/history - libavcodec/twinvq.c
Add spectral extension to the E-AC-3 decoder.
[ffmpeg] / libavcodec / twinvq.c
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
2010-01-09 Reimar DöffingerAdd support for hard-coded MDCT-related ff_sine_windows...
2009-11-23 Vitor SessakAdd missing include. Fix the following compiler warnings:
2009-11-22 Vitor SessakMake sorting function used in TwinVQ a shared function
2009-11-08 Carl Eugen HoyosUse enum FrameType as parameter to construct_perm_table().
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-09-15 Vitor SessakAdd two more sizes to ff_sine_windows[] and also pad...
2009-08-27 Vitor SessakFormatting K&R fixes
2009-08-27 Vitor Sessak100l, revision 19728 added a bug that broke twinvq...
2009-08-27 Vitor SessakSSE optimized vector_clipf(). 10% faster TwinVQ decoding.
2009-08-24 Vitor SessakCosmetics: add some whitespace around operators
2009-08-23 Vitor SessakTwinVQ decoder