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-02-01 16:35:20 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
scummvm
/
graphics
/
video
History
Matthew Hoops
969a048619
Silence a valgrind warning. The sound buffer should be created with malloc and not new[].
...
svn-id: r47896
2010-02-05 04:27:51 +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
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/decoders/
2010-01-26 22:48:45 +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
…
dxa_decoder.h
…
flic_decoder.cpp
…
flic_decoder.h
…
mpeg_player.cpp
…
mpeg_player.h
…
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
…