aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-171-0/+5
* Fix overflow in pred16x16_plane x86 simd code. Fixes issue 2547.Ronald S. Bultje2011-01-151-22/+21
* Fix ff_pw_3 alignment.Ronald S. Bultje2011-01-141-1/+1
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-143-0/+159
* Fix compilation on x86-32 with --disable-optimizations,Daniel Kang2011-01-031-18/+18
* Fix invalid reads in valgrind fate, patch by Daniel Kang <daniel dot d dotDaniel Kang2010-12-311-8/+8
* Port pred8x8l_down_left_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-292-0/+111
* Port pred4x4_down_right_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-292-0/+31
* Port pred4x4_vertical_right_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-292-0/+33
* Port pred4x4_horizontal_down_mmxext (H.264 intra prediction) from x264Daniel Kang2010-12-292-0/+38
* Port pred4x4_horizontal_up_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-292-0/+37
* Port pred4x4_vertical_left_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-292-0/+28
* Merge a few superfluous CONFIG_GPL checks.Ronald S. Bultje2010-12-291-20/+10
* Whitespace cosmetics.Ronald S. Bultje2010-12-291-2/+2
* Port pred8x8l_horizontal_down_sse2/ssse3 (H.264 intra prediction) from x264Daniel Kang2010-12-292-0/+135
* Port pred8x8l_horizontal_down_mmxext (H.264 intra prediction) from x264Daniel Kang2010-12-292-0/+123
* Port pred8x8l_horizontal_up_mmxext/ssse3 (H.264 intra prediction) from x264Daniel Kang2010-12-292-0/+99
* Port pred8x8l_vertical_left_sse2/ssse3 (H.264 intra prediction) from x264Daniel Kang2010-12-292-0/+96
* Port pred8x8l_vertical_right_sse2/ssse3 (H.264 intra prediction) from x264Daniel Kang2010-12-292-0/+120
* Port pred8x8l_vertical_right_mmxext (H.264 intra prediction) from x264Daniel Kang2010-12-292-0/+115
* Port pred8x8l_down_right_sse2/ssse3 (H.264 intra prediction) from x264Daniel Kang2010-12-292-0/+121
* Port pred8x8l_down_right_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-292-0/+140
* Port pred8x8l_down_left_sse2/ssse3 (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-292-0/+101
* Port pred8x8l_vertical_mmxext/ssse3 (H.264 intra prediction) from x264 toDaniel Kang2010-12-292-0/+56
* Port pred8x8l_horizontal_mmxext/ssse3 (H.264 intra prediction) from x264 toDaniel Kang2010-12-292-0/+83
* Port pred8x8l_dc_mmx/ssse3 (H.264 intra prediction) from x264 to FFmpeg.Daniel Kang2010-12-292-0/+109
* Port pred8x8l_top_dc_mmxext/ssse3 (H.264 intra prediction) from x264 to FFmpeg.Daniel Kang2010-12-292-0/+68
* Move PRED4x4_LOWPASS up so it can be used in 8x8l predict functions whileRonald S. Bultje2010-12-291-12/+12
* Port pred8x8_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg. OriginalRonald S. Bultje2010-12-292-0/+64
* Add missing authors to copyright headers.Ronald S. Bultje2010-12-291-0/+3
* Port pred8x8_top_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg.Daniel Kang2010-12-292-0/+39
* Mark recently added pred4x4_down_left_mmxext as CONFIG_GPL. Although HolgerRonald S. Bultje2010-12-292-1/+4
* Port pred4x4_down_left_mmxext (H.264 intra prediction) from x264 to FFmpeg.Daniel Kang2010-12-242-0/+31
* For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytesRonald S. Bultje2010-12-243-6/+4
* In yadif filter, declare asm constants directly to avoid dependency on libavc...Baptiste Coudurier2010-12-061-1/+0
* 10l, add ff_pw_1 to dsputil_mmx for yadif sse2Baptiste Coudurier2010-12-041-0/+1
* Use SECTION .text for yasm code.avcoder2010-12-011-0/+2
* dnxhd_mmx: prefer xmm registers below xmm6 when they are availableRamiro Polla2010-11-021-5/+5
* dsputil: Use explicit movzbl instead of movzxİsmail Dönmez2010-11-011-1/+1
* lpc_mmx: add xmm registers to clobber listRamiro Polla2010-10-311-0/+2
* lpc_mmx: merge some asm blocksRamiro Polla2010-10-311-9/+10
* sad16_sse2: merge 2 asm blocksRamiro Polla2010-10-311-10/+7
* xmm_clobbers: list xmm registers first in clobber listRamiro Polla2010-10-314-34/+34
* idct_sse2_xvid: only mark xmm>=8 as clobbered on x86_64Ramiro Polla2010-10-311-2/+4
* motion_est_mmx: prefer xmm registers below xmm6 when they are availableRamiro Polla2010-10-311-6/+6
* dsputil_mmx: add xmm registers to clobber listRamiro Polla2010-10-311-0/+2
* cosmetics: split long lineRamiro Polla2010-10-311-1/+2
* fdct_mmx: add xmm registers to clobber listRamiro Polla2010-10-311-0/+3
* idct_sse2_xvid: add xmm registers to clobber listRamiro Polla2010-10-311-1/+7
* mpegvideo_mmx: add xmm registers to clobber listRamiro Polla2010-10-312-0/+6