| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: h264_idct: port to cpuflags | Diego Biurrun | 2012-11-28 | 1 | -69/+70 |
* | x86: mmx2 ---> mmxext in asm constructs | Diego Biurrun | 2012-11-14 | 1 | -22/+24 |
* | x86: MMX2 ---> MMXEXT in macro names | Diego Biurrun | 2012-10-31 | 1 | -20/+20 |
* | x86: yasm: Use complete source path for macro helper %includes | Diego Biurrun | 2012-10-31 | 1 | -1/+1 |
* | x86: include x86inc.asm in x86util.asm | Diego Biurrun | 2012-10-31 | 1 | -1/+0 |
* | x86: add colons after labels | Mans Rullgard | 2012-08-07 | 1 | -29/+29 |
* | x86: h264_idct: Rename x264_add8x4_idct_sse2 --> h264_add8x4_idct_sse2 | Diego Biurrun | 2012-08-05 | 1 | -4/+4 |
* | x86inc improvements for 64-bit | Henrik Gramner | 2012-04-11 | 1 | -83/+73 |
* | h264: manually save/restore XMM registers for functions using INIT_MMX. | Ronald S. Bultje | 2012-02-08 | 1 | -0/+3 |
* | config.asm: change %ifdef directives to %if directives. | Ronald S. Bultje | 2012-01-27 | 1 | -30/+30 |
* | Fix NASM include directive | Dave Yeo | 2011-08-15 | 1 | -2/+2 |
* | Move x86util.asm from libavcodec/ to libavutil/. | Ronald S. Bultje | 2011-08-12 | 1 | -1/+1 |
* | Move x86inc.asm to libavutil/. | Ronald S. Bultje | 2011-08-12 | 1 | -1/+1 |
* | H.264: tweak some other x86 asm for Atom | Jason Garrett-Glaser | 2011-07-29 | 1 | -14/+14 |
* | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -17/+27 |
* | Roll back 4:4:4 H.264 for now | Jason Garrett-Glaser | 2011-06-13 | 1 | -27/+17 |
* | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -17/+27 |
* | Update 8-bit H.264 IDCT function names to reflect bit-depth. | Daniel Kang | 2011-05-31 | 1 | -19/+19 |
* | Modify x86util.asm to ease transitioning to 10-bit H.264 assembly. | Daniel Kang | 2011-05-17 | 1 | -13/+13 |
* | 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 |
* | H.264: split luma dc idct out and implement MMX/SSE2 versions | Jason Garrett-Glaser | 2011-01-14 | 1 | -0/+154 |
* | Add d suffix to movd target register to make it work with nasm. | Reimar Döffinger | 2010-09-26 | 1 | -2/+2 |
* | Unroll loop in h264_idct_add16intra_sse2(). Basically identical to r25171, this | Ronald S. Bultje | 2010-09-24 | 1 | -28/+28 |
* | Unroll loop in h264_idct_add8_sse2(). This means we can inline scan8[] in the | Ronald S. Bultje | 2010-09-24 | 1 | -29/+20 |
* | Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm from | Ronald S. Bultje | 2010-09-14 | 1 | -0/+865 |