aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_jpeg.c
Commit message (Expand)AuthorAge
* windows support: unicode filenamesGravatar wm42012-03-09
* cleanup: silence some clang warningsGravatar reimar2011-07-06
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* libvo: Reduce verbosity of suboption parsing messagesGravatar diego2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30165Gravatar Uoti Urpala2010-01-08
|\
| * Simplify range-checking functions for subopt parsing.Gravatar reimar2010-01-01
| * Fix function declarations to avoid casting function pointers.Gravatar reimar2010-01-01
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * Remove obsolete extra elements from opt_t struct initialization.Gravatar diego2009-03-15
* | Merge svn changes up to r28951Gravatar Uoti Urpala2009-03-14
|\|
| * Make data related to suboption parsing const in libvoGravatar reimar2009-03-07
* | Rename exit_player() use outside core to exit_player_bad()Gravatar Uoti Urpala2008-08-12
* | 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