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
/
engines
/
kyra
/
vqa.cpp
Age
Commit message (
Expand
)
Author
2017-07-27
VIDEO: Allow setting the mixer sound type used to play audio tracks
Bastien Bouclet
2014-10-28
KYRA: Remove trailing whitespace
Filippos Karapetis
2014-02-18
KYRA: Make GPL headers consistent in themselves.
Johannes Schickel
2014-01-18
KYRA: Slight formatting fix.
Johannes Schickel
2014-01-18
KYRA: Make pointers to VQAHeader const
Torbjörn Andersson
2014-01-18
KYRA: Restructure the VQA decoder, as suggested by clone2727
Torbjörn Andersson
2014-01-18
KYRA: Let the VQA decoder draw directly to the backend
Torbjörn Andersson
2014-01-18
KYRA: Rewrite the VQA decoder, using the VideoDecoder classes
Torbjörn Andersson
2013-01-09
KYRA: Make all hex constants use uppercase letters.
Johannes Schickel
2012-03-13
JANITORIAL: Replace (x ? false : true) by !(x).
Christoph Mallon
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
KYRA: Clean up of header includes.
Johannes Schickel
2011-04-12
COMMON: Replace MKID_BE by MKTAG
Max Horn
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2011-01-29
KYRA: Fix Valgrind Uninitialized Memory Read at end of VQA Playback.
David Turner
2010-07-23
KYRA: Implement support for selecting the VQA quality via "video_quality".
Johannes Schickel
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-01-26
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...
Max Horn
2010-01-19
Move raw audio flags from sound/mixer.h to sound/raw.h
Max Horn
2010-01-19
Get rid of Mixer::FLAG_AUTOFREE.
Max Horn
2010-01-09
Replace AppendableAudioStream by QueuingAudioStream
Max Horn
2009-10-26
- Fix some missing initialization warnings from cppcheck
Johannes Schickel
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-06-25
Cleanup VQA player a bit.
Johannes Schickel
2009-06-22
- Changed the following Screen functions to take a reference to a Palette obj...
Johannes Schickel
2009-06-22
Changed Screen::getPalette to return a reference to a Palette object.
Johannes Schickel
2009-06-22
Got rid of Screen::_currentPalette.
Johannes Schickel
2009-06-14
Cleanup.
Johannes Schickel
2009-05-29
More formatting.
Johannes Schickel
2009-05-19
Remov lots of superfluous debug output.
Johannes Schickel
2009-01-23
Renamed Kyra's Resource::getFileStream to createReadStream
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-09-13
Big patch changing the signature of various Stream methods (some ports may ne...
Max Horn
2008-09-07
Got rid of all Common::File usages in Kyra.
Johannes Schickel
2008-09-06
Got rid of File::eof()
Max Horn
2008-07-16
Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,...
Christopher Page
2008-07-10
Removed unnecessary #inlcudes
Christopher Page
2008-07-08
KYRA works with the new GMM implementation
Christopher Page
2008-05-17
- Fixed sound channel fadeout on VQA playing
Johannes Schickel
2008-05-11
- Renamed KyraEngine to KyraEngine_v1
Johannes Schickel
2008-05-07
Changed kyra to use delete[] instead of delete [].
Johannes Schickel
2007-12-15
debug(C) parameter type fixes.
Johannes Schickel
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-17
Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...
Max Horn
2007-03-17
Force all code to use EventManager::pollEvent instead of OSystem::pollEvent
Max Horn
2007-02-28
Clarified some comments and moved some asserts to hopefully answer Fingolfin's
Torbjörn Andersson
2007-02-28
Changed the AppendableAudioStream code to use a queue of buffers, instead of ...
Max Horn
2007-02-17
Applied cyx's patch #1659302 ("KYRA: VQA player code cleanup/reduce") with the
Torbjörn Andersson
2006-09-16
Replaces malloc with new in most cases.
Johannes Schickel
[next]