index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libmpdemux
/
demux_gif.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename preprocessor directives related to image libraries.
diego
2008-08-05
1
-2
/
+2
*
Make all demuxer_desc_t const, thus moving them to .rodata
reimar
2008-01-13
1
-1
/
+1
*
Replace implicit use of fast_memcpy via macro by explicit use to allow
reimar
2007-06-05
1
-2
/
+2
*
Add explicit location for headers from the stream/ directory.
diego
2007-03-15
1
-1
/
+1
*
Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.
reimar
2007-03-01
1
-4
/
+4
*
Fix number of rows in interlaced mode.
reimar
2007-01-28
1
-7
/
+11
*
10l, confused current "frame" with canvas width.
reimar
2007-01-28
1
-3
/
+3
*
Hack: use refmode == 1 instead of == 0, as browsers behave like this
reimar
2007-01-28
1
-0
/
+7
*
Set sh_video->bih->biWidth properly, fixes decoding after latest dec_video.c ...
reimar
2007-01-28
1
-5
/
+2
*
Interlaced gif support
reimar
2007-01-16
1
-2
/
+20
*
Change some types to uint8_t where appropriate
reimar
2007-01-16
1
-2
/
+2
*
"Cosmetics" Introduce a memcpy function doing both transparent
reimar
2007-01-16
1
-15
/
+21
*
Cosmetics
reimar
2007-01-13
1
-2
/
+2
*
Implement gif transparency
reimar
2007-01-13
1
-0
/
+18
*
Fix: refmodes 2 and 3 leave useref unchanged
reimar
2007-01-13
1
-2
/
+1
*
Cosmetics
reimar
2007-01-13
1
-7
/
+7
*
Implement refmode == 2 in gif demuxer
reimar
2007-01-13
1
-4
/
+8
*
Partially support gif using "reference" images
reimar
2007-01-13
1
-1
/
+17
*
memset + malloc -> calloc
reimar
2007-01-13
1
-2
/
+1
*
Cast SWidth/SHeight to uint16_t, since that's what they actually are.
reimar
2007-01-13
1
-2
/
+2
*
Forgot to adjust length of memset
reimar
2007-01-13
1
-1
/
+1
*
Simplify gif demuxer by using memcpy_pic
reimar
2007-01-13
1
-8
/
+3
*
One more bounds check, though IMO the gif lib really should do this.
reimar
2007-01-13
1
-4
/
+4
*
Simplify
reimar
2007-01-13
1
-2
/
+1
*
Fix crash for gif images that have Top or Left set
reimar
2007-01-13
1
-5
/
+11
*
Fix invalid read for gifs with a palette for less than 256 colors
reimar
2007-01-13
1
-1
/
+3
*
Move global variables in gif demuxer into priv struct
reimar
2007-01-13
1
-21
/
+22
*
cosmetics: typo fix pallete --> palette
diego
2007-01-13
1
-7
/
+7
*
Frametime was being read from the wrong offset, compare
diego
2007-01-13
1
-1
/
+1
*
Remove unused variables, patch by Stefan Huehner stefan at huehner org.
diego
2006-07-08
1
-1
/
+0
*
Move conditional compilation into the build system.
diego
2006-07-06
1
-4
/
+0
*
Demuxer modularization
rtognimp
2005-08-05
1
-5
/
+23
*
gif library incompatibility fixes and prefere libungif over libgif. Patch by ...
alex
2003-02-19
1
-0
/
+13
*
compile fix
henry
2003-02-08
1
-1
/
+1
*
1) codecs.conf changed recently and demux_gif no longer needs to spit
arpi
2003-02-08
1
-11
/
+7
*
argh, i forgot to 'cvs add' it (again)
arpi
2003-01-28
1
-0
/
+213