log

age author description
Sat, 13 Jan 2007 12:56:02 +0000 reimar Implement gif transparency
Sat, 13 Jan 2007 12:46:27 +0000 reimar Fix: refmodes 2 and 3 leave useref unchanged
Sat, 13 Jan 2007 12:39:13 +0000 reimar Cosmetics
Sat, 13 Jan 2007 12:37:53 +0000 reimar Implement refmode == 2 in gif demuxer
Sat, 13 Jan 2007 12:19:42 +0000 reimar Partially support gif using "reference" images
Sat, 13 Jan 2007 12:05:18 +0000 reimar memset + malloc -> calloc
Sat, 13 Jan 2007 11:58:15 +0000 diego Nuke MSGTR_CopyCodecsConf, it's gone from the master file.
Sat, 13 Jan 2007 11:57:40 +0000 diego DO NOT recommend or even suggest installing codecs.conf.
Sat, 13 Jan 2007 11:49:20 +0000 reimar Cast SWidth/SHeight to uint16_t, since that's what they actually are.
Sat, 13 Jan 2007 11:46:43 +0000 reimar Forgot to adjust length of memset
Sat, 13 Jan 2007 11:44:36 +0000 reimar Simplify gif demuxer by using memcpy_pic
Sat, 13 Jan 2007 11:40:05 +0000 reimar One more bounds check, though IMO the gif lib really should do this.
Sat, 13 Jan 2007 11:37:59 +0000 reimar Simplify
Sat, 13 Jan 2007 11:37:18 +0000 reimar Fix crash for gif images that have Top or Left set
Sat, 13 Jan 2007 11:06:40 +0000 reimar Fix invalid read for gifs with a palette for less than 256 colors