]> git.sesse.net Git - ffmpeg/history - libavcodec/mdct.c
The ff_sine_#[] should be aligned as they will commonly be used in dsputil
[ffmpeg] / libavcodec / mdct.c
2008-08-14 Robert SwainThe ff_sine_#[] should be aligned as they will commonly...
2008-08-14 Robert SwainAdd declarations for the sine tables used in wma.c...
2008-08-12 Loren Merrittmdct wrapper function to match fft
2008-08-12 Loren Merrittremove mdct tmp buffer
2008-08-12 Loren Merrittremove a float->double->float conversion.
2008-08-12 Loren Merrittoptimize imdct_half:
2008-07-13 Loren Merrittexploit mdct symmetry
2008-06-22 Robert SwainAdd generic ff_sine_window_init function and implement...
2008-03-16 Måns Rullgårdimprove precision in mdct.c using double for some tempo...
2008-01-13 Robert SwainAdd variable alpha and size of half window for Kaiser...
2008-01-12 Robert SwainMake the Kaiser-Bessel window generator a common function
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2004-03-13 Gildas Bazinfft_*() renamed into ff_fft_*() patch by (Gildas Bazin...
2003-03-06 Michael Niedermayerper file doxy
2003-01-07 Fabrice Bellarduse av_malloc instead of malloc
2002-10-29 Fabrice Bellardavoid name clash
2002-10-28 Fabrice Bellardnew generic FFT/MDCT code for audio codecs