aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_gif.c
Commit message (Expand)AuthorAge
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* demux_gif: Fix memleaks on errorGravatar reimar2010-12-16
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* libmpdemux: Mark functions not used outside of their files as static.Gravatar diego2010-02-17
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* Rename preprocessor directives related to image libraries.Gravatar diego2008-08-05
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.Gravatar reimar2007-03-01
* Fix number of rows in interlaced mode.Gravatar reimar2007-01-28
* 10l, confused current "frame" with canvas width.Gravatar reimar2007-01-28
* Hack: use refmode == 1 instead of == 0, as browsers behave like thisGravatar reimar2007-01-28
* Set sh_video->bih->biWidth properly, fixes decoding after latest dec_video.c ...Gravatar reimar2007-01-28
* Interlaced gif supportGravatar reimar2007-01-16
* Change some types to uint8_t where appropriateGravatar reimar2007-01-16
* "Cosmetics" Introduce a memcpy function doing both transparentGravatar reimar2007-01-16
* CosmeticsGravatar reimar2007-01-13
* Implement gif transparencyGravatar reimar2007-01-13
* Fix: refmodes 2 and 3 leave useref unchangedGravatar reimar2007-01-13
* CosmeticsGravatar reimar2007-01-13
* Implement refmode == 2 in gif demuxerGravatar reimar2007-01-13
* Partially support gif using "reference" imagesGravatar reimar2007-01-13
* memset + malloc -> callocGravatar reimar2007-01-13
* Cast SWidth/SHeight to uint16_t, since that's what they actually are.Gravatar reimar2007-01-13
* Forgot to adjust length of memsetGravatar reimar2007-01-13
* Simplify gif demuxer by using memcpy_picGravatar reimar2007-01-13
* One more bounds check, though IMO the gif lib really should do this.Gravatar reimar2007-01-13
* SimplifyGravatar reimar2007-01-13
* Fix crash for gif images that have Top or Left setGravatar reimar2007-01-13
* Fix invalid read for gifs with a palette for less than 256 colorsGravatar reimar2007-01-13
* Move global variables in gif demuxer into priv structGravatar reimar2007-01-13
* cosmetics: typo fix pallete --> paletteGravatar diego2007-01-13
* Frametime was being read from the wrong offset, compareGravatar diego2007-01-13
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.Gravatar diego2006-07-08
* Move conditional compilation into the build system.Gravatar diego2006-07-06
* Demuxer modularizationGravatar rtognimp2005-08-05
* gif library incompatibility fixes and prefere libungif over libgif. Patch by ...Gravatar alex2003-02-19
* compile fixGravatar henry2003-02-08
* 1) codecs.conf changed recently and demux_gif no longer needs to spitGravatar arpi2003-02-08
* argh, i forgot to 'cvs add' it (again)Gravatar arpi2003-01-28