aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_jpeg.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r26783Gravatar Uoti Urpala2008-05-15
|\
| * Use standard license headers with standard formatting.Gravatar diego2008-05-14
* | Remove variable arguments from vo control() functionsGravatar Uoti Urpala2008-04-23
|/
* Mark the vo_functions_t definitions as const where possible.Gravatar reimar2007-12-02
* Make vo info structs constGravatar reimar2007-12-02
* Remove redundant changelog from commentsGravatar ivo2007-11-29
* Make some functions static.Gravatar uau2006-07-08
* Added DPI (Print-Resolution) and Pixel-Aspect awareness to vo_jpeg.Gravatar atmos42006-01-20
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butGravatar ivo2005-08-05
* replace VO and VF numeric flags with #defined identifiersGravatar henry2005-04-18
* Fix compile warningsGravatar ivo2005-02-28
* vo_jpeg now uses the generic int_pos() from subopt-helper.cGravatar ivo2005-02-27
* New suboption type: malloc'ed, zero terminated stringGravatar reimar2005-01-19
* Replaced suboption parser by call to suboption helper.Gravatar ivo2005-01-15
* mingw compile fixGravatar faust32004-09-15
* Added one more error check. Forgot it last time (grrr :) ).Gravatar ivo2004-09-12
* Fixed typo.Gravatar ivo2004-09-11
* * Changed malloc and strncpy to strdup. Less code.Gravatar ivo2004-09-11
* Removed unused variable (leftover of having two instances of directory creationGravatar ivo2004-09-10
* Renamed some MSGTR_VO_JPEG_* messages to MSGTR_VO_* messages, so they canGravatar ivo2004-09-08
* This patch moves the directory creation code to a separate function. I haveGravatar ivo2004-09-08
* Some minor vo_jpeg fixes:Gravatar ivo2004-09-05
* Removal of -jpeg commandline option.Gravatar ivo2004-09-04
* One-time cosmetics update.Gravatar ivo2004-09-01
* Added output to multiple directories for vo_jpeg.Gravatar ivo2004-08-26
* embarassing typoGravatar diego2004-07-19
* Spring cleanup: supporting only RGB24 as input (native jpeg lib supports only...Gravatar alex2003-04-25
* fixed query_format (RGB24 supports OSD and is preferred)Gravatar arpi2003-01-19
* patch from tonglijing <tong@intec.iscas.ac.cn>Gravatar pontscho2002-11-24
* removed get_info, using the same sheme as in libmpcodecs insteadGravatar alex2002-11-11
* U-V swapping fixed, patch by Joey Parrish <joey@yunamusic.com>Gravatar arpi2002-09-22
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apiGravatar alex2002-08-28
* fixing swscaler bug ;)Gravatar michael2002-07-18
* fix ".". thanksz pl.Gravatar pontscho2002-04-17
* upsz, 10l :)Gravatar pontscho2002-04-16
* add jpeg support for libvoGravatar pontscho2002-04-16