Age | Commit message (Expand) | Author |
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn |
2009-10-16 | Override getAudioLag() in the AviDecoder (blatantly borrowed from the Smacker... | Matthew Hoops |
2009-10-16 | Converting AVIPlayer into a class that inherits from VideoDecoder and adapt S... | Matthew Hoops |
2009-10-16 | Added a new convenience method to the video player, which adds the event of s... | Filippos Karapetis |
2009-10-14 | gob: fix a regression in Bargon Attack intro caused by a fix of Ween problems... | Arnaud Boutonné |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-08 | Fix what looks like a typo bug in the AVI player | Max Horn |
2009-09-01 | Add some more drawing constraints, so prevent overflowing the video memory | Sven Hesse |
2009-08-30 | Rename the WAVE_* constants to AVI_WAVE_* to fix compile on WinCE. | Matthew Hoops |
2009-08-30 | Named some unnamed enums. Hopefully, this will fix compilation under WinCE. | Filippos Karapetis |
2009-08-30 | Add an AVI player and MSVideo1 codec for use with some SCI Windows game (such... | Matthew Hoops |
2009-08-29 | Patch #2836424: "Optional compilation of CoktelVideo and Indeo3" | Eugene Sandulenko |
2009-08-22 | Fixing some problems when calling the player with muted output | Sven Hesse |
2009-08-02 | When ESCing videos, seek to the last frame that was meant to be played. Fixes... | Sven Hesse |
2009-07-29 | Adding a SoundType parameter to SmackerDecoder, defaulting to kSFXSoundType | Sven Hesse |
2009-07-28 | Changing stuff around a bit so alignment requirements won't increase | Sven Hesse |
2009-07-27 | Abstracting off the block types from Imd::renderFrame() and Vmd::renderFrame() | Sven Hesse |
2009-07-26 | Reverting my fix for bug #2037158 ("In-Game animation shifted(?)"), because i... | Sven Hesse |
2009-07-25 | Adding more sanity checks to Vmd::renderFrame() | Sven Hesse |
2009-07-25 | Adding support for (new-style) stereo in DPCM audio | Sven Hesse |
2009-07-25 | Fixing Woodruff videos again after enabling block type 2 transparency | Sven Hesse |
2009-07-24 | CoktelVideo cleanup: Splitting up some IMD methods and removing the obsolete ... | Sven Hesse |
2009-07-24 | Moving all implementations into the cpp | Sven Hesse |
2009-07-24 | Renaming getAnchor() to getFrameCoords() | Sven Hesse |
2009-07-24 | Fixing bytes per pixel detection | Sven Hesse |
2009-07-24 | Adding stubs for newer VMDs found in Addy 5 | Sven Hesse |
2009-07-24 | Properly reading the video codec fourcc, in case we need other codecs in the ... | Sven Hesse |
2009-07-24 | Calculating the number of data bytes per initial sound slice, because relying... | Sven Hesse |
2009-07-24 | Adding subtitle support to Woodruff | Sven Hesse |
2009-07-24 | Adding support for ADPCM sound data (yet another IMA ADPCM variant). What we'... | Sven Hesse |
2009-07-24 | Adding transparency for VMD video block type 2, fixing bug #2037158 ("n-Game ... | Sven Hesse |
2009-07-14 | Got rid of ioFailed(). I haven't actually tested it, but we don't use the MPEG | Torbjörn Andersson |
2009-07-14 | Removing ioFailed() usage and fixing a leak in case of error | Sven Hesse |
2009-07-09 | Warn instead of crash when a video frame part was found although the header s... | Sven Hesse |
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 |