summaryrefslogtreecommitdiff
path: root/libavcodec/x86/h264_idct_sse2.asm
Commit message (Collapse)AuthorAge
* Update x264 asm code to latest to add support for 64-bit Windows.John Adcock2009-08-04
| | | | | | | | | | Use the new x86inc features to support 64-bit Windows on all non-x264 nasm assembly code as well. Patch by John Adcock, dscaler.johnad AT googlemail DOT com. Win64 changes originally by Anton Mitrofanov. x86util changes mostly by Holger Lubitz. Originally committed as revision 19580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convert x264 asm files to proper unix line breaksJason Garrett-Glaser2009-02-22
| | | | Originally committed as revision 17524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove (incorrect) filenames from x264 asm files, add descriptions.Jason Garrett-Glaser2009-02-22
| | | | Originally committed as revision 17523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove svn:executable property from source file.Diego Biurrun2009-02-09
| | | | Originally committed as revision 17098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add x264 SSE2 iDCT functions to H.264 decoder.Jason Garrett-Glaser2009-01-03
Originally committed as revision 16409 to svn://svn.ffmpeg.org/ffmpeg/trunk