870 Commits (25bb7eaf9eb14e6e00264bf584aa4d380d3bc29f)

Author SHA1 Message Date
Mans Rullgard 97cb9236cf ac3: move ac3_downmix() from dsputil to ac3dsp 12 years ago
Diego Biurrun 1648a508fa x86: dsputil: Move specific optimization settings out of global init function 12 years ago
Diego Biurrun a84edbacaf x86: dsputil: Only compile motion_est code when encoders are enabled 12 years ago
Diego Biurrun e0c6cce447 x86: Replace checks for CPU extensions and flags by convenience macros 12 years ago
Hendrik Leppkes fb4e983e0c x86: mlpdsp: mlp_filter_channel_x86 requires inline asm 12 years ago
Diego Biurrun 1169f0d0af x86: more specific checks for availability of required assembly capabilities 12 years ago
Diego Biurrun 8cb7ed5562 x86: avcodec: Drop silly "_mmx" suffix from dsputil template names 12 years ago
Mans Rullgard 6efb698883 cavsdsp: set idct permutation independently of dsputil 12 years ago
Mans Rullgard 5fe64d88f6 x86: allow using add_hfyu_median_prediction_cmov on any cpu with cmov 12 years ago
Diego Biurrun ef6ba1f237 x86: dsputil: Do not redundantly check for CPU caps before calling init funcs 12 years ago
Hendrik Leppkes d914ea6fd8 x86: vp56: cmov version of vp56_rac_get_prob requires inline asm 12 years ago
Diego Biurrun a84ac7a860 x86: h264dsp: drop some unnecessary ifdefs around prototype declarations 12 years ago
Diego Biurrun 17337f54c0 x86: Split inline and external assembly #ifdefs 12 years ago
Diego Biurrun ec36aa6944 x86: Fix linking with some or all of yasm, mmx, optimizations disabled 12 years ago
Diego Biurrun a886b279a0 x86: cosmetics: Comment some #endifs for better readability 12 years ago
Diego Biurrun 2e6f93a284 x86: Always compile files with functions that are called unconditionally 12 years ago
Diego Biurrun 2f2aa2e542 x86: mpegvideoenc: fix linking with --disable-mmx 12 years ago
Diego Biurrun d39791bf39 x86: mpegvideoenc: Do not abuse HAVE_ variables for template instantiation 12 years ago
Diego Biurrun bcc45d6348 x86: avcodec: Drop silly "_mmx" suffixes from filenames 12 years ago
Diego Biurrun efbd04c332 x86: avcodec: Drop silly "_sse" suffixes from filenames 12 years ago
Diego Biurrun 3f02c533f3 build: fft: x86: Drop unused YASM-OBJS-FFT- variable 12 years ago
Mans Rullgard db70730291 x86: fft: remove unused fft_dispatch* functions 12 years ago
Diego Biurrun dc40285427 x86: mpegvideo: more sensible names for optimization file and init function 12 years ago
Diego Biurrun d211547ddd x86: mpegvideoenc: Split optimizations off into a separate file 12 years ago
Diego Biurrun 26ce9aec03 dnxhdenc: x86: more sensible names for optimization file and init function 12 years ago
Diego Biurrun 6fa488678f build: x86: Only compile mpegvideo optimizations when necessary 12 years ago
Diego Biurrun 6961bdface x86: avcodec: Consistently name all init files 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Diego Biurrun 29cfdd3767 x86: avcodec: Appropriately name files containing only init functions 12 years ago
Diego Biurrun be12958937 mpegvideo_mmx_template: drop some commented-out cruft 12 years ago
Mans Rullgard 8ec0204ee4 x86: cabac: allow building with suncc 12 years ago
Mans Rullgard c8252e80eb x86: mlpdsp: avoid taking address of void 12 years ago
Diego Biurrun 3b9e832e17 x86: Drop silly "_yasm" suffixes from filenames 12 years ago
Mans Rullgard d7a4f8f8b9 Move MASK_ABS macro to libavcodec/mathops.h 12 years ago
Mans Rullgard c318626ce2 x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h 12 years ago
Dave Yeo 197439c1ef x86: pngdsp: Fix assembly for OS/2 12 years ago
Mans Rullgard 2b140a3d09 x86: use 32-bit source registers with movd instruction 12 years ago
Mans Rullgard a3df4781f4 x86: add colons after labels 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 2096857551 x86: h264_idct: Rename x264_add8x4_idct_sse2 --> h264_add8x4_idct_sse2 12 years ago
Ronald S. Bultje 4a8143e73c fft: 3dnow: fix register name typo in DECL_IMDCT macro 12 years ago
Diego Biurrun 0c3ff1982c x86: dct32: port to cpuflags 12 years ago
Diego Biurrun 239fdf1b4a x86: build: replace mmx2 by mmxext 12 years ago
Ronald S. Bultje da6505ad2f dsputil: make add_hfyu_left_prediction_sse4() support unaligned src. 12 years ago
Diego Biurrun ca844b7be9 x86: Use consistent 3dnowext function and macro name suffixes 12 years ago
Diego Biurrun 03737412a3 x86: proresdsp: improve SIGNEXTEND macro comments 12 years ago
Diego Biurrun 81905088a1 x86: h264dsp: K&R formatting cosmetics 12 years ago
Ronald S. Bultje c728518b3c x86: fft: fix imdct_half() for AVX 12 years ago
Mans Rullgard ec7c501ed5 x86: remove libmpeg2 mmx(ext) idct functions 12 years ago
Ronald S. Bultje b6a3849adb fft: port FFT/IMDCT 3dnow functions to yasm, and disable on x86-64. 12 years ago