summaryrefslogtreecommitdiff
path: root/libavcodec/x86/pngdsp.asm
Commit message (Collapse)AuthorAge
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-14
|
* 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: pngdsp: Fix assembly for OS/2Dave Yeo2012-08-08
| | | | | | | The a.out object format does not allow aligning sections. On OS/2 LD aligns sections to 16 bytes. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* pngdsp: swap argument inversion.Ronald S. Bultje2012-02-07
|
* png: add support for bpp>4 to paeth x86 SIMD code.Ronald S. Bultje2012-01-29
| | | | | This fixes playback of e.g. RGB48 (bpp=6) content on x86 CPUs. Fixes bug 214.
* png: add SSE2 version for add_bytes_l2.Ronald S. Bultje2012-01-29
|
* png: convert DSP functions to yasm.Ronald S. Bultje2012-01-29