log libswscale/swscale.c @ 30393:db62840d27ae

age author description
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
Sat, 16 Jan 2010 19:14:29 +0000 stefano Prefer "to %s%s" over "to%s %s", slightly more readable.
Sat, 16 Jan 2010 19:11:03 +0000 stefano Simplify code in sws_getContext() which logs if the destination format
Sat, 16 Jan 2010 18:39:06 +0000 ramiro Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.
Sat, 16 Jan 2010 18:36:21 +0000 stefano Factorize code which logs the source and destination formats in
Sat, 16 Jan 2010 11:08:16 +0000 stefano Simplify reset_ptr(): employ usePal() macro rather than enumerating
Fri, 15 Jan 2010 19:50:59 +0000 ramiro Don't initialize normal horizontal filter if MMX2 filter is used.
Fri, 15 Jan 2010 08:51:51 +0000 zuxy Const correctness for src pointer. Remove all constness related warnings in
Fri, 15 Jan 2010 00:39:25 +0000 stefano Fix typo.
Thu, 14 Jan 2010 19:12:42 +0000 ramiro Remove unused clip_table code.
Thu, 14 Jan 2010 06:19:45 +0000 ramiro Add const qualifier to rgb48 to YV12 functions' src.
Thu, 14 Jan 2010 06:19:10 +0000 ramiro Add missing parameter to rgb48 to YV12 functions.
Fri, 08 Jan 2010 19:31:33 +0000 reimar Ignore 0-height slice in sws_scale, otherwise a final 0-height slice will
Thu, 07 Jan 2010 19:07:47 +0000 stefano Implement sws_isSupportedInput() and sws_isSupportedOutput().
Sun, 03 Jan 2010 15:20:07 +0000 stefano Prefer enum PixelFormat over int for the type of the format parameter
Sun, 03 Jan 2010 14:35:20 +0000 stefano Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the
Sun, 03 Jan 2010 00:22:49 +0000 stefano Simplify usePal() macro, make it use av_pix_fmt_descriptors.
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: