]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/fft_sse.c
dsputil: remove ff_emulated_edge_mc macro used in one place
[ffmpeg] / libavcodec / x86 / fft_sse.c
2011-05-27 Diego Biurrunx86: Add appropriate ifdefs around certain AVX functions.
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-02 Alex ConverseFix ff_imdct_calc_sse() on gcc-4.6
2010-10-06 Ramiro Pollafft: mark xmm registers as clobbered in ff_imdct_calc_sse
2010-08-23 Alex Converseimdct/x86: Use "s->mdct_size" instead of "1 << s->mdct_...
2010-08-22 Alex ConverseConvert ff_imdct_half_sse() to yasm.
2010-07-06 Vitor SessakMove SSE optimized 32-point DCT to its own file. Should...
2010-07-06 Vitor SessakSSE optimized 32-point DCT
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-09-15 Måns RullgårdMove per-arch fft init bits into the corresponding...
2009-06-04 Ramiro PollaReplace more uses of __attribute__((aligned)) by DECLAR...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-22 Diego BiurrunRename libavcodec/i386/ --> libavcodec/x86/.