log libvo/vo_aa.c @ 37161:6d654ac9201e

age author description
Sun, 16 Feb 2014 15:44:31 +0000 reimar vo_aa: Move variables to appropriate scope, remove unused ones.
Tue, 11 Jun 2013 19:23:12 +0000 reimar vo_aa: Specifying a single option should only change the
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
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,
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Wed, 27 Oct 2010 17:37:29 +0000 cigaes Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub.
Tue, 16 Feb 2010 16:22:17 +0000 diego libvo: Mark functions not used outside of their files as static.
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.
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
Sun, 08 Feb 2009 03:27:30 +0000 diego Add standard license headers, unify header formatting.
Wed, 03 Dec 2008 18:53:35 +0000 diego Remove unused declarations and references to vo_draw_text_osd(),
Thu, 07 Aug 2008 10:36:07 +0000 diego Rename font-related preprocessor directives.
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
Tue, 28 Aug 2007 10:51:13 +0000 diego warning fix:
Mon, 27 Aug 2007 17:53:35 +0000 reimar Fix wrong calculation of nbooleans that causes a crash on 64 bit systems
Sat, 25 Aug 2007 17:13:18 +0000 diego warning fix:
Sat, 25 Aug 2007 16:42:40 +0000 diego Remove pointless variable declaration, the code that sets it is long-gone.
Sat, 25 Aug 2007 16:41:10 +0000 diego Remove stray comment, the code it commented is long-gone.
Wed, 15 Aug 2007 10:34:53 +0000 diego Identifiers should not start with two underscores.
Mon, 13 Aug 2007 08:32:47 +0000 cehoyos Fix likely mistake when using char*.
Sun, 24 Jun 2007 11:04:02 +0000 reimar Remove completely pointless "!= 1".
Thu, 29 Mar 2007 17:16:11 +0000 rathann Code cleanup: don't include a .c file in mplayer.c and fix a few
Wed, 22 Nov 2006 19:21:16 +0000 uau Make compilation depending on USE_OSD unconditional.
Sat, 08 Jul 2006 15:26:36 +0000 uau Make some functions static.