log libswscale/swscale.c @ 21759:8e1f3387d864

age author description
Tue, 26 Dec 2006 17:59:28 +0000 lucabe Mark some variables as possibly unused to avoid warnings
Tue, 26 Dec 2006 17:41:38 +0000 lucabe Add some explicit casts to avoid "assignment from incompatible pointer type"
Fri, 22 Dec 2006 11:22:49 +0000 lucabe Remove useless include (not needed now that libswscale uses libavutil)
Wed, 20 Dec 2006 13:09:29 +0000 lucabe Allow to compile swscale's non-SIMD code under the LGPL license.
Sun, 19 Nov 2006 10:38:12 +0000 lucabe Clarify that some of the non-SIMD code is now LGPLed.
Thu, 16 Nov 2006 12:49:27 +0000 diego Remove stray newline.
Thu, 02 Nov 2006 09:01:01 +0000 lucabe Add support for conversions from the rgb565 and rgb555 formats
Wed, 01 Nov 2006 18:36:20 +0000 diego Use common define for x86_32 and x86_64.
Tue, 24 Oct 2006 05:02:33 +0000 kostya 16-bit grayscale support
Wed, 11 Oct 2006 23:18:34 +0000 diego Rename ABS macro to FFABS.
Sat, 07 Oct 2006 15:33:14 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program'.
Wed, 27 Sep 2006 11:41:36 +0000 lucabe Add support for YUVJ formats
Sun, 17 Sep 2006 15:15:13 +0000 lucabe Remove the dependency of libswscale on img_format.h
Sun, 17 Sep 2006 14:59:55 +0000 lucabe Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_BGR32)
Mon, 04 Sep 2006 09:38:24 +0000 gpoirier Add sws_getCachedContext(), which checks if context is valid or reallocs a new one instead.