52 Commits (5659f7404731415c7e1cfdf4d8b0afeb6b1132de)

Author SHA1 Message Date
Diego Biurrun fd502f4f5f build: Generalize yasm/nasm-related variable names 8 years ago
Diego Biurrun 3cba09e522 x86: Drop stray semicolons after function definitions 8 years ago
Diego Biurrun e4a94d8b36 h264chroma: Change type of stride parameters to ptrdiff_t 8 years ago
Ganesh Ajjanagadde 38f4e973ef all: fix -Wextra-semi reported on clang 9 years ago
Ganesh Ajjanagadde 4f90818ea1 avcodec/x86/rv40dsp_init: silence -Wunused-variable on --disable-mmx 9 years ago
Christophe Gisquet 238db7cc56 x86: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED 10 years ago
Diego Biurrun 7fb993d338 qpeldsp: Mark source pointer in qpel_mc_func function pointer const 10 years ago
Michael Niedermayer 33f83a2157 avcodec/x86/rv40dsp_init: fix () in macros 11 years ago
Christophe Gisquet 86ae0da60c x86: hpeldsp: propagate changes across codecs 11 years ago
Diego Biurrun 82dd1026cf x86: dsputil: Move hpeldsp-related declarations to a separate header 11 years ago
Diego Biurrun e998b56362 x86: avcodec: Consistently structure CPU extension initialization 11 years ago
Diego Biurrun cd52917237 x86: rv40dsp: Move inline assembly optimizations out of YASM init section 11 years ago
Diego Biurrun 3ac7fa81b2 Consistently use "cpu_flags" as variable/parameter name for CPU flags 11 years ago
Diego Biurrun 1399931d07 x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h 12 years ago
Diego Biurrun 63bac48f73 x86: dsputil: Move rv40-specific functions where they belong 12 years ago
Luca Barbato a8b6015823 dsputil: convert remaining functions to use ptrdiff_t strides 12 years ago
Diego Biurrun 82bd04b170 rv34: Drop now unnecessary dsputil dependencies 12 years ago
Diego Biurrun c9f933b5b6 Add av_cold attributes to arch-specific init functions 12 years ago
Diego Biurrun 26301caaa1 x86: mmx2 ---> mmxext in asm constructs 12 years ago
Janne Grunau f101eab1be x86: call most of the x86 dsp init functions under if (ARCH_X86) 12 years ago
Diego Biurrun e0c6cce447 x86: Replace checks for CPU extensions and flags by convenience macros 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
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Diego Biurrun 239fdf1b4a x86: build: replace mmx2 by mmxext 12 years ago
Ronald S. Bultje 79195ce565 x86/dsputil: put inline asm under HAVE_INLINE_ASM. 12 years ago
Diego Biurrun a5a93fa8f5 cosmetics: do not use full path for local headers 13 years ago
Michael Niedermayer 3b196bb737 libavcodec/x86/rv40dsp_init.c: add missing HAVE_YASM 13 years ago
Michael Kostylev 6797d1948b x86: rv40: Mark rv40_weight functions as MMX2; they use MMX2 instructions. 13 years ago
Christophe Gisquet 110d0cdc9d rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MC 13 years ago
Christophe GISQUET 272b252c01 rv40dsp: implement prescaled versions for biweight. 13 years ago
Ronald S. Bultje 3ab9a2a557 rv34: change most "int stride" into "ptrdiff_t stride". 13 years ago
Christophe Gisquet e5c9de2ab7 rv40: x86 SIMD for biweight 13 years ago
Diego Biurrun 91bafb52ae x86: Give RV40 init file a more suitable name. 13 years ago
Diego Biurrun c30b198381 x86: Place mm_flags variable declaration below the appropriate #ifdef. 13 years ago
Kostya Shishkov d241f51e0f Move RV3/4-specific DSP functions into their own context 13 years ago