log libswscale/swscale.c @ 30129:a8283bcc8d2e

age author description
Sun, 03 Jan 2010 00:09:24 +0000 stefano Simplify getSubSampleFactors(), make it use the values provided by
Sun, 20 Dec 2009 17:42:35 +0000 ramiro Indentation.
Mon, 07 Dec 2009 03:52:55 +0000 ramiro Document the differences between the two asm fragments in initMMX2HScaler().
Thu, 03 Dec 2009 18:18:13 +0000 ramiro Add support for nv12/nv21 input.
Thu, 26 Nov 2009 21:08:45 +0000 stefano Make sws_format_name() use av_pix_fmt_descriptors.
Wed, 18 Nov 2009 17:16:02 +0000 diego Add functions to return library license and library configuration.
Tue, 10 Nov 2009 19:11:13 +0000 cehoyos Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
Sun, 13 Sep 2009 01:49:40 +0000 ramiro Reset slice direction at end of each frame.
Sun, 06 Sep 2009 00:07:35 +0000 ramiro Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label
Sat, 05 Sep 2009 23:35:59 +0000 ramiro Indent.
Sat, 05 Sep 2009 23:33:11 +0000 ramiro Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
Sat, 29 Aug 2009 23:08:32 +0000 ramiro Curly brackets cosmetics for previous commit.
Sat, 29 Aug 2009 23:06:22 +0000 ramiro Check for return value of initFilter().
Sat, 29 Aug 2009 23:02:01 +0000 ramiro swscale: Check for return values of malloc.
Sat, 29 Aug 2009 02:44:03 +0000 ramiro Restore comment that was partially removed.
Thu, 20 Aug 2009 01:55:45 +0000 ramiro Check return values of sws_allocVec() and sws_getConstVec().
Wed, 19 Aug 2009 01:33:17 +0000 ramiro Introduce and use sws_allocVec().
Wed, 19 Aug 2009 01:32:06 +0000 ramiro Reuse sws_getConstVec() where possible.
Sun, 16 Aug 2009 21:11:28 +0000 ramiro Cosmetics:
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.
Tue, 21 Apr 2009 01:08:03 +0000 michael Planar 16bit 420 422 444 YUV support (output is only supported in some
Tue, 21 Apr 2009 00:08:06 +0000 michael Merge gray->gray converters into planarCopy(), this should also make planarCopy()
Tue, 21 Apr 2009 00:01:59 +0000 michael Make sure src/dst are NULL when they arent used, some code uses this to
Mon, 20 Apr 2009 21:05:32 +0000 michael Use generic BE check instead of checking for gray16LE.
Sat, 18 Apr 2009 11:53:59 +0000 stefano Make sws_setColorspaceDetails() return -1 if the destination format is
Sat, 18 Apr 2009 11:45:31 +0000 stefano Move sws_[gs]etColorspaceDetails() documentation from swscale.c to
Wed, 08 Apr 2009 20:21:21 +0000 ramiro Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.
Sun, 05 Apr 2009 19:17:53 +0000 ramiro swscale: Remove X86 commented out code.
Sat, 04 Apr 2009 22:45:02 +0000 ramiro swscale: Use function pointers for swScale functions.
Sat, 04 Apr 2009 22:43:24 +0000 ramiro swscale: {}-related cosmetics.
Sat, 04 Apr 2009 22:41:46 +0000 ramiro swscale: Add const to some swScale functions' parameters.