| Commit message (Expand) | Author | Age | Files | Lines |
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -2/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | dsputil: move VC1-specific stuff into VC1DSPContext. | Ronald S. Bultje | 2011-02-17 | 1 | -1/+0 |
* | Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. | Justin Ruggles | 2011-01-21 | 1 | -3/+0 |
* | Fix compilation on x86-32 with --disable-optimizations, | Daniel Kang | 2011-01-03 | 1 | -18/+18 |
* | 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 |
* | Port latest x264 deblock asm (before they moved to using NV12 as internal | Ronald S. Bultje | 2010-09-03 | 1 | -1/+1 |
* | Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c, | Ronald S. Bultje | 2010-09-01 | 1 | -0/+29 |
* | Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx() | Ronald S. Bultje | 2010-08-30 | 1 | -3/+3 |
* | Move cavs dsp functions to their own struct | Måns Rullgård | 2010-08-03 | 1 | -2/+0 |
* | Convert deinterlacing MMX code to YASM | Vitor Sessak | 2010-07-31 | 1 | -0/+13 |
* | Add header declarations for mmx/sse constants missing them | David Conrad | 2010-07-21 | 1 | -0/+6 |
* | 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 |
* | 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264 | Jason Garrett-Glaser | 2010-06-25 | 1 | -1/+1 |
* | Separate DWT from snow and dsputil | Måns Rullgård | 2010-03-14 | 1 | -9/+0 |
* | x86: move function prototypes to header files | Måns Rullgård | 2010-03-06 | 1 | -0/+26 |
* | Move declarations of some mmx functions to dsputil_mmx.h | Måns Rullgård | 2009-08-29 | 1 | -0/+5 |
* | convert ff_pw_64 into an xmm_reg for future use in vp6 sse code | Aurelien Jacobs | 2009-02-12 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -1/+1 |
* | Rename libavcodec/i386/ --> libavcodec/x86/. | Diego Biurrun | 2008-12-22 | 1 | -0/+154 |