19 Commits

Author SHA1 Message Date
Joel Teichroeb
21ca0acedc GRIM: Add override to overriden functions 2014-05-30 17:45:22 -07:00
Pawel Kolodziejski
8759900b6a ALL: synced with ScummVM 2014-04-05 18:18:42 +02:00
Joel Teichroeb
4eb508cb61 GRIM: Use const references for strings 2013-07-07 20:56:24 -07:00
Giulio Camuffo
d052d6259d GRIM/Movie: Lock the frame mutex when restoring a savegame.
Fix a race condition which could make it seek to time 0 instead of the time
saved in the savegame.
2013-01-14 14:35:36 +01:00
Paweł Kołodziejski
175620b62a ALL: change license headers from LGPL to GPL, and few updates 2012-12-19 23:15:43 +01:00
Joel Teichroeb
aa8b2d1051 GRIM: Remove the dynamic_cast from smush 2012-04-30 22:35:21 -07:00
Paweł Kołodziejski
09cd98cda8 COMMON: mpeg2 is now needed for EMI, zlib needed for GRIM engine. USE_SMUSH not used anymore 2012-02-24 21:36:16 +01:00
Paweł Kołodziejski
e350c7f777 renames 2012-01-06 23:29:45 +01:00
Giulio Camuffo
e271b8772e GRIM/MOVIE: Actually draw the last frame of a looping smush movie.
This won't work on Bink movies as is. If it will be needed on those too
a different implementation will have to be found.
2011-12-18 17:45:09 +01:00
Einar Johan T. Sømåen
abea6d10fb GRIM: Reduce dependencies on engines/grim in engines/grim/movie 2011-10-02 00:21:21 +02:00
Einar Johan T. Sømåen
ceb42b40e0 GRIM: Cleanup in Movie-code 2011-10-01 22:42:38 +02:00
Einar Johan T. Sømåen
5e93a6f9b1 GRIM: Refactor the smush-decoder into a subclass of VideoDecoder 2011-10-01 02:51:55 +02:00
Giulio Camuffo
707ff45db1 GRIM: Use StackLock instead of Mutex directly. 2011-08-23 14:34:00 +02:00
Giulio Camuffo
cfbfe00f46 GRIM: Use a mutex to make sure smush runs only one frame at a time. 2011-08-23 12:24:03 +02:00
Einar Johan T. Sømåen
fe521f9b6e GRIM: Remove SMUSH-dependency on <zlib/zlib.h> 2011-08-13 10:18:36 +02:00
Einar Johan T. Sømåen
3902a7c230 GRIM: Make SMUSH-decoder use GZipReadStream instead of rolling its own zlib-decoding 2011-08-13 10:17:17 +02:00
Einar Johan T. Sømåen
c3b69b6afa GRIM: add USE_SMUSH-protection for fixing USE_ZLIB 2011-08-13 07:19:51 +02:00
Pawel Kolodziejski
356c9c8c07 sync with scummvm 2011-05-18 23:33:39 +02:00
Pawel Kolodziejski
83de2e6600 refactor movie playback and game detection params 2011-05-14 12:11:53 +02:00