aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-166-11/+11
|\
| * mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-1/+1
| * dsputil: Add ff_ prefix to inv_zigzag_direct16Martin Storsjö2012-02-152-3/+3
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-154-7/+7
* | Fix compilation without HAVE_AVX.Reimar Döffinger2012-02-126-13/+13
* | Detect and check for CMOV.Reimar Döffinger2012-02-122-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-111-9/+4
|\|
| * ac3dsp: do not use pshufb in ac3_extract_exponents_ssse3()Justin Ruggles2012-02-091-9/+4
* | Partially revert "Fix png decoding on x86."Reimar Döffinger2012-02-101-8/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-106-6/+0
|\|
| * cosmetics: Delete empty lines at end of file.Diego Biurrun2012-02-096-6/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-092-0/+6
|\|
| * h264: manually save/restore XMM registers for functions using INIT_MMX.Ronald S. Bultje2012-02-082-0/+6
| * pngdsp: swap argument inversion.Ronald S. Bultje2012-02-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-081-1/+1
|\|
| * h264: mark h264_idct_add8_10 with number of XMM registers.Michael Kostylev2012-02-071-1/+1
* | Fix png decoding on x86.Reimar Döffinger2012-02-031-9/+9
* | Fix NASM compilation.Reimar Döffinger2012-02-031-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-033-1/+82
|\|
| * win64: add a XMM clobber test configure option.Ronald S. Bultje2012-02-022-0/+81
| * Fix a typo in the x86 asm version of ff_vector_clip_int32()Justin Ruggles2012-02-011-1/+1
* | Use SECTION_TEXT instead of section .text for the compatibilityKO Myung-Hun2012-02-021-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-014-4/+231
|\|
| * rv40: x86 SIMD for biweightChristophe Gisquet2012-01-303-1/+228
| * x86: Give RV40 init file a more suitable name.Diego Biurrun2012-01-302-1/+1
| * x86: Place mm_flags variable declaration below the appropriate #ifdef.Diego Biurrun2012-01-302-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-315-104/+323
|\|
| * x86 dsputil: provide SSE2/SSSE3 versions of bswap_bufChristophe Gisquet2012-01-302-0/+128
| * png: add support for bpp>4 to paeth x86 SIMD code.Ronald S. Bultje2012-01-291-1/+13
| * png: add SSE2 version for add_bytes_l2.Ronald S. Bultje2012-01-292-0/+26
| * png: convert DSP functions to yasm.Ronald S. Bultje2012-01-293-103/+156
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-304-46/+38
|\|
| * png: add missing #if HAVE_SSSE3 around function pointer assignment.Ronald S. Bultje2012-01-291-1/+1
| * imdct36: mark SSE functions as using all 16 XMM registers.Ronald S. Bultje2012-01-291-1/+1
| * png: move DSP functions to their own DSP context.Ronald S. Bultje2012-01-293-102/+136
* | dirac_yasm: fix linking failure due to %ifndefMichael Niedermayer2012-01-282-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-2822-176/+176
|\|
| * config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-2721-174/+174
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-261-1/+1
|\|
| * dsputil: use vertical component for drawing bottom edge.Ronald S. Bultje2012-01-251-1/+1
* | Use correct register size.Reimar Döffinger2012-01-171-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-172-14/+82
|\|
| * rv34: 1-pass inter MB reconstructionChristophe GISQUET2012-01-162-4/+3
| * rv34: Intra 16x16 handlingChristophe GISQUET2012-01-162-14/+83
* | Fix compilation without HAVE_AVX, HAVE_YASM etc.Reimar Döffinger2012-01-141-1/+10
* | Use correct register size, fixes compilation with NASM.Reimar Döffinger2012-01-141-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-133-1/+100
|\|
| * rv34: DC-only inverse transformChristophe GISQUET2012-01-123-1/+100
* | Fix compilation with yasm-0.6.2Carl Eugen Hoyos2012-01-124-2/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-121-0/+3
|\|