aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
2009-11-28Adding a parameter to the AviDecoder constructor to allow changing the SoundT...Sven Hesse
2009-11-28Fixing a valgrind warning by memsetting _paletteSven Hesse
2009-11-27Fixing an invalid read in the destructorSven Hesse
2009-11-2700AM is another compressed frame type, fixing this (thanks to digitall for fi...Sven Hesse
2009-11-27Extended the AviDecoder a bitSven Hesse
2009-11-25TypoFilippos Karapetis
2009-11-24Fix incorrectly placed doxygen comments; replace Common::ID2string by Common:...Max Horn
2009-11-19Cleanup.Johannes Schickel
2009-11-18Put two of the WinCE downscalers into graphics/scaler/downscaler*, so that th...Max Horn
2009-11-11Add missing ")" in #if check.Johannes Schickel
2009-11-10Move definition of stdint types to the only file that needs them (mpeg_player.h)Max Horn
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
2009-10-16Override getAudioLag() in the AviDecoder (blatantly borrowed from the Smacker...Matthew Hoops
2009-10-16Converting AVIPlayer into a class that inherits from VideoDecoder and adapt S...Matthew Hoops
2009-10-16Added a new convenience method to the video player, which adds the event of s...Filippos Karapetis
2009-10-14gob: fix a regression in Bargon Attack intro caused by a fix of Ween problems...Arnaud Boutonné
2009-10-11Add support for 8x16 chars in the FM-Towns font ROM code.Johannes Schickel
2009-10-11Revert changes to graphics/sjis.h in r44709.Johannes Schickel
2009-10-09Some const correctness changes; cleanupMax Horn
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-10-06KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when t...Florian Kagerer
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-10-02Whitespace changesMax Horn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-30Implemented support for drawing 8x16 chars from our custom SJIS font.Johannes Schickel
2009-09-30Update SJIS code to read SJIS.FNT version 2 data (no support for drawing ASCI...Johannes Schickel
2009-09-28Removed the svn:executable property on non-executablesAndre Heider
2009-09-25Removed dead codeMax Horn
2009-09-08Fix what looks like a typo bug in the AVI playerMax Horn
2009-09-08Fixed some (pedantic) warningsMax Horn
2009-09-01Add some more drawing constraints, so prevent overflowing the video memorySven Hesse
2009-09-01Coding best practice: Whenever possible, pass objects by reference instead of...Max Horn
2009-08-30Rename the WAVE_* constants to AVI_WAVE_* to fix compile on WinCE.Matthew Hoops
2009-08-30Named some unnamed enums. Hopefully, this will fix compilation under WinCE.Filippos Karapetis
2009-08-30Add an AVI player and MSVideo1 codec for use with some SCI Windows game (such...Matthew Hoops
2009-08-30Added the ColorMask ARGB3444 for Gamecube/WiiAndre Heider
2009-08-29Patch #2836424: "Optional compilation of CoktelVideo and Indeo3"Eugene Sandulenko
2009-08-29Fix bug for non 8bpp indexed game screens in grabScreen565.Johannes Schickel
2009-08-29changes to graphics/scaler/thumbnail_intern.cpp that escaped earlier 16-bit m...Jody Northup
2009-08-26Fix to correctly store a cursor's key colour, fixing key colour being lost wh...Paul Gilbert
2009-08-22Fixing some problems when calling the player with muted outputSven Hesse
2009-08-22Fixed crossBlit prototypeAndre Heider
2009-08-21Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran...Andre Heider
2009-08-21Add JPEG decoder from 16bpp branchScott Thomas
2009-08-21Fixed warning.Torbjörn Andersson
2009-08-21add conversion.h and conversion.cpp into trunk (were present in working copy,...Jody Northup
2009-08-21Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/Jody Northup
2009-08-19Add another range check in our SJIS font code to avoid out of bounds access.Johannes Schickel
2009-08-16Merged revisions 43338-43340,43342,43344-43347,43349-43350,43352-43354,43357-...Travis Howell
2009-08-14MIPSpro compilation fixes / workarounds (from a patch by Rainer Canavan)Joost Peters