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
/
qt_decoder.cpp
Age
Commit message (
Expand
)
Author
2010-11-19
COMMON: Split common/stream.h into several headers
Max Horn
2010-11-19
ALL: Push down deps on stream.h from .h to .cpp files
Max Horn
2010-09-06
VIDEO: Skip multiple tags in a QuickTime stsd entry
Matthew Hoops
2010-09-06
VIDEO: Apply patch #3057924 with some changes
Matthew Hoops
2010-08-04
GRAPHICS: Change signature of VideoDecoder::load()
Max Horn
2010-07-21
Strip trailing whitespaces in our common code base.
Johannes Schickel
2010-06-17
Fixed a few cppcheck errors.
Torbjörn Andersson
2010-06-16
Fixed QDM2 to working state.
David Turner
2010-05-26
Take any 'moov' resource from a resource fork, not just 0x80; minor cleanup.
Matthew Hoops
2010-05-26
Proper fix for the MSVC warning concerning packing: reordered the members of ...
Filippos Karapetis
2010-05-26
Implement QuickTime playback for SCI1.1 Mac. The 'Halfdome' and 'KQ6Movie' vi...
Matthew Hoops
2010-05-25
Fix a regression with rewinding in QuickTime videos (looping works in Riven a...
Matthew Hoops
2010-05-23
Add support for loading the QuickTime 'moov' atom from the file's resource fo...
Matthew Hoops
2010-05-23
Move the QDM2 code to the graphics module, removing the cyclic dependency.
Matthew Hoops
2010-05-23
Hide the QDM2 implementation and only expose it via a factory method, hopeful...
Matthew Hoops
2010-05-23
Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M...
Matthew Hoops