| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: h264_qpel_10bit: drop unused parameter from MC10/MC20/MC30 macros | Diego Biurrun | 2012-11-10 | 1 | -5/+5 |
* | x86: PALIGNR: port to cpuflags | Diego Biurrun | 2012-11-09 | 3 | -47/+0 |
* | x86: h264_qpel_10bit: port to cpuflags | Diego Biurrun | 2012-11-09 | 1 | -159/+155 |
* | x86: h264_intrapred: port to cpuflags | Diego Biurrun | 2012-11-08 | 1 | -111/+119 |
* | x86: h264qpel: Only define mmxext QPEL functions if H264QPEL is enabled | Diego Biurrun | 2012-11-05 | 1 | -1/+1 |
* | x86: PABSW: port to cpuflags | Diego Biurrun | 2012-11-05 | 1 | -3/+0 |
* | x86: vc1dsp: port to cpuflags | Diego Biurrun | 2012-11-05 | 2 | -43/+44 |
* | x86: Refactor PSWAPD fallback implementations and port to cpuflags | Diego Biurrun | 2012-11-02 | 2 | -29/+4 |
* | x86: PMINUB: port to cpuflags | Diego Biurrun | 2012-11-02 | 1 | -3/+0 |
* | x86: ac3dsp: port to cpuflags | Diego Biurrun | 2012-11-02 | 1 | -42/+42 |
* | x86: Move optimization suffix to end of function names | Diego Biurrun | 2012-10-31 | 3 | -30/+30 |
* | x86: h264_chromamc_10bit: drop pointless PAVG %define | Diego Biurrun | 2012-10-31 | 1 | -2/+1 |
* | x86: mmx2 ---> mmxext in function names | Diego Biurrun | 2012-10-31 | 12 | -193/+213 |
* | x86: fmtconvert: Refactor cvtps2pi emulation through cpuflags | Diego Biurrun | 2012-10-31 | 1 | -26/+26 |
* | x86: fmtconvert: port to cpuflags | Diego Biurrun | 2012-10-31 | 1 | -70/+71 |
* | x86: MMX2 ---> MMXEXT in macro names | Diego Biurrun | 2012-10-31 | 8 | -45/+45 |
* | x86: mmx2 ---> mmxext in comments and messages | Diego Biurrun | 2012-10-31 | 2 | -3/+3 |
* | x86: yasm: Use complete source path for macro helper %includes | Diego Biurrun | 2012-10-31 | 27 | -27/+27 |
* | x86: include x86inc.asm in x86util.asm | Diego Biurrun | 2012-10-31 | 28 | -28/+1 |
* | Use ptrdiff_t instead of int for intra pred "stride" function parameter. | Ronald S. Bultje | 2012-10-29 | 1 | -4/+11 |
* | x86: use PRED4x4/8x8/8x8L/16x16 macros to declare intrapred prototypes. | Ronald S. Bultje | 2012-10-29 | 2 | -186/+190 |
* | Remove usage of INIT_AVX in h264_intrapred_10bit.asm. | Ronald S. Bultje | 2012-10-29 | 2 | -169/+177 |
* | dsputil: split out mlp dsp function | Luca Barbato | 2012-10-11 | 1 | -2/+2 |
* | x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 4 | -91/+160 |
* | x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 2 | -13/+23 |
* | x86: call most of the x86 dsp init functions under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 4 | -21/+22 |
* | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 1 | -1/+1 |
* | x86: dsputil: kill VLA in gmc_mmx() | Mans Rullgard | 2012-10-05 | 1 | -51/+7 |
* | avcodec: Drop silly and/or broken printf debug output | Diego Biurrun | 2012-10-01 | 1 | -2/+2 |
* | dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction() | Michael Niedermayer | 2012-09-28 | 1 | -1/+3 |
* | x86: dsputil: Move Xvid IDCT put/add functions to a more suitable place | Diego Biurrun | 2012-09-14 | 3 | -27/+33 |
* | x86: Remove some leftover declarations for non-existent functions | Diego Biurrun | 2012-09-13 | 1 | -4/+0 |
* | x86: ac3dsp: Only refer to the ac3_downmix_sse symbol if it has been declared | Martin Storsjö | 2012-09-13 | 1 | -0/+2 |
* | ac3: move ac3_downmix() from dsputil to ac3dsp | Mans Rullgard | 2012-09-12 | 2 | -111/+119 |
* | x86: dsputil: Move specific optimization settings out of global init function | Diego Biurrun | 2012-09-11 | 1 | -30/+29 |
* | x86: dsputil: Only compile motion_est code when encoders are enabled | Diego Biurrun | 2012-09-10 | 1 | -2/+2 |
* | x86: Replace checks for CPU extensions and flags by convenience macros | Diego Biurrun | 2012-09-08 | 15 | -112/+92 |
* | x86: mlpdsp: mlp_filter_channel_x86 requires inline asm | Hendrik Leppkes | 2012-09-08 | 1 | -3/+3 |
* | x86: more specific checks for availability of required assembly capabilities | Diego Biurrun | 2012-09-07 | 3 | -12/+13 |
* | x86: avcodec: Drop silly "_mmx" suffix from dsputil template names | Diego Biurrun | 2012-09-07 | 5 | -7/+7 |
* | cavsdsp: set idct permutation independently of dsputil | Mans Rullgard | 2012-09-07 | 2 | -2/+2 |
* | x86: allow using add_hfyu_median_prediction_cmov on any cpu with cmov | Mans Rullgard | 2012-09-07 | 1 | -6/+8 |
* | x86: dsputil: Do not redundantly check for CPU caps before calling init funcs | Diego Biurrun | 2012-09-06 | 1 | -4/+4 |
* | x86: vp56: cmov version of vp56_rac_get_prob requires inline asm | Hendrik Leppkes | 2012-09-05 | 1 | -1/+1 |
* | x86: h264dsp: drop some unnecessary ifdefs around prototype declarations | Diego Biurrun | 2012-09-04 | 1 | -6/+0 |
* | x86: Split inline and external assembly #ifdefs | Diego Biurrun | 2012-08-31 | 12 | -75/+68 |
* | x86: Fix linking with some or all of yasm, mmx, optimizations disabled | Diego Biurrun | 2012-08-30 | 3 | -10/+25 |
* | x86: cosmetics: Comment some #endifs for better readability | Diego Biurrun | 2012-08-30 | 6 | -14/+13 |
* | x86: Always compile files with functions that are called unconditionally | Diego Biurrun | 2012-08-29 | 1 | -3/+3 |
* | x86: mpegvideoenc: fix linking with --disable-mmx | Diego Biurrun | 2012-08-29 | 1 | -3/+3 |