| Commit message (Expand) | Author | Age | Files | Lines |
* | yuv2rgb: fix integer overflow in fill_gv_table() | Michael Niedermayer | 2012-10-24 | 1 | -1/+1 |
* | yuv2rgb: fix integer overflow in fill_table | Michael Niedermayer | 2012-10-24 | 1 | -1/+1 |
* | yuv2rgb: fix declared array sizes, so they match actuals. | Michael Niedermayer | 2012-10-11 | 1 | -6/+6 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -45/+45 |
|\ |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -47/+47 |
* | | Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112' | Michael Niedermayer | 2012-08-29 | 1 | -16/+48 |
|\| |
|
| * | yuv2rgb: handle line widths that are not a multiple of 4. | Ronald S. Bultje | 2012-08-28 | 1 | -16/+48 |
* | | yuv2rgb: implement 15/16bit ordered dither | Michael Niedermayer | 2012-07-17 | 1 | -12/+56 |
* | | yuv2rgb: remove assert() the codepath is not invalid | Michael Niedermayer | 2012-06-07 | 1 | -3/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-23 | 1 | -418/+465 |
|\| |
|
| * | swscale: K&R formatting cosmetics (part I) | Diego Biurrun | 2012-02-21 | 1 | -421/+472 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-09 | 1 | -2/+0 |
|\| |
|
| * | Remove Sun medialib glue code. | Diego Biurrun | 2012-02-08 | 1 | -2/+0 |
* | | yuv2rgb: better check if source format have alpha | Paul B Mahol | 2012-01-28 | 1 | -2/+2 |
* | | sws: Move yuv2rgb clipping into the tables. | Michael Niedermayer | 2012-01-11 | 1 | -12/+10 |
* | | sws: Fix warning: ‘abase’ may be used uninitialized in this function | Michael Niedermayer | 2011-11-18 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-22 | 1 | -2/+2 |
|\| |
|
| * | swscale: fix signed shift overflows in ff_yuv2rgb_c_init_tables() | Mans Rullgard | 2011-10-21 | 1 | -2/+2 |
* | | swscale: remove sws_format_name() | Stefano Sabatini | 2011-05-30 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-30 | 1 | -74/+0 |
|\| |
|
| * | swscale: Remove disabled code. | Diego Biurrun | 2011-05-29 | 1 | -74/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-25 | 1 | -17/+11 |
|\| |
|
| * | swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. | Ronald S. Bultje | 2011-05-24 | 1 | -17/+11 |
| * | libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation | Peter Ross | 2011-04-28 | 1 | -0/+38 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation | Peter Ross | 2011-03-26 | 1 | -0/+38 |
|/ |
|
* | Change the type of Y table to pointer to void in fill_table(). | Benoit Fouet | 2010-07-12 | 1 | -1/+2 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -2/+2 |
* | Move internal scale context fields initialization from | Stefano Sabatini | 2010-06-01 | 1 | -0/+24 |
* | alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routines | Diego Biurrun | 2010-05-04 | 1 | -1/+1 |
* | HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough. | Diego Biurrun | 2010-03-26 | 1 | -1/+1 |
* | Add support to BGR444/RGB444 foreign endian output in libswscale. | Janusz Krzysztofik | 2010-03-06 | 1 | -2/+8 |
* | Cosmetics: fix vertical alignment. | Benoit Fouet | 2010-03-05 | 1 | -2/+2 |
* | libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special | Janusz Krzysztofik | 2010-03-05 | 1 | -0/+49 |
* | Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in | Alexis Ballier | 2010-03-04 | 1 | -2/+12 |
* | Apply consistency nit. | Stefano Sabatini | 2010-02-25 | 1 | -1/+1 |
* | Add function to translate SWS_CS_* to coefficient array | David Conrad | 2010-02-05 | 1 | -0/+7 |
* | Use av_get_bits_per_pixel() for computing the bits per pixel of the | Stefano Sabatini | 2010-01-24 | 1 | -1/+1 |
* | User friendly warning message that gives out names of source and target formats | Zuxy Meng | 2010-01-19 | 1 | -1/+1 |
* | Define out currently unused static functions. | Zuxy Meng | 2010-01-18 | 1 | -1/+6 |
* | Const correctness for src pointer. Remove all constness related warnings in | Zuxy Meng | 2010-01-15 | 1 | -6/+6 |
* | Cosmetics: | Ramiro Polla | 2009-08-16 | 1 | -2/+3 |
* | Remove 'offset' argument from PUTRGB* macros since it's unneeded and caused | Kostya Shishkov | 2009-08-09 | 1 | -66/+66 |
* | The AltiVec code in libswscale no longer is under GPL. | Diego Biurrun | 2009-07-05 | 1 | -1/+1 |
* | YUV into RGB48 BE/LE conversion support | Kostya Shishkov | 2009-06-02 | 1 | -0/+39 |
* | Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_c | Cédric Schieli | 2009-04-27 | 1 | -9/+0 |
* | Move yuv2rgb code to subdirs. | Ramiro Polla | 2009-03-26 | 1 | -52/+1 |
* | Simpler and more elegant fix to the x86_32/OSX+PIC build failure | Cédric Schieli | 2009-03-24 | 1 | -8/+2 |
* | Fix build failure on x86_32 Mac OS X with PIC enabled | Cédric Schieli | 2009-03-21 | 1 | -2/+10 |
* | Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converters | Cédric Schieli | 2009-03-20 | 1 | -10/+91 |