log libswscale/swscale_template.c @ 22383:508e55817748

age author description
Thu, 01 Mar 2007 19:48:40 +0000 reimar Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtr
Sun, 25 Feb 2007 10:27:43 +0000 reimar Add av_ prefix to clip functions
Sat, 17 Feb 2007 11:36:02 +0000 michael BGR/RGB4 byte formats as input
Fri, 16 Feb 2007 21:17:15 +0000 michael pal8 input
Tue, 23 Jan 2007 13:41:45 +0000 lucabe Pass a context to av_log(), when possible
Tue, 26 Dec 2006 18:08:40 +0000 lucabe change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()
Tue, 26 Dec 2006 16:21:13 +0000 lucabe Add some explicit casts to avoid some warnings
Wed, 20 Dec 2006 15:58:15 +0000 lucabe Fix compilation of non-MMX code with gcc 2.95
Mon, 27 Nov 2006 21:59:13 +0000 reimar Change "p" asm constraints to "g", since "p" was a no longer necessary hack to
Sun, 19 Nov 2006 10:38:12 +0000 lucabe Clarify that some of the non-SIMD code is now LGPLed.
Thu, 16 Nov 2006 14:49:04 +0000 michael forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actually look at the code after svn up not just the diff ...)
Thu, 16 Nov 2006 14:44:00 +0000 michael fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsampling for chroma, it should just be 2x1 (the rest of the code also belived its 2x1 ...)
Tue, 07 Nov 2006 07:07:05 +0000 gpoirier Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS
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
Sat, 07 Oct 2006 15:33:14 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program'.
Tue, 03 Oct 2006 17:11:43 +0000 diego Fix unused variable warning when compiling with MMX disabled.
Sun, 17 Sep 2006 15:15:13 +0000 lucabe Remove the dependency of libswscale on img_format.h
Wed, 30 Aug 2006 10:50:20 +0000 michael make the C code of the swscaler which i wrote LGPL
Tue, 15 Aug 2006 14:50:24 +0000 uau Fix compilation with -no-PIC and without -fomit-frame-pointer (used by
Tue, 15 Aug 2006 08:47:03 +0000 diego -fPIC support for libswscale
Sun, 13 Aug 2006 00:21:14 +0000 diego Replace asmalign.h hack by ASMALIGN cpp macros from config.h.
Wed, 26 Jul 2006 13:19:02 +0000 lucabe Replace MIN() and MAX() with FFMIN() and FFMAX()
Mon, 24 Jul 2006 10:48:54 +0000 michael a tiny bit of cleanup
Mon, 24 Jul 2006 10:36:06 +0000 michael vertical scaler with accurate rounding, some people on doom9 can see +-1 errors
Fri, 30 Jun 2006 12:00:31 +0000 lucabe Move postproc ---> libswscale