| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | swscale: fix byte overreads in SSE-optimized hscale(). | Ronald S. Bultje | 2011-09-15 | 1 | -6/+10 |
* | swscale: use 15-bit intermediates for 9/10-bit scaling. | Ronald S. Bultje | 2011-08-12 | 1 | -7/+13 |
* | 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 |
* | swscale: mark YUV422P10(LE,BE) as supported for output | Joseph Artsimovich | 2011-07-21 | 1 | -0/+2 |
* | swscale: extend mmx padding. | Ronald S. Bultje | 2011-07-14 | 1 | -6/+7 |
* | 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 |
* | swscale: re-add support for non-native endianness. | Ronald S. Bultje | 2011-06-27 | 1 | -6/+12 |
* | swscale: use SwsContext for av_log when available | Janne Grunau | 2011-06-15 | 1 | -4/+4 |
* | libavutil/swscale: YUV444P10/YUV444P9 support. | Ronald S. Bultje | 2011-06-10 | 1 | -0/+6 |
* | swscale: de-macro'ify RGB15/16/32 input functions. | Ronald S. Bultje | 2011-06-09 | 1 | -5/+24 |
* | swscale: allocate larger buffer to handle altivec overreads. | Ronald S. Bultje | 2011-06-02 | 1 | -1/+1 |
* | swscale: fix crash in bilinear scaling. | Ronald S. Bultje | 2011-05-28 | 1 | -0/+1 |
* | swscale: delay allocation of formatConvBuffer(). | Ronald S. Bultje | 2011-05-27 | 1 | -1/+1 |
* | swscale: remove VOF/VOFW. | Ronald S. Bultje | 2011-05-26 | 1 | -8/+7 |
* | swscale: split chroma buffers into separate U/V planes. | Ronald S. Bultje | 2011-05-26 | 1 | -7/+12 |
* | swscale: replace formatConvBuffer[VOF] by allocated array. | Ronald S. Bultje | 2011-05-26 | 1 | -4/+2 |
* | swscale: Remove commented-out printf cruft. | Diego Biurrun | 2011-05-26 | 1 | -1/+0 |
* | swscale: use emms_c(). | Ronald S. Bultje | 2011-05-24 | 1 | -4/+2 |
* | swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. | Ronald S. Bultje | 2011-05-24 | 1 | -66/+54 |
* | configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. | Diego Biurrun | 2011-05-12 | 1 | -2/+0 |
* | swscale: fix YUV420P 9/10bit support. | Ronald S. Bultje | 2011-05-11 | 1 | -0/+4 |
* | Add pixel formats for 9- and 10-bit yuv420p. | Oskar Arvidsson | 2011-05-10 | 1 | -0/+4 |
* | libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation | Peter Ross | 2011-04-28 | 1 | -0/+2 |
* | sws: remove disabled cruft. | Anton Khirnov | 2011-04-19 | 1 | -7/+0 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* | Janne Grunau | 2011-03-16 | 1 | -1/+1 |
* | replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION | Janne Grunau | 2011-03-16 | 1 | -1/+1 |
* | Store src/dstFormat after calling handle_jpeg | Martin Storsjö | 2010-10-29 | 1 | -2/+2 |
* | 100l, fix sws_getCachedContext. It did not set the colorspace details, | Reimar Döffinger | 2010-10-03 | 1 | -0/+5 |
* | Set default values for the scale context in sws_alloc_context(). | Stefano Sabatini | 2010-09-29 | 1 | -3/+2 |
* | Cosmetics: put "if (...)" and "av_log(...)" in the same line for | Stefano Sabatini | 2010-09-29 | 1 | -10/+5 |
* | Put if (...) av_log() in the same line, more compact and increase | Stefano Sabatini | 2010-09-29 | 1 | -24/+12 |
* | Cosmetics: fix braces placement. | Stefano Sabatini | 2010-09-29 | 1 | -2/+4 |
* | Deprecate sws_getContext(), use sws_alloc_context() and | Stefano Sabatini | 2010-09-28 | 1 | -3/+15 |
* | Y400A (gray alpha) input support in libswscale | Baptiste Coudurier | 2010-09-27 | 1 | -0/+1 |
* | swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r32068 | Janne Grunau | 2010-09-27 | 1 | -0/+1 |
* | cosmetics: break long line update_flags_cpu | Janne Grunau | 2010-09-27 | 1 | -1/+5 |
* | Split alloc and init of context so that parameters can be set in the context | Michael Niedermayer | 2010-09-26 | 1 | -44/+70 |