summaryrefslogtreecommitdiff
path: root/libavcodec/x86/rv40dsp_init.c
Commit message (Expand)AuthorAge
* qpeldsp: Mark source pointer in qpel_mc_func function pointer constDiego Biurrun2014-07-25
* x86: dsputil: Move hpeldsp-related declarations to a separate headerDiego Biurrun2014-03-22
* x86: avcodec: Consistently structure CPU extension initializationDiego Biurrun2013-08-29
* x86: rv40dsp: Move inline assembly optimizations out of YASM init sectionDiego Biurrun2013-08-28
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-18
* x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-12
* x86: dsputil: Move rv40-specific functions where they belongDiego Biurrun2013-05-07
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-12
* rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun2013-02-06
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-14
* x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-08
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-08
* x86: Fix linking with some or all of yasm, mmx, optimizations disabledDiego Biurrun2012-08-30
* x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-30
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-03
* x86/dsputil: put inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-25
* cosmetics: do not use full path for local headersDiego Biurrun2012-06-22
* x86: rv40: Mark rv40_weight functions as MMX2; they use MMX2 instructions.Michael Kostylev2012-05-15
* rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MCChristophe Gisquet2012-05-10
* rv40dsp: implement prescaled versions for biweight.Christophe GISQUET2012-04-10
* rv34: change most "int stride" into "ptrdiff_t stride".Ronald S. Bultje2012-02-20
* rv40: x86 SIMD for biweightChristophe Gisquet2012-01-30
* x86: Give RV40 init file a more suitable name.Diego Biurrun2012-01-30