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-14 13:58:01 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
graphics
/
video
History
Max Horn
2bbf708dea
Introduced new type Common::DisposeAfterUse::Flag
...
svn-id: r45233
2009-10-18 19:41:59 +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
Override getAudioLag() in the AviDecoder (blatantly borrowed from the SmackerDecoder).
2009-10-16 18:32:20 +00:00
avi_decoder.h
Override getAudioLag() in the AviDecoder (blatantly borrowed from the SmackerDecoder).
2009-10-16 18:32:20 +00:00
dxa_decoder.cpp
Strip trailing whitespaces in the whole code base.
2009-05-24 15:17:42 +00:00
dxa_decoder.h
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.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
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
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
Got rid of several occurrences of gBitFormat
2009-01-22 04:59:09 +00:00
smk_decoder.cpp
Adding a SoundType parameter to SmackerDecoder, defaulting to kSFXSoundType
2009-07-29 10:17:44 +00:00
smk_decoder.h
Adding a SoundType parameter to SmackerDecoder, defaulting to kSFXSoundType
2009-07-29 10:17:44 +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