log libswscale/swscale_internal.h @ 31311:9ce59b78dbfd

age author description
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, 06 Mar 2010 11:50:54 +0000 stefano Avoid duplication of usePal() macro.
Sat, 06 Mar 2010 11:27:31 +0000 stefano Add support to BGR444/RGB444 foreign endian output in libswscale.
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
Tue, 26 Jan 2010 08:01:50 +0000 michael Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.
Tue, 26 Jan 2010 07:40:14 +0000 michael Rename isRGB() and isBGR() as their meaning is confusing.
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 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
Wed, 20 Jan 2010 03:26:12 +0000 ramiro Document some more of SwsContext.
Sat, 16 Jan 2010 19:32:58 +0000 stefano Prefer enum PixelFormat to int as the parameter type of
Sat, 16 Jan 2010 19:04:55 +0000 ramiro Document some of SwsContext.
Sat, 16 Jan 2010 18:39:06 +0000 ramiro Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.
Fri, 15 Jan 2010 08:51:51 +0000 zuxy Const correctness for src pointer. Remove all constness related warnings in
Mon, 21 Dec 2009 01:54:59 +0000 ramiro Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.
Mon, 21 Dec 2009 01:41:29 +0000 ramiro Rename function pointers used to convert from the input pixel format to the
Mon, 21 Dec 2009 01:34:45 +0000 ramiro Check if chroma horizontal scaler is needed in sws_init_swScale().
Mon, 21 Dec 2009 01:30:55 +0000 ramiro Remove unused fields from SwsContext.
Sun, 20 Dec 2009 17:42:35 +0000 ramiro Indentation.
Sun, 20 Dec 2009 16:32:58 +0000 ramiro Set horizontal scaler's range conversion in context in sws_init_swScale().
Sun, 20 Dec 2009 16:21:25 +0000 ramiro Set horizontal scaler's src offsets in context in sws_init_swScale().
Sat, 05 Sep 2009 23:33:11 +0000 ramiro Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
Sun, 16 Aug 2009 21:37:07 +0000 ramiro More indentation changes leftover from r29522:
Sun, 16 Aug 2009 21:11:28 +0000 ramiro Cosmetics:
Thu, 13 Aug 2009 18:31:07 +0000 ramiro MMX2 horizontal scaler: Determine code size at runtime.
Thu, 13 Aug 2009 18:28:17 +0000 ramiro Rename "funny" code to "mmx2 filter" code.
Sun, 26 Jul 2009 12:26:32 +0000 mru Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Tue, 21 Jul 2009 20:17:15 +0000 ramiro Remove unused variables.
Thu, 09 Jul 2009 02:27:39 +0000 ramiro Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer
Wed, 01 Jul 2009 12:40:28 +0000 mru Use enum PixelFormat in sws_format_name() prototype
Thu, 11 Jun 2009 10:19:04 +0000 diego Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.
Thu, 04 Jun 2009 21:55:52 +0000 ramiro Use DECLARE_ALIGNED macro instead of gcc __attribute__.
Tue, 02 Jun 2009 12:28:49 +0000 kostya Partial (low bits ignored, no direct transcoding into other RGB formats) support
Tue, 19 May 2009 17:37:58 +0000 kostya Let SwScaler know that RGB48 BE/LE is 16-bits per component format.
Tue, 19 May 2009 17:26:22 +0000 kostya Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).
Sat, 09 May 2009 10:56:37 +0000 diego Add missing const qualifiers to AltiVec function parameters where appropriate.
Tue, 05 May 2009 01:34:16 +0000 michael Change VOFW for x86 to 5120, it allows larger images to be scaled and was
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:03:00 +0000 michael Add macro to check for 16bit per sample.
Mon, 20 Apr 2009 21:04:55 +0000 michael add isBE()
Tue, 14 Apr 2009 14:11:57 +0000 sdrik Do not use abgrToA for both luma and alpha channel in hyscale.
Sun, 12 Apr 2009 22:43:03 +0000 diego whitespace cosmetics: Reindent a few lines and break a few excessively long lines.
Sat, 04 Apr 2009 22:45:02 +0000 ramiro swscale: Use function pointers for swScale functions.
Fri, 27 Mar 2009 22:56:56 +0000 ramiro Move bfin specific code to its subdir.
Thu, 26 Mar 2009 01:30:10 +0000 ramiro Move yuv2rgb code to subdirs.
Fri, 20 Mar 2009 14:15:14 +0000 sdrik Add alpha channel scaling
Wed, 18 Mar 2009 08:06:08 +0000 diego Consistently use ff_ prefixes for internal symbols.
Sat, 07 Mar 2009 09:37:25 +0000 sdrik YUVA420P is a planar YUV format
Fri, 27 Feb 2009 22:23:20 +0000 sdrik Add an isALPHA macro to check if pixel format has alpha channel
Mon, 09 Feb 2009 17:53:33 +0000 diego Drop DECLARE_ALIGNED from extern declarations. It creates trouble when
Mon, 09 Feb 2009 14:31:53 +0000 kostya Prefix visible YUV2RGB functions with sws_
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.