]> git.sesse.net Git - ffmpeg/history - libavcodec/mdct.c
make state transition tables global as they are constant and the code is slightly...
[ffmpeg] / libavcodec / mdct.c
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