]> git.sesse.net Git - ffmpeg/history - libavcodec/twinvq.c
Fix misspelled parameter names in Doxygen documentation.
[ffmpeg] / libavcodec / twinvq.c
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-25 Måns Rullgårdtwinvq: remove VLAs
2010-04-21 Ronald S. BultjeMove clipping of audio samples (for those codecs output...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
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