aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/3do/movie_decoder.h
AgeCommit message (Collapse)Author
2017-07-27VIDEO: Allow setting the mixer sound type used to play audio tracksBastien Bouclet
2015-09-09SHERLOCK: 3DO: Move 3do movie playback method into ScalpelEnginePaul Gilbert
2015-06-08SHERLOCK: 3DO: play EA intro movieMartin Kiewitz
2015-06-06SHERLOCK: rework 3DO audio, add AIFC file supportMartin Kiewitz
- rework 3DO audio decoders to decode into buffer only - 3DO audio decoders also use streams without separate size arg now - add support for ADP4 + SDX2 inside AIFC files - add debug command "3do_playaudio" to play AIFC files - remove audio flags and replace with stereo bool
2015-06-04SHERLOCK: improve 3DO movie player, add SDX2 codecMartin Kiewitz
- queue up to 0.5 seconds of audio to avoid buffer underruns - support for SDX2 codec - put both audio codecs into audio/decoders/3do.cpp - made movie player capable of playing EA logo movie
2015-06-03SHERLOCK: 3do movie player non-FFR thx clone2727Martin Kiewitz
sherlock seems to only use a fixed frame rate but we now support dynamic frame rate timing
2015-06-03SHERLOCK: 3DO movie player,thx clone2727 for videoMartin Kiewitz