]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/fft.c
h264: convert loop filter strength dsp function to yasm.
[ffmpeg] / libavcodec / x86 / fft.c
2012-05-29 Vitor Sessakx86: use new schema for ASM macros
2012-05-14 Vitor Sessakx86: use more standard construct for setting ASM functi...
2012-02-09 Diego Biurruncosmetics: Delete empty lines at end of file.
2011-08-02 Vitor Sessakdct32: Add SSE2 ASM optimizations
2011-05-22 Vitor SessakFix dct32() compilation with --disable-yasm
2011-05-21 Vitor Sessakdct32: Add AVX implementation of 32-point DCT
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-03-20 Mans RullgardMove dct and rdft definitions to separate files
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-13 Loren MerrittFFT: factor a shuffle out of the inner loop and merge...
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...
2010-09-04 Stefano SabatiniRename FF_MM_ symbols related to CPU features flags...
2010-07-06 Vitor SessakMove SSE optimized 32-point DCT to its own file. Should...
2010-07-06 Vitor SessakSSE optimized 32-point DCT
2009-09-15 Måns RullgårdMove per-arch fft init bits into the corresponding...