Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | swscale: implement MMX, SSE2 and AVX functions for RGB32 input. | Ronald S. Bultje | 2012-02-01 | 1 | -0/+159 |
* | swscale: make rgb24 function macros slightly smaller. | Ronald S. Bultje | 2012-02-01 | 1 | -16/+13 |
* | swscale: convert rgb/bgr24ToY/UV_mmx functions from inline asm to yasm. | Ronald S. Bultje | 2012-01-27 | 1 | -0/+271 |
* | config.asm: change %ifdef directives to %if directives. | Ronald S. Bultje | 2012-01-27 | 1 | -4/+4 |
* | swscale: specify register type. | Oka Motofumi | 2012-01-10 | 1 | -2/+2 |
* | swscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline asm to yasm. | Ronald S. Bultje | 2012-01-08 | 1 | -0/+242 |