aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)Author
2009-11-30Only print sound information if there actually is sound (preventing a ↵Sven Hesse
division by 0 exception) svn-id: r46210
2009-11-30Properly clear the chunk headers again on closingSven Hesse
svn-id: r46209
2009-11-28Adding a parameter to the AviDecoder constructor to allow changing the ↵Sven Hesse
SoundType (instead of it being fixed to Plain) svn-id: r46170
2009-11-28Fixing a valgrind warning by memsetting _paletteSven Hesse
svn-id: r46169
2009-11-27Fixing an invalid read in the destructorSven Hesse
svn-id: r46164
2009-11-2700AM is another compressed frame type, fixing this (thanks to digitall for ↵Sven Hesse
figuring that out :D) svn-id: r46163
2009-11-27Extended the AviDecoder a bitSven Hesse
svn-id: r46162
2009-11-25TypoFilippos Karapetis
svn-id: r46135
2009-11-24Fix incorrectly placed doxygen comments; replace Common::ID2string by ↵Max Horn
Common::tag2string svn-id: r46127
2009-11-19Cleanup.Johannes Schickel
svn-id: r45993
2009-11-18Put two of the WinCE downscalers into graphics/scaler/downscaler*, so that ↵Max Horn
they can be used by multiple backends (more could be added as needed) svn-id: r45974
2009-11-11Add missing ")" in #if check.Johannes Schickel
svn-id: r45834
2009-11-10Move definition of stdint types to the only file that needs them (mpeg_player.h)Max Horn
svn-id: r45820
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
svn-id: r45233
2009-10-16Override getAudioLag() in the AviDecoder (blatantly borrowed from the ↵Matthew Hoops
SmackerDecoder). svn-id: r45172
2009-10-16Converting AVIPlayer into a class that inherits from VideoDecoder and adapt ↵Matthew Hoops
SCI to use this. Also, moving the codec and Codec class into their own folder. (Based on a patch by md5) svn-id: r45170
2009-10-16Added a new convenience method to the video player, which adds the event of ↵Filippos Karapetis
skipping videos with the escape key by default, thereby simplifying the video playing code in all places where it's used svn-id: r45151
2009-10-14gob: fix a regression in Bargon Attack intro caused by a fix of Ween ↵Arnaud Boutonné
problems. Still requires a more proper fix, but at least it doesn't hang anymore (closing bug #2878717) svn-id: r45080
2009-10-11Add support for 8x16 chars in the FM-Towns font ROM code.Johannes Schickel
svn-id: r44910
2009-10-11Revert changes to graphics/sjis.h in r44709.Johannes Schickel
svn-id: r44904
2009-10-09Some const correctness changes; cleanupMax Horn
svn-id: r44850
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
svn-id: r44802
2009-10-06KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when ↵Florian Kagerer
typing savegame names - fixed some minor bugs svn-id: r44709
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for ↵Max Horn
consistency svn-id: r44634
2009-10-02Whitespace changesMax Horn
svn-id: r44546
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵Max Horn
things) svn-id: r44495
2009-09-30Implemented support for drawing 8x16 chars from our custom SJIS font.Johannes Schickel
svn-id: r44486
2009-09-30Update SJIS code to read SJIS.FNT version 2 data (no support for drawing ↵Johannes Schickel
ASCII and half-width katakana glyphs yet). svn-id: r44483
2009-09-28Removed the svn:executable property on non-executablesAndre Heider
svn-id: r44444
2009-09-25Removed dead codeMax Horn
svn-id: r44335
2009-09-08Fix what looks like a typo bug in the AVI playerMax Horn
svn-id: r44016
2009-09-08Fixed some (pedantic) warningsMax Horn
svn-id: r44015
2009-09-01Add some more drawing constraints, so prevent overflowing the video memorySven Hesse
svn-id: r43902
2009-09-01Coding best practice: Whenever possible, pass objects by reference instead ↵Max Horn
of by value. Also make variables or data table which are only used locally "static". svn-id: r43882
2009-08-30Rename the WAVE_* constants to AVI_WAVE_* to fix compile on WinCE.Matthew Hoops
svn-id: r43839
2009-08-30Named some unnamed enums. Hopefully, this will fix compilation under WinCE.Filippos Karapetis
svn-id: r43836
2009-08-30Add an AVI player and MSVideo1 codec for use with some SCI Windows game ↵Matthew Hoops
(such as kq6). svn-id: r43833
2009-08-30Added the ColorMask ARGB3444 for Gamecube/WiiAndre Heider
svn-id: r43828
2009-08-29Patch #2836424: "Optional compilation of CoktelVideo and Indeo3"Eugene Sandulenko
svn-id: r43807
2009-08-29Fix bug for non 8bpp indexed game screens in grabScreen565.Johannes Schickel
svn-id: r43796
2009-08-29changes to graphics/scaler/thumbnail_intern.cpp that escaped earlier 16-bit ↵Jody Northup
merge. svn-id: r43788
2009-08-26Fix to correctly store a cursor's key colour, fixing key colour being lost ↵Paul Gilbert
when cursors are popped svn-id: r43757
2009-08-22Fixing some problems when calling the player with muted outputSven Hesse
svn-id: r43643
2009-08-22Fixed crossBlit prototypeAndre Heider
svn-id: r43626
2009-08-21Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to ↵Andre Heider
guarantee a consistent build. svn-id: r43604
2009-08-21Add JPEG decoder from 16bpp branchScott Thomas
svn-id: r43596
2009-08-21Fixed warning.Torbjörn Andersson
svn-id: r43585
2009-08-21add conversion.h and conversion.cpp into trunk (were present in working ↵Jody Northup
copy, but not added to svn control) svn-id: r43582
2009-08-21Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/Jody Northup
svn-id: r43577
2009-08-19Add another range check in our SJIS font code to avoid out of bounds access.Johannes Schickel
svn-id: r43532