log libvo/vo_gif89a.c @ 37195:ac6c37d85d65 default tip

age author description
Sat, 18 Jan 2014 21:39:07 +0000 reimar Remove empty draw_slice and draw_frame stubs.
Sat, 27 Jul 2013 21:16:06 +0000 al Support newer GIFLIB versions
Sat, 07 May 2011 10:59:11 +0000 iive Remove the variable arguments from the libvo control() functions.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sun, 15 Mar 2009 10:03:09 +0000 diego Remove obsolete extra elements from opt_t struct initialization.
Sat, 07 Mar 2009 08:51:40 +0000 reimar Make data related to suboption parsing const in libvo
Mon, 05 Jan 2009 14:48:03 +0000 diego Add missing 'void' keyword to parameterless function declarations.
Mon, 15 Sep 2008 05:40:29 +0000 diego Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.
Tue, 05 Aug 2008 08:47:51 +0000 diego Rename preprocessor directives related to image libraries.
Sun, 02 Dec 2007 14:39:15 +0000 reimar Mark the vo_functions_t definitions as const where possible.
Sun, 02 Dec 2007 14:06:03 +0000 reimar Make vo info structs const
Fri, 01 Sep 2006 12:11:11 +0000 diego The FSF changed postal address.
Mon, 27 Mar 2006 07:31:08 +0000 diego Remove superfluous extern variable declaration.
Thu, 12 Jan 2006 20:04:36 +0000 rathann massive attack: mp_msg printf format fixes
Mon, 10 Oct 2005 12:59:36 +0000 joey use subopt parser for arguments.
Sun, 21 Aug 2005 01:20:31 +0000 reimar remove extern for variables that are already in headers.
Fri, 05 Aug 2005 01:24:37 +0000 ivo Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
Mon, 18 Apr 2005 15:52:38 +0000 henry replace VO and VF numeric flags with #defined identifiers
Wed, 28 Jan 2004 10:03:40 +0000 alex removed unused headeer dependencies
Thu, 06 Mar 2003 04:59:20 +0000 joey remove yuv2rgb and support frame duplication
Mon, 30 Dec 2002 22:24:20 +0000 arpi sig11 (in free() in uninit) fixed
Sat, 21 Dec 2002 21:07:16 +0000 arpi I have rewritten the gif89a vo in order to solve some problems I had
Mon, 11 Nov 2002 15:22:10 +0000 alex removed get_info, using the same sheme as in libmpcodecs instead
Wed, 06 Nov 2002 23:54:29 +0000 arpi *HUGE* set of compiler warning fixes, unused variables removal
Sun, 22 Sep 2002 18:43:53 +0000 arpi U-V swapping fixed, patch by Joey Parrish <joey@yunamusic.com>
Sun, 22 Sep 2002 02:33:28 +0000 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
Wed, 28 Aug 2002 21:32:32 +0000 alex finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
Mon, 27 May 2002 17:44:32 +0000 alex revised query_format
Mon, 13 May 2002 20:47:03 +0000 arpi cleanups, removed swscaler, osd support - by Joey Parrish <joey@yunamusic.com>
Sun, 12 May 2002 01:07:25 +0000 arpi -vo gif - by Joey Parrish <joey@yunamusic.com>