log libvo/vo_png.c @ 28498:d492a439d7d0

age author description
Sun, 08 Feb 2009 03:27:30 +0000 diego Add standard license headers, unify header formatting.
Wed, 10 Dec 2008 16:44:12 +0000 reimar Add support for writing PNG files with alpha channel in -vo png
Thu, 13 Nov 2008 19:05:07 +0000 reimar Use the proper IMGFMT_RGB24 and IMGFMT_BGR24 defines instead of
Fri, 03 Oct 2008 10:18:53 +0000 diego Add missing #include for mplayer.h, fixes the warning:
Sat, 20 Sep 2008 13:13:02 +0000 ben add outdir sub-option to vo png
Fri, 14 Mar 2008 16:46:13 +0000 diego #include config.h before all other headers.
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