| Commit message (Expand) | Author | Age |
* | Add support to BGR444/RGB444 foreign endian output in libswscale. | stefano | 2010-03-06 |
* | Cosmetics: fix vertical alignment. | benoit | 2010-03-05 |
* | libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special | benoit | 2010-03-05 |
* | Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in | cehoyos | 2010-03-04 |
* | Apply consistency nit. | stefano | 2010-02-25 |
* | Add function to translate SWS_CS_* to coefficient array | conrad | 2010-02-05 |
* | Use av_get_bits_per_pixel() for computing the bits per pixel of the | stefano | 2010-01-24 |
* | User friendly warning message that gives out names of source and target formats | zuxy | 2010-01-19 |
* | Define out currently unused static functions. | zuxy | 2010-01-18 |
* | Const correctness for src pointer. Remove all constness related warnings in | zuxy | 2010-01-15 |
* | Cosmetics: | ramiro | 2009-08-16 |
* | Remove 'offset' argument from PUTRGB* macros since it's unneeded and caused | kostya | 2009-08-09 |
* | The AltiVec code in libswscale no longer is under GPL. | diego | 2009-07-05 |
* | YUV into RGB48 BE/LE conversion support | kostya | 2009-06-02 |
* | Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_c | sdrik | 2009-04-27 |
* | Move yuv2rgb code to subdirs. | ramiro | 2009-03-26 |
* | Simpler and more elegant fix to the x86_32/OSX+PIC build failure | sdrik | 2009-03-24 |
* | Fix build failure on x86_32 Mac OS X with PIC enabled | sdrik | 2009-03-21 |
* | Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converters | sdrik | 2009-03-20 |
* | Do not assume long is same width as x86 register. | ramiro | 2009-03-18 |
* | Consistently use ff_ prefixes for internal symbols. | diego | 2009-03-18 |
* | Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() name | diego | 2009-03-17 |
* | Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb... | sdrik | 2009-03-16 |
* | Fix braindead and broken way to calculate abase, fixes regression tests on | reimar | 2009-03-01 |
* | When converting from a non alpha format to an alpha format, defaults to all o... | sdrik | 2009-02-28 |
* | Rename yuv2rgb2.c --> yuv2rgb.c. | diego | 2009-02-24 |
* | Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute. | diego | 2009-02-24 |
* | Prefix visible YUV2RGB functions with sws_ | kostya | 2009-02-09 |
* | Give better name to Inverse_Table_6_9 | kostya | 2009-02-09 |
* | Remove file name from file headers. | diego | 2009-02-09 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. | diego | 2009-01-25 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | aurel | 2009-01-14 |
* | Mark dither_2x2_{8,4} static to swscale.c | flameeyes | 2008-10-09 |
* | Remove b5Dither, g5Dither and r5Dither from libswscale. | cehoyos | 2008-10-04 |
* | Remove g6Dither from libswscale. | cehoyos | 2008-10-04 |
* | Move dither tables from yuv2rgb to swscale, they have been written by me and | michael | 2008-09-14 |
* | Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it | michael | 2008-09-11 |
* | Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1. | michael | 2008-09-04 |
* | Fix rgb15/16 vs. bgr part1. | michael | 2008-09-04 |
* | spelling/grammar/wording overhaul | diego | 2008-07-04 |
* | Build sparc arch specific code using the Makefile | lu_zero | 2008-05-04 |
* | Fix wrong #endif comment. | diego | 2008-03-29 |
* | Classify mlib as a configurable option, not as a hardware feature. | diego | 2008-03-25 |
* | Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings. | diego | 2008-03-11 |
* | Discard two symbols from libswscale. | cehoyos | 2008-02-22 |
* | Make dither4 & dither8 const. | cehoyos | 2008-02-09 |
* | Make some assembler constants global instead of declaring them multiple times. | reimar | 2008-01-29 |
* | Use DECLARE_ASM_CONST where possible in libswscale code | reimar | 2008-01-28 |
* | Revert wrong ARCH_BFIN --> HAVE_BFIN change. | diego | 2007-09-27 |
* | renaming ARCH_BFIN to HAVE_BFIN | mhoffman | 2007-08-31 |