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