Age | Commit message (Expand) | Author |
2010-07-12 | Change the type of Y table to pointer to void in fill_table(). | Benoit Fouet |
2010-07-10 | Add av_ prefix to bswap macros | Måns Rullgård |
2010-06-01 | Move internal scale context fields initialization from | Stefano Sabatini |
2010-05-04 | alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routines | Diego Biurrun |
2010-03-26 | HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough. | Diego Biurrun |
2010-03-06 | Add support to BGR444/RGB444 foreign endian output in libswscale. | Janusz Krzysztofik |
2010-03-05 | Cosmetics: fix vertical alignment. | Benoit Fouet |
2010-03-05 | libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special | Janusz Krzysztofik |
2010-03-04 | Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in | Alexis Ballier |
2010-02-25 | Apply consistency nit. | Stefano Sabatini |
2010-02-05 | Add function to translate SWS_CS_* to coefficient array | David Conrad |
2010-01-24 | Use av_get_bits_per_pixel() for computing the bits per pixel of the | Stefano Sabatini |
2010-01-19 | User friendly warning message that gives out names of source and target formats | Zuxy Meng |
2010-01-18 | Define out currently unused static functions. | Zuxy Meng |
2010-01-15 | Const correctness for src pointer. Remove all constness related warnings in | Zuxy Meng |
2009-08-16 | Cosmetics: | Ramiro Polla |
2009-08-09 | Remove 'offset' argument from PUTRGB* macros since it's unneeded and caused | Kostya Shishkov |
2009-07-05 | The AltiVec code in libswscale no longer is under GPL. | Diego Biurrun |
2009-06-02 | YUV into RGB48 BE/LE conversion support | Kostya Shishkov |
2009-04-27 | Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_c | Cédric Schieli |
2009-03-26 | Move yuv2rgb code to subdirs. | Ramiro Polla |
2009-03-24 | Simpler and more elegant fix to the x86_32/OSX+PIC build failure | Cédric Schieli |
2009-03-21 | Fix build failure on x86_32 Mac OS X with PIC enabled | Cédric Schieli |
2009-03-20 | Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converters | Cédric Schieli |
2009-03-18 | Do not assume long is same width as x86 register. | Ramiro Polla |
2009-03-18 | Consistently use ff_ prefixes for internal symbols. | Diego Biurrun |
2009-03-17 | Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() name | Diego Biurrun |
2009-03-16 | Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb... | Cédric Schieli |
2009-03-01 | Fix braindead and broken way to calculate abase, fixes regression tests on | Reimar Döffinger |
2009-02-28 | When converting from a non alpha format to an alpha format, defaults | Cédric Schieli |
2009-02-24 | Rename yuv2rgb2.c --> yuv2rgb.c. | Diego Biurrun |
2009-02-24 | Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute. | Diego Biurrun |
2009-02-09 | Prefix visible YUV2RGB functions with sws_ | Kostya Shishkov |
2009-02-09 | Give better name to Inverse_Table_6_9 | Kostya Shishkov |
2009-02-09 | Remove file name from file headers. | Diego Biurrun |
2009-01-25 | HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. | Diego Biurrun |
2009-01-14 | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs |
2008-10-09 | Mark dither_2x2_{8,4} static to swscale.c | Diego Pettenò |
2008-10-04 | Remove b5Dither, g5Dither and r5Dither from libswscale. | Carl Eugen Hoyos |
2008-10-04 | Remove g6Dither from libswscale. | Carl Eugen Hoyos |
2008-09-14 | Move dither tables from yuv2rgb to swscale, they have been written by me and | Michael Niedermayer |
2008-09-11 | Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it | Michael Niedermayer |
2008-09-04 | Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1. | Michael Niedermayer |
2008-09-04 | Fix rgb15/16 vs. bgr part1. | Michael Niedermayer |
2008-07-04 | spelling/grammar/wording overhaul | Diego Biurrun |
2008-05-04 | Build sparc arch specific code using the Makefile | Luca Barbato |
2008-03-29 | Fix wrong #endif comment. | Diego Biurrun |
2008-03-25 | Classify mlib as a configurable option, not as a hardware feature. | Diego Biurrun |
2008-03-11 | Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings. | Diego Biurrun |
2008-02-22 | Discard two symbols from libswscale. | Carl Eugen Hoyos |