log libswscale/swscale.c @ 32309:f0247fec1cd7

age author description
Mon, 27 Sep 2010 23:47:54 +0000 bcoudurier 100l fix if condition
Mon, 27 Sep 2010 22:24:03 +0000 bcoudurier Y400A (gray alpha) input support in libswscale
Thu, 16 Sep 2010 01:09:59 +0000 ramiro swscale: remove useless temporary variable
Thu, 16 Sep 2010 01:07:55 +0000 ramiro swscale: factorize plane copying code out of 2 functions
Sat, 11 Sep 2010 14:31:13 +0000 ramiro indent
Sat, 11 Sep 2010 14:30:54 +0000 ramiro swscale: remove unused code
Mon, 06 Sep 2010 02:02:53 +0000 ramiro swscale: fix internal rgb->yv12 chroma conversion used by the main scaler path
Wed, 25 Aug 2010 14:39:11 +0000 ramiro swscale: simplify selection of optimizations to compile.
Wed, 25 Aug 2010 14:38:30 +0000 ramiro swscale: Always define COMPILE_xxx to either 0 or 1.
Mon, 23 Aug 2010 21:22:24 +0000 mru swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversion
Mon, 23 Aug 2010 21:22:20 +0000 mru swscale: remove unused macro parameter in BGR2UV template
Wed, 18 Aug 2010 19:37:37 +0000 ramiro validate input data and linesizes
Sat, 24 Jul 2010 11:19:39 +0000 stefano Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients.
Sat, 24 Jul 2010 11:19:35 +0000 stefano Add some comments to the rgb2yuv_table, clarifying the standard where
Mon, 19 Jul 2010 07:06:14 +0000 mstorsjo Cosmetics: reindent and unify whitespace
Mon, 19 Jul 2010 07:02:31 +0000 mstorsjo Do planar copy with a single memcpy only if the stride is equal to the length
Fri, 16 Jul 2010 17:45:50 +0000 mstorsjo In planarCopyWrapper, Only copy length, not stride of the last line in the plane
Sat, 10 Jul 2010 22:12:38 +0000 mru Add av_ prefix to bswap macros
Sat, 03 Jul 2010 09:58:13 +0000 cehoyos Fix 'assignment from incompatible pointer type' warning.
Tue, 01 Jun 2010 19:35:16 +0000 siretart deprecate palette8topacked32 in favor of public API functions sws_convertPalette8ToPacked32 and -24
Wed, 19 May 2010 22:49:04 +0000 stefano Remove PI definition and use M_PI instead.
Wed, 12 May 2010 20:47:32 +0000 ramiro Revert r31153. It failed to build on:
Tue, 11 May 2010 00:36:34 +0000 ramiro Use int instead of long to pass width parameters in non-public functions.
Sat, 27 Mar 2010 11:31:02 +0000 diego libswscale: Relicense almost all x86 assembler optimizations as LGPL.
Tue, 23 Mar 2010 22:59:14 +0000 diego AltiVec implies a PPC CPU, so there is no need to check for both.
Fri, 19 Mar 2010 09:57:36 +0000 diego Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value.
Thu, 18 Mar 2010 23:02:32 +0000 cehoyos Extend the generic path of the yuv2rgb converter with support for rgb444
Tue, 09 Mar 2010 08:07:34 +0000 siretart Fix compilation on powerpc with --disable-altivec
Sat, 06 Mar 2010 11:50:54 +0000 stefano Avoid duplication of usePal() macro.
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, 04 Mar 2010 00:31:13 +0000 stefano Fill the r, g, b values used for computing the c->pal_yuv table in the
Wed, 03 Feb 2010 23:46:00 +0000 stefano Implement shuffle_bytes_abcd() functions and use them for shuffling
Sat, 30 Jan 2010 21:58:09 +0000 stefano Reindent.
Sat, 30 Jan 2010 21:56:33 +0000 stefano Use a consistent convention for the names of the internal wrapper
Tue, 26 Jan 2010 08:03:28 +0000 michael Use isAnyRGB() where possible
Tue, 26 Jan 2010 07:40:14 +0000 michael Rename isRGB() and isBGR() as their meaning is confusing.
Sun, 24 Jan 2010 21:28:17 +0000 stefano Fix mis-computation of the needsDither variable erroneously introduced
Sun, 24 Jan 2010 12:55:05 +0000 stefano Use av_get_bits_per_pixel() for computing the bits per pixel of the
Sun, 24 Jan 2010 03:02:40 +0000 ramiro Indent.
Sun, 24 Jan 2010 02:08:22 +0000 ramiro Split swscale.c into scaler code (swscale.c) and utility code (utils.c).
Fri, 22 Jan 2010 03:26:30 +0000 mru Move array specifiers outside DECLARE_ALIGNED() invocations
Thu, 21 Jan 2010 09:52:11 +0000 conrad More const-correctness for sws_scale
Tue, 19 Jan 2010 22:36:46 +0000 stefano Split overly long line.
Tue, 19 Jan 2010 16:30:20 +0000 benoit Make const prototypes for input sources of sws_scale_* stricter.
Tue, 19 Jan 2010 11:35:04 +0000 ramiro Remove useless forward declaration.
Sun, 17 Jan 2010 23:29:31 +0000 stefano Remove stray '\' at the end of macro definitions.
Sun, 17 Jan 2010 23:17:47 +0000 stefano Remove duplicated or pointless newlines.
Sun, 17 Jan 2010 23:07:37 +0000 stefano Factorize error message logging, log it if the converter cannot be
Sun, 17 Jan 2010 23:02:20 +0000 stefano Reindent after the last commit.
Sun, 17 Jan 2010 23:00:01 +0000 stefano Make the pal2rgbWrapper set and use the converter in pal2rgbWrapper
Sun, 17 Jan 2010 19:26:35 +0000 mru Remove double const
Sun, 17 Jan 2010 15:11:25 +0000 stefano Factorize error message logging in rgb2rgbWrapper().
Sun, 17 Jan 2010 14:25:19 +0000 mru Reindent
Sun, 17 Jan 2010 14:25:17 +0000 mru Remove inline from initFilter()
Sun, 17 Jan 2010 00:26:29 +0000 stefano Add a const qualifier in a cast, fix the gcc warning:
Sun, 17 Jan 2010 00:21:50 +0000 stefano Add a const qualifier in a cast, fix the gcc warning:
Sat, 16 Jan 2010 22:49:00 +0000 stefano Fix typo, "get rid off" -> "get rid of".
Sat, 16 Jan 2010 19:51:26 +0000 stefano Revert r30331, which broke compilation.
Sat, 16 Jan 2010 19:19:54 +0000 stefano Factorize the code which calls the non optimized C functions in