aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/rv34dsp_init.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/x86/rv34dsp: Remove obsolete MMX functionAndreas Rheinhardt2022-06-221-3/+0
* x86/rv34dsp: add ff_rv34_idct_dc_add_sse2James Almer2017-02-021-1/+4
* Merge commit 'dc40a70c5755bccfb1a1349639943e1f408bea50'Hendrik Leppkes2016-06-261-1/+0
|\
| * Drop unnecessary libavutil/x86/asm.h #includesDiego Biurrun2016-05-281-1/+0
* | Merge commit 'b0be1ae792ac8bbfb0fc7b9b9cb39eaf0feb489b'Michael Niedermayer2014-01-091-0/+1
|\|
| * x86: avcodec: Add a bunch of missing #includes for av_coldDiego Biurrun2014-01-091-0/+1
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
|/
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-181-4/+4
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun2013-02-061-1/+1
* Drop DCTELEM typedefDiego Biurrun2013-01-221-3/+3
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-141-5/+5
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-081-5/+4
* x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-301-1/+1
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-091-1/+1
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-031-1/+1
* rv34dsp x86: implement MMX2 inverse transformChristophe Gisquet2012-04-281-0/+2
* rv34: change most "int stride" into "ptrdiff_t stride".Ronald S. Bultje2012-02-201-2/+2
* rv34: 1-pass inter MB reconstructionChristophe GISQUET2012-01-161-2/+1
* rv34: Intra 16x16 handlingChristophe GISQUET2012-01-161-4/+10
* rv34: DC-only inverse transformChristophe GISQUET2012-01-121-0/+40