log libvo/vo_png.c @ 25520:1a97bd3ad684

age author description
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
Wed, 03 Oct 2007 11:55:30 +0000 reimar Get rid of mp_msg_test in vo_png, only reason to use it is performance and
Wed, 03 Oct 2007 11:51:53 +0000 reimar Use IMGFMT_IS_BGR instead of mpi->flags&MP_IMGFLAG_SWAPPED, this is easier
Wed, 03 Oct 2007 11:50:15 +0000 reimar Make a local-only variable static in vo_png
Sat, 08 Jul 2006 15:26:36 +0000 uau Make some functions static.
Mon, 24 Apr 2006 04:23:53 +0000 reynaldo Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
Fri, 24 Mar 2006 08:12:03 +0000 diego Convert all if(verbose>X) to mp_msg_test calls.
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
Mon, 10 Jan 2005 15:51:55 +0000 ivo Implementation of vo_png suboption parser with subopt-helper and removal
Mon, 19 Jul 2004 23:11:06 +0000 diego embarassing typo
Mon, 11 Nov 2002 15:22:10 +0000 alex removed get_info, using the same sheme as in libmpcodecs instead
Sat, 26 Oct 2002 16:05:47 +0000 arpi - removed YV12 support (builtin yv12->rgb conversion)
Thu, 10 Oct 2002 00:09:34 +0000 arpi also set VFCAP_ACCEPT_STRIDE when draw_image() is implemented