| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale: Mark all init functions as av_cold | Diego Biurrun | 2012-07-23 | 1 | -1/+2 |
* | swscale: make filterPos 32bit. | Ronald S. Bultje | 2012-03-06 | 1 | -1/+1 |
* | swscale: K&R formatting cosmetics for PowerPC code (part I/II) | Diego Biurrun | 2012-02-21 | 1 | -218/+226 |
* | cosmetics: Remove some unnecessary block braces. | Diego Biurrun | 2012-01-25 | 1 | -10/+0 |
* | swscale: update altivec yuv2planeX asm to new per-plane API. | Ronald S. Bultje | 2011-10-22 | 1 | -81/+13 |
* | Split up yuv2yuvX functions | Kieran Kunhya | 2011-10-22 | 1 | -1/+1 |
* | ppc: fix some pointer to integer casts | Mans Rullgard | 2011-09-25 | 1 | -5/+5 |
* | swscale: split hScale() function pointer into h[cy]Scale(). | Ronald S. Bultje | 2011-08-17 | 1 | -1/+1 |
* | swscale: add dithering to yuv2yuvX_altivec_real | Luca Barbato | 2011-08-13 | 1 | -14/+7 |
* | swscale: use 15-bit intermediates for 9/10-bit scaling. | Ronald S. Bultje | 2011-08-12 | 1 | -1/+1 |
* | swscale: for >8bit scaling, read in native bit-depth. | Ronald S. Bultje | 2011-07-01 | 1 | -1/+1 |
* | swscale: implement >8bit scaling support. | Ronald S. Bultje | 2011-06-29 | 1 | -1/+3 |
* | PPC: swscale: disable altivec functions for unsupported formats | Mans Rullgard | 2011-06-28 | 1 | -1/+3 |
* | swscale: change prototypes of scaled YUV output functions. | Ronald S. Bultje | 2011-06-27 | 1 | -4/+3 |
* | swscale: split yuv2packedX_altivec in smaller functions. | Ronald S. Bultje | 2011-06-27 | 1 | -5/+9 |
* | swscale: remove unused xInc/srcW arguments from hScale(). | Ronald S. Bultje | 2011-06-26 | 1 | -2/+1 |
* | swscale: extract SWS_FULL_CHR_H_INT conditional into init code. | Ronald S. Bultje | 2011-06-07 | 1 | -1/+1 |
* | swscale: un-special-case yuv2yuvX16_c(). | Ronald S. Bultje | 2011-06-07 | 1 | -1/+5 |
* | swscale: enable hScale_altivec_real. | Ronald S. Bultje | 2011-06-03 | 1 | -0/+1 |
* | swscale: split out ppc _template.c files from main swscale.c. | Ronald S. Bultje | 2011-06-03 | 1 | -0/+419 |