aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
2010-08-08VIDEO: Fix deLZ77'ing video data directly onto the video surfaceSven Hesse
2010-08-08VIDEO: Add some comments, fix a style issueSven Hesse
2010-08-08VIDEO: Don't crash when sound is disabled :PSven Hesse
2010-08-08VIDEO: renderBlockWhole2Y still worksSven Hesse
2010-08-08VIDEO: Fix another IMD seek issueSven Hesse
2010-08-08VIDEO: Fix another IMD seek issueSven Hesse
2010-08-08VIDEO/GOB: Stub hasEmbeddedFile / getEmbeddedFileSven Hesse
2010-08-08VIDEO: Make getFrameRate() protected againSven Hesse
2010-08-08VIDEO/GOB: Fix IMD playingSven Hesse
2010-08-08VIDEO/GOB: Fixing the frame rate for mult'd videos.Sven Hesse
2010-08-08VIDEO/GOB: Implement IMD frame renderingSven Hesse
2010-08-08VIDEO/GOB: Implement IMD frame decodingSven Hesse
2010-08-08VIDEO/GOB: Implement IMD loadingSven Hesse
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