log libvo/vo_jpeg.c @ 16738:482b7842476e

age author description
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
2002-08-28 alex finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
2002-07-18 michael fixing swscaler bug ;)
2002-04-17 pontscho fix ".". thanksz pl.
2002-04-16 pontscho upsz, 10l :)
2002-04-16 pontscho add jpeg support for libvo