| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-12 | 1 | -1/+1 |
|\ |
|
| * | swscale: use aligned move for storage into temporary buffer. | Ronald S. Bultje | 2011-10-11 | 1 | -1/+1 |
* | | sws: gbr24p input support | Michael Niedermayer | 2011-10-09 | 4 | -2/+57 |
* | | swscale: Fix prototypes of *toyv12 so they can be used with planar rgb input. | Michael Niedermayer | 2011-10-09 | 3 | -49/+53 |
* | | Enable conversions to YUV444P9/YUV444P10, they seem to work fine. | Reimar Döffinger | 2011-10-03 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-25 | 1 | -3/+3 |
|\| |
|
| * | ppc: fix some pointer to integer casts | Mans Rullgard | 2011-09-25 | 1 | -5/+5 |
* | | Compile x86/swscale_template with -mno-red-zone. | Reimar Döffinger | 2011-09-25 | 2 | -10/+2 |
* | | Add new pix_fmt RGBA64 | Jean First | 2011-09-24 | 2 | -1/+21 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-24 | 1 | -9/+9 |
|\| |
|
| * | Fix unnecessary shift with 9/10bit vertical scaling | Kieran Kunhya | 2011-09-23 | 1 | -9/+9 |
* | | Hack around gcc 4.6 breaking asm using call. | Reimar Döffinger | 2011-09-20 | 1 | -0/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-15 | 1 | -6/+10 |
|\| |
|
| * | swscale: fix byte overreads in SSE-optimized hscale(). | Ronald S. Bultje | 2011-09-15 | 1 | -6/+10 |
* | | swscale: drop redundant code. | Michael Niedermayer | 2011-09-14 | 3 | -176/+2 |
* | | swscale: add 14bit support to the "MMX/SSE2/SSSE3/SSE4 versions for horizonta... | Michael Niedermayer | 2011-09-14 | 2 | -1/+8 |
* | | swscale: remove unused and forgotten file. | Michael Niedermayer | 2011-09-14 | 1 | -748/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-13 | 4 | -163/+516 |
|\| |
|
| * | sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling. | Ronald S. Bultje | 2011-09-13 | 4 | -162/+516 |
* | | 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 |