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-10 20:01:25 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
graphics
/
video
History
Arnaud Boutonné
aaa5849567
Revert r47944: useless debug messages, sorry for the wrong commit
...
svn-id: r47946
2010-02-06 22:54:20 +00:00
..
codecs
Have SCI look through the patches directory (except in KQ6 where the patches in that directory are broken) to fix some GK1 Windows problems. Add the MSRLE codec to AVI (from DrMcCoy's Dark Seed II engine, with permission). GK1 Windows now will play the credits video.
2010-02-05 03:29:04 +00:00
coktelvideo
Revert r47944: useless debug messages, sorry for the wrong commit
2010-02-06 22:54:20 +00:00
avi_decoder.cpp
Silence a valgrind warning. The sound buffer should be created with malloc and not new[].
2010-02-05 04:27:51 +00:00
avi_decoder.h
Strip trailing spaces/tabs.
2010-01-25 01:39:44 +00:00
dxa_decoder.cpp
Strip trailing whitespaces in the whole code base.
2009-05-24 15:17:42 +00:00
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
Renamed the DXA, SMK and FLIC video decoders to reflect the fact that they're decoders, not players
2009-05-21 13:02:56 +00:00
flic_decoder.h
Typo
2009-11-25 08:07:20 +00:00
mpeg_player.cpp
Got rid of ioFailed(). I haven't actually tested it, but we don't use the MPEG
2009-07-14 16:45:18 +00:00
mpeg_player.h
Add missing ")" in #if check.
2009-11-11 14:28:07 +00:00
smk_decoder.cpp
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/decoders/
2010-01-26 22:48:45 +00:00
smk_decoder.h
Rename QueuedAudioStream to QueuingAudioStream
2010-01-08 22:06:04 +00:00
video_player.cpp
Silenced some more cppcheck warnings. Some of these may seem silly, but the way
2010-01-22 19:05:02 +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