| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale: 10l forgot git add this change from ronald. | Ronald S. Bultje | 2011-05-14 | 1 | -3/+4 |
* | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-14 | 1 | -17/+18 |
|\ |
|
| * | swscale: properly inline bits/endianness in yuv2yuvX16inC(). | Ronald S. Bultje | 2011-05-13 | 1 | -4/+25 |
| * | swscale: fix clipping of 9/10bit YUV420P. | Ronald S. Bultje | 2011-05-13 | 1 | -17/+18 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-13 | 1 | -26/+50 |
|\| |
|
| * | swscale: fix YUV420P 9/10bit support. | Ronald S. Bultje | 2011-05-11 | 1 | -33/+142 |
| * | Add pixel formats for 9- and 10-bit yuv420p. | Oskar Arvidsson | 2011-05-10 | 1 | -1/+22 |
| * | libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation | Peter Ross | 2011-04-28 | 1 | -0/+57 |
| * | sws: remove disabled cruft. | Anton Khirnov | 2011-04-19 | 1 | -8/+0 |
| * | swscale: fix "ISO C90 forbids mixed declarations and code" warning | Janne Grunau | 2011-04-15 | 1 | -6/+4 |
| * | swscale: simplify initialization code | Josh Allmann | 2011-04-14 | 1 | -7/+2 |
| * | swscale: further cleanup swscale.c | Josh Allmann | 2011-04-14 | 1 | -57/+0 |
| * | swscale: partially move the arch specific code left | Luca Barbato | 2011-04-14 | 1 | -15/+10 |
* | | swscale: Fix scaling for unscaled dithered planar convertions. | Michael Niedermayer | 2011-05-10 | 1 | -11/+30 |
* | | swscale: use Nbit code to handle !is16BPS(c->srcFormat) && is16BPS(c->dstFormat) | Michael Niedermayer | 2011-05-10 | 1 | -10/+1 |
* | | swscale: Support dither in is16BPS(c->srcFormat) && !is16BPS(c->dstFormat) | Michael Niedermayer | 2011-05-10 | 1 | -9/+3 |
* | | swscale: support unscaled planar Nbit->8bit with non native endian source. | Michael Niedermayer | 2011-05-10 | 1 | -1/+5 |
* | | swscale: fix unscaled yuv422p16be -> yuv422p10le | Michael Niedermayer | 2011-05-10 | 1 | -2/+5 |
* | | swscale: make DITHER_COPY() support non native endian source | Michael Niedermayer | 2011-05-10 | 1 | -12/+13 |
* | | swscale: factor shift out of DITHER_COPY(). | Michael Niedermayer | 2011-05-09 | 1 | -9/+10 |
* | | swscale: factorize DITHER_COPY() | Michael Niedermayer | 2011-05-09 | 1 | -34/+22 |
* | | swscale: implement Nbit->non native endian 16bit. Fixes v210. | Michael Niedermayer | 2011-05-09 | 1 | -3/+9 |
* | | swscale: 9,10 bits pixel format output support | Baptiste Coudurier | 2011-05-08 | 1 | -27/+108 |
* | | swscale: Dither for unscaled 10->8bit per channel | Michael Niedermayer | 2011-05-06 | 1 | -3/+89 |
* | | swscale: dont reshuffle bytes | Michael Niedermayer | 2011-05-06 | 1 | -1/+1 |
* | | Correctly support pal8 with alpha in libswscale, fix png pal8 with alpha. | Baptiste Coudurier | 2011-04-27 | 1 | -0/+11 |
* | | Set alpha of palettes to 0xff. | Baptiste Coudurier | 2011-04-27 | 1 | -6/+6 |
* | | Rename y400a to gray8a. | Baptiste Coudurier | 2011-04-27 | 1 | -3/+3 |
* | | Fix runtime CPU detection in libswscale. | tateu | 2011-04-27 | 1 | -7/+0 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-14 | 1 | -2/+0 |
|\| |
|
| * | swscale: Factorize FAST_BGR2YV12 definition. | Luca Barbato | 2011-04-13 | 1 | -2/+0 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | Add pixel formats for 9- and 10-bit yuv420p. | Oskar Arvidsson | 2011-04-10 | 1 | -1/+22 |
* | | fix runtime-cpu-detect bug in swscale | Darren Horrocks | 2011-04-05 | 1 | -0/+7 |
* | | Fix compilation failure with runtime cpudetect (Ticket #22) | Michael Niedermayer | 2011-03-28 | 1 | -3/+3 |
* | | libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation | Peter Ross | 2011-03-26 | 1 | -0/+57 |
|/ |
|
* | 100l fix if condition | Baptiste Coudurier | 2010-09-27 | 1 | -1/+1 |
* | Y400A (gray alpha) input support in libswscale | Baptiste Coudurier | 2010-09-27 | 1 | -2/+40 |
* | swscale: remove useless temporary variable | Ramiro Polla | 2010-09-16 | 1 | -5/+3 |
* | swscale: factorize plane copying code out of 2 functions | Ramiro Polla | 2010-09-16 | 1 | -27/+23 |
* | indent | Ramiro Polla | 2010-09-11 | 1 | -4/+4 |
* | swscale: remove unused code | Ramiro Polla | 2010-09-11 | 1 | -7/+0 |
* | swscale: fix internal rgb->yv12 chroma conversion used by the main scaler path | Ramiro Polla | 2010-09-06 | 1 | -3/+3 |
* | swscale: simplify selection of optimizations to compile. | Ramiro Polla | 2010-08-25 | 1 | -23/+25 |
* | swscale: Always define COMPILE_xxx to either 0 or 1. | Ramiro Polla | 2010-08-25 | 1 | -12/+28 |
* | swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversion | Måns Rullgård | 2010-08-23 | 1 | -12/+16 |
* | swscale: remove unused macro parameter in BGR2UV template | Måns Rullgård | 2010-08-23 | 1 | -7/+7 |
* | validate input data and linesizes | Ramiro Polla | 2010-08-18 | 1 | -0/+24 |
* | Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients. | Stefano Sabatini | 2010-07-24 | 1 | -1/+1 |
* | Add some comments to the rgb2yuv_table, clarifying the standard where | Stefano Sabatini | 2010-07-24 | 1 | -6/+6 |