log libswscale/yuv2rgb.c @ 31195:746aef293ae9

age author description
Tue, 04 May 2010 09:11:01 +0000 diego alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routines
Fri, 26 Mar 2010 07:57:54 +0000 diego HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.
Sat, 06 Mar 2010 11:27:31 +0000 stefano Add support to BGR444/RGB444 foreign endian output in libswscale.
Fri, 05 Mar 2010 08:41:35 +0000 benoit Cosmetics: fix vertical alignment.
Fri, 05 Mar 2010 08:32:54 +0000 benoit libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special
Thu, 04 Mar 2010 16:57:04 +0000 cehoyos Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in
Thu, 25 Feb 2010 21:12:38 +0000 stefano Apply consistency nit.
Fri, 05 Feb 2010 16:09:03 +0000 conrad Add function to translate SWS_CS_* to coefficient array
Sun, 24 Jan 2010 12:55:05 +0000 stefano Use av_get_bits_per_pixel() for computing the bits per pixel of the
Tue, 19 Jan 2010 05:21:17 +0000 zuxy User friendly warning message that gives out names of source and target formats
Mon, 18 Jan 2010 08:42:04 +0000 zuxy Define out currently unused static functions.
Fri, 15 Jan 2010 08:51:51 +0000 zuxy Const correctness for src pointer. Remove all constness related warnings in
Sun, 16 Aug 2009 21:11:28 +0000 ramiro Cosmetics:
Sun, 09 Aug 2009 15:04:17 +0000 kostya Remove 'offset' argument from PUTRGB* macros since it's unneeded and caused
Sun, 05 Jul 2009 20:10:59 +0000 diego The AltiVec code in libswscale no longer is under GPL.
Tue, 02 Jun 2009 12:30:11 +0000 kostya YUV into RGB48 BE/LE conversion support
Mon, 27 Apr 2009 14:25:44 +0000 sdrik Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_c
Thu, 26 Mar 2009 01:30:10 +0000 ramiro Move yuv2rgb code to subdirs.
Tue, 24 Mar 2009 07:09:19 +0000 sdrik Simpler and more elegant fix to the x86_32/OSX+PIC build failure
Sat, 21 Mar 2009 12:16:32 +0000 sdrik Fix build failure on x86_32 Mac OS X with PIC enabled
Fri, 20 Mar 2009 14:14:28 +0000 sdrik Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converters
Wed, 18 Mar 2009 17:07:30 +0000 ramiro Do not assume long is same width as x86 register.
Wed, 18 Mar 2009 08:06:08 +0000 diego Consistently use ff_ prefixes for internal symbols.
Tue, 17 Mar 2009 12:05:56 +0000 diego Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() name
Mon, 16 Mar 2009 20:04:32 +0000 sdrik Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb patch
Sun, 01 Mar 2009 11:33:10 +0000 reimar Fix braindead and broken way to calculate abase, fixes regression tests on
Sat, 28 Feb 2009 08:01:52 +0000 sdrik When converting from a non alpha format to an alpha format, defaults to all ones rather than all zeroes
Tue, 24 Feb 2009 22:40:20 +0000 diego Rename yuv2rgb2.c --> yuv2rgb.c.
Mon, 09 Feb 2009 14:31:53 +0000 kostya Prefix visible YUV2RGB functions with sws_
Mon, 09 Feb 2009 14:17:30 +0000 kostya Give better name to Inverse_Table_6_9
Mon, 09 Feb 2009 11:19:19 +0000 diego Remove file name from file headers.
Sun, 25 Jan 2009 19:58:33 +0000 diego HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
Wed, 14 Jan 2009 00:13:56 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Thu, 09 Oct 2008 11:12:38 +0000 flameeyes Mark dither_2x2_{8,4} static to swscale.c
Sat, 04 Oct 2008 18:50:39 +0000 cehoyos Remove b5Dither, g5Dither and r5Dither from libswscale.
Sat, 04 Oct 2008 16:40:35 +0000 cehoyos Remove g6Dither from libswscale.
Sun, 14 Sep 2008 18:00:49 +0000 michael Move dither tables from yuv2rgb to swscale, they have been written by me and
Thu, 11 Sep 2008 00:09:01 +0000 michael Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it
Thu, 04 Sep 2008 21:59:15 +0000 michael Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
Thu, 04 Sep 2008 18:14:29 +0000 michael Fix rgb15/16 vs. bgr part1.
Fri, 04 Jul 2008 13:49:45 +0000 diego spelling/grammar/wording overhaul
Sun, 04 May 2008 20:19:33 +0000 lu_zero Build sparc arch specific code using the Makefile
Sat, 29 Mar 2008 15:51:05 +0000 diego Fix wrong #endif comment.
Tue, 25 Mar 2008 21:30:46 +0000 diego Classify mlib as a configurable option, not as a hardware feature.
Tue, 11 Mar 2008 09:01:38 +0000 diego Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.
Fri, 22 Feb 2008 08:08:19 +0000 cehoyos Discard two symbols from libswscale.
Sat, 09 Feb 2008 22:57:37 +0000 cehoyos Make dither4 & dither8 const.
Tue, 29 Jan 2008 14:58:10 +0000 reimar Make some assembler constants global instead of declaring them multiple times.
Mon, 28 Jan 2008 14:38:11 +0000 reimar Use DECLARE_ASM_CONST where possible in libswscale code
Thu, 27 Sep 2007 08:00:22 +0000 diego Revert wrong ARCH_BFIN --> HAVE_BFIN change.
Fri, 31 Aug 2007 14:57:50 +0000 mhoffman renaming ARCH_BFIN to HAVE_BFIN
Thu, 19 Jul 2007 07:24:43 +0000 benoit UltraSPARC VIS yuv2rgb
Mon, 16 Jul 2007 17:48:02 +0000 diego Remove redundant "all rights reserved" statement, OKed by Walken.
Sat, 14 Jul 2007 14:39:51 +0000 diego typo
Mon, 09 Jul 2007 18:55:31 +0000 diego ISO8859-1 --> UTF-8
Thu, 05 Jul 2007 10:18:27 +0000 diego Group all copyright and author notices together.
Fri, 08 Jun 2007 07:49:59 +0000 reimar Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8
Wed, 30 May 2007 09:33:09 +0000 benoit rename attribute_unused to av_unused as it is declared in common.h
Sun, 13 May 2007 19:22:32 +0000 gpoirier Blackfin optimized YUV420 to RGB CSC Color Space Converters.
Sun, 29 Apr 2007 21:36:43 +0000 diego cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.