summaryrefslogtreecommitdiff
path: root/libavcodec/x86/rv34dsp_init.c
Commit message (Expand)AuthorAge
* x86: avcodec: Add a bunch of missing #includes for av_coldDiego Biurrun2014-01-09
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-18
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun2013-02-06
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-14
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-08
* x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-30
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-09
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-03
* rv34dsp x86: implement MMX2 inverse transformChristophe Gisquet2012-04-28
* rv34: change most "int stride" into "ptrdiff_t stride".Ronald S. Bultje2012-02-20
* rv34: 1-pass inter MB reconstructionChristophe GISQUET2012-01-16
* rv34: Intra 16x16 handlingChristophe GISQUET2012-01-16
* rv34: DC-only inverse transformChristophe GISQUET2012-01-12