]> git.sesse.net Git - ffmpeg/history - libavcodec/i386/fft_sse.c
cosmetics: use a better function name than uncouple_channels()
[ffmpeg] / libavcodec / i386 / fft_sse.c
2008-07-13 Loren Merrittexploit mdct symmetry
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-08 Ramiro PollaDo not misuse long as the size of a register in x86.
2007-06-08 Graham Bookerwork around issues with the old version of Gnu Assemble...
2007-05-16 Ronald S. BultjeAdd libavcodec to compiler include flags in order to...
2007-05-13 Zuxy MengFaster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-21 Loren Merrittsse implementation of imdct.
2006-08-18 Loren Merrittff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline...
2006-03-05 Zuxy Menguse xorps instead of mulps to toggle the sign of a...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2004-03-13 Gildas Bazinfft_*() renamed into ff_fft_*() patch by (Gildas Bazin...
2003-01-07 Fabrice Bellardadded define for builtins use - inverse fix by Romain...
2002-10-28 Fabrice Bellardnew generic FFT/MDCT code for audio codecs