log x86/h264dsp_mmx.c @ 12530:63edd10ad4bc libavcodec tip

age author description
Fri, 24 Sep 2010 15:31:46 +0000 rbultje Remove unused variable. libavcodec
Tue, 21 Sep 2010 17:57:21 +0000 mru x86: disable SSE functions using stack when stack is not aligned libavcodec
Sat, 18 Sep 2010 20:44:32 +0000 mru x86: remove hack disabling sse2 h264 loop filter with 32-bit icc libavcodec
Tue, 14 Sep 2010 13:36:26 +0000 rbultje Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm from libavcodec
Fri, 10 Sep 2010 02:25:12 +0000 darkshikari LGPL SSE2 H.264 iDCT libavcodec
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
Mon, 28 Jun 2010 23:35:17 +0000 darkshikari Fix some intra pred MMX functions that used MMXEXT instructions libavcodec
Mon, 28 Jun 2010 21:12:00 +0000 bcoudurier Change MMXEXT to MMX2, MMXEXT is deprecated libavcodec
Mon, 28 Jun 2010 10:02:15 +0000 mru Fix x86 build with h264dsp disabled libavcodec
Fri, 25 Jun 2010 18:34:03 +0000 cehoyos Cosmetics: Fix indentation. libavcodec
Fri, 25 Jun 2010 18:25:49 +0000 darkshikari 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264 libavcodec
Mon, 10 May 2010 21:16:08 +0000 reimar Replace more "m" constraints with MANGLE to fix compilation issues libavcodec
Thu, 01 Apr 2010 16:52:14 +0000 reimar Convert two "m" constraints to MANGLE to fix compilation with some compilers. libavcodec
Sat, 06 Mar 2010 14:24:59 +0000 mru Remove DECLARE_ALIGNED_{8,16} macros libavcodec
Tue, 26 Jan 2010 17:17:48 +0000 lorenm optimize h264_loop_filter_strength_mmx2 libavcodec
Fri, 22 Jan 2010 03:25:11 +0000 mru Move array specifiers outside DECLARE_ALIGNED() invocations libavcodec