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
/
coktelvideo.h
Age
Commit message (
Expand
)
Author
2010-01-19
Move raw audio flags from sound/mixer.h to sound/raw.h
Max Horn
2010-01-08
Rename QueuedAudioStream to QueuingAudioStream
Max Horn
2010-01-08
Switch Tinsel, MADE and some of the video players to QueuedAudioStream
Max Horn
2009-12-29
Added a thin wrapper around the VMD player class, so that it can be used with...
Filippos Karapetis
2009-12-29
Adding a getFrameWaitTime() method to get the frame waiting time instead of d...
Sven Hesse
2009-12-29
Adding CoktelVideo::hasExtraData(void), for checking if /any/ extra data file...
Sven Hesse
2009-08-29
Patch #2836424: "Optional compilation of CoktelVideo and Indeo3"
Eugene Sandulenko
2009-07-27
Abstracting off the block types from Imd::renderFrame() and Vmd::renderFrame()
Sven Hesse
2009-07-25
Adding support for (new-style) stereo in DPCM audio
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
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-05-21
Moved the Coktel video player into its own subdirectory
Filippos Karapetis