| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | x86: mpegvideoenc: Do not abuse HAVE_ variables for template instantiation | Diego Biurrun | 2012-08-29 | 2 | -21/+26 |
* | x86: avcodec: Drop silly "_mmx" suffixes from filenames | Diego Biurrun | 2012-08-28 | 11 | -9/+9 |
* | x86: avcodec: Drop silly "_sse" suffixes from filenames | Diego Biurrun | 2012-08-28 | 3 | -2/+2 |
* | build: fft: x86: Drop unused YASM-OBJS-FFT- variable | Diego Biurrun | 2012-08-27 | 1 | -2/+1 |
* | x86: fft: remove unused fft_dispatch* functions | Mans Rullgard | 2012-08-25 | 1 | -8/+0 |
* | x86: mpegvideo: more sensible names for optimization file and init function | Diego Biurrun | 2012-08-24 | 2 | -2/+2 |
* | x86: mpegvideoenc: Split optimizations off into a separate file | Diego Biurrun | 2012-08-24 | 4 | -63/+97 |
* | dnxhdenc: x86: more sensible names for optimization file and init function | Diego Biurrun | 2012-08-24 | 2 | -2/+2 |
* | 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 | 4 | -3/+3 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 9 | -0/+15 |
* | x86: avcodec: Appropriately name files containing only init functions | Diego Biurrun | 2012-08-15 | 5 | -4/+4 |
* | mpegvideo_mmx_template: drop some commented-out cruft | Diego Biurrun | 2012-08-15 | 1 | -8/+0 |
* | x86: cabac: allow building with suncc | Mans Rullgard | 2012-08-13 | 2 | -24/+37 |
* | x86: mlpdsp: avoid taking address of void | Mans Rullgard | 2012-08-13 | 1 | -15/+15 |
* | x86: Drop silly "_yasm" suffixes from filenames | Diego Biurrun | 2012-08-12 | 4 | -3/+3 |
* | Move MASK_ABS macro to libavcodec/mathops.h | Mans Rullgard | 2012-08-09 | 1 | -0/+6 |
* | x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h | Mans Rullgard | 2012-08-09 | 21 | -21/+21 |
* | x86: pngdsp: Fix assembly for OS/2 | Dave Yeo | 2012-08-08 | 1 | -1/+1 |
* | x86: use 32-bit source registers with movd instruction | Mans Rullgard | 2012-08-07 | 3 | -11/+11 |
* | x86: add colons after labels | Mans Rullgard | 2012-08-07 | 16 | -112/+112 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 4 | -23/+23 |