| Commit message (Expand) | Author | Age | Files | Lines |
* | Support for getting (i)MDCT output multiplied by a constant scaling factor. | Siarhei Siamashka | 2009-05-16 | 1 | -5/+7 |
* | Remove useless += from ff_imdct_half_c() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -1/+0 |
* | Remove documentation of non-existing function parameters. | Diego Biurrun | 2009-02-04 | 1 | -2/+0 |
* | Add av_cold attributes to *_init and *_end functions. | Alex Converse | 2009-02-03 | 1 | -4/+4 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Add size that is needed for the wmapro codec | Benjamin Larsson | 2009-01-11 | 1 | -2/+3 |
* | Try to fix wma regression. | Michael Niedermayer | 2008-09-08 | 1 | -2/+1 |
* | Add a temp variable to ff_sine_window_init() to match the way wma.c computed | Aurelien Jacobs | 2008-08-26 | 1 | -1/+2 |
* | The ff_sine_#[] should be aligned as they will commonly be used in dsputil | Robert Swain | 2008-08-14 | 1 | -5/+5 |
* | Add declarations for the sine tables used in wma.c (half window sizes: 128, | Robert Swain | 2008-08-14 | 1 | -0/+9 |
* | mdct wrapper function to match fft | Loren Merritt | 2008-08-12 | 1 | -3/+3 |
* | remove mdct tmp buffer | Loren Merritt | 2008-08-12 | 1 | -5/+3 |
* | remove a float->double->float conversion. | Loren Merritt | 2008-08-12 | 1 | -4/+4 |
* | optimize imdct_half: | Loren Merritt | 2008-08-12 | 1 | -57/+36 |
* | exploit mdct symmetry | Loren Merritt | 2008-07-13 | 1 | -10/+47 |
* | Add generic ff_sine_window_init function and implement in codecs appropriately | Robert Swain | 2008-06-22 | 1 | -0/+7 |
* | improve precision in mdct.c using double for some temporaries | Måns Rullgård | 2008-03-16 | 1 | -5/+5 |
* | Add variable alpha and size of half window for Kaiser-Bessel Derived window | Robert Swain | 2008-01-13 | 1 | -7/+8 |
* | Make the Kaiser-Bessel window generator a common function | Robert Swain | 2008-01-12 | 1 | -0/+22 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -3/+3 |
* | fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ... | Gildas Bazin | 2004-03-13 | 1 | -4/+4 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -2/+7 |
* | use av_malloc instead of malloc | Fabrice Bellard | 2003-01-07 | 1 | -2/+2 |
* | avoid name clash | Fabrice Bellard | 2002-10-29 | 1 | -6/+6 |
* | new generic FFT/MDCT code for audio codecs | Fabrice Bellard | 2002-10-28 | 1 | -0/+170 |