log libvo/vo_aa.c @ 24227:cc567f93fb3b

age author description
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.
Fri, 30 Jun 2006 12:00:31 +0000 lucabe Move postproc ---> libswscale
Thu, 09 Feb 2006 14:08:03 +0000 rathann Patch by Stefan Huehner / stefan % huehner ! org \
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
Fri, 11 Mar 2005 02:09:24 +0000 ivo Convert vo_aa suboption parser to using the subopt-helper.