log x86/fft_sse.c @ 12475:9fef0a8ddd63 libavcodec

age author description
Mon, 23 Aug 2010 15:51:09 +0000 alexc imdct/x86: Use "s->mdct_size" instead of "1 << s->mdct_bits". libavcodec
Sun, 22 Aug 2010 14:39:58 +0000 alexc Convert ff_imdct_half_sse() to yasm. libavcodec
Tue, 06 Jul 2010 17:48:23 +0000 vitor Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASM libavcodec
Tue, 06 Jul 2010 16:58:54 +0000 vitor SSE optimized 32-point DCT libavcodec
Fri, 22 Jan 2010 03:25:11 +0000 mru Move array specifiers outside DECLARE_ALIGNED() invocations libavcodec
Sun, 20 Sep 2009 17:30:20 +0000 mru Merge FFTContext and MDCTContext libavcodec
Tue, 15 Sep 2009 21:14:14 +0000 mru Move per-arch fft init bits into the corresponding subdirs libavcodec
Thu, 04 Jun 2009 23:25:09 +0000 ramiro Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED. libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Mon, 22 Dec 2008 09:12:42 +0000 diego Rename libavcodec/i386/ --> libavcodec/x86/. libavcodec