summaryrefslogtreecommitdiff
path: root/libavcodec/mdct.c
Commit message (Expand)AuthorAge
* Fixed-point FFT and MDCTMans Rullgard2011-03-31
* Move sine windows to a separate fileMans Rullgard2011-03-20
* Move ff_kbd_window_init() to a separate fileMans Rullgard2011-03-19
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* mdct: remove unnecessary multiplicationYoung Han Lee2011-02-17
* FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt2011-02-13
* Remove VLA in ff_kbd_window_init, limit window size to 1024Måns Rullgård2010-06-24
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-09
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-09
* Allow arch-specific mdct code to request interleaving of cos/sin tablesMåns Rullgård2009-09-21
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-20
* Add two more sizes to ff_sine_windows[] and also pad it with NULLs soVitor Sessak2009-09-15
* Prepare for optimised forward MDCT implementationsMåns Rullgård2009-09-11
* ff_sine_windows table contains only constant data, too.Reimar Döffinger2009-09-06
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-16
* Remove useless += from ff_imdct_half_c() found by CSA.Michael Niedermayer2009-04-17
* 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