summaryrefslogtreecommitdiff
path: root/libavcodec/x86/mpegaudiodec_mmx.c
Commit message (Expand)AuthorAge
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-09
* mpegaudio: bury inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-26
* mpegaudio: replace memcpy by SIMD codeChristophe GISQUET2012-02-15
* mpegaudiodec: optimized iMDCT transformVitor Sessak2012-01-08
* Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-04
* Remove global mm_flags variableMåns Rullgård2010-08-24
* Fix compilation on x64.Vitor Sessak2010-06-24
* Fix asm constraints in apply_window()Vitor Sessak2010-06-24
* SSE-optimized MP3 floating point windowing functionsVitor Sessak2010-06-24