log i386/fft_sse.c @ 6217:f838213ca91b libavcodec

age author description
Fri, 08 Jun 2007 20:35:30 +0000 gpoirier work around issues with the old version of Gnu Assembler shipped on libavcodec
Wed, 16 May 2007 09:51:45 +0000 diego Add libavcodec to compiler include flags in order to simplify header libavcodec
Sun, 13 May 2007 16:32:32 +0000 gpoirier Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com% libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Thu, 21 Sep 2006 16:37:39 +0000 lorenm sse implementation of imdct. libavcodec
Fri, 18 Aug 2006 23:53:49 +0000 lorenm ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline asm. libavcodec
Sun, 05 Mar 2006 20:25:18 +0000 gpoirier use xorps instead of mulps to toggle the sign of a float, as suggested by Software Optimization Guide for AMD64 Processors. libavcodec