| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h | Diego Biurrun | 2013-05-12 | 1 | -189/+0 |
* | x86: dsputil: Split inline assembly from init code | Diego Biurrun | 2013-05-12 | 1 | -0/+21 |
* | x86: dsputil: Refactor pixels16 wrapper functions with a macro | Diego Biurrun | 2013-05-12 | 1 | -0/+12 |
* | x86: dsputil: Move TRANSPOSE4 macro to the only place it is used | Diego Biurrun | 2013-05-08 | 1 | -11/+0 |
* | x86: dsputil: Move constant declarations into separate header | Diego Biurrun | 2013-05-08 | 1 | -23/+1 |
* | x86: dsputil: Move ff_pd assembly constants to the only place they are used | Diego Biurrun | 2013-05-08 | 1 | -3/+0 |
* | x86: dsputil: Remove unused ff_pb_3F constant | Diego Biurrun | 2013-05-07 | 1 | -1/+0 |
* | x86: dsputil: Remove unused MOVQ_BONE macro | Diego Biurrun | 2013-05-07 | 1 | -8/+0 |
* | x86: dsputil: Move rv40-specific functions where they belong | Diego Biurrun | 2013-05-07 | 1 | -5/+0 |
* | x86: dsputil hpeldsp: Move shared template functions into separate object | Diego Biurrun | 2013-05-07 | 1 | -0/+10 |
* | x86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_rnd_template.c | Diego Biurrun | 2013-05-06 | 1 | -0/+3 |
* | x86: dsputil: Move cavs and vc1-specific functions where they belong | Diego Biurrun | 2013-05-02 | 1 | -7/+0 |
* | x86: dsputil: Move avg_pixels16_mmx() out of rnd_template.c | Diego Biurrun | 2013-05-02 | 1 | -0/+2 |
* | x86: dsputil: Move avg_pixels8_mmx() out of rnd_template.c | Diego Biurrun | 2013-05-02 | 1 | -0/+2 |
* | x86: Move duplicated put_pixels{8|16}_mmx functions into their own file | Diego Biurrun | 2013-05-02 | 1 | -0/+5 |
* | x86: Factorize duplicated inline assembly snippets | Martin Storsjö | 2013-04-23 | 1 | -0/+76 |
* | x86: cavs: Put mmx-specific code into its own init function | Diego Biurrun | 2013-04-22 | 1 | -4/+4 |
* | x86: Move constants to the only place where they are used | Ronald S. Bultje | 2013-04-15 | 1 | -3/+0 |
* | x86: dsputil: Refactor some ff_{avg|put}_pixels function declarations | Diego Biurrun | 2013-04-12 | 1 | -0/+6 |
* | dsputil: Make dsputil selectable | Ronald S. Bultje | 2013-04-10 | 1 | -7/+0 |
* | dsputil: convert remaining functions to use ptrdiff_t strides | Luca Barbato | 2013-03-12 | 1 | -9/+9 |
* | x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.c | Diego Biurrun | 2013-02-26 | 1 | -1/+5 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -3/+3 |
* | vorbisdsp: convert x86 simd functions from inline asm to yasm. | Ronald S. Bultje | 2013-01-22 | 1 | -2/+0 |
* | x86: mmx2 ---> mmxext in function names | Diego Biurrun | 2012-10-31 | 1 | -5/+5 |
* | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 1 | -1/+1 |
* | x86: Remove some leftover declarations for non-existent functions | Diego Biurrun | 2012-09-13 | 1 | -4/+0 |
* | x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h | Mans Rullgard | 2012-08-09 | 1 | -1/+1 |
* | x86: remove unused inline asm macros from dsputil_mmx.h | Mans Rullgard | 2012-06-23 | 1 | -68/+0 |
* | x86: move some inline asm macros to the only places they are used | Mans Rullgard | 2012-06-23 | 1 | -34/+0 |
* | rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MC | Christophe Gisquet | 2012-05-10 | 1 | -0/+5 |
* | 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 |