Age | Commit message (Expand) | Author |
2009-06-07 | Changed the bitstream buffer used to initialize the big Huffman trees to be a... | Filippos Karapetis |
2009-06-07 | Formatting | Filippos Karapetis |
2009-06-07 | Applied madmoose's patch from bug report #2794216 - "Loading large Smacker mo... | Filippos Karapetis |
2009-05-26 | Reserve some space in the Huffman tree arrays before starting to decode the H... | Filippos Karapetis |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-21 | Move Indeo3 static data from indeo3data.h to indeo3.cpp. | Johannes Schickel |
2009-05-21 | I'm no longer sure I've really seen case 12 happen, so don't mention it. | Torbjörn Andersson |
2009-05-21 | Renamed the DXA, SMK and FLIC video decoders to reflect the fact that they're... | Filippos Karapetis |
2009-05-21 | Moved the Coktel video player into its own subdirectory | Filippos Karapetis |
2009-05-21 | Added comment and warning message about possibly missing cases. | Torbjörn Andersson |
2009-05-21 | Fixed indentation. (Don't worry, it's just a small change, and it matches the | Torbjörn Andersson |
2009-05-20 | Moving CoktelVideo (IMD/VMD) and the Indeo3 code (needed for Urban Runner's V... | Sven Hesse |
2009-05-20 | - Reverted commit #40730, as it introduced rounding errors | Filippos Karapetis |
2009-05-19 | Changed calculations based on frame delay to be based on the scale of 1ms, no... | Filippos Karapetis |
2009-05-19 | Some fixes to the video decoders, thanks to salty-horse's comments | Filippos Karapetis |
2009-05-17 | The 'frameSize' variable isn't used at the moment. | Torbjörn Andersson |
2009-05-17 | Changed the FLIC player to the common VideoDecoder interface. Note that curre... | Filippos Karapetis |
2009-05-16 | Add initial support for DOS non-interactive demos of The Feeble Files. | Travis Howell |
2009-03-09 | Renamed SMKPlayer -> SmackerDecoder and DXAPlayer -> DXADecoder, as well as s... | Max Horn |
2009-03-08 | Patch #2658710: "Add comments to specify which engines use which decoders" | Eugene Sandulenko |
2009-02-15 | - Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel. | Johannes Schickel |
2009-02-15 | Applied my patch for the BS1/2 video player | Filippos Karapetis |
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn |
2009-01-29 | A ton of code formatting fixes; also fixed warnings about single line loops l... | Max Horn |
2009-01-25 | TUCKER: modified flic playback to make use of dirtyrects | Gregory Montoir |
2009-01-23 | Renamed Archive::openFile to createReadStreamForMember | Max Horn |
2009-01-22 | Got rid of several occurrences of gBitFormat | Max Horn |
2009-01-22 | Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ... | Max Horn |
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-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 | 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 |
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 | The BitStream class has a 2 byte lookahead. Hopefully, this will fix the inva... | Filippos Karapetis |
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat |
2008-12-21 | Move all video players to separate directory | Eugene Sandulenko |