log x86/dsputil_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: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 20:30:40 +0000 rbultje Fix compilation failure if yasm is disabled (missing vp3 symbols). 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:25:46 +0000 rbultje Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6 libavcodec
Mon, 30 Aug 2010 16:22:27 +0000 rbultje Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx() libavcodec
Wed, 25 Aug 2010 13:42:28 +0000 rbultje Move vp6_filter_diag4() from DSPContext to VP56DSPContext. libavcodec
Tue, 24 Aug 2010 17:47:05 +0000 mru Remove global mm_flags variable libavcodec
Thu, 05 Aug 2010 00:13:38 +0000 darkshikari H.264: SSE2/SSSE3 weighted prediction asm libavcodec
Tue, 03 Aug 2010 20:59:00 +0000 mru Move cavs dsp functions to their own struct libavcodec
Thu, 22 Jul 2010 00:39:49 +0000 lorenm relicense h264 deblock sse2 to lgpl libavcodec
Wed, 21 Jul 2010 10:02:03 +0000 conrad Move ff_pw_* from vc1dsp_mmx.c to dsputil_mmx.c libavcodec
Tue, 20 Jul 2010 22:58:56 +0000 rbultje VP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both luma (width=16) libavcodec
Thu, 15 Jul 2010 23:02:34 +0000 rbultje VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations. libavcodec
Sun, 11 Jul 2010 22:52:55 +0000 conrad Make ff_pw_4 128 bits libavcodec
Sat, 03 Jul 2010 19:26:30 +0000 rbultje Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros). libavcodec
Sun, 27 Jun 2010 15:11:38 +0000 cehoyos Add const to some pointer parameters. libavcodec
Fri, 25 Jun 2010 18:25:49 +0000 darkshikari 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264 libavcodec
Fri, 04 Jun 2010 04:46:26 +0000 conrad Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theora libavcodec
Sat, 17 Apr 2010 02:04:30 +0000 conrad vp3: DC-only IDCT libavcodec
Tue, 16 Mar 2010 01:17:00 +0000 mru Move H264 dsputil functions into their own struct libavcodec
Sun, 14 Mar 2010 17:50:12 +0000 mru Separate DWT from snow and dsputil libavcodec
Sat, 06 Mar 2010 22:37:08 +0000 mru x86: move function prototypes to header files libavcodec
Sat, 06 Mar 2010 14:24:59 +0000 mru Remove DECLARE_ALIGNED_{8,16} macros libavcodec
Wed, 10 Feb 2010 02:02:06 +0000 conrad Enable SSE2 (put|avg)_pixels_16_sse2 libavcodec
Fri, 22 Jan 2010 23:07:58 +0000 alexc Implement an sse version of scalarproduct_float(). libavcodec
Fri, 22 Jan 2010 03:25:11 +0000 mru Move array specifiers outside DECLARE_ALIGNED() invocations libavcodec
Mon, 04 Jan 2010 09:19:32 +0000 gb Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks, libavcodec