summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gif89a.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-3/+3
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-15/+14
* Merge svn changes up to r29117Uoti Urpala2009-04-011-3/+3
|\
| * Remove obsolete extra elements from opt_t struct initialization.diego2009-03-151-3/+3
* | Merge svn changes up to r28951Uoti Urpala2009-03-141-1/+1
|\|
| * Make data related to suboption parsing const in libvoreimar2009-03-071-1/+1
* | Merge svn changes up to r28310Uoti Urpala2009-01-151-1/+1
|\|
| * Add missing 'void' keyword to parameterless function declarations.diego2009-01-051-1/+1
* | Merge svn changes up to r27649Uoti Urpala2008-09-201-22/+21
|\|
| * Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.diego2008-09-151-22/+21
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-3/+3
|\|
| * Rename preprocessor directives related to image libraries.diego2008-08-051-3/+3
* | Remove variable arguments from vo control() functionsUoti Urpala2008-04-231-1/+1
|/
* Mark the vo_functions_t definitions as const where possible.reimar2007-12-021-1/+1
* Make vo info structs constreimar2007-12-021-1/+1
* The FSF changed postal address.diego2006-09-011-2/+2
* Remove superfluous extern variable declaration.diego2006-03-271-2/+0
* massive attack: mp_msg printf format fixesrathann2006-01-121-1/+1
* use subopt parser for arguments.joey2005-10-101-55/+45
* remove extern for variables that are already in headers.reimar2005-08-211-1/+0
* 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
* removed unused headeer dependenciesalex2004-01-281-1/+0
* remove yuv2rgb and support frame duplicationjoey2003-03-061-40/+27
* sig11 (in free() in uninit) fixedarpi2002-12-301-13/+23
* I have rewritten the gif89a vo in order to solve some problems I hadarpi2002-12-211-246/+327
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-8/+3
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-0/+3
* U-V swapping fixed, patch by Joey Parrish <joey@yunamusic.com>arpi2002-09-221-1/+1
* 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
* revised query_formatalex2002-05-271-1/+2
* cleanups, removed swscaler, osd support - by Joey Parrish <joey@yunamusic.com>arpi2002-05-131-53/+30
* -vo gif - by Joey Parrish <joey@yunamusic.com>arpi2002-05-121-0/+337