log libvo/vo_jpeg.c @ 28820:0581bb91e78e

age author description
2008-05-14 diego Use standard license headers with standard formatting.
2007-12-02 reimar Mark the vo_functions_t definitions as const where possible.
2007-12-02 reimar Make vo info structs const
2007-11-29 ivo Remove redundant changelog from comments
2006-07-08 uau Make some functions static.
2006-01-20 atmos4 Added DPI (Print-Resolution) and Pixel-Aspect awareness to vo_jpeg.
2005-08-05 ivo Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
2005-04-18 henry replace VO and VF numeric flags with #defined identifiers
2005-02-28 ivo Fix compile warnings
2005-02-27 ivo vo_jpeg now uses the generic int_pos() from subopt-helper.c
2005-01-19 reimar New suboption type: malloc'ed, zero terminated string
2005-01-15 ivo Replaced suboption parser by call to suboption helper.
2004-09-15 faust3 mingw compile fix
2004-09-12 ivo Added one more error check. Forgot it last time (grrr :) ).
2004-09-11 ivo Fixed typo.
2004-09-11 ivo * Changed malloc and strncpy to strdup. Less code.
2004-09-10 ivo Removed unused variable (leftover of having two instances of directory creation
2004-09-08 ivo Renamed some MSGTR_VO_JPEG_* messages to MSGTR_VO_* messages, so they can
2004-09-08 ivo This patch moves the directory creation code to a separate function. I have
2004-09-05 ivo Some minor vo_jpeg fixes:
2004-09-04 ivo Removal of -jpeg commandline option.
2004-09-01 ivo One-time cosmetics update.
2004-08-26 ivo Added output to multiple directories for vo_jpeg.
2004-07-19 diego embarassing typo
2003-04-25 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)
2003-01-19 arpi fixed query_format (RGB24 supports OSD and is preferred)
2002-11-24 pontscho patch from tonglijing <tong@intec.iscas.ac.cn>
2002-11-11 alex removed get_info, using the same sheme as in libmpcodecs instead
2002-09-22 arpi U-V swapping fixed, patch by Joey Parrish <joey@yunamusic.com>
2002-09-22 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug