aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
2010-08-08VIDEO: Stub IMDDecoderSven Hesse
2010-08-08VIDEO: Add CoktelDecoder::setFrameRate().Sven Hesse
2010-08-08VIDEO/GOB: Add CoktelDecoder::getDirtyRects()Sven Hesse
2010-08-08VIDEO/GOB: Add CoktelDecoder::setXY()Sven Hesse
2010-08-08VIDEO/GOB: Add setSurfaceMemory() to CoktelDecoderSven Hesse
2010-08-08VIDEO: Bare PreIMD decodingSven Hesse
2010-08-08VIDEO: Stub a VideoDecoder-like CoktelDecoderSven Hesse
2010-08-08VIDEO: Make Indeo3 a proper video codecSven Hesse
2010-08-04GRAPHICS: Change signature of VideoDecoder::load()Max Horn
2010-08-04GRAPHICS: Fix FlicDecoder::hasDirtyPalette signatureMax Horn
2010-08-03GRAPHICS: Fix a typo in a comment.Jordi Vilalta Prat
2010-08-02GRAPHICS: Renamed skipThumbnailHeader to skipThumbnail.Johannes Schickel
2010-08-01GUI: Fix font cache.Johannes Schickel
2010-07-30VIDEO: Ignore requests to unpause when video is already unpausedOri Avtalion
2010-07-30VIDEO: Fix FLIC loopingMatthew Hoops
2010-07-21Strip trailing whitespaces in our common code base.Johannes Schickel
2010-07-17Remove PalmOS portMax Horn
2010-07-14Fix valgrind warning.Matthew Hoops
2010-07-02Fix long standing regression (introduced with r34053) in thumbnail scaling co...Johannes Schickel
2010-07-02Rewrote the handling of thumbnail creation for KQ6 Windows in rev #50600, so ...Filippos Karapetis
2010-07-02Added a special case for KQ6 hires in the thumbnail creation code, which runs...Filippos Karapetis
2010-06-28i18n: Add support for locale-dependent fontsEugene Sandulenko
2010-06-17Fixed a few cppcheck errors.Torbjörn Andersson
2010-06-16Fixed QDM2 to working state.David Turner
2010-06-15Fix spelling, cleanupMax Horn
2010-06-15GUI: Added default names for builtin fonts.Eugene Sandulenko
2010-06-07Fix some typos in a commentJordi Vilalta Prat
2010-05-31Fix our interpretation of the audio compression types to what FFmpeg currentl...Matthew Hoops
2010-05-31Ignore v2 compressed audio chunks instead of treating them as Huffman DPCM. S...Matthew Hoops
2010-05-27Cleanup AVI a bit, add support for stereo audioMatthew Hoops
2010-05-26Take any 'moov' resource from a resource fork, not just 0x80; minor cleanup.Matthew Hoops
2010-05-26Proper fix for the MSVC warning concerning packing: reordered the members of ...Filippos Karapetis
2010-05-26Properly fixed MSVC warning C4121 (alignment of a member was sensitive to pac...Filippos Karapetis
2010-05-26Implement QuickTime playback for SCI1.1 Mac. The 'Halfdome' and 'KQ6Movie' vi...Matthew Hoops
2010-05-25Fix a regression with rewinding in QuickTime videos (looping works in Riven a...Matthew Hoops
2010-05-24Surface is a struct, not a classFilippos Karapetis
2010-05-24Move the PICT code to graphics/ with some updates; needed for SCI1.1 Mac.Matthew Hoops
2010-05-23Add support for loading the QuickTime 'moov' atom from the file's resource fo...Matthew Hoops
2010-05-23Move the QDM2 code to the graphics module, removing the cyclic dependency.Matthew Hoops
2010-05-23Hide the QDM2 implementation and only expose it via a factory method, hopeful...Matthew Hoops
2010-05-23FFMpeg switched to Git, so update link to original smacker decoder.Eugene Sandulenko
2010-05-23Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M...Matthew Hoops
2010-05-20Add a pause level system to VideoDecoder (blatantly ripped off from Engine) a...Matthew Hoops
2010-05-18Add a new class 'RewindableVideoDecoder' that allows a video to be rewound an...Matthew Hoops
2010-05-18Committing the rest of the VideoDecoder Rewrite from patch #2963496.Matthew Hoops
2010-05-18Fix currentFrame semantics in Flic playerOri Avtalion
2010-05-17Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of th...Matthew Hoops
2010-05-10Revert r48979. Instead, make the HQ scalers depend on the normal ones. Config...Andre Heider
2010-05-09Since configure allows HQ scalers without the normal onces, allow this combin...Andre Heider
2010-05-09Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi...Andre Heider