aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/mpegaudiodec_mmx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-171-1/+20
|\
| * mpegaudio: replace memcpy by SIMD codeChristophe GISQUET2012-02-151-1/+20
* | Fix compilation without HAVE_AVX, HAVE_YASM etc.Reimar Döffinger2012-01-141-1/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-101-14/+73
|\|
| * mpegaudiodec: optimized iMDCT transformVitor Sessak2012-01-081-0/+80
* | mpegaudiodec: add SSE-optimized imdct36()Vitor Sessak2011-11-071-0/+21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-201-5/+4
|\|
| * Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-191-5/+4
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-081-1/+2
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-041-1/+1
* Remove global mm_flags variableMåns Rullgård2010-08-241-1/+1
* Fix compilation on x64.Vitor Sessak2010-06-241-1/+1
* Fix asm constraints in apply_window()Vitor Sessak2010-06-241-7/+8
* SSE-optimized MP3 floating point windowing functionsVitor Sessak2010-06-241-0/+156