Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config.asm: change %ifdef directives to %if directives. | Ronald S. Bultje | 2012-01-27 | 1 | -9/+9 |
| | | | | This allows combining multiple conditionals in a single statement. | ||||
* | Fix NASM include directive | Dave Yeo | 2011-08-15 | 1 | -2/+2 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | Move x86util.asm from libavcodec/ to libavutil/. | Ronald S. Bultje | 2011-08-12 | 1 | -1/+1 |
| | | | | This allows using it in swscale also. | ||||
* | Move x86inc.asm to libavutil/. | Ronald S. Bultje | 2011-08-12 | 1 | -1/+1 |
| | | | | This allows using it in libswscale/ also. | ||||
* | Fix FSF address copy paste error in some license headers. | Diego Biurrun | 2011-05-14 | 1 | -1/+1 |
| | |||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Use "d" suffix for general-purpose registers used with movd. | Reimar Döffinger | 2010-09-05 | 1 | -3/+3 |
| | | | | | | | | This increases compatibilty with nasm and is also more consistent, e.g. with h264_intrapred.asm and h264_chromamc.asm that already do it that way. Originally committed as revision 25042 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6 | Ronald S. Bultje | 2010-08-30 | 1 | -0/+618 |
issues on Win64. Originally committed as revision 24988 to svn://svn.ffmpeg.org/ffmpeg/trunk |