465 Commits (c369ddb720bfb7b8f1780b875067b900285ebfc2)

Author SHA1 Message Date
Daniel Kang 004357a11f Fix compilation on x86-32 with --disable-optimizations, 14 years ago
Daniel Kang 0790caba60 Fix invalid reads in valgrind fate, patch by Daniel Kang <daniel dot d dot 14 years ago
Daniel Kang 536e9b2f58 Port pred8x8l_down_left_mmxext (H.264 intra prediction) from x264 (authors: 14 years ago
Daniel Kang 720ea2d5b2 Port pred4x4_down_right_mmxext (H.264 intra prediction) from x264 (authors: 14 years ago
Daniel Kang d0aebe23e2 Port pred4x4_vertical_right_mmxext (H.264 intra prediction) from x264 (authors: 14 years ago
Daniel Kang 76497232ef Port pred4x4_horizontal_down_mmxext (H.264 intra prediction) from x264 14 years ago
Daniel Kang e9c576a467 Port pred4x4_horizontal_up_mmxext (H.264 intra prediction) from x264 (authors: 14 years ago
Daniel Kang 92f441ae86 Port pred4x4_vertical_left_mmxext (H.264 intra prediction) from x264 (authors: 14 years ago
Ronald S. Bultje e8d98764cc Merge a few superfluous CONFIG_GPL checks. 14 years ago
Ronald S. Bultje 42a59278cf Whitespace cosmetics. 14 years ago
Daniel Kang 57b1f334d1 Port pred8x8l_horizontal_down_sse2/ssse3 (H.264 intra prediction) from x264 14 years ago
Daniel Kang 04cbdf3d24 Port pred8x8l_horizontal_down_mmxext (H.264 intra prediction) from x264 14 years ago
Daniel Kang 98c6053cd0 Port pred8x8l_horizontal_up_mmxext/ssse3 (H.264 intra prediction) from x264 14 years ago
Daniel Kang ecc7efbbb6 Port pred8x8l_vertical_left_sse2/ssse3 (H.264 intra prediction) from x264 14 years ago
Daniel Kang bdd93f1b25 Port pred8x8l_vertical_right_sse2/ssse3 (H.264 intra prediction) from x264 14 years ago
Daniel Kang f25112fc09 Port pred8x8l_vertical_right_mmxext (H.264 intra prediction) from x264 14 years ago
Daniel Kang 602a4cb25a Port pred8x8l_down_right_sse2/ssse3 (H.264 intra prediction) from x264 14 years ago
Daniel Kang e916acbcd1 Port pred8x8l_down_right_mmxext (H.264 intra prediction) from x264 (authors: 14 years ago
Daniel Kang c249e66576 Port pred8x8l_down_left_sse2/ssse3 (H.264 intra prediction) from x264 (authors: 14 years ago
Daniel Kang ee1ba9c326 Port pred8x8l_vertical_mmxext/ssse3 (H.264 intra prediction) from x264 to 14 years ago
Daniel Kang 04207ef353 Port pred8x8l_horizontal_mmxext/ssse3 (H.264 intra prediction) from x264 to 14 years ago
Daniel Kang abab14eac0 Port pred8x8l_dc_mmx/ssse3 (H.264 intra prediction) from x264 to FFmpeg. 14 years ago
Daniel Kang 2e93fd4b5e Port pred8x8l_top_dc_mmxext/ssse3 (H.264 intra prediction) from x264 to FFmpeg. 14 years ago
Ronald S. Bultje 54a959e483 Move PRED4x4_LOWPASS up so it can be used in 8x8l predict functions while 14 years ago
Ronald S. Bultje a2dfe8d18d Port pred8x8_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg. Original 14 years ago
Ronald S. Bultje 83ff3f72e5 Add missing authors to copyright headers. 14 years ago
Daniel Kang 725a3f9dfb Port pred8x8_top_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg. 14 years ago
Ronald S. Bultje 98928c83e0 Mark recently added pred4x4_down_left_mmxext as CONFIG_GPL. Although Holger 14 years ago
Daniel Kang 911b32f482 Port pred4x4_down_left_mmxext (H.264 intra prediction) from x264 to FFmpeg. 14 years ago
Ronald S. Bultje 8d147f1f60 For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytes 14 years ago
Baptiste Coudurier 90f1f3bf00 In yadif filter, declare asm constants directly to avoid dependency on libavcodec 14 years ago
Baptiste Coudurier 9e95999e2a 10l, add ff_pw_1 to dsputil_mmx for yadif sse2 14 years ago
avcoder 1761272ba9 Use SECTION .text for yasm code. 14 years ago
Ramiro Polla 4f9d25ddc8 dnxhd_mmx: prefer xmm registers below xmm6 when they are available 14 years ago
İsmail Dönmez 80e33d2451 dsputil: Use explicit movzbl instead of movzx 14 years ago
Ramiro Polla a4ece893e1 lpc_mmx: add xmm registers to clobber list 14 years ago
Ramiro Polla e5d5407e26 lpc_mmx: merge some asm blocks 14 years ago
Ramiro Polla eed299b897 sad16_sse2: merge 2 asm blocks 14 years ago
Ramiro Polla 153ca56b38 xmm_clobbers: list xmm registers first in clobber list 14 years ago
Ramiro Polla ba40452095 idct_sse2_xvid: only mark xmm>=8 as clobbered on x86_64 14 years ago
Ramiro Polla 05c018078c motion_est_mmx: prefer xmm registers below xmm6 when they are available 14 years ago
Ramiro Polla 5d543a3d13 dsputil_mmx: add xmm registers to clobber list 14 years ago
Ramiro Polla e2d13c5882 cosmetics: split long line 14 years ago
Ramiro Polla 0d729e0de2 fdct_mmx: add xmm registers to clobber list 14 years ago
Ramiro Polla 616735eb97 idct_sse2_xvid: add xmm registers to clobber list 14 years ago
Ramiro Polla 9943f3b91c mpegvideo_mmx: add xmm registers to clobber list 14 years ago
Ramiro Polla 559738eff3 dsputil_mmx: prefer xmm registers below xmm6 when they are available 14 years ago
Ramiro Polla 51d592dbcb h264dsp: add xmm registers to clobber list 14 years ago
Ramiro Polla ac19f4a3e8 indent 14 years ago
Ramiro Polla cae05859e1 h264dsp: merge some more asm blocks 14 years ago