log libswscale/swscale.c @ 22392:c49960cb9e1e

age author description
Fri, 02 Mar 2007 13:32:10 +0000 michael copy src to prevent the user supplied argumet from being changed
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
Fri, 12 Jan 2007 15:40:08 +0000 lucabe Add "support for both orderings of the slices (top->down / bottom->up)"
Sat, 06 Jan 2007 12:11:25 +0000 lucabe replace some av_malloc();memset(...,0,...) sequences with av_mallocz()
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 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