38 Commits (3b54912113f8b3a5d8c70368b2b759be773b4b3f)

Author SHA1 Message Date
Baptiste Coudurier 76741b0e56 h264: 4:2:2 intra decoding support 13 years ago
Diego Biurrun 265980dabc x86: Move some variable declarations below the appropriat #ifdef. 13 years ago
Daniel Kang 406fbd24dc H.264: Add optimizations to predict x86 assembly. 14 years ago
Daniel Kang ac4a85f476 H.264: Add more x86 assembly for 10-bit H.264 predict functions 14 years ago
Daniel Kang c0483d0c7a H.264: Add x86 assembly for 10-bit H.264 predict functions 14 years ago
Daniel Kang 4de83b7b6d H264: x86 predict init cosmetics. 14 years ago
Daniel Kang a8d44f9dd5 Add x86 assembly for some 10-bit H.264 intra predict functions. 14 years ago
Ronald S. Bultje e6635a9a19 h264: remove CONFIG_GPL from x86 intra prediction code. 14 years ago
Oskar Arvidsson 19a0729b4c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 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 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 a2dfe8d18d Port pred8x8_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg. Original 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 dd68d4db43 MMX, MMX2, SSE2 and SSSE3 optimizations for pred16x16/8x8_plane H264 intra 14 years ago
Stefano Sabatini c6c98d0897 Move mm_support() from libavcodec to libavutil, make it a public 14 years ago
Stefano Sabatini 7160bb716b Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ 14 years ago
Ronald S. Bultje de1c253bab Split intra prediction initialization (i.e. assigning of function pointers) 14 years ago