Age | Commit message (Expand) | Author |
2010-08-08 | VIDEO: Stub a VideoDecoder-like CoktelDecoder | Sven Hesse |
2010-08-08 | VIDEO: Make Indeo3 a proper video codec | Sven Hesse |
2010-08-04 | GRAPHICS: Change signature of VideoDecoder::load() | Max Horn |
2010-08-04 | GRAPHICS: Fix FlicDecoder::hasDirtyPalette signature | Max Horn |
2010-08-03 | GRAPHICS: Fix a typo in a comment. | Jordi Vilalta Prat |
2010-08-02 | GRAPHICS: Renamed skipThumbnailHeader to skipThumbnail. | Johannes Schickel |
2010-08-01 | GUI: Fix font cache. | Johannes Schickel |
2010-07-30 | VIDEO: Ignore requests to unpause when video is already unpaused | Ori Avtalion |
2010-07-30 | VIDEO: Fix FLIC looping | Matthew Hoops |
2010-07-21 | Strip trailing whitespaces in our common code base. | Johannes Schickel |
2010-07-17 | Remove PalmOS port | Max Horn |
2010-07-14 | Fix valgrind warning. | Matthew Hoops |
2010-07-02 | Fix long standing regression (introduced with r34053) in thumbnail scaling co... | Johannes Schickel |
2010-07-02 | Rewrote the handling of thumbnail creation for KQ6 Windows in rev #50600, so ... | Filippos Karapetis |
2010-07-02 | Added a special case for KQ6 hires in the thumbnail creation code, which runs... | Filippos Karapetis |
2010-06-28 | i18n: Add support for locale-dependent fonts | Eugene Sandulenko |
2010-06-17 | Fixed a few cppcheck errors. | Torbjörn Andersson |
2010-06-16 | Fixed QDM2 to working state. | David Turner |
2010-06-15 | Fix spelling, cleanup | Max Horn |
2010-06-15 | GUI: Added default names for builtin fonts. | Eugene Sandulenko |
2010-06-07 | Fix some typos in a comment | Jordi Vilalta Prat |
2010-05-31 | Fix our interpretation of the audio compression types to what FFmpeg currentl... | Matthew Hoops |
2010-05-31 | Ignore v2 compressed audio chunks instead of treating them as Huffman DPCM. S... | Matthew Hoops |
2010-05-27 | Cleanup AVI a bit, add support for stereo audio | Matthew Hoops |
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 | Properly fixed MSVC warning C4121 (alignment of a member was sensitive to pac... | 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-24 | Surface is a struct, not a class | Filippos Karapetis |
2010-05-24 | Move the PICT code to graphics/ with some updates; needed for SCI1.1 Mac. | 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 | FFMpeg switched to Git, so update link to original smacker decoder. | Eugene Sandulenko |
2010-05-23 | Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M... | Matthew Hoops |
2010-05-20 | Add a pause level system to VideoDecoder (blatantly ripped off from Engine) a... | Matthew Hoops |
2010-05-18 | Add a new class 'RewindableVideoDecoder' that allows a video to be rewound an... | Matthew Hoops |
2010-05-18 | Committing the rest of the VideoDecoder Rewrite from patch #2963496. | Matthew Hoops |
2010-05-18 | Fix currentFrame semantics in Flic player | Ori Avtalion |
2010-05-17 | Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of th... | Matthew Hoops |
2010-05-10 | Revert r48979. Instead, make the HQ scalers depend on the normal ones. Config... | Andre Heider |
2010-05-09 | Since configure allows HQ scalers without the normal onces, allow this combin... | Andre Heider |
2010-05-09 | Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi... | Andre Heider |
2010-04-20 | Use the faster memset() in Surface::fillRect() for 16bit modes when possible. | Andre Heider |
2010-04-19 | Document that the current Hercules mode thumbnail scaler code is pretty much ... | Johannes Schickel |
2010-04-19 | Cleanup. | Johannes Schickel |
2010-04-19 | Do not call OSystem::grabPalette() for 16bit modes, when the result is not us... | Andre Heider |
2010-04-17 | Fixing some warnings (with gcc 3.3.6) | Max Horn |
2010-04-17 | Fix for ARM Normal2xAspect scaler that was causing crashes when the screen | Robin Watts |