aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/pngdsp-init.c
Commit message (Collapse)AuthorAgeFilesLines
* x86: avcodec: Consistently name all init filesDiego Biurrun2012-08-161-51/+0
|
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-031-1/+1
| | | | | | | Refactoring mmx2/mmxext YASM code with cpuflags will force renames. So switching to a consistent naming scheme beforehand is sensible. The name "mmxext" is more official and widespread and also the name of the CPU flag, as reported e.g. by the Linux kernel.
* png: add SSE2 version for add_bytes_l2.Ronald S. Bultje2012-01-291-0/+6
|
* png: convert DSP functions to yasm.Ronald S. Bultje2012-01-291-103/+13
|
* png: add missing #if HAVE_SSSE3 around function pointer assignment.Ronald S. Bultje2012-01-291-1/+1
|
* png: move DSP functions to their own DSP context.Ronald S. Bultje2012-01-291-0/+135