This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-01-29 23:01:58 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
graphics
/
video
History
Sven Hesse
07d8f1c89b
Fixing a valgrind warning by memsetting _palette
...
svn-id: r46169
2009-11-28 00:32:16 +00:00
..
codecs
Converting AVIPlayer into a class that inherits from VideoDecoder and adapt SCI to use this. Also, moving the codec and Codec class into their own folder. (Based on a patch by md5)
2009-10-16 18:05:56 +00:00
coktelvideo
Introduced new type Common::DisposeAfterUse::Flag
2009-10-18 19:41:59 +00:00
avi_decoder.cpp
Fixing a valgrind warning by memsetting _palette
2009-11-28 00:32:16 +00:00
avi_decoder.h
Extended the AviDecoder a bit
2009-11-27 18:25:40 +00:00
dxa_decoder.cpp
…
dxa_decoder.h
Fix incorrectly placed doxygen comments; replace Common::ID2string by Common::tag2string
2009-11-24 22:08:34 +00:00
flic_decoder.cpp
…
flic_decoder.h
Typo
2009-11-25 08:07:20 +00:00
mpeg_player.cpp
…
mpeg_player.h
Add missing ")" in #if check.
2009-11-11 14:28:07 +00:00
smk_decoder.cpp
…
smk_decoder.h
Fix incorrectly placed doxygen comments; replace Common::ID2string by Common::tag2string
2009-11-24 22:08:34 +00:00
video_player.cpp
Added a new convenience method to the video player, which adds the event of skipping videos with the escape key by default, thereby simplifying the video playing code in all places where it's used
2009-10-16 07:42:23 +00:00
video_player.h
Added a new convenience method to the video player, which adds the event of skipping videos with the escape key by default, thereby simplifying the video playing code in all places where it's used
2009-10-16 07:42:23 +00:00