summaryrefslogtreecommitdiff
path: root/libavcodec/x86/dsputilenc.asm
Commit message (Collapse)AuthorAge
* Drop DCTELEM typedefDiego Biurrun2013-01-22
| | | | | | It does not help as an abstraction and adds dsputil dependencies. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* dsputilenc: x86: Convert pixel inline asm to yasmDaniel Kang2013-01-21
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* x86: ABS2: port to cpuflagsDiego Biurrun2013-01-14
|
* x86: ABS1: port to cpuflagsDiego Biurrun2013-01-06
|
* x86: dsputilenc: port to cpuflagsDiego Biurrun2012-11-28
|
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-14
|
* x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun2012-10-31
|
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-31
| | | | | This is more consistent with the way we handle C #includes and it simplifies the build system.
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-31
| | | | This is necessary to allow refactoring some x86util macros with cpuflags.
* x86: Drop silly "_yasm" suffixes from filenamesDiego Biurrun2012-08-12