index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
graphics
/
video
/
coktelvideo
Age
Commit message (
Expand
)
Author
2009-07-25
Adding more sanity checks to Vmd::renderFrame()
Sven Hesse
2009-07-25
Adding support for (new-style) stereo in DPCM audio
Sven Hesse
2009-07-25
Fixing Woodruff videos again after enabling block type 2 transparency
Sven Hesse
2009-07-24
CoktelVideo cleanup: Splitting up some IMD methods and removing the obsolete ...
Sven Hesse
2009-07-24
Moving all implementations into the cpp
Sven Hesse
2009-07-24
Renaming getAnchor() to getFrameCoords()
Sven Hesse
2009-07-24
Fixing bytes per pixel detection
Sven Hesse
2009-07-24
Adding stubs for newer VMDs found in Addy 5
Sven Hesse
2009-07-24
Properly reading the video codec fourcc, in case we need other codecs in the ...
Sven Hesse
2009-07-24
Calculating the number of data bytes per initial sound slice, because relying...
Sven Hesse
2009-07-24
Adding subtitle support to Woodruff
Sven Hesse
2009-07-24
Adding support for ADPCM sound data (yet another IMA ADPCM variant). What we'...
Sven Hesse
2009-07-24
Adding transparency for VMD video block type 2, fixing bug #2037158 ("n-Game ...
Sven Hesse
2009-07-14
Removing ioFailed() usage and fixing a leak in case of error
Sven Hesse
2009-07-09
Warn instead of crash when a video frame part was found although the header s...
Sven Hesse
2009-05-21
Move Indeo3 static data from indeo3data.h to indeo3.cpp.
Johannes Schickel
2009-05-21
I'm no longer sure I've really seen case 12 happen, so don't mention it.
Torbjörn Andersson
2009-05-21
Moved the Coktel video player into its own subdirectory
Filippos Karapetis