log libvo/vo_jpeg.c @ 37182:1c64016edce3

age author description
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
Sat, 02 Jul 2011 23:22:49 +0000 reimar Use "const char *" type for paths.
Sat, 07 May 2011 10:59:11 +0000 iive Remove the variable arguments from the libvo control() functions.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Wed, 09 Jun 2010 13:44:32 +0000 diego Reduce verbosity about suboption parsing in vo drivers.
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Sun, 14 Feb 2010 10:53:20 +0000 diego Fix exit_player() usage throughout the codebase.
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
Wed, 14 May 2008 17:22:53 +0000 diego Use standard license headers with standard formatting.
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
Thu, 29 Nov 2007 14:36:59 +0000 ivo Remove redundant changelog from comments
Sat, 08 Jul 2006 15:26:36 +0000 uau Make some functions static.
Fri, 20 Jan 2006 01:37:15 +0000 atmos4 Added DPI (Print-Resolution) and Pixel-Aspect awareness to vo_jpeg.
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, 28 Feb 2005 00:26:53 +0000 ivo Fix compile warnings
Sun, 27 Feb 2005 22:25:42 +0000 ivo vo_jpeg now uses the generic int_pos() from subopt-helper.c
Wed, 19 Jan 2005 17:10:20 +0000 reimar New suboption type: malloc'ed, zero terminated string
Sat, 15 Jan 2005 23:54:49 +0000 ivo Replaced suboption parser by call to suboption helper.
Wed, 15 Sep 2004 15:17:06 +0000 faust3 mingw compile fix
Sun, 12 Sep 2004 01:35:41 +0000 ivo Added one more error check. Forgot it last time (grrr :) ).
Sat, 11 Sep 2004 21:15:13 +0000 ivo Fixed typo.
Sat, 11 Sep 2004 19:59:31 +0000 ivo * Changed malloc and strncpy to strdup. Less code.
Fri, 10 Sep 2004 01:15:24 +0000 ivo Removed unused variable (leftover of having two instances of directory creation
Wed, 08 Sep 2004 03:51:37 +0000 ivo Renamed some MSGTR_VO_JPEG_* messages to MSGTR_VO_* messages, so they can
Wed, 08 Sep 2004 01:11:16 +0000 ivo This patch moves the directory creation code to a separate function. I have
Sun, 05 Sep 2004 17:54:09 +0000 ivo Some minor vo_jpeg fixes:
Sat, 04 Sep 2004 22:59:33 +0000 ivo Removal of -jpeg commandline option.
Wed, 01 Sep 2004 02:31:24 +0000 ivo One-time cosmetics update.
Thu, 26 Aug 2004 22:18:25 +0000 ivo Added output to multiple directories for vo_jpeg.
Mon, 19 Jul 2004 23:11:06 +0000 diego embarassing typo
Fri, 25 Apr 2003 20:37:26 +0000 alex Spring cleanup: supporting only RGB24 as input (native jpeg lib supports only that, maybe we could later add nativ YCbCr (YUV) support, but not swscale ones)
Sun, 19 Jan 2003 15:25:03 +0000 arpi fixed query_format (RGB24 supports OSD and is preferred)
Sun, 24 Nov 2002 21:28:32 +0000 pontscho patch from tonglijing <tong@intec.iscas.ac.cn>
Mon, 11 Nov 2002 15:22:10 +0000 alex removed get_info, using the same sheme as in libmpcodecs instead
Sun, 22 Sep 2002 18:43:53 +0000 arpi U-V swapping fixed, patch by Joey Parrish <joey@yunamusic.com>
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
Thu, 18 Jul 2002 22:44:31 +0000 michael fixing swscaler bug ;)
Wed, 17 Apr 2002 18:37:11 +0000 pontscho fix ".". thanksz pl.
Tue, 16 Apr 2002 11:40:19 +0000 pontscho upsz, 10l :)
Tue, 16 Apr 2002 11:21:59 +0000 pontscho add jpeg support for libvo