aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_gif89a.c
Commit message (Expand)AuthorAge
* Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* 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
* | Merge svn changes up to r28310Gravatar Uoti Urpala2009-01-15
|\|
| * Add missing 'void' keyword to parameterless function declarations.Gravatar diego2009-01-05
* | Merge svn changes up to r27649Gravatar Uoti Urpala2008-09-20
|\|
| * Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.Gravatar diego2008-09-15
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Rename preprocessor directives related to image libraries.Gravatar diego2008-08-05
* | 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
* The FSF changed postal address.Gravatar diego2006-09-01
* Remove superfluous extern variable declaration.Gravatar diego2006-03-27
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* use subopt parser for arguments.Gravatar joey2005-10-10
* remove extern for variables that are already in headers.Gravatar reimar2005-08-21
* 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
* removed unused headeer dependenciesGravatar alex2004-01-28
* remove yuv2rgb and support frame duplicationGravatar joey2003-03-06
* sig11 (in free() in uninit) fixedGravatar arpi2002-12-30
* I have rewritten the gif89a vo in order to solve some problems I hadGravatar arpi2002-12-21
* removed get_info, using the same sheme as in libmpcodecs insteadGravatar alex2002-11-11
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* 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
* revised query_formatGravatar alex2002-05-27
* cleanups, removed swscaler, osd support - by Joey Parrish <joey@yunamusic.com>Gravatar arpi2002-05-13
* -vo gif - by Joey Parrish <joey@yunamusic.com>Gravatar arpi2002-05-12