aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
2010-10-09VIDEO: Remove useless references in handleAudioTrack functionSylvain Dupont
2010-10-08VIDEO: Factor out handleAudioTrack() to be used by Toons engineEugene Sandulenko
2010-10-01GRAPHICS: Add BPP check to Surface::move.Johannes Schickel
2010-10-01GRAPHICS: Cleanup.Johannes Schickel
2010-10-01SCUMM/FM-TOWNS: fix palette and other graphics issuesFlorian Kagerer
2010-09-30GOB: Make GCC happier.Torbjörn Andersson
2010-09-30VIDEO: Interpolate U and V valuesSven Hesse
2010-09-30VIDEO: Allow for Indeo3'd VMDsSven Hesse
2010-09-30VIDEO: Allow for scaled Indeo3 framesSven Hesse
2010-09-29IPHONE: The overlay will now always be in the native device resolutionOystein Eftevaag
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-09-12VIDEO: Fix rounding the Smacker frame rateMatthew Hoops
2010-09-10GRAPHICS: Improve PICT supportMatthew Hoops
2010-09-07COMMON: Remove Rational::operator int/doubleWillem Jan Palenstijn
2010-09-06VIDEO: Skip multiple tags in a QuickTime stsd entryMatthew Hoops
2010-09-06VIDEO: Apply patch #3057924 with some changesMatthew Hoops
2010-09-02JANITORIAL: Remove extra semi-colons.Torbjörn Andersson
2010-08-27VIDEO: Change decodeImage() around a bit, plug a leakSven Hesse
2010-08-25GUI: Fixed bug #2505686: "GUI: minor artifacts in rounded corners"Eugene Sandulenko
2010-08-21GRAPHICS: Extend Surface::fill() method to support 32bits. Looks uglyEugene Sandulenko
2010-08-09LEGAL: Add COPYING.BSD fileTorbjörn Andersson
2010-08-08VIDEO: That should fix compilation with MSVCSven Hesse
2010-08-08VIDEO: Cinepak cleanupMatthew Hoops
2010-08-08VIDEO: Use tag2strSven Hesse
2010-08-08VIDEO: Fixing typos ("Unknow" -> "Unknown")Sven Hesse
2010-08-08VIDEO: Remove the now obsolete CoktelVideo classesSven Hesse
2010-08-08VIDEO: Use proper palettes in CoktelDecoderSven Hesse
2010-08-08VIDEO: Set _paletteDirty in VMDDecoder::load() when there is an initial paletteSven Hesse
2010-08-08VIDEO: Change the mixer parameter from a reference to a pointerSven Hesse
2010-08-08VIDEO: Make CoktelDecoder::getFrameCoords() virtualSven Hesse
2010-08-08VIDEO: Implement VMD subtitlesSven Hesse
2010-08-08VIDEO: Implement VMDDecoder::setXY()Sven Hesse
2010-08-08VIDEO/GOB: Implement and use CoktelDecoder::getFrameCoords()Sven Hesse
2010-08-08VIDEO: Fix a failed assertion in VMDDecoder::readFiles()Sven Hesse
2010-08-08VIDEO: Implement CoktelDecoder::renderBlockRLE()Sven Hesse
2010-08-08VIDEO: Fix VMD seekingSven Hesse
2010-08-08VIDEO: Implement VMD frame renderingSven Hesse
2010-08-08VIDEO: Change the CoktelDecoder::renderBlock*'s signaturesSven Hesse
2010-08-08VIDEO: Implement VMD soundSven Hesse
2010-08-08VIDEO: Implement VMD frame decodingSven Hesse
2010-08-08VIDEO: Implement VMDDecoder::seek()Sven Hesse
2010-08-08VIDEO: Fix compilation after the VideoDecoder::load signature change in r51725Sven Hesse
2010-08-08VIDEO: Implement embedded file handling for VMDsSven Hesse
2010-08-08VIDEO: Implement VMD loadingSven Hesse
2010-08-08VIDEO: Move the frame calculation out of seek()Sven Hesse
2010-08-08VIDEO/GOB: Stubb VMDDecoderSven Hesse
2010-08-08VIDEO: Add getSurfaceSven Hesse
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