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

age author description
Sat, 07 May 2011 10:59:11 +0000 iive Remove the variable arguments from the libvo control() functions.
Fri, 06 May 2011 10:32:46 +0000 iive Implement control() VOCTRL_SET/GET_EQUALIZER using a vf_equalize struct,
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Sat, 02 Oct 2010 14:22:03 +0000 diego Remove UNUSED macros used to shut up unused function parameter warnings.
Mon, 20 Sep 2010 07:42:06 +0000 diego Remove another set of unnecessary #ifdefs around vosub_vidix.h #include.
Fri, 17 Sep 2010 09:59:10 +0000 diego Mark fillMultiBuffer() as static, it is not used outside of the file; fixes:
Fri, 17 Sep 2010 08:59:36 +0000 diego Replace local min/max macros by FFMIN/FFMAX.
Sun, 03 Jan 2010 17:12:12 +0000 reimar Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sun, 29 Mar 2009 14:37:21 +0000 reimar Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo.
Tue, 17 Feb 2009 11:16:19 +0000 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
Sun, 07 Sep 2008 14:09:51 +0000 diego Replace casual GPL notices by proper license headers.
Fri, 16 May 2008 08:33:27 +0000 diego cosmetics: Remove useless parentheses from from return statements.
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Sun, 27 Jan 2008 18:01:19 +0000 diego Fix illegal identifiers, names starting with __ are reserved for the system.