| Commit message (Expand) | Author | Age | Files | Lines |
* | Use av_get_bits_per_pixel() for computing the bits per pixel of the | stefano | 2010-01-24 | 1 | -1/+1 |
* | User friendly warning message that gives out names of source and target formats | zuxy | 2010-01-19 | 1 | -1/+1 |
* | Define out currently unused static functions. | zuxy | 2010-01-18 | 1 | -1/+6 |
* | Const correctness for src pointer. Remove all constness related warnings in | zuxy | 2010-01-15 | 1 | -6/+6 |
* | Cosmetics: | ramiro | 2009-08-16 | 1 | -2/+3 |
* | Remove 'offset' argument from PUTRGB* macros since it's unneeded and caused | kostya | 2009-08-09 | 1 | -66/+66 |
* | The AltiVec code in libswscale no longer is under GPL. | diego | 2009-07-05 | 1 | -1/+1 |
* | YUV into RGB48 BE/LE conversion support | kostya | 2009-06-02 | 1 | -0/+39 |
* | Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_c | sdrik | 2009-04-27 | 1 | -9/+0 |
* | Move yuv2rgb code to subdirs. | ramiro | 2009-03-26 | 1 | -52/+1 |
* | Simpler and more elegant fix to the x86_32/OSX+PIC build failure | sdrik | 2009-03-24 | 1 | -8/+2 |
* | Fix build failure on x86_32 Mac OS X with PIC enabled | sdrik | 2009-03-21 | 1 | -2/+10 |
* | Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converters | sdrik | 2009-03-20 | 1 | -10/+91 |
* | Do not assume long is same width as x86 register. | ramiro | 2009-03-18 | 1 | -0/+1 |
* | Consistently use ff_ prefixes for internal symbols. | diego | 2009-03-18 | 1 | -7/+7 |
* | Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() name | diego | 2009-03-17 | 1 | -1/+1 |
* | Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb... | sdrik | 2009-03-16 | 1 | -12/+12 |
* | Fix braindead and broken way to calculate abase, fixes regression tests on | reimar | 2009-03-01 | 1 | -1/+1 |
* | When converting from a non alpha format to an alpha format, defaults to all o... | sdrik | 2009-02-28 | 1 | -2/+3 |
* | Rename yuv2rgb2.c --> yuv2rgb.c. | diego | 2009-02-24 | 1 | -0/+683 |
* | Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute. | diego | 2009-02-24 | 1 | -780/+0 |
* | Prefix visible YUV2RGB functions with sws_ | kostya | 2009-02-09 | 1 | -5/+5 |
* | Give better name to Inverse_Table_6_9 | kostya | 2009-02-09 | 1 | -1/+1 |
* | Remove file name from file headers. | diego | 2009-02-09 | 1 | -1/+1 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. | diego | 2009-01-25 | 1 | -2/+2 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | aurel | 2009-01-14 | 1 | -12/+10 |
* | Mark dither_2x2_{8,4} static to swscale.c | flameeyes | 2008-10-09 | 1 | -2/+0 |
* | Remove b5Dither, g5Dither and r5Dither from libswscale. | cehoyos | 2008-10-04 | 1 | -6/+0 |
* | Remove g6Dither from libswscale. | cehoyos | 2008-10-04 | 1 | -1/+0 |
* | Move dither tables from yuv2rgb to swscale, they have been written by me and | michael | 2008-09-14 | 1 | -106/+5 |
* | Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it | michael | 2008-09-11 | 1 | -4/+4 |
* | Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1. | michael | 2008-09-04 | 1 | -4/+8 |
* | Fix rgb15/16 vs. bgr part1. | michael | 2008-09-04 | 1 | -5/+12 |
* | spelling/grammar/wording overhaul | diego | 2008-07-04 | 1 | -4/+4 |
* | Build sparc arch specific code using the Makefile | lu_zero | 2008-05-04 | 1 | -8/+0 |
* | Fix wrong #endif comment. | diego | 2008-03-29 | 1 | -1/+1 |
* | Classify mlib as a configurable option, not as a hardware feature. | diego | 2008-03-25 | 1 | -2/+2 |
* | Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings. | diego | 2008-03-11 | 1 | -2/+1 |
* | Discard two symbols from libswscale. | cehoyos | 2008-02-22 | 1 | -8/+0 |
* | Make dither4 & dither8 const. | cehoyos | 2008-02-09 | 1 | -2/+2 |
* | Make some assembler constants global instead of declaring them multiple times. | reimar | 2008-01-29 | 1 | -4/+0 |
* | Use DECLARE_ASM_CONST where possible in libswscale code | reimar | 2008-01-28 | 1 | -6/+6 |
* | Revert wrong ARCH_BFIN --> HAVE_BFIN change. | diego | 2007-09-27 | 1 | -1/+1 |
* | renaming ARCH_BFIN to HAVE_BFIN | mhoffman | 2007-08-31 | 1 | -1/+1 |
* | UltraSPARC VIS yuv2rgb | benoit | 2007-07-19 | 1 | -0/+10 |
* | Remove redundant "all rights reserved" statement, OKed by Walken. | diego | 2007-07-16 | 1 | -1/+0 |
* | typo | diego | 2007-07-14 | 1 | -1/+1 |
* | ISO8859-1 --> UTF-8 | diego | 2007-07-09 | 1 | -1/+1 |
* | Group all copyright and author notices together. | diego | 2007-07-05 | 1 | -4/+4 |
* | Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8 | reimar | 2007-06-08 | 1 | -4/+38 |
* | rename attribute_unused to av_unused as it is declared in common.h | benoit | 2007-05-30 | 1 | -2/+2 |
* | Blackfin optimized YUV420 to RGB CSC Color Space Converters. | gpoirier | 2007-05-13 | 1 | -0/+8 |
* | cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code. | diego | 2007-04-29 | 1 | -415/+415 |
* | cosmetics: Remove trailing whitespace. | diego | 2007-04-26 | 1 | -6/+6 |
* | fix full range (jpeg yuv) chroma | michael | 2007-03-18 | 1 | -0/+5 |
* | Pass a context to av_log(), when possible | lucabe | 2007-01-23 | 1 | -2/+2 |
* | Fix license headers and FSF postal address. | diego | 2007-01-22 | 1 | -2/+2 |
* | Mark some variables as possibly unused to avoid warnings | lucabe | 2006-12-26 | 1 | -2/+4 |
* | Add some explicit casts to avoid "assignment from incompatible pointer type" | lucabe | 2006-12-26 | 1 | -3/+3 |
* | Add some other casts, to remove void pointers arithmetic | lucabe | 2006-12-26 | 1 | -3/+3 |
* | Use common define for x86_32 and x86_64. | diego | 2006-11-01 | 1 | -1/+1 |
* | make some global var static (fix a build failure with shared lib on x86_64) | aurel | 2006-10-03 | 1 | -12/+12 |
* | Remove the dependency of libswscale on img_format.h | lucabe | 2006-09-17 | 1 | -28/+26 |
* | Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. | diego | 2006-08-18 | 1 | -1/+1 |
* | Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64. | diego | 2006-08-05 | 1 | -2/+2 |
* | Comment some #endif lines. | diego | 2006-07-28 | 1 | -1/+1 |
* | Use libavutil in libswscale, and allow it to be built out of the mplayer tree | lucabe | 2006-07-20 | 1 | -10/+8 |
* | Move postproc ---> libswscale | lucabe | 2006-06-30 | 1 | -0/+848 |