summaryrefslogtreecommitdiff
path: root/libavcodec/x86/idct_mmx.c
Commit message (Collapse)AuthorAge
* cosmetics: Delete empty lines at end of file.Diego Biurrun2012-02-09
|
* Remove redundant filename self-references inside files.Diego Biurrun2011-11-08
| | | | Filenames are brittle across renames and add no useful information.
* Fix compilation in x86_64. I broke it with r24580.Vitor Sessak2010-07-29
| | | | Originally committed as revision 24582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Translate libmpeg2 MMX IDCT to plain asmVitor Sessak2010-07-29
| | | | Originally committed as revision 24580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNEDMåns Rullgård2010-03-18
| | | | Originally committed as revision 22593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* x86: move function prototypes to header filesMåns Rullgård2010-03-06
| | | | Originally committed as revision 22266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-22
It contains optimizations that are not specific to i386 and libavutil uses this naming scheme already. Originally committed as revision 16270 to svn://svn.ffmpeg.org/ffmpeg/trunk