log libswscale/swscale.c @ 29480:a4d8dee13834

age author description
Sun, 16 Aug 2009 00:32:04 +0000 ramiro Indent libswscale:
Fri, 14 Aug 2009 15:52:40 +0000 ramiro Vertical yuv -> yuv16 scaler.
Thu, 13 Aug 2009 19:03:14 +0000 ramiro Indent.
Thu, 13 Aug 2009 18:31:07 +0000 ramiro MMX2 horizontal scaler: Determine code size at runtime.
Thu, 13 Aug 2009 18:29:54 +0000 ramiro Protect mmx2 filter code buffers so they are not executable and writeable at
Thu, 13 Aug 2009 18:28:17 +0000 ramiro Rename "funny" code to "mmx2 filter" code.
Sun, 09 Aug 2009 15:34:57 +0000 ramiro Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC.
Sat, 08 Aug 2009 15:18:48 +0000 diego Remove disabled crufty code.
Sat, 01 Aug 2009 21:30:36 +0000 cehoyos Fix regression when converting to nv12/nv21.
Tue, 28 Jul 2009 05:45:47 +0000 ramiro MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler().
Tue, 28 Jul 2009 05:42:46 +0000 ramiro MMX2 scaler: factorize initMMX2Scaler().
Tue, 28 Jul 2009 05:41:22 +0000 ramiro MMX2 scaler: add variable to ease factorization of initMMX2Scaler().
Tue, 28 Jul 2009 04:46:39 +0000 ramiro Remove useless code.
Mon, 27 Jul 2009 06:47:41 +0000 ramiro Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use them
Sun, 26 Jul 2009 12:26:32 +0000 mru Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Thu, 23 Jul 2009 15:23:03 +0000 mru Remove unnecessary #include <unistd.h>
Tue, 21 Jul 2009 20:17:15 +0000 ramiro Remove unused variables.
Thu, 25 Jun 2009 20:06:03 +0000 diego AltiVec code and runtime cpudetect do not require CONFIG_GPL.
Thu, 25 Jun 2009 11:27:36 +0000 diego The AltiVec optimizations of libswscale are no longer under GPL.
Thu, 25 Jun 2009 10:14:05 +0000 diego PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set.
Wed, 17 Jun 2009 18:40:19 +0000 vitor Do not call rgb2rgbWrapper() for rgb48*, there is no special converter
Thu, 04 Jun 2009 21:55:52 +0000 ramiro Use DECLARE_ALIGNED macro instead of gcc __attribute__.
Tue, 02 Jun 2009 12:30:11 +0000 kostya YUV into RGB48 BE/LE conversion support
Tue, 02 Jun 2009 12:28:49 +0000 kostya Partial (low bits ignored, no direct transcoding into other RGB formats) support
Mon, 25 May 2009 16:42:54 +0000 kostya Move colorspace conversion functions implemented in pure C from template
Tue, 19 May 2009 17:26:22 +0000 kostya Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).
Sun, 10 May 2009 14:00:00 +0000 diego Add const qualifier to param argument of sws_getContext() and
Sun, 10 May 2009 11:37:04 +0000 diego Move preprocessor condition before variable declaration, fixes the warning:
Thu, 07 May 2009 20:41:04 +0000 vitor Fix sliced yuv410 -> yuv420 conversion
Thu, 23 Apr 2009 22:19:53 +0000 cehoyos Make reset_ptr() void.