log libvo/vo_jpeg.c @ 26332:762918acfe06

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
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.