summaryrefslogtreecommitdiff
path: root/libavcodec/x86/vc1dsp_init.c
Commit message (Collapse)AuthorAge
* x86: dsputil: Move fpel declarations to a separate headerDiego Biurrun2014-03-22
|
* x86: avcodec: Add a bunch of missing #includes for av_coldDiego Biurrun2014-01-09
|
* x86: avcodec: Consistently structure CPU extension initializationDiego Biurrun2013-08-29
|
* x86: avcodec: Use convenience macros to check for CPU flagsDiego Biurrun2013-08-29
|
* 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
| | | | The header is not (anymore) MMX-specific.
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-12
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun2013-02-26
|
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-14
|
* x86: vc1dsp: port to cpuflagsDiego Biurrun2012-11-05
|
* x86: Move optimization suffix to end of function namesDiego Biurrun2012-10-31
| | | | This simplifies cpuflags porting.
* x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-08