log libswscale/swscale_internal.h @ 29170:9d40283d9a5d

age author description
Tue, 14 Apr 2009 14:11:57 +0000 sdrik Do not use abgrToA for both luma and alpha channel in hyscale.
Sun, 12 Apr 2009 22:43:03 +0000 diego whitespace cosmetics: Reindent a few lines and break a few excessively long lines.
Sat, 04 Apr 2009 22:45:02 +0000 ramiro swscale: Use function pointers for swScale functions.
Fri, 27 Mar 2009 22:56:56 +0000 ramiro Move bfin specific code to its subdir.
Thu, 26 Mar 2009 01:30:10 +0000 ramiro Move yuv2rgb code to subdirs.
Fri, 20 Mar 2009 14:15:14 +0000 sdrik Add alpha channel scaling
Wed, 18 Mar 2009 08:06:08 +0000 diego Consistently use ff_ prefixes for internal symbols.
Sat, 07 Mar 2009 09:37:25 +0000 sdrik YUVA420P is a planar YUV format
Fri, 27 Feb 2009 22:23:20 +0000 sdrik Add an isALPHA macro to check if pixel format has alpha channel
Mon, 09 Feb 2009 17:53:33 +0000 diego Drop DECLARE_ALIGNED from extern declarations. It creates trouble when
Mon, 09 Feb 2009 14:31:53 +0000 kostya Prefix visible YUV2RGB functions with sws_
Sun, 25 Jan 2009 12:03:28 +0000 diego Declare struct SwsContext before using it, fixes the checkheaders warning:
Wed, 14 Jan 2009 00:13:56 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Wed, 08 Oct 2008 17:46:22 +0000 vitor Add a new unscaled PAL8 -> RGB converter.
Tue, 07 Oct 2008 19:44:39 +0000 cehoyos Change variable types from int to enum PixelFormat.
Sat, 13 Sep 2008 11:52:03 +0000 michael Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm.
Fri, 12 Sep 2008 16:01:17 +0000 michael Add support for PIX_FMT_MONOWHITE as output format.
Thu, 11 Sep 2008 22:02:15 +0000 michael 100000000000000l, forgot to commit header change for r27580.
Mon, 08 Sep 2008 00:52:22 +0000 michael Fix typo in comment.
Sun, 07 Sep 2008 21:06:21 +0000 michael Fix accurate rounding mode on x86_64.
Thu, 04 Sep 2008 21:59:15 +0000 michael Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
Thu, 04 Sep 2008 20:16:41 +0000 michael Remove workaround for rgb/bgr mess.
Sun, 31 Aug 2008 07:42:11 +0000 stefano Change header inclusion guard names in line with FFmpeg r15120.
Wed, 09 Jul 2008 22:43:08 +0000 lu_zero Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini
Fri, 04 Jul 2008 13:49:45 +0000 diego spelling/grammar/wording overhaul
Fri, 09 May 2008 12:00:25 +0000 diego Use full path for #includes from another directory.
Mon, 10 Mar 2008 14:30:49 +0000 benoit Make av_class a pointer to const.
Mon, 10 Mar 2008 14:28:25 +0000 benoit define VOF as double of VOFW.
Thu, 06 Mar 2008 11:32:25 +0000 bcoudurier change sws_format_name to return const char*, supress many warnings
Wed, 05 Mar 2008 03:00:25 +0000 michael Turn ancient V offset numerical constants into named ones.