| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: fix overflow in h264 8x8 planar prediction | Mans Rullgard | 2011-01-26 | 1 | -4/+4 |
* | Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1. | Justin Ruggles | 2011-01-23 | 1 | -12/+12 |
* | cosmetics related to LPC changes. | Justin Ruggles | 2011-01-23 | 1 | -4/+5 |
* | Separate window function from autocorrelation. | Justin Ruggles | 2011-01-23 | 1 | -13/+6 |
* | Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. | Justin Ruggles | 2011-01-23 | 3 | -9/+12 |
* | Fix horizontal/horizontal_up 8x8l intra prediction x86/simd functions. | Ronald S. Bultje | 2011-01-21 | 1 | -22/+10 |
* | Replace ASMALIGN() with .p2align | Mans Rullgard | 2011-01-18 | 11 | -44/+44 |
* | x86: remove VLA in ac3_downmix_sse | Mans Rullgard | 2011-01-18 | 1 | -1/+2 |
* | consolidate .gitignore patters into a single file | Janne Grunau | 2011-01-18 | 1 | -5/+0 |
* | convert svn:ignore properties to .gitignore files | Janne Grunau | 2011-01-17 | 1 | -0/+5 |
* | Fix overflow in pred16x16_plane x86 simd code. Fixes issue 2547. | Ronald S. Bultje | 2011-01-15 | 1 | -22/+21 |
* | Fix ff_pw_3 alignment. | Ronald S. Bultje | 2011-01-14 | 1 | -1/+1 |
* | H.264: split luma dc idct out and implement MMX/SSE2 versions | Jason Garrett-Glaser | 2011-01-14 | 3 | -0/+159 |
* | Fix compilation on x86-32 with --disable-optimizations, | Daniel Kang | 2011-01-03 | 1 | -18/+18 |
* | Fix invalid reads in valgrind fate, patch by Daniel Kang <daniel dot d dot | Daniel Kang | 2010-12-31 | 1 | -8/+8 |
* | Port pred8x8l_down_left_mmxext (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 2 | -0/+111 |
* | Port pred4x4_down_right_mmxext (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 2 | -0/+31 |
* | Port pred4x4_vertical_right_mmxext (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 2 | -0/+33 |
* | Port pred4x4_horizontal_down_mmxext (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 2 | -0/+38 |
* | Port pred4x4_horizontal_up_mmxext (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 2 | -0/+37 |
* | Port pred4x4_vertical_left_mmxext (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 2 | -0/+28 |
* | Merge a few superfluous CONFIG_GPL checks. | Ronald S. Bultje | 2010-12-29 | 1 | -20/+10 |
* | Whitespace cosmetics. | Ronald S. Bultje | 2010-12-29 | 1 | -2/+2 |
* | Port pred8x8l_horizontal_down_sse2/ssse3 (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 2 | -0/+135 |
* | Port pred8x8l_horizontal_down_mmxext (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 2 | -0/+123 |
* | Port pred8x8l_horizontal_up_mmxext/ssse3 (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 2 | -0/+99 |
* | Port pred8x8l_vertical_left_sse2/ssse3 (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 2 | -0/+96 |
* | Port pred8x8l_vertical_right_sse2/ssse3 (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 2 | -0/+120 |
* | Port pred8x8l_vertical_right_mmxext (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 2 | -0/+115 |
* | Port pred8x8l_down_right_sse2/ssse3 (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 2 | -0/+121 |
* | Port pred8x8l_down_right_mmxext (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 2 | -0/+140 |
* | Port pred8x8l_down_left_sse2/ssse3 (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 2 | -0/+101 |
* | Port pred8x8l_vertical_mmxext/ssse3 (H.264 intra prediction) from x264 to | Daniel Kang | 2010-12-29 | 2 | -0/+56 |
* | Port pred8x8l_horizontal_mmxext/ssse3 (H.264 intra prediction) from x264 to | Daniel Kang | 2010-12-29 | 2 | -0/+83 |
* | Port pred8x8l_dc_mmx/ssse3 (H.264 intra prediction) from x264 to FFmpeg. | Daniel Kang | 2010-12-29 | 2 | -0/+109 |
* | Port pred8x8l_top_dc_mmxext/ssse3 (H.264 intra prediction) from x264 to FFmpeg. | Daniel Kang | 2010-12-29 | 2 | -0/+68 |
* | Move PRED4x4_LOWPASS up so it can be used in 8x8l predict functions while | Ronald S. Bultje | 2010-12-29 | 1 | -12/+12 |
* | Port pred8x8_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg. Original | Ronald S. Bultje | 2010-12-29 | 2 | -0/+64 |
* | Add missing authors to copyright headers. | Ronald S. Bultje | 2010-12-29 | 1 | -0/+3 |
* | Port pred8x8_top_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg. | Daniel Kang | 2010-12-29 | 2 | -0/+39 |
* | Mark recently added pred4x4_down_left_mmxext as CONFIG_GPL. Although Holger | Ronald S. Bultje | 2010-12-29 | 2 | -1/+4 |
* | Port pred4x4_down_left_mmxext (H.264 intra prediction) from x264 to FFmpeg. | Daniel Kang | 2010-12-24 | 2 | -0/+31 |
* | For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytes | Ronald S. Bultje | 2010-12-24 | 3 | -6/+4 |
* | In yadif filter, declare asm constants directly to avoid dependency on libavc... | Baptiste Coudurier | 2010-12-06 | 1 | -1/+0 |
* | 10l, add ff_pw_1 to dsputil_mmx for yadif sse2 | Baptiste Coudurier | 2010-12-04 | 1 | -0/+1 |
* | Use SECTION .text for yasm code. | avcoder | 2010-12-01 | 1 | -0/+2 |
* | dnxhd_mmx: prefer xmm registers below xmm6 when they are available | Ramiro Polla | 2010-11-02 | 1 | -5/+5 |
* | dsputil: Use explicit movzbl instead of movzx | İsmail Dönmez | 2010-11-01 | 1 | -1/+1 |
* | lpc_mmx: add xmm registers to clobber list | Ramiro Polla | 2010-10-31 | 1 | -0/+2 |
* | lpc_mmx: merge some asm blocks | Ramiro Polla | 2010-10-31 | 1 | -9/+10 |