summaryrefslogtreecommitdiffstats
path: root/libavcodec/mdct.c
Commit message (Expand)AuthorAgeFilesLines
* Allow arch-specific mdct code to request interleaving of cos/sin tablesMåns Rullgård2009-09-211-10/+22
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-201-16/+16
* Add two more sizes to ff_sine_windows[] and also pad it with NULLs soVitor Sessak2009-09-151-1/+5
* Prepare for optimised forward MDCT implementationsMåns Rullgård2009-09-111-1/+1
* ff_sine_windows table contains only constant data, too.Reimar Döffinger2009-09-061-1/+1
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-161-5/+7
* Remove useless += from ff_imdct_half_c() found by CSA.Michael Niedermayer2009-04-171-1/+0
* Remove documentation of non-existing function parameters.Diego Biurrun2009-02-041-2/+0
* Add av_cold attributes to *_init and *_end functions.Alex Converse2009-02-031-4/+4
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Add size that is needed for the wmapro codecBenjamin Larsson2009-01-111-2/+3
* Try to fix wma regression.Michael Niedermayer2008-09-081-2/+1
* Add a temp variable to ff_sine_window_init() to match the way wma.c computedAurelien Jacobs2008-08-261-1/+2
* The ff_sine_#[] should be aligned as they will commonly be used in dsputilRobert Swain2008-08-141-5/+5
* Add declarations for the sine tables used in wma.c (half window sizes: 128,Robert Swain2008-08-141-0/+9
* mdct wrapper function to match fftLoren Merritt2008-08-121-3/+3
* remove mdct tmp bufferLoren Merritt2008-08-121-5/+3
* remove a float->double->float conversion.Loren Merritt2008-08-121-4/+4
* optimize imdct_half:Loren Merritt2008-08-121-57/+36
* exploit mdct symmetryLoren Merritt2008-07-131-10/+47
* Add generic ff_sine_window_init function and implement in codecs appropriatelyRobert Swain2008-06-221-0/+7
* improve precision in mdct.c using double for some temporariesMåns Rullgård2008-03-161-5/+5
* Add variable alpha and size of half window for Kaiser-Bessel Derived windowRobert Swain2008-01-131-7/+8
* Make the Kaiser-Bessel window generator a common functionRobert Swain2008-01-121-0/+22
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-3/+3
* fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ...Gildas Bazin2004-03-131-4/+4
* per file doxyMichael Niedermayer2003-03-061-2/+7
* use av_malloc instead of mallocFabrice Bellard2003-01-071-2/+2
* avoid name clashFabrice Bellard2002-10-291-6/+6
* new generic FFT/MDCT code for audio codecsFabrice Bellard2002-10-281-0/+170
OpenPOWER on IntegriCloud