summaryrefslogtreecommitdiff
path: root/libavcodec/x86/dct32_sse.asm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-2/+2
|\
| * config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-271-2/+2
* | Move x264asm to libavutil.Kieran Kunhya2011-10-191-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-151-2/+2
|\ \ | |/
| * Fix NASM include directiveDave Yeo2011-08-151-2/+2
* | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer2011-08-131-2/+2
|\ \ | |/
| * Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-121-1/+1
| * Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-121-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-021-9/+30
|\ \ | |/
| * dct32: Add SSE2 ASM optimizationsVitor Sessak2011-08-021-9/+30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-241-1/+1
|\ \ | |/
| * x86 asm: Add SECTION_TEXT to dct32_sse.asm.Dave Yeo2011-05-231-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-231-50/+153
|\ \ | |/
| * dct32_sse: eliminate some spillsLoren Merritt2011-05-221-50/+153
* | dct32: Replacing libav by ffmpeg in the license header with the authors permi...Michael Niedermayer2011-05-221-4/+4
|/
* dct32: Add AVX implementation of 32-point DCTVitor Sessak2011-05-211-116/+218
* dct32: Change pass 6 permutation to allow for AVX implementationVitor Sessak2011-05-211-49/+49
* dct32: port SSE 32-point DCT to YASMVitor Sessak2011-05-211-0/+289