summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_gif.c
Commit message (Expand)AuthorAgeFilesLines
* Fix crash for gif images that have Top or Left setreimar2007-01-131-5/+11
* Fix invalid read for gifs with a palette for less than 256 colorsreimar2007-01-131-1/+3
* Move global variables in gif demuxer into priv structreimar2007-01-131-21/+22
* cosmetics: typo fix pallete --> palettediego2007-01-131-7/+7
* Frametime was being read from the wrong offset, comparediego2007-01-131-1/+1
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.diego2006-07-081-1/+0
* Move conditional compilation into the build system.diego2006-07-061-4/+0
* Demuxer modularizationrtognimp2005-08-051-5/+23
* gif library incompatibility fixes and prefere libungif over libgif. Patch by ...alex2003-02-191-0/+13
* compile fixhenry2003-02-081-1/+1
* 1) codecs.conf changed recently and demux_gif no longer needs to spitarpi2003-02-081-11/+7
* argh, i forgot to 'cvs add' it (again)arpi2003-01-281-0/+213