log libswscale/swscale_internal.h @ 28323:99c49467ebbc

age author description
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.
Fri, 22 Feb 2008 08:08:19 +0000 cehoyos Discard two symbols from libswscale.
Fri, 21 Dec 2007 11:47:09 +0000 diego comment typo fixes
Sat, 08 Dec 2007 04:29:11 +0000 diego Add missing declarations for AltiVec functions, fixes the warnings:
Fri, 07 Dec 2007 15:30:12 +0000 diego Fix 'make checkheaders' on AltiVec-enabled systems.
Thu, 18 Oct 2007 09:30:33 +0000 diego Add FFMPEG_ prefix to all multiple inclusion guards.
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
Fri, 24 Aug 2007 15:04:14 +0000 diego Move Apple gcc AltiVec vector declaration syntax to libavutil.
Wed, 22 Aug 2007 22:46:55 +0000 diego Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
Thu, 19 Jul 2007 07:24:43 +0000 benoit UltraSPARC VIS yuv2rgb
Wed, 18 Jul 2007 08:12:40 +0000 benoit use YUV440P in swscale
Thu, 05 Jul 2007 10:18:58 +0000 diego license header consistency cosmetics
Wed, 13 Jun 2007 17:48:15 +0000 diego misc spelling fixes
Sun, 13 May 2007 19:22:32 +0000 gpoirier Blackfin optimized YUV420 to RGB CSC Color Space Converters.
Fri, 11 May 2007 11:24:06 +0000 ivo cosmetics; one test per line for all isXXX(x) macros
Sun, 29 Apr 2007 13:39:27 +0000 diego cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.
Sat, 07 Apr 2007 14:07:51 +0000 diego typo
Thu, 22 Feb 2007 00:18:10 +0000 diego cosmetics: typo fixes, usefuLL --> useful and aswell --> as well
Sat, 17 Feb 2007 11:36:02 +0000 michael BGR/RGB4 byte formats as input
Tue, 23 Jan 2007 13:41:45 +0000 lucabe Pass a context to av_log(), when possible
Tue, 26 Dec 2006 16:12:37 +0000 lucabe Remove some void pointers arithmetic
Sun, 19 Nov 2006 10:38:12 +0000 lucabe Clarify that some of the non-SIMD code is now LGPLed.
Tue, 24 Oct 2006 05:02:33 +0000 kostya 16-bit grayscale support
Sat, 07 Oct 2006 15:33:14 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program'.
Sun, 17 Sep 2006 15:15:13 +0000 lucabe Remove the dependency of libswscale on img_format.h
Wed, 30 Aug 2006 10:50:20 +0000 michael make the C code of the swscaler which i wrote LGPL
Mon, 24 Jul 2006 10:36:06 +0000 michael vertical scaler with accurate rounding, some people on doom9 can see +-1 errors
Thu, 20 Jul 2006 12:13:57 +0000 lucabe Use libavutil in libswscale, and allow it to be built out of the mplayer tree
Fri, 30 Jun 2006 12:00:31 +0000 lucabe Move postproc ---> libswscale