summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gif89a.c
Commit message (Expand)AuthorAgeFilesLines
* 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