Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config.asm: change %ifdef directives to %if directives. | Ronald S. Bultje | 2012-01-27 | 1 | -2/+2 |
* | 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 |
* | dct32: Add SSE2 ASM optimizations | Vitor Sessak | 2011-08-02 | 1 | -9/+30 |
* | x86 asm: Add SECTION_TEXT to dct32_sse.asm. | Dave Yeo | 2011-05-23 | 1 | -1/+1 |
* | dct32_sse: eliminate some spills | Loren Merritt | 2011-05-22 | 1 | -50/+153 |
* | dct32: Add AVX implementation of 32-point DCT | Vitor Sessak | 2011-05-21 | 1 | -116/+218 |
* | dct32: Change pass 6 permutation to allow for AVX implementation | Vitor Sessak | 2011-05-21 | 1 | -49/+49 |
* | dct32: port SSE 32-point DCT to YASM | Vitor Sessak | 2011-05-21 | 1 | -0/+289 |