| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: vp8dsp: Split loopfilter code into a separate file | Diego Biurrun | 2013-11-01 | 1 | -1/+2 |
* | x86: dsputil: Separate ff_add_hfyu_median_prediction_cmov from dsputil_mmx | Diego Biurrun | 2013-10-05 | 1 | -1/+2 |
* | x86: fdct: Only build fdct code if encoders have been enabled | Diego Biurrun | 2013-10-04 | 1 | -1/+1 |
* | dsputil: x86: Hide arch-specific initialization details | Diego Biurrun | 2013-08-28 | 1 | -6/+5 |
* | vp56: Mark VP6-only optimizations as such. | Diego Biurrun | 2013-08-23 | 1 | -3/+2 |
* | x86: Split DCT and FFT initialization into separate files | Diego Biurrun | 2013-08-21 | 1 | -0/+1 |
* | build: cosmetics: Place unconditional before conditional OBJS lines | Diego Biurrun | 2013-05-30 | 1 | -3/+3 |
* | x86: dsputil: Split inline assembly from init code | Diego Biurrun | 2013-05-12 | 1 | -1/+2 |
* | x86: dsputil hpeldsp: Move shared template functions into separate object | Diego Biurrun | 2013-05-07 | 1 | -1/+3 |
* | x86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_rnd_template.c | Diego Biurrun | 2013-05-06 | 1 | -1/+2 |
* | x86: hpeldsp: Only compile MMX hpeldsp code if MMX is enabled | Diego Biurrun | 2013-05-06 | 1 | -2/+2 |
* | x86: Move duplicated put_pixels{8|16}_mmx functions into their own file | Diego Biurrun | 2013-05-02 | 1 | -1/+3 |
* | mpegaudiosp: More consistent names for ppc/x86 optimization files | Diego Biurrun | 2013-04-30 | 1 | -1/+1 |
* | x86: hpeldsp: Move half-pel assembly from dsputil to hpeldsp | Ronald S. Bultje | 2013-04-19 | 1 | -1/+5 |
* | dsputil: Make dsputil selectable | Ronald S. Bultje | 2013-04-10 | 1 | -8/+10 |
* | x86: qpel: Move fullpel and l2 functions to a separate file | Ronald S. Bultje | 2013-04-08 | 1 | -0/+1 |
* | x86: dsputil: Fix h263 loop filter link error in some configurations | Daniel Kang | 2013-02-18 | 1 | -0/+2 |
* | h264chroma: x86: Fix building with yasm disabled | Martin Storsjö | 2013-02-06 | 1 | -2/+2 |
* | dsputil: Separate h264chroma | Diego Biurrun | 2013-02-06 | 1 | -1/+2 |
* | dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasm | Daniel Kang | 2013-01-27 | 1 | -0/+2 |
* | dsputil: Separate h264 qpel | Mans Rullgard | 2013-01-24 | 1 | -0/+1 |
* | vorbisdsp: convert x86 simd functions from inline asm to yasm. | Ronald S. Bultje | 2013-01-22 | 1 | -0/+1 |
* | Move vorbis_inverse_coupling from dsputil to vorbisdspcontext. | Ronald S. Bultje | 2013-01-19 | 1 | -0/+1 |
* | Drop Snow codec | Diego Biurrun | 2013-01-06 | 1 | -1/+0 |
* | lavc: introduce VideoDSPContext | Ronald S. Bultje | 2012-12-20 | 1 | -0/+2 |
* | x86: h264: Convert 8-bit QPEL inline assembly to YASM | Daniel Kang | 2012-11-25 | 1 | -1/+2 |
* | x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 1 | -0/+1 |
* | x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 1 | -1/+1 |
* | x86: call most of the x86 dsp init functions under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 1 | -16/+17 |
* | x86: dsputil: Only compile motion_est code when encoders are enabled | Diego Biurrun | 2012-09-10 | 1 | -2/+2 |
* | x86: Always compile files with functions that are called unconditionally | Diego Biurrun | 2012-08-29 | 1 | -3/+3 |
* | x86: avcodec: Drop silly "_mmx" suffixes from filenames | Diego Biurrun | 2012-08-28 | 1 | -8/+8 |
* | x86: avcodec: Drop silly "_sse" suffixes from filenames | Diego Biurrun | 2012-08-28 | 1 | -2/+2 |
* | build: fft: x86: Drop unused YASM-OBJS-FFT- variable | Diego Biurrun | 2012-08-27 | 1 | -2/+1 |
* | x86: mpegvideo: more sensible names for optimization file and init function | Diego Biurrun | 2012-08-24 | 1 | -1/+1 |
* | x86: mpegvideoenc: Split optimizations off into a separate file | Diego Biurrun | 2012-08-24 | 1 | -0/+1 |
* | dnxhdenc: x86: more sensible names for optimization file and init function | Diego Biurrun | 2012-08-24 | 1 | -1/+1 |
* | build: x86: Only compile mpegvideo optimizations when necessary | Diego Biurrun | 2012-08-22 | 1 | -1/+1 |
* | x86: avcodec: Consistently name all init files | Diego Biurrun | 2012-08-16 | 1 | -3/+3 |
* | x86: avcodec: Appropriately name files containing only init functions | Diego Biurrun | 2012-08-15 | 1 | -4/+4 |
* | x86: Drop silly "_yasm" suffixes from filenames | Diego Biurrun | 2012-08-12 | 1 | -3/+3 |
* | x86: remove libmpeg2 mmx(ext) idct functions | Mans Rullgard | 2012-08-02 | 1 | -1/+0 |
* | fft: port FFT/IMDCT 3dnow functions to yasm, and disable on x86-64. | Ronald S. Bultje | 2012-07-31 | 1 | -2/+0 |
* | vp3: move idct and loop filter pointers to new vp3dsp context | Mans Rullgard | 2012-07-18 | 1 | -0/+1 |
* | build: add CONFIG_VP3DSP, reduce repetition in OBJS lists | Mans Rullgard | 2012-07-18 | 1 | -4/+2 |
* | x86: fft: convert sse inline asm to yasm | Mans Rullgard | 2012-06-25 | 1 | -1/+0 |
* | build: Consistently handle conditional compilation for all optimization OBJS. | Diego Biurrun | 2012-04-12 | 1 | -3/+2 |
* | build: prettyprinting cosmetics | Diego Biurrun | 2012-03-26 | 1 | -47/+40 |
* | x86: conditionally compile H.264 QPEL optimizations | Diego Biurrun | 2012-03-25 | 1 | -1/+1 |
* | SBR DSP x86: implement SSE sbr_sum_square_sse | Christophe GISQUET | 2012-02-23 | 1 | -0/+2 |