summaryrefslogtreecommitdiff
path: root/libavcodec/mdct.c
Commit message (Expand)AuthorAge
* Remove documentation of non-existing function parameters.Diego Biurrun2009-02-04
* Add av_cold attributes to *_init and *_end functions.Alex Converse2009-02-03
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Add size that is needed for the wmapro codecBenjamin Larsson2009-01-11
* Try to fix wma regression.Michael Niedermayer2008-09-08
* Add a temp variable to ff_sine_window_init() to match the way wma.c computedAurelien Jacobs2008-08-26
* The ff_sine_#[] should be aligned as they will commonly be used in dsputilRobert Swain2008-08-14
* Add declarations for the sine tables used in wma.c (half window sizes: 128,Robert Swain2008-08-14
* mdct wrapper function to match fftLoren Merritt2008-08-12
* remove mdct tmp bufferLoren Merritt2008-08-12
* remove a float->double->float conversion.Loren Merritt2008-08-12
* optimize imdct_half:Loren Merritt2008-08-12
* exploit mdct symmetryLoren Merritt2008-07-13
* Add generic ff_sine_window_init function and implement in codecs appropriatelyRobert Swain2008-06-22
* improve precision in mdct.c using double for some temporariesMåns Rullgård2008-03-16
* Add variable alpha and size of half window for Kaiser-Bessel Derived windowRobert Swain2008-01-13
* Make the Kaiser-Bessel window generator a common functionRobert Swain2008-01-12
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ...Gildas Bazin2004-03-13
* per file doxyMichael Niedermayer2003-03-06
* use av_malloc instead of mallocFabrice Bellard2003-01-07
* avoid name clashFabrice Bellard2002-10-29
* new generic FFT/MDCT code for audio codecsFabrice Bellard2002-10-28