log libswscale/swscale.h @ 30332:b4c3e12c9a08

age author description
Tue, 19 Jan 2010 16:30:20 +0000 benoit Make const prototypes for input sources of sws_scale_* stricter.
Fri, 15 Jan 2010 08:51:51 +0000 zuxy Const correctness for src pointer. Remove all constness related warnings in
Thu, 07 Jan 2010 19:07:47 +0000 stefano Implement sws_isSupportedInput() and sws_isSupportedOutput().
Sun, 03 Jan 2010 14:35:20 +0000 stefano Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the
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.
Sat, 07 Nov 2009 09:23:11 +0000 stefano Document sws_freeContext().
Fri, 30 Oct 2009 14:13:25 +0000 stefano Document slice ordering assumption done by sws_scale().
Wed, 09 Sep 2009 21:43:25 +0000 ramiro Document that slices can be bottom to top or top to bottom.
Wed, 19 Aug 2009 01:33:17 +0000 ramiro Introduce and use sws_allocVec().
Sat, 06 Jun 2009 09:37:46 +0000 stefano Remove '\p' doxygen markup, as it should improve plain text doxy
Sun, 10 May 2009 14:00:00 +0000 diego Add const qualifier to param argument of sws_getContext() and
Sat, 18 Apr 2009 11:45:31 +0000 stefano Move sws_[gs]etColorspaceDetails() documentation from swscale.c to
Tue, 14 Apr 2009 14:39:04 +0000 diego whitespace cosmetics: Break some overly long lines.
Sun, 22 Feb 2009 09:22:05 +0000 kostya New LGPLed YUV2RGB table generator for SwScaler