Age | Commit message (Expand) | Author |
2009-01-11 | Stop recalculating the x and y coordinates for every frame in playVideo() | Filippos Karapetis |
2009-01-11 | Oops... *really* fixed compilation | Filippos Karapetis |
2009-01-11 | Fixed compilation | Filippos Karapetis |
2009-01-11 | Committed a modified version of wjp's patch for the video player: | Filippos Karapetis |
2009-01-11 | Merge in Virtual Keybpard & KeyMapper branch, | Eugene Sandulenko |
2009-01-07 | Reduced header deps | Max Horn |
2009-01-07 | videoIsLoaded() -> isVideoLoaded() | Filippos Karapetis |
2009-01-07 | Clear the screen to black before showing a video with playVideo() (it's meant... | Filippos Karapetis |
2009-01-07 | Initialize DXA buffers to 0 when they're allocated | Filippos Karapetis |
2009-01-07 | Move videoPalette inside setPalette(), as it's only used there | Filippos Karapetis |
2009-01-07 | Further merging of the SMK and DXA players (the FLIC player is not done yet): | Filippos Karapetis |
2009-01-06 | An attempt to unify the different video players (FLIC player is not finished ... | Filippos Karapetis |
2009-01-06 | Specify that implementations of setPalette() should use an RGB palette | Filippos Karapetis |
2009-01-05 | Workaround issue in Graphics::Surface code on Haiku | Max Horn |
2009-01-05 | Added a copyFrameToBuffer() method to the FLIC player too, like in the other ... | Filippos Karapetis |
2009-01-05 | Added Doxygen-like comments to the FLIC player, and changed it a bit to have ... | Filippos Karapetis |
2009-01-05 | Removed unused reference to OSystem | Filippos Karapetis |
2009-01-03 | Proper lag calculation even if the SMK has no audio | Sven Hesse |
2009-01-01 | Cleanup. | Johannes Schickel |
2009-01-01 | Fingolfin says: If an #ifdef __SYMBIAN32__ is needed here, the Symbian folks ... | Max Horn |
2008-12-31 | Removed Graphics::ImageMan. Nothing uses it | Max Horn |
2008-12-31 | Clarified some ImageMan doxygen comments | Max Horn |
2008-12-27 | Adding support for specifying an index that will be ignored when building the... | Sven Hesse |
2008-12-27 | Adding a magic id and a version number to the PaletteLUT cache | Sven Hesse |
2008-12-27 | Initializing the lookahead values, too. No more valgrind warnings anymore :) | Sven Hesse |
2008-12-27 | Fixing the invalid read (BitStream having a 2 byte lookahead and all :P) | Sven Hesse |
2008-12-27 | Turned FSNode into a ArchiveMember subclass; removed the now obsolete FSDirec... | Max Horn |
2008-12-27 | The BitStream class has a 2 byte lookahead. Hopefully, this will fix the inva... | Filippos Karapetis |
2008-12-26 | Fix for the SliderWidget glitch when showing very small values (and potential... | Jordi Vilalta Prat |
2008-12-24 | Silenced signed/unsigned warning | Filippos Karapetis |
2008-12-24 | Documenting the dither code a bit more and removing SierraLight's not needed ... | Sven Hesse |
2008-12-24 | Moving the dither code to graphics/ | Sven Hesse |
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat |
2008-12-22 | Fix the rendering of stroked tabs | Jordi Vilalta Prat |
2008-12-21 | Move all video players to separate directory | Eugene Sandulenko |
2008-12-21 | Fix warnings. | Travis Howell |
2008-12-21 | Fixed compilation | Filippos Karapetis |
2008-12-21 | Return exact frame rate in Smacker player, and minor cleanup. | Travis Howell |
2008-12-21 | Add initial Smacker support for The Feeble Files. | Travis Howell |
2008-12-19 | Hopefully fixed invalid buffer reads | Filippos Karapetis |
2008-12-19 | memset()ing the output image with 0 at the start | Sven Hesse |
2008-12-19 | Some slight cleanup | Filippos Karapetis |
2008-12-19 | Making curPos an uint32, so that it won't overflow anymore | Sven Hesse |
2008-12-19 | Fixing 16bit audio | Sven Hesse |
2008-12-19 | Adding convenience functions to get the time to wait for the next frame, whil... | Sven Hesse |
2008-12-18 | Fixing 8bit audio | Sven Hesse |
2008-12-18 | Oops, base values are read in the correct order now | Filippos Karapetis |
2008-12-18 | Audio support for Smacker videos. Audio doesn't sound right yet, though | Filippos Karapetis |
2008-12-18 | Fixed warnings. Hopefully without breaking anything. | Torbjörn Andersson |
2008-12-17 | Some more Smacker audio code (still non-functional) | Filippos Karapetis |