| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: dsputil: Move fpel declarations to a separate header | Diego Biurrun | 2014-03-22 | 1 | -1/+1 |
* | x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h | Diego Biurrun | 2013-05-12 | 1 | -1/+1 |
* | x86: dsputil: Move constant declarations into separate header | Diego Biurrun | 2013-05-08 | 1 | -1/+2 |
* | x86: dsputil: Move cavs and vc1-specific functions where they belong | Diego Biurrun | 2013-05-02 | 1 | -1/+7 |
* | x86: vc1dsp: Fix indentation | Martin Storsjö | 2013-03-26 | 1 | -42/+42 |
* | dsputil: convert remaining functions to use ptrdiff_t strides | Luca Barbato | 2013-03-12 | 1 | -2/+7 |
* | x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxext | Diego Biurrun | 2013-02-26 | 1 | -2/+0 |
* | x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.c | Diego Biurrun | 2013-02-26 | 1 | -3/+0 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasm | Daniel Kang | 2013-01-27 | 1 | -0/+4 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -4/+4 |
* | x86: mmx2 ---> mmxext in function names | Diego Biurrun | 2012-10-31 | 1 | -29/+36 |
* | x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 1 | -91/+7 |
* | x86: cosmetics: Comment some #endifs for better readability | Diego Biurrun | 2012-08-30 | 1 | -3/+2 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+2 |
* | x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h | Mans Rullgard | 2012-08-09 | 1 | -1/+1 |
* | x86: build: replace mmx2 by mmxext | Diego Biurrun | 2012-08-03 | 1 | -2/+2 |
* | x86: vc1: fix and enable optimised loop filter | Mans Rullgard | 2012-06-30 | 1 | -1/+1 |
* | x86: place some inline asm under #if HAVE_INLINE_ASM | Ronald S. Bultje | 2012-06-25 | 1 | -0/+6 |
* | x86: vc1: drop MMX loop filter implementation, which uses MMX2 instructions. | Michael Kostylev | 2012-05-12 | 1 | -2/+0 |
* | dsputil: move VC1-specific stuff into VC1DSPContext. | Ronald S. Bultje | 2011-02-17 | 1 | -20/+43 |
* | Replace ASMALIGN() with .p2align | Mans Rullgard | 2011-01-18 | 1 | -3/+3 |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 1 | -1/+2 |
* | Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ | Stefano Sabatini | 2010-09-04 | 1 | -6/+6 |
* | Remove global mm_flags variable | Måns Rullgård | 2010-08-24 | 1 | -1/+1 |
* | Move ff_pw_* from vc1dsp_mmx.c to dsputil_mmx.c | David Conrad | 2010-07-21 | 1 | -7/+0 |
* | VP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both luma (width=16) | Ronald S. Bultje | 2010-07-20 | 1 | -2/+0 |
* | MMX/SSE VC1 loop filter | David Conrad | 2010-07-11 | 1 | -0/+64 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | x86: move function prototypes to header files | Måns Rullgård | 2010-03-06 | 1 | -3/+0 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -2/+2 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -1/+1 |
* | idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall. | Jason Garrett-Glaser | 2009-06-16 | 1 | -0/+203 |
* | VC1: extend MMX qpel MC to include MMX2 avg qpel | David Conrad | 2009-04-15 | 1 | -133/+184 |
* | Rename libavcodec/i386/ --> libavcodec/x86/. | Diego Biurrun | 2008-12-22 | 1 | -0/+490 |