| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale: Fix unused asm and enable it | Michael Niedermayer | 2011-09-05 | 1 | -13/+8 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-04 | 2 | -1/+13 |
|\ |
|
| * | lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions. | Anton Khirnov | 2011-09-03 | 2 | -1/+13 |
* | | Remove unused variables. | Reimar Döffinger | 2011-09-01 | 1 | -2/+0 |
* | | sws: fix a huge amount of incompatible pointer type arguments warnings. | Clément Bœsch | 2011-09-01 | 1 | -3/+6 |
* | | sws: use shift for chroma sample up convertion | Michael Niedermayer | 2011-08-25 | 1 | -10/+23 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-18 | 4 | -11/+16 |
|\| |
|
| * | swscale: split hScale() function pointer into h[cy]Scale(). | Ronald S. Bultje | 2011-08-17 | 4 | -11/+16 |
* | | sws: remove hScale16NX_c() | Michael Niedermayer | 2011-08-14 | 1 | -29/+17 |
* | | sws: remove hScale16N() and use ronalds reformated version of it. | Michael Niedermayer | 2011-08-14 | 2 | -20/+5 |
* | | sws: remove unneeded code from last merge | Michael Niedermayer | 2011-08-14 | 1 | -3/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-13 | 5 | -170/+246 |
|\| |
|
| * | 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 | 5 | -145/+224 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-05 | 1 | -54/+5 |
|\| |
|
| * | lsws: remove optimization debug logs in sws_init_context() | Stefano Sabatini | 2011-08-05 | 1 | -66/+0 |
| * | lsws: use array for storing the supported in/out information | Stefano Sabatini | 2011-08-05 | 1 | -122/+79 |
| * | Revert "swscale: use 15-bit intermediates for 9/10-bit scaling." | Ronald S. Bultje | 2011-08-02 | 3 | -176/+74 |
| * | swscale: use 15-bit intermediates for 9/10-bit scaling. | Ronald S. Bultje | 2011-08-02 | 3 | -74/+176 |
* | | lsws: remove deprecated and unused stuff after the 0->1 major bump | Stefano Sabatini | 2011-08-04 | 5 | -70/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-01 | 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 |
* | | lsws: apply logging factorization in sws_scale_init() | Stefano Sabatini | 2011-07-28 | 1 | -6/+3 |
* | | lsws: remove redundant macros isSupportedIn/Out | Stefano Sabatini | 2011-07-27 | 1 | -6/+2 |
* | | lsws: factorize some logging code in sws_init_context() | Stefano Sabatini | 2011-07-27 | 1 | -21/+9 |
* | | lsws: fix weird indent | Stefano Sabatini | 2011-07-25 | 1 | -1/+1 |
* | | lsws: use array for storing the supported in/out information | Stefano Sabatini | 2011-07-25 | 1 | -123/+78 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-21 | 1 | -0/+2 |
|\| |
|
| * | swscale: mark YUV422P10(LE,BE) as supported for output | Joseph Artsimovich | 2011-07-21 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-15 | 1 | -6/+7 |
|\| |
|
| * | swscale: extend mmx padding. | Ronald S. Bultje | 2011-07-14 | 1 | -6/+7 |
| * | swscale: clip unscaled colorspace conversion path. | Ronald S. Bultje | 2011-07-14 | 1 | -15/+17 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-14 | 3 | -10/+16 |
|\| |
|
| * | doxygen: Make sure parameter names match between .c and .h files. | Diego Biurrun | 2011-07-14 | 3 | -10/+16 |
* | | Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf' | Michael Niedermayer | 2011-07-11 | 1 | -2/+5 |
|\| |
|
| * | swscale: fix crash with dithering due incorrect offset calculation. | Anton Mitrofanov | 2011-07-10 | 1 | -2/+5 |
| * | swscale: rename uv_off/uv_off2 to uv_off_px/byte. | Ronald S. Bultje | 2011-07-08 | 3 | -46/+46 |
| * | swscale: implement error dithering in planarCopyWrapper. | Ronald S. Bultje | 2011-07-08 | 1 | -19/+90 |
| * | swscale: error dithering for 16/9/10-bit to 8-bit. | Ronald S. Bultje | 2011-07-08 | 3 | -30/+160 |
| * | swscale: fix overflow in 16-bit vertical scaling. | Ronald S. Bultje | 2011-07-08 | 1 | -9/+9 |
| * | swscale: fix crash in 8-bpc bilinear output without alpha. | Ronald S. Bultje | 2011-07-08 | 1 | -1/+2 |
| * | swscale: fix 16-bit horizontal scaling underflow. | Ronald S. Bultje | 2011-07-08 | 1 | -1/+1 |
| * | swscale: fix 16-bit scaling when output is 8-bits. | Ronald S. Bultje | 2011-07-08 | 2 | -13/+13 |
* | | Merge branch 'sws_32bit_integration' | Michael Niedermayer | 2011-07-11 | 5 | -354/+668 |
|\ \ |
|
| * | | sws: dont mess with XInc when the code needing it isnt used | Michael Niedermayer | 2011-07-11 | 1 | -1/+1 |
| * | | sws: Fix chroma init for 32bit buffers. | Michael Niedermayer | 2011-07-11 | 1 | -2/+8 |
| * | | swscale: error dithering for 16/9/10-bit to 8-bit. | Ronald S. Bultje | 2011-07-11 | 3 | -49/+160 |
| * | | swscale: fix overflow in 16-bit vertical scaling. | Ronald S. Bultje | 2011-07-11 | 1 | -9/+9 |
| * | | swscale: fix crash in 8-bpc bilinear output without alpha. | Ronald S. Bultje | 2011-07-11 | 1 | -1/+2 |
| * | | swscale: fix 16-bit scaling when output is 8-bits. | Ronald S. Bultje | 2011-07-11 | 2 | -13/+13 |