log libmpdemux/demux_gif.c @ 23901:657236b9eacb

age author description
2007-06-05 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
2007-03-15 diego Add explicit location for headers from the stream/ directory.
2007-03-01 reimar Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.
2007-01-28 reimar Fix number of rows in interlaced mode.
2007-01-28 reimar 10l, confused current "frame" with canvas width.
2007-01-28 reimar Hack: use refmode == 1 instead of == 0, as browsers behave like this
2007-01-28 reimar Set sh_video->bih->biWidth properly, fixes decoding after latest dec_video.c change
2007-01-16 reimar Interlaced gif support
2007-01-16 reimar Change some types to uint8_t where appropriate
2007-01-16 reimar "Cosmetics" Introduce a memcpy function doing both transparent
2007-01-13 reimar Cosmetics
2007-01-13 reimar Implement gif transparency
2007-01-13 reimar Fix: refmodes 2 and 3 leave useref unchanged
2007-01-13 reimar Cosmetics
2007-01-13 reimar Implement refmode == 2 in gif demuxer
2007-01-13 reimar Partially support gif using "reference" images
2007-01-13 reimar memset + malloc -> calloc
2007-01-13 reimar Cast SWidth/SHeight to uint16_t, since that's what they actually are.
2007-01-13 reimar Forgot to adjust length of memset
2007-01-13 reimar Simplify gif demuxer by using memcpy_pic
2007-01-13 reimar One more bounds check, though IMO the gif lib really should do this.
2007-01-13 reimar Simplify
2007-01-13 reimar Fix crash for gif images that have Top or Left set
2007-01-13 reimar Fix invalid read for gifs with a palette for less than 256 colors
2007-01-13 reimar Move global variables in gif demuxer into priv struct
2007-01-13 diego cosmetics: typo fix pallete --> palette
2007-01-13 diego Frametime was being read from the wrong offset, compare
2006-07-08 diego Remove unused variables, patch by Stefan Huehner stefan at huehner org.
2006-07-06 diego Move conditional compilation into the build system.
2005-08-05 rtognimp Demuxer modularization
2003-02-19 alex gif library incompatibility fixes and prefere libungif over libgif. Patch by Joey Parrish <joey@nicewarrior.org>
2003-02-08 henry compile fix
2003-02-08 arpi 1) codecs.conf changed recently and demux_gif no longer needs to spit
2003-01-28 arpi argh, i forgot to 'cvs add' it (again)