| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix NASM include directive | Dave Yeo | 2011-08-15 | 1 | -2/+2 |
* | Move x86util.asm from libavcodec/ to libavutil/. | Ronald S. Bultje | 2011-08-12 | 1 | -1/+1 |
* | Move x86inc.asm to libavutil/. | Ronald S. Bultje | 2011-08-12 | 1 | -1/+1 |
* | H.264: Add optimizations to predict x86 assembly. | Daniel Kang | 2011-07-22 | 1 | -3/+2 |
* | h264: remove CONFIG_GPL from x86 intra prediction code. | Ronald S. Bultje | 2011-06-02 | 1 | -6/+0 |
* | Fix FSF address copy paste error in some license headers. | Diego Biurrun | 2011-05-14 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | x86: fix overflow in h264 8x8 planar prediction | Mans Rullgard | 2011-01-24 | 1 | -4/+4 |
* | Fix horizontal/horizontal_up 8x8l intra prediction x86/simd functions. | Ronald S. Bultje | 2011-01-19 | 1 | -22/+10 |
* | Fix overflow in pred16x16_plane x86 simd code. Fixes issue 2547. | Ronald S. Bultje | 2011-01-15 | 1 | -22/+21 |
* | 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 | 1 | -0/+109 |
* | Port pred4x4_down_right_mmxext (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 1 | -0/+29 |
* | Port pred4x4_vertical_right_mmxext (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 1 | -0/+31 |
* | Port pred4x4_horizontal_down_mmxext (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 1 | -0/+36 |
* | Port pred4x4_horizontal_up_mmxext (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 1 | -0/+33 |
* | Port pred4x4_vertical_left_mmxext (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 1 | -0/+25 |
* | Merge a few superfluous CONFIG_GPL checks. | Ronald S. Bultje | 2010-12-29 | 1 | -20/+10 |
* | Port pred8x8l_horizontal_down_sse2/ssse3 (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 1 | -0/+131 |
* | Port pred8x8l_horizontal_down_mmxext (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 1 | -0/+121 |
* | Port pred8x8l_horizontal_up_mmxext/ssse3 (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 1 | -0/+95 |
* | Port pred8x8l_vertical_left_sse2/ssse3 (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 1 | -0/+92 |
* | Port pred8x8l_vertical_right_sse2/ssse3 (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 1 | -0/+116 |
* | Port pred8x8l_vertical_right_mmxext (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 1 | -0/+113 |
* | Port pred8x8l_down_right_sse2/ssse3 (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 1 | -0/+117 |
* | Port pred8x8l_down_right_mmxext (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 1 | -0/+138 |
* | Port pred8x8l_down_left_sse2/ssse3 (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 1 | -0/+95 |
* | Port pred8x8l_vertical_mmxext/ssse3 (H.264 intra prediction) from x264 to | Daniel Kang | 2010-12-29 | 1 | -0/+52 |
* | Port pred8x8l_horizontal_mmxext/ssse3 (H.264 intra prediction) from x264 to | Daniel Kang | 2010-12-29 | 1 | -0/+79 |
* | Port pred8x8l_dc_mmx/ssse3 (H.264 intra prediction) from x264 to FFmpeg. | Daniel Kang | 2010-12-29 | 1 | -0/+105 |
* | Port pred8x8l_top_dc_mmxext/ssse3 (H.264 intra prediction) from x264 to FFmpeg. | Daniel Kang | 2010-12-29 | 1 | -0/+60 |
* | 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 | 1 | -0/+62 |
* | 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 | 1 | -0/+35 |
* | Mark recently added pred4x4_down_left_mmxext as CONFIG_GPL. Although Holger | Ronald S. Bultje | 2010-12-29 | 1 | -1/+2 |
* | Port pred4x4_down_left_mmxext (H.264 intra prediction) from x264 to FFmpeg. | Daniel Kang | 2010-12-24 | 1 | -0/+28 |
* | Add d modifier to asm argument to fix nasm compilation. | Reimar Döffinger | 2010-10-07 | 1 | -1/+1 |
* | MMX, MMX2, SSE2 and SSSE3 optimizations for pred16x16/8x8_plane H264 intra | Ronald S. Bultje | 2010-10-05 | 1 | -0/+504 |
* | Fix h264/vp8 intra pred on Athlon XP | Jason Garrett-Glaser | 2010-07-01 | 1 | -17/+12 |
* | MMXEXT version of vp8 4x4 vertical pred | Jason Garrett-Glaser | 2010-06-29 | 1 | -0/+33 |
* | Add mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8 | Jason Garrett-Glaser | 2010-06-28 | 1 | -0/+78 |
* | Add missing comment header for predict_4x4_dc_mmxext | Jason Garrett-Glaser | 2010-06-28 | 1 | -0/+4 |
* | Fix some intra pred MMX functions that used MMXEXT instructions | Jason Garrett-Glaser | 2010-06-28 | 1 | -21/+27 |
* | 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264 | Jason Garrett-Glaser | 2010-06-25 | 1 | -0/+486 |