| Commit message (Expand) | Author | Age | Files | Lines |
* | rgb2rgb: rgb12to15() | Paul B Mahol | 2012-01-12 | 1 | -0/+1 |
* | swscale: fix invalid conversions and memory problems. | Ronald S. Bultje | 2012-01-12 | 1 | -20/+29 |
* | rgb2rgb: rgb12tobgr12() | Paul B Mahol | 2012-01-11 | 1 | -0/+1 |
* | rgb2rgb: allow conversion for <15 bpp | Paul B Mahol | 2012-01-09 | 1 | -31/+31 |
* | swscale: prevent invalid writes in packed_16bpc_bswap | Janne Grunau | 2011-12-26 | 1 | -1/+2 |
* | swscale: fix formatting and indentation of unscaled conversion routines. | Nathan Adil Maxson | 2011-12-18 | 1 | -327/+383 |
* | swscale: add endian conversion for RGB555 and RGB444 pixel formats | Janne Grunau | 2011-12-17 | 1 | -10/+15 |
* | swscale: add rgb565 endianess conversion | Janne Grunau | 2011-12-17 | 1 | -9/+13 |
* | swscale: add unscaled packed 16 bit per component endianess conversion | Janne Grunau | 2011-12-16 | 1 | -0/+30 |
* | swscale: add support for planar RGB input. | Ronald S. Bultje | 2011-11-24 | 1 | -1/+1 |
* | swscale: Fix stack alignment for SSE | John Stebbins | 2011-11-19 | 1 | -1/+1 |
* | Do not convert RGB buffer at once when stride does not fit exact samples. | Kostya Shishkov | 2011-07-30 | 1 | -1/+1 |
* | swscale: clip unscaled colorspace conversion path. | Ronald S. Bultje | 2011-07-14 | 1 | -15/+17 |
* | doxygen: Make sure parameter names match between .c and .h files. | Diego Biurrun | 2011-07-14 | 1 | -5/+6 |
* | swscale: implement error dithering in planarCopyWrapper. | Ronald S. Bultje | 2011-07-08 | 1 | -19/+90 |
* | swscale: split swscale.c in unscaled and generic conversion routines. | Ronald S. Bultje | 2011-06-03 | 1 | -0/+887 |