log x86/h264dsp_mmx.c @ 11993:c15e87b9767b libavcodec

age author description
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
Thu, 21 Jan 2010 09:46:57 +0000 conrad Use two separate memory arguments since 8+() is invalid gas syntax libavcodec
Wed, 20 Jan 2010 19:23:19 +0000 michael Attempt to fix asm compilation failure. libavcodec
Wed, 20 Jan 2010 00:34:10 +0000 conrad Use constant offsets for memory operands since gcc is unable to libavcodec
Tue, 19 Jan 2010 16:40:36 +0000 michael Fix h264_loop_filter_strength_mmx2() so it works with b frames. libavcodec
Tue, 19 Jan 2010 14:28:19 +0000 michael Remove -2 -> -1 remapping, its not needed anymore as we must remap all libavcodec
Thu, 04 Jun 2009 23:25:09 +0000 ramiro Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED. libavcodec