| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace ASMALIGN() with .p2align | Mans Rullgard | 2011-01-18 | 1 | -4/+4 |
* | x86: remove VLA in ac3_downmix_sse | Mans Rullgard | 2011-01-18 | 1 | -1/+2 |
* | Fix ff_pw_3 alignment. | Ronald S. Bultje | 2011-01-14 | 1 | -1/+1 |
* | H.264: split luma dc idct out and implement MMX/SSE2 versions | Jason Garrett-Glaser | 2011-01-14 | 1 | -0/+1 |
* | For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytes | Ronald S. Bultje | 2010-12-24 | 1 | -1/+1 |
* | In yadif filter, declare asm constants directly to avoid dependency on libavc... | Baptiste Coudurier | 2010-12-06 | 1 | -1/+0 |
* | 10l, add ff_pw_1 to dsputil_mmx for yadif sse2 | Baptiste Coudurier | 2010-12-04 | 1 | -0/+1 |
* | dsputil: Use explicit movzbl instead of movzx | İsmail Dönmez | 2010-11-01 | 1 | -1/+1 |
* | xmm_clobbers: list xmm registers first in clobber list | Ramiro Polla | 2010-10-31 | 1 | -3/+3 |
* | dsputil_mmx: add xmm registers to clobber list | Ramiro Polla | 2010-10-31 | 1 | -0/+2 |
* | dsputil_mmx: prefer xmm registers below xmm6 when they are available | Ramiro Polla | 2010-10-31 | 1 | -8/+8 |
* | MMX, MMX2, SSE2 and SSSE3 optimizations for pred16x16/8x8_plane H264 intra | Ronald S. Bultje | 2010-10-05 | 1 | -0/+1 |
* | Use sse2 variant of put_pixels16() for no_rnd also. Provides a minor speed | Eli Friedman | 2010-09-29 | 1 | -0/+1 |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 1 | -1/+1 |
* | Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ | Stefano Sabatini | 2010-09-04 | 1 | -26/+27 |
* | Port latest x264 deblock asm (before they moved to using NV12 as internal | Ronald S. Bultje | 2010-09-03 | 1 | -1/+2 |
* | Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c, | Ronald S. Bultje | 2010-09-01 | 1 | -130/+3 |
* | Fix compilation failure if yasm is disabled (missing vp3 symbols). | Ronald S. Bultje | 2010-08-30 | 1 | -3/+3 |
* | Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1 | Ronald S. Bultje | 2010-08-30 | 1 | -24/+82 |
* | Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6 | Ronald S. Bultje | 2010-08-30 | 1 | -2/+13 |
* | Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx() | Ronald S. Bultje | 2010-08-30 | 1 | -14/+14 |
* | Move vp6_filter_diag4() from DSPContext to VP56DSPContext. | Ronald S. Bultje | 2010-08-25 | 1 | -10/+0 |
* | Remove global mm_flags variable | Måns Rullgård | 2010-08-24 | 1 | -4/+2 |
* | H.264: SSE2/SSSE3 weighted prediction asm | Eli Friedman | 2010-08-05 | 1 | -0/+6 |
* | Move cavs dsp functions to their own struct | Måns Rullgård | 2010-08-03 | 1 | -6/+0 |
* | relicense h264 deblock sse2 to lgpl | Loren Merritt | 2010-07-22 | 1 | -1/+3 |
* | Move ff_pw_* from vc1dsp_mmx.c to dsputil_mmx.c | David Conrad | 2010-07-21 | 1 | -0/+1 |
* | VP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both luma (width=16) | Ronald S. Bultje | 2010-07-20 | 1 | -0/+4 |
* | VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations. | Ronald S. Bultje | 2010-07-15 | 1 | -1/+1 |
* | Make ff_pw_4 128 bits | David Conrad | 2010-07-11 | 1 | -1/+1 |
* | Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros). | Ronald S. Bultje | 2010-07-03 | 1 | -0/+4 |
* | Add const to some pointer parameters. | Eli Friedman | 2010-06-27 | 1 | -5/+5 |
* | 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264 | Jason Garrett-Glaser | 2010-06-25 | 1 | -1/+1 |
* | Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theora | David Conrad | 2010-06-04 | 1 | -0/+12 |
* | vp3: DC-only IDCT | David Conrad | 2010-04-17 | 1 | -0/+3 |
* | Move H264 dsputil functions into their own struct | Måns Rullgård | 2010-03-16 | 1 | -65/+79 |
* | Separate DWT from snow and dsputil | Måns Rullgård | 2010-03-14 | 1 | -19/+0 |
* | x86: move function prototypes to header files | Måns Rullgård | 2010-03-06 | 1 | -20/+0 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -31/+31 |
* | Enable SSE2 (put|avg)_pixels_16_sse2 | David Conrad | 2010-02-10 | 1 | -2/+0 |
* | Implement an sse version of scalarproduct_float(). | Alex Converse | 2010-01-22 | 1 | -0/+5 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -7/+7 |
* | Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks, | Gwenole Beauchesne | 2010-01-04 | 1 | -1/+3 |
* | Get rid of pointless CONFIG_ANY_H263 preprocessor definition. | Diego Biurrun | 2009-12-30 | 1 | -4/+3 |
* | r20739 broke compilation on systems without yasm | Loren Merritt | 2009-12-05 | 1 | -7/+6 |
* | refactor and optimize scalarproduct | Loren Merritt | 2009-12-05 | 1 | -10/+9 |
* | port ape dsp functions from sse2 to mmx | Loren Merritt | 2009-12-03 | 1 | -75/+18 |
* | huffyuv: add some const qualifiers | Loren Merritt | 2009-10-18 | 1 | -4/+4 |
* | simd add_hfyu_left_prediction | Loren Merritt | 2009-10-18 | 1 | -0/+7 |
* | cosmetics: fix indentation after previous commit | Måns Rullgård | 2009-09-27 | 1 | -32/+32 |