aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: Move optimization suffix to end of function namesDiego Biurrun2012-10-313-30/+30
* x86: h264_chromamc_10bit: drop pointless PAVG %defineDiego Biurrun2012-10-311-2/+1
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-3112-193/+213
* x86: fmtconvert: Refactor cvtps2pi emulation through cpuflagsDiego Biurrun2012-10-311-26/+26
* x86: fmtconvert: port to cpuflagsDiego Biurrun2012-10-311-70/+71
* x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun2012-10-318-45/+45
* x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-312-3/+3
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-3127-27/+27
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-3128-28/+1
* Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje2012-10-291-4/+11
* x86: use PRED4x4/8x8/8x8L/16x16 macros to declare intrapred prototypes.Ronald S. Bultje2012-10-292-186/+190
* Remove usage of INIT_AVX in h264_intrapred_10bit.asm.Ronald S. Bultje2012-10-292-169/+177
* dsputil: split out mlp dsp functionLuca Barbato2012-10-111-2/+2
* x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-084-91/+160
* x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-082-13/+23
* x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-084-21/+22
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-1/+1
* x86: dsputil: kill VLA in gmc_mmx()Mans Rullgard2012-10-051-51/+7
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-011-2/+2
* dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction()Michael Niedermayer2012-09-281-1/+3
* x86: dsputil: Move Xvid IDCT put/add functions to a more suitable placeDiego Biurrun2012-09-143-27/+33
* x86: Remove some leftover declarations for non-existent functionsDiego Biurrun2012-09-131-4/+0
* x86: ac3dsp: Only refer to the ac3_downmix_sse symbol if it has been declaredMartin Storsjö2012-09-131-0/+2
* ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard2012-09-122-111/+119
* x86: dsputil: Move specific optimization settings out of global init functionDiego Biurrun2012-09-111-30/+29
* x86: dsputil: Only compile motion_est code when encoders are enabledDiego Biurrun2012-09-101-2/+2
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-0815-112/+92
* x86: mlpdsp: mlp_filter_channel_x86 requires inline asmHendrik Leppkes2012-09-081-3/+3
* x86: more specific checks for availability of required assembly capabilitiesDiego Biurrun2012-09-073-12/+13
* x86: avcodec: Drop silly "_mmx" suffix from dsputil template namesDiego Biurrun2012-09-075-7/+7
* cavsdsp: set idct permutation independently of dsputilMans Rullgard2012-09-072-2/+2
* x86: allow using add_hfyu_median_prediction_cmov on any cpu with cmovMans Rullgard2012-09-071-6/+8
* x86: dsputil: Do not redundantly check for CPU caps before calling init funcsDiego Biurrun2012-09-061-4/+4
* x86: vp56: cmov version of vp56_rac_get_prob requires inline asmHendrik Leppkes2012-09-051-1/+1
* x86: h264dsp: drop some unnecessary ifdefs around prototype declarationsDiego Biurrun2012-09-041-6/+0
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-3112-75/+68
* x86: Fix linking with some or all of yasm, mmx, optimizations disabledDiego Biurrun2012-08-303-10/+25
* x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-306-14/+13
* x86: Always compile files with functions that are called unconditionallyDiego Biurrun2012-08-291-3/+3
* x86: mpegvideoenc: fix linking with --disable-mmxDiego Biurrun2012-08-291-3/+3
* x86: mpegvideoenc: Do not abuse HAVE_ variables for template instantiationDiego Biurrun2012-08-292-21/+26
* x86: avcodec: Drop silly "_mmx" suffixes from filenamesDiego Biurrun2012-08-2811-9/+9
* x86: avcodec: Drop silly "_sse" suffixes from filenamesDiego Biurrun2012-08-283-2/+2
* build: fft: x86: Drop unused YASM-OBJS-FFT- variableDiego Biurrun2012-08-271-2/+1
* x86: fft: remove unused fft_dispatch* functionsMans Rullgard2012-08-251-8/+0
* x86: mpegvideo: more sensible names for optimization file and init functionDiego Biurrun2012-08-242-2/+2
* x86: mpegvideoenc: Split optimizations off into a separate fileDiego Biurrun2012-08-244-63/+97
* dnxhdenc: x86: more sensible names for optimization file and init functionDiego Biurrun2012-08-242-2/+2
* build: x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun2012-08-221-1/+1
* x86: avcodec: Consistently name all init filesDiego Biurrun2012-08-164-3/+3