| Commit message (Expand) | Author | Age | Files | Lines |
* | sws: Print an error in case of av_malloc() failure | Michael Niedermayer | 2011-12-19 | 1 | -0/+3 |
* | swscale: Fix several (real world) integer overflows. | Michael Niedermayer | 2011-12-19 | 1 | -5/+5 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-02 | 1 | -0/+1 |
|\ |
|
| * | swscale: #include "libavutil/mathematics.h" | Reinhard Tartler | 2011-12-01 | 1 | -0/+1 |
| * | swscale: Readd #define _SVID_SOURCE | Martin Storsjö | 2011-11-25 | 1 | -0/+1 |
* | | swscale: alpha less rgb32 support. | Michael Niedermayer | 2011-11-28 | 1 | -0/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-25 | 1 | -0/+7 |
|\| |
|
| * | swscale: add support for planar RGB input. | Ronald S. Bultje | 2011-11-24 | 1 | -0/+7 |
| * | swscale: add padding to conversion buffer. | Sean McGovern | 2011-11-11 | 1 | -1/+1 |
* | | sws: Fix: | Michael Niedermayer | 2011-11-18 | 1 | -2/+2 |
* | | sws: handle jpeg pixel formats in sws_init_context() | Michael Niedermayer | 2011-11-17 | 1 | -0/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-06 | 1 | -1/+1 |
|\| |
|
| * | swscale: align vertical filtersize by 2 on x86. | Ronald S. Bultje | 2011-11-05 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-22 | 1 | -8/+13 |
|\| |
|
| * | sws/pixfmt/pixdesc: add support for yuv420p9le/be. | Ronald S. Bultje | 2011-10-21 | 1 | -0/+2 |
| * | swscale: prevent overflow in coefficient calculation. | Ronald S. Bultje | 2011-10-21 | 1 | -11/+12 |
| * | swscale: prevent overflow during initialization | Ronald Bultje | 2011-10-18 | 1 | -2/+4 |
| * | sws: support yuv444p9/10 output. | Anton Khirnov | 2011-10-12 | 1 | -4/+4 |
* | | sws: gbr24p input support | Michael Niedermayer | 2011-10-09 | 1 | -0/+1 |
* | | Enable conversions to YUV444P9/YUV444P10, they seem to work fine. | Reimar Döffinger | 2011-10-03 | 1 | -4/+4 |
* | | Add new pix_fmt RGBA64 | Jean First | 2011-09-24 | 1 | -0/+4 |
* | | 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 |
* | | sws: remove hScale16N() and use ronalds reformated version of it. | Michael Niedermayer | 2011-08-14 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-13 | 1 | -9/+13 |
|\| |
|
| * | swscale: use 15-bit intermediates for 9/10-bit scaling. | Ronald S. Bultje | 2011-08-12 | 1 | -7/+13 |
* | | 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 | 1 | -8/+4 |
| * | swscale: use 15-bit intermediates for 9/10-bit scaling. | Ronald S. Bultje | 2011-08-02 | 1 | -4/+8 |
* | | lsws: remove deprecated and unused stuff after the 0->1 major bump | Stefano Sabatini | 2011-08-04 | 1 | -7/+0 |
* | | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-14 | 1 | -2/+6 |
|\| |
|
| * | doxygen: Make sure parameter names match between .c and .h files. | Diego Biurrun | 2011-07-14 | 1 | -2/+6 |
| * | swscale: rename uv_off/uv_off2 to uv_off_px/byte. | Ronald S. Bultje | 2011-07-08 | 1 | -2/+2 |
| * | swscale: fix 16-bit scaling when output is 8-bits. | Ronald S. Bultje | 2011-07-08 | 1 | -1/+1 |
| * | swscale: disable full_chroma_int when converting to non-24/32bpp RGB. | Ronald S. Bultje | 2011-07-02 | 1 | -0/+13 |
| * | swscale: for >8bit scaling, read in native bit-depth. | Ronald S. Bultje | 2011-07-01 | 1 | -1/+0 |
| * | swscale: implement >8bit scaling support. | Ronald S. Bultje | 2011-06-29 | 1 | -2/+7 |
* | | 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 |