| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: consistently use unaligned movs in the unaligned bswap | Janne Grunau | 2013-03-25 | 1 | -6/+6 |
* | x86: Change a missed occurrance of int to ptrdiff_t for strides | Martin Storsjö | 2013-03-24 | 1 | -1/+1 |
* | x86: Remove win64 xmm clobbering wrappers for the now removed avcodec_encode_... | Martin Storsjö | 2013-03-23 | 1 | -7/+0 |
* | dsputil: convert remaining functions to use ptrdiff_t strides | Luca Barbato | 2013-03-12 | 7 | -79/+108 |
* | Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm." | Diego Biurrun | 2013-02-28 | 2 | -169/+191 |
* | x86: dsputil: Drop some unused function #defines | Diego Biurrun | 2013-02-26 | 1 | -5/+0 |
* | x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxext | Diego Biurrun | 2013-02-26 | 2 | -8/+1 |
* | x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.c | Diego Biurrun | 2013-02-26 | 5 | -13/+14 |
* | x86: dsputil_mmx: Remove leftover inline assembly fragments | Martin Storsjö | 2013-02-27 | 1 | -12/+4 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 11 | -11/+0 |
* | x86: h264: Don't use redzone in AVX h264_deblock on Win64 | Matt Wolenetz | 2013-02-21 | 1 | -0/+8 |
* | h264chroma: Remove duplicate 9/10 bit functions | Ronald S. Bultje | 2013-02-19 | 1 | -3/+3 |
* | x86: dsputil: Fix h263 loop filter link error in some configurations | Daniel Kang | 2013-02-18 | 3 | -162/+189 |
* | x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size param | Daniel Kang | 2013-02-18 | 1 | -1/+1 |
* | x86: mpeg4qpel: Make movsxifnidn do the right thing | Daniel Kang | 2013-02-11 | 1 | -1/+1 |
* | dsputil: Move fdct function declarations to dct.h | Diego Biurrun | 2013-02-09 | 3 | -2/+3 |
* | dsputil: Move LOCAL_ALIGNED macros to libavutil | Diego Biurrun | 2013-02-08 | 1 | -1/+1 |
* | dsputil: x86: Fix compile error | Daniel Kang | 2013-02-07 | 1 | -2/+2 |
* | dsputil: x86: Convert h263 loop filter to yasm | Daniel Kang | 2013-02-06 | 2 | -177/+171 |
* | h264chroma: x86: Fix building with yasm disabled | Martin Storsjö | 2013-02-06 | 2 | -2/+4 |
* | rv34: Drop now unnecessary dsputil dependencies | Diego Biurrun | 2013-02-06 | 2 | -2/+2 |
* | dsputil: Separate h264chroma | Diego Biurrun | 2013-02-06 | 3 | -99/+118 |
* | Add av_cold attributes to arch-specific init functions | Diego Biurrun | 2013-02-05 | 19 | -33/+59 |
* | Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter. | Diego Biurrun | 2013-02-05 | 4 | -73/+60 |
* | x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldsp | Diego Biurrun | 2013-01-31 | 2 | -43/+43 |
* | x86: Simplify some arch conditionals | Diego Biurrun | 2013-01-29 | 2 | -2/+2 |
* | x86: hpeldsp: Fix a typo, use the right register | Michael Niedermayer | 2013-01-28 | 1 | -1/+1 |
* | dsputil: Fix error by not using redzone and register name | Daniel Kang | 2013-01-28 | 2 | -6/+6 |
* | dsputil: x86: Correct the number of registers used in put_no_rnd_pixels16_l2 | Daniel Kang | 2013-01-27 | 1 | -1/+1 |
* | dsputil: add missing HAVE_YASM guard | Daniel Kang | 2013-01-27 | 1 | -0/+2 |
* | dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasm | Daniel Kang | 2013-01-27 | 6 | -1312/+1380 |
* | Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm. | Ronald S. Bultje | 2013-01-26 | 2 | -188/+169 |
* | x86: h264qpel: Move stray comment to the right spot and clarify it | Diego Biurrun | 2013-01-26 | 2 | -2/+4 |
* | x86: h264qpel: add cpu flag checks for init function | Janne Grunau | 2013-01-24 | 1 | -72/+75 |
* | dsputil: Separate h264 qpel | Mans Rullgard | 2013-01-24 | 3 | -89/+131 |
* | dsputil: remove one array dimension from avg_no_rnd_pixels_tab. | Ronald S. Bultje | 2013-01-22 | 1 | -11/+11 |
* | dsputil: remove avg_no_rnd_pixels8. | Ronald S. Bultje | 2013-01-22 | 2 | -1/+6 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 21 | -87/+88 |
* | vorbisdsp: convert x86 simd functions from inline asm to yasm. | Ronald S. Bultje | 2013-01-22 | 5 | -74/+92 |
* | floatdsp: move scalarproduct_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 2 | -32/+0 |
* | floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 2 | -45/+0 |
* | floatdsp: move vector_fmul_add from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 2 | -35/+0 |
* | x86: ac3: Fix HAVE_MMXEXT condition to only refer to external assembly | Diego Biurrun | 2013-01-21 | 1 | -1/+1 |
* | dsputilenc: x86: Convert pixel inline asm to yasm | Daniel Kang | 2013-01-21 | 2 | -181/+172 |
* | vorbisdsp: change block_size type from int to intptr_t. | Ronald S. Bultje | 2013-01-20 | 1 | -2/+4 |
* | dsputil: remove butterflies_float_interleave. | Ronald S. Bultje | 2013-01-20 | 2 | -51/+0 |
* | dsputil: drop non-compliant "fast" qpel mc functions | Mans Rullgard | 2013-01-20 | 2 | -112/+0 |
* | Move vorbis_inverse_coupling from dsputil to vorbisdspcontext. | Ronald S. Bultje | 2013-01-19 | 3 | -63/+102 |
* | vp3: integrate clear_blocks with idct of previous block. | Ronald S. Bultje | 2013-01-19 | 2 | -8/+21 |
* | x86: dsputil: Drop some unused macro definitions | Diego Biurrun | 2013-01-18 | 1 | -4/+0 |