Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x86: avcodec: Consistently name all init files | Diego Biurrun | 2012-08-16 | 1 | -51/+0 |
| | |||||
* | x86: build: replace mmx2 by mmxext | Diego Biurrun | 2012-08-03 | 1 | -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. Bultje | 2012-01-29 | 1 | -0/+6 |
| | |||||
* | png: convert DSP functions to yasm. | Ronald S. Bultje | 2012-01-29 | 1 | -103/+13 |
| | |||||
* | png: add missing #if HAVE_SSSE3 around function pointer assignment. | Ronald S. Bultje | 2012-01-29 | 1 | -1/+1 |
| | |||||
* | png: move DSP functions to their own DSP context. | Ronald S. Bultje | 2012-01-29 | 1 | -0/+135 |