| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Port pred8x8l_down_left_mmxext (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 1 | -0/+2 |
* | Port pred4x4_down_right_mmxext (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 1 | -0/+2 |
* | Port pred4x4_vertical_right_mmxext (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 1 | -0/+2 |
* | Port pred4x4_horizontal_down_mmxext (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 1 | -0/+2 |
* | Port pred4x4_horizontal_up_mmxext (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 1 | -0/+4 |
* | Port pred4x4_vertical_left_mmxext (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 1 | -0/+3 |
* | 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 | 1 | -0/+4 |
* | Port pred8x8l_horizontal_down_mmxext (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 1 | -0/+2 |
* | Port pred8x8l_horizontal_up_mmxext/ssse3 (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 1 | -0/+4 |
* | Port pred8x8l_vertical_left_sse2/ssse3 (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 1 | -0/+4 |
* | Port pred8x8l_vertical_right_sse2/ssse3 (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 1 | -0/+4 |
* | Port pred8x8l_vertical_right_mmxext (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 1 | -0/+2 |
* | Port pred8x8l_down_right_sse2/ssse3 (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 1 | -0/+4 |
* | Port pred8x8l_down_right_mmxext (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 1 | -0/+2 |
* | Port pred8x8l_down_left_sse2/ssse3 (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 1 | -0/+6 |
* | Port pred8x8l_vertical_mmxext/ssse3 (H.264 intra prediction) from x264 to | Daniel Kang | 2010-12-29 | 1 | -0/+4 |
* | Port pred8x8l_horizontal_mmxext/ssse3 (H.264 intra prediction) from x264 to | Daniel Kang | 2010-12-29 | 1 | -0/+4 |
* | Port pred8x8l_dc_mmx/ssse3 (H.264 intra prediction) from x264 to FFmpeg. | Daniel Kang | 2010-12-29 | 1 | -0/+4 |
* | Port pred8x8l_top_dc_mmxext/ssse3 (H.264 intra prediction) from x264 to FFmpeg. | Daniel Kang | 2010-12-29 | 1 | -0/+8 |
* | Port pred8x8_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg. Original | Ronald S. Bultje | 2010-12-29 | 1 | -0/+2 |
* | Port pred8x8_top_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg. | Daniel Kang | 2010-12-29 | 1 | -0/+4 |
* | Mark recently added pred4x4_down_left_mmxext as CONFIG_GPL. Although Holger | Ronald S. Bultje | 2010-12-29 | 1 | -0/+2 |
* | Port pred4x4_down_left_mmxext (H.264 intra prediction) from x264 to FFmpeg. | Daniel Kang | 2010-12-24 | 1 | -0/+3 |
* | MMX, MMX2, SSE2 and SSSE3 optimizations for pred16x16/8x8_plane H264 intra | Ronald S. Bultje | 2010-10-05 | 1 | -0/+52 |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 1 | -1/+2 |
* | Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ | Stefano Sabatini | 2010-09-04 | 1 | -5/+5 |
* | Split intra prediction initialization (i.e. assigning of function pointers) | Ronald S. Bultje | 2010-08-30 | 1 | -0/+102 |