]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/mdct.c
ac3dec: move channel remapping to outside of block loop
[frescor/ffmpeg.git] / libavcodec / mdct.c
2009-04-17 michaelRemove useless += from ff_imdct_half_c() found by CSA.
2009-02-04 diegoRemove documentation of non-existing function parameters.
2009-02-03 alexcAdd av_cold attributes to *_init and *_end functions.
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-11 bananAdd size that is needed for the wmapro codec
2008-09-08 michaelTry to fix wma regression.
2008-08-26 aurelAdd a temp variable to ff_sine_window_init() to match...
2008-08-14 superdumpThe ff_sine_#[] should be aligned as they will commonly...
2008-08-14 superdumpAdd declarations for the sine tables used in wma.c...
2008-08-12 lorenmmdct wrapper function to match fft
2008-08-12 lorenmremove mdct tmp buffer
2008-08-12 lorenmremove a float->double->float conversion.
2008-08-12 lorenmoptimize imdct_half:
2008-07-13 lorenmexploit mdct symmetry
2008-06-22 superdumpAdd generic ff_sine_window_init function and implement...
2008-03-16 mruimprove precision in mdct.c using double for some tempo...
2008-01-13 superdumpAdd variable alpha and size of half window for Kaiser...
2008-01-12 andomaMake the Kaiser-Bessel window generator a common function
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2004-03-13 michaelfft_*() renamed into ff_fft_*() patch by (Gildas Bazin...
2003-03-06 michaelniper file doxy
2003-01-07 bellarduse av_malloc instead of malloc
2002-10-29 bellardavoid name clash
2002-10-28 bellardnew generic FFT/MDCT code for audio codecs