| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-04-01 | 1 | -18/+14 |
|\ |
|
| * | Fixed-point FFT and MDCT | Mans Rullgard | 2011-03-31 | 1 | -18/+14 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-21 | 1 | -29/+2 |
|\| |
|
| * | Move sine windows to a separate file | Mans Rullgard | 2011-03-20 | 1 | -2/+0 |
| * | Move ff_kbd_window_init() to a separate file | Mans Rullgard | 2011-03-19 | 1 | -25/+0 |
| * | fft: remove inline wrappers for function pointers | Mans Rullgard | 2011-03-19 | 1 | -2/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | mdct: remove unnecessary multiplication | Young Han Lee | 2011-02-17 | 1 | -1/+1 |
| * | FFT: factor a shuffle out of the inner loop and merge it into fft_permute. | Loren Merritt | 2011-02-13 | 1 | -2/+2 |
* | | mdct: remove unnecessary multiplication | Young Han Lee | 2011-02-18 | 1 | -1/+1 |
* | | FFT: factor a shuffle out of the inner loop and merge it into fft_permute. | Loren Merritt | 2011-02-14 | 1 | -2/+2 |
|/ |
|
* | Remove VLA in ff_kbd_window_init, limit window size to 1024 | Måns Rullgård | 2010-06-24 | 1 | -1/+3 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Replace many includes of libavutil/common.h with what is actually needed | Måns Rullgård | 2010-03-09 | 1 | -0/+3 |
* | Move FFT parts from dsputil.h to fft.h | Måns Rullgård | 2010-03-06 | 1 | -1/+3 |
* | Add support for hard-coded MDCT-related ff_sine_windows tables. | Reimar Döffinger | 2010-01-09 | 1 | -20/+1 |
* | Allow arch-specific mdct code to request interleaving of cos/sin tables | Måns Rullgård | 2009-09-21 | 1 | -10/+22 |
* | Merge FFTContext and MDCTContext | Måns Rullgård | 2009-09-20 | 1 | -16/+16 |
* | Add two more sizes to ff_sine_windows[] and also pad it with NULLs so | Vitor Sessak | 2009-09-15 | 1 | -1/+5 |
* | Prepare for optimised forward MDCT implementations | Måns Rullgård | 2009-09-11 | 1 | -1/+1 |
* | ff_sine_windows table contains only constant data, too. | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
* | 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 |