summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't include common.h from avutil.hMartin Storsjö2012-08-159-0/+15
* x86: avcodec: Appropriately name files containing only init functionsDiego Biurrun2012-08-155-4/+4
* mpegvideo_mmx_template: drop some commented-out cruftDiego Biurrun2012-08-151-8/+0
* x86: cabac: allow building with sunccMans Rullgard2012-08-132-24/+37
* x86: mlpdsp: avoid taking address of voidMans Rullgard2012-08-131-15/+15
* x86: Drop silly "_yasm" suffixes from filenamesDiego Biurrun2012-08-124-3/+3
* Move MASK_ABS macro to libavcodec/mathops.hMans Rullgard2012-08-091-0/+6
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-0921-21/+21
* x86: pngdsp: Fix assembly for OS/2Dave Yeo2012-08-081-1/+1
* x86: use 32-bit source registers with movd instructionMans Rullgard2012-08-073-11/+11
* x86: add colons after labelsMans Rullgard2012-08-0716-112/+112
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-074-23/+23
* x86: h264_idct: Rename x264_add8x4_idct_sse2 --> h264_add8x4_idct_sse2Diego Biurrun2012-08-051-4/+4
* fft: 3dnow: fix register name typo in DECL_IMDCT macroRonald S. Bultje2012-08-041-1/+1
* x86: dct32: port to cpuflagsDiego Biurrun2012-08-031-49/+25
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-0317-29/+28
* dsputil: make add_hfyu_left_prediction_sse4() support unaligned src.Ronald S. Bultje2012-08-031-7/+13
* x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun2012-08-036-43/+45
* x86: proresdsp: improve SIGNEXTEND macro commentsDiego Biurrun2012-08-021-3/+3
* x86: h264dsp: K&R formatting cosmeticsDiego Biurrun2012-08-021-225/+247
* x86: fft: fix imdct_half() for AVXRonald S. Bultje2012-08-021-3/+10
* x86: remove libmpeg2 mmx(ext) idct functionsMans Rullgard2012-08-023-675/+0
* fft: port FFT/IMDCT 3dnow functions to yasm, and disable on x86-64.Ronald S. Bultje2012-07-315-226/+170
* x86/dsputilenc: bury inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-314-33/+63
OpenPOWER on IntegriCloud