log libvo/vo_png.c @ 37143:88b4aa330150

age author description
Sun, 13 Jul 2014 21:39:32 +0000 reimar Ensure dimensions are set before opening libavcodec encoder.
Sat, 18 Jan 2014 21:39:07 +0000 reimar Remove empty draw_slice and draw_frame stubs.
Wed, 16 Oct 2013 18:56:16 +0000 al vo jpeg, png, pnm: Make output directory message less confusing
Wed, 14 Aug 2013 10:21:30 +0000 al vo png: Error handling and clean up
Wed, 14 Aug 2013 10:16:46 +0000 al vo png: Switch to avcodec_encode_video2
Mon, 21 Jan 2013 19:44:53 +0000 diego Replace CODEC_IDs their modern AV_-prefixed counterparts.
Tue, 08 May 2012 10:53:40 +0000 cehoyos Fix -vo png:alpha with newer FFmpeg.
Tue, 14 Feb 2012 17:06:09 +0000 iive Fix vo_png after FFmpeg merge.
Mon, 06 Feb 2012 06:30:12 +0000 siretart Update deprecated avcodec_alloc_context()/avcodec_open() API calls
Sat, 07 May 2011 10:59:11 +0000 iive Remove the variable arguments from the libvo control() functions.
Wed, 02 Feb 2011 23:55:16 +0000 cboesch Add prefix filename option for PNG video output.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Sun, 14 Feb 2010 10:53:20 +0000 diego Fix exit_player() usage throughout the codebase.
Sat, 30 Jan 2010 23:01:32 +0000 diego Add missing #include, fixes the warning:
Sun, 03 Jan 2010 16:26:30 +0000 reimar Change vo_png to use FFmpeg's png encoder instead of libpng.
Fri, 01 Jan 2010 13:23:16 +0000 reimar Simplify range-checking functions for subopt parsing.
Fri, 01 Jan 2010 13:18:49 +0000 reimar Fix function declarations to avoid casting function pointers.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
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, 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
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
Thu, 10 Oct 2002 00:04:25 +0000 arpi draw_image()
Sun, 22 Sep 2002 02:33:28 +0000 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
Wed, 28 Aug 2002 21:32:32 +0000 alex finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
Mon, 20 May 2002 00:25:44 +0000 arpi swscale and 32->24bpp conversion removed
Fri, 01 Mar 2002 04:17:05 +0000 melanson Added BGR32 output support to PNG vo target because, hey, why
Thu, 21 Feb 2002 21:15:40 +0000 michael fixing scaled output
Sun, 17 Feb 2002 08:24:43 +0000 nick I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'
Sat, 09 Feb 2002 01:21:48 +0000 arpi 10000hl to Holm... control MUST BE static...
Sat, 09 Feb 2002 00:47:26 +0000 arpi query_ stuff replaced by new control() - patch by David Holm
Thu, 31 Jan 2002 09:57:13 +0000 nick new info for tuning
Sat, 26 Jan 2002 16:30:43 +0000 alex i420/iyuv support
Sat, 26 Jan 2002 16:01:26 +0000 nick Extensions for video accelerated architecture
Tue, 08 Jan 2002 20:58:53 +0000 atmos4 SwScaler support for vo_png by Kim Minh, SwScale w/aspecz for vo_dga by me
Wed, 02 Jan 2002 17:50:03 +0000 arpi osd support, zlib range fix. by Kim Minh Kaplan <kmkaplan@selfoffice.com>
Tue, 06 Nov 2001 11:22:40 +0000 nick Move yuv2rgb to postprocess
Mon, 13 Aug 2001 11:08:18 +0000 atlka changes according to -utf8 option, draw_osd() function added
Sat, 09 Jun 2001 17:53:54 +0000 al3x sprintf possible buffer overflow fixes
Tue, 24 Apr 2001 10:21:12 +0000 szabii some warnings killed
Thu, 19 Apr 2001 20:23:28 +0000 atmosfear changed copyroght message to correct stuff :)