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-24 03:24:50 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
graphics
/
video
History
Ori Avtalion
7ab8f6e25b
Fix currentFrame semantics in Flic player
...
svn-id: r49073
2010-05-18 10:01:31 +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
AUDIO: Rename Mixer::playInputStream to playStream
2010-04-12 09:14:17 +00:00
avi_decoder.cpp
Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of the next frame to draw. This is patch 1 from patch
#2963496
(VideoDecoder Rewrite).
2010-05-17 21:59:05 +00:00
avi_decoder.h
Strip trailing spaces/tabs.
2010-01-25 01:39:44 +00:00
dxa_decoder.cpp
Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of the next frame to draw. This is patch 1 from patch
#2963496
(VideoDecoder Rewrite).
2010-05-17 21:59:05 +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
Fix currentFrame semantics in Flic player
2010-05-18 10:01:31 +00:00
flic_decoder.h
Typo
2009-11-25 08:07:20 +00:00
mpeg_player.cpp
Remove unnecessary #includes
2010-03-08 10:28:14 +00:00
mpeg_player.h
Add missing ")" in #if check.
2009-11-11 14:28:07 +00:00
smk_decoder.cpp
Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of the next frame to draw. This is patch 1 from patch
#2963496
(VideoDecoder Rewrite).
2010-05-17 21:59:05 +00:00
smk_decoder.h
Rename QueuedAudioStream to QueuingAudioStream
2010-01-08 22:06:04 +00:00
video_player.cpp
Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of the next frame to draw. This is patch 1 from patch
#2963496
(VideoDecoder Rewrite).
2010-05-17 21:59:05 +00:00
video_player.h
Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of the next frame to draw. This is patch 1 from patch
#2963496
(VideoDecoder Rewrite).
2010-05-17 21:59:05 +00:00