log x86/h264dsp_mmx.c @ 12475:9fef0a8ddd63 libavcodec

age author description
Wed, 08 Sep 2010 15:07:14 +0000 stefano Move mm_support() from libavcodec to libavutil, make it a public libavcodec
Sat, 04 Sep 2010 09:59:08 +0000 stefano Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ libavcodec
Fri, 03 Sep 2010 16:52:46 +0000 rbultje Port latest x264 deblock asm (before they moved to using NV12 as internal libavcodec
Wed, 01 Sep 2010 20:56:16 +0000 rbultje Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-square libavcodec
Wed, 01 Sep 2010 20:48:59 +0000 rbultje Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c, libavcodec
Mon, 30 Aug 2010 16:34:13 +0000 rbultje Split intra prediction initialization (i.e. assigning of function pointers) libavcodec
Mon, 30 Aug 2010 16:31:04 +0000 rbultje Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1 libavcodec
Mon, 30 Aug 2010 16:22:27 +0000 rbultje Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx() libavcodec
Tue, 24 Aug 2010 17:47:05 +0000 mru Remove global mm_flags variable libavcodec
Sat, 07 Aug 2010 23:10:25 +0000 darkshikari Split h264dsp and h264pred in configure. libavcodec
Thu, 05 Aug 2010 00:13:38 +0000 darkshikari H.264: SSE2/SSSE3 weighted prediction asm libavcodec
Thu, 01 Jul 2010 10:29:47 +0000 darkshikari Fix h264/vp8 intra pred on Athlon XP libavcodec
Tue, 29 Jun 2010 12:28:06 +0000 darkshikari Add missing mm_support call toff_h264_pred_init_x86. libavcodec
Tue, 29 Jun 2010 00:23:52 +0000 darkshikari MMXEXT version of vp8 4x4 vertical pred libavcodec
Mon, 28 Jun 2010 23:53:07 +0000 darkshikari Add mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8 libavcodec