summaryrefslogtreecommitdiffstats
path: root/libvo/vo_jpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Use standard license headers with standard formatting.diego2008-05-141-13/+12
* Mark the vo_functions_t definitions as const where possible.reimar2007-12-021-1/+1
* Make vo info structs constreimar2007-12-021-1/+1
* Remove redundant changelog from commentsivo2007-11-291-9/+17
* Make some functions static.uau2006-07-081-1/+1
* Added DPI (Print-Resolution) and Pixel-Aspect awareness to vo_jpeg.atmos42006-01-201-1/+21
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-051-6/+6
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-1/+1
* Fix compile warningsivo2005-02-281-10/+10
* vo_jpeg now uses the generic int_pos() from subopt-helper.civo2005-02-271-10/+0
* New suboption type: malloc'ed, zero terminated stringreimar2005-01-191-17/+4
* Replaced suboption parser by call to suboption helper.ivo2005-01-151-186/+79
* mingw compile fixfaust32004-09-151-0/+4
* Added one more error check. Forgot it last time (grrr :) ).ivo2004-09-121-0/+1
* Fixed typo.ivo2004-09-111-1/+1
* * Changed malloc and strncpy to strdup. Less code.ivo2004-09-111-20/+38
* Removed unused variable (leftover of having two instances of directory creationivo2004-09-101-3/+2
* Renamed some MSGTR_VO_JPEG_* messages to MSGTR_VO_* messages, so they canivo2004-09-081-23/+23
* This patch moves the directory creation code to a separate function. I haveivo2004-09-081-61/+43
* Some minor vo_jpeg fixes:ivo2004-09-051-2/+7
* Removal of -jpeg commandline option.ivo2004-09-041-0/+188
* One-time cosmetics update.ivo2004-09-011-154/+236
* Added output to multiple directories for vo_jpeg.ivo2004-08-261-5/+106
* embarassing typodiego2004-07-191-1/+1
* Spring cleanup: supporting only RGB24 as input (native jpeg lib supports only...alex2003-04-251-115/+8
* fixed query_format (RGB24 supports OSD and is preferred)arpi2003-01-191-2/+3
* patch from tonglijing <tong@intec.iscas.ac.cn>pontscho2002-11-241-3/+4
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-9/+3
* U-V swapping fixed, patch by Joey Parrish <joey@yunamusic.com>arpi2002-09-221-11/+0
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-0/+1
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-281-1/+1
* fixing swscaler bug ;)michael2002-07-181-3/+4
* fix ".". thanksz pl.pontscho2002-04-171-1/+1
* upsz, 10l :)pontscho2002-04-161-2/+2
* add jpeg support for libvopontscho2002-04-161-0/+264