| Commit message (Expand) | Author | Age | Files | Lines |
* | dsputil: Move apply_window_int16 to ac3dsp | Diego Biurrun | 2013-12-08 | 2 | -29/+27 |
* | x86: Initialize mmxext after amd3dnow optimizations | Diego Biurrun | 2013-12-04 | 3 | -14/+14 |
* | dsputil: x86: Move ff_inv_zigzag_direct16 table init to mpegvideo | Diego Biurrun | 2013-12-02 | 2 | -3/+8 |
* | x86: dsputil: Suppress deprecation warnings for XvMC bits | Diego Biurrun | 2013-11-28 | 1 | -0/+3 |
* | lavc: VP9 decoder | Ronald S. Bultje | 2013-11-15 | 3 | -0/+524 |
* | lavc: Edge emulation with dst/src linesize | Ronald S. Bultje | 2013-11-15 | 2 | -541/+489 |
* | Deprecate obsolete XvMC hardware decoding support | Diego Biurrun | 2013-11-13 | 1 | -2/+6 |
* | dsputil: Split off H.263 bits into their own H263DSPContext | Diego Biurrun | 2013-11-08 | 3 | -10/+41 |
* | x86: rv40dsp: Use PAVGB instruction macro where appropriate | Diego Biurrun | 2013-11-04 | 1 | -5/+1 |
* | x86: hpeldsp: Use PAVGB instruction macro where necessary | Mikulas Patocka | 2013-11-04 | 1 | -13/+13 |
* | x86: vp8dsp: Split loopfilter code into a separate file | Diego Biurrun | 2013-11-01 | 3 | -1556/+1586 |
* | x86: h264_idct: Update comments to match 8/10-bit depth optimization split | Diego Biurrun | 2013-10-07 | 1 | -32/+42 |
* | x86inc: Utilize the shadow space on 64-bit Windows | Henrik Gramner | 2013-10-07 | 2 | -14/+9 |
* | x86: fdct: Employ more specific ifdefs | Diego Biurrun | 2013-10-06 | 1 | -2/+10 |
* | x86: dsputil: Separate ff_add_hfyu_median_prediction_cmov from dsputil_mmx | Diego Biurrun | 2013-10-05 | 3 | -39/+67 |
* | x86: fdct: Initialize optimized fdct implementations in the standard way | Diego Biurrun | 2013-10-05 | 1 | -11/+11 |
* | x86: xviddct: Employ more specific ifdefs | Diego Biurrun | 2013-10-05 | 2 | -16/+20 |
* | x86: fdct: Only build fdct code if encoders have been enabled | Diego Biurrun | 2013-10-04 | 1 | -1/+1 |
* | x86: Add an xmm clobbering wrapper for avcodec_encode_video2 | Martin Storsjö | 2013-09-16 | 1 | -0/+6 |
* | mathops/x86: work around inline asm miscompilation with GCC 4.8.1 | Hendrik Leppkes | 2013-09-15 | 1 | -1/+1 |
* | x86: avcodec: Consistently structure CPU extension initialization | Diego Biurrun | 2013-08-29 | 7 | -197/+197 |
* | x86: avcodec: Use convenience macros to check for CPU flags | Diego Biurrun | 2013-08-29 | 12 | -48/+54 |
* | x86: rv40dsp: Move inline assembly optimizations out of YASM init section | Diego Biurrun | 2013-08-28 | 1 | -4/+7 |
* | dsputil: x86: Hide arch-specific initialization details | Diego Biurrun | 2013-08-28 | 2 | -7/+6 |
* | vp56: Mark VP6-only optimizations as such. | Diego Biurrun | 2013-08-23 | 3 | -12/+8 |
* | x86: Split DCT and FFT initialization into separate files | Diego Biurrun | 2013-08-21 | 4 | -18/+42 |
* | x86: h264_idct: Remove incorrect comment | Diego Biurrun | 2013-08-21 | 1 | -1/+0 |
* | Consistently use "cpu_flags" as variable/parameter name for CPU flags | Diego Biurrun | 2013-07-18 | 27 | -196/+198 |
* | fmtconvert: Explicitly use int32_t instead of int | Christophe Gisquet | 2013-07-17 | 2 | -3/+3 |
* | mlpdsp: x86: Respect cpuflags | Luca Barbato | 2013-07-12 | 1 | -1/+5 |
* | cabac: x86 version of get_cabac_bypass | Jason Garrett-Glaser | 2013-07-04 | 1 | -0/+40 |
* | build: cosmetics: Place unconditional before conditional OBJS lines | Diego Biurrun | 2013-05-30 | 1 | -3/+3 |
* | mpegvideo: Remove commented-out PARANOID debug cruft | Diego Biurrun | 2013-05-15 | 1 | -30/+0 |
* | x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h | Diego Biurrun | 2013-05-12 | 21 | -20/+20 |
* | x86: dsputil: Split inline assembly from init code | Diego Biurrun | 2013-05-12 | 4 | -727/+759 |
* | x86: dsputil: Refactor pixels16 wrapper functions with a macro | Diego Biurrun | 2013-05-12 | 8 | -143/+41 |
* | configure: Rename cmov processor capability to i686 | Diego Biurrun | 2013-05-12 | 1 | -4/+2 |
* | x86: sbrdsp: implement SSE2 qmf_pre_shuffle | Christophe Gisquet | 2013-05-10 | 2 | -0/+32 |
* | x86: dsputil: Remove unused argument from QPEL_OP macro | Diego Biurrun | 2013-05-08 | 1 | -4/+4 |
* | x86: dsputil: Move TRANSPOSE4 macro to the only place it is used | Diego Biurrun | 2013-05-08 | 2 | -11/+11 |
* | x86: dsputil: Move constant declarations into separate header | Diego Biurrun | 2013-05-08 | 6 | -24/+57 |
* | x86: dsputil: Group all assembly constants together in constants.c | Diego Biurrun | 2013-05-08 | 2 | -15/+11 |
* | x86: dsputil: Move ff_pd assembly constants to the only place they are used | Diego Biurrun | 2013-05-08 | 3 | -13/+11 |
* | x86: dsputil: Remove unused ff_pb_3F constant | Diego Biurrun | 2013-05-07 | 2 | -2/+0 |
* | x86: dsputil: Remove unused MOVQ_BONE macro | Diego Biurrun | 2013-05-07 | 2 | -9/+0 |
* | x86: dsputil: Move rv40-specific functions where they belong | Diego Biurrun | 2013-05-07 | 3 | -26/+27 |
* | x86: dsputil hpeldsp: Move shared template functions into separate object | Diego Biurrun | 2013-05-07 | 7 | -26/+69 |
* | x86: rnd_template: Eliminate pointless OP_AVG macro indirection | Diego Biurrun | 2013-05-07 | 4 | -12/+8 |
* | x86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_rnd_template.c | Diego Biurrun | 2013-05-06 | 5 | -25/+58 |
* | x86: hpeldsp: Only compile MMX hpeldsp code if MMX is enabled | Diego Biurrun | 2013-05-06 | 1 | -2/+2 |