aboutsummaryrefslogtreecommitdiff
path: root/graphics/video
AgeCommit message (Expand)Author
2010-08-08VIDEO: renderBlockWhole2Y still worksSven Hesse
2010-08-08VIDEO: Fix another IMD seek issueSven Hesse
2010-08-08VIDEO: Fix another IMD seek issueSven Hesse
2010-08-08VIDEO/GOB: Stub hasEmbeddedFile / getEmbeddedFileSven Hesse
2010-08-08VIDEO: Make getFrameRate() protected againSven Hesse
2010-08-08VIDEO/GOB: Fix IMD playingSven Hesse
2010-08-08VIDEO/GOB: Fixing the frame rate for mult'd videos.Sven Hesse
2010-08-08VIDEO/GOB: Implement IMD frame renderingSven Hesse
2010-08-08VIDEO/GOB: Implement IMD frame decodingSven Hesse
2010-08-08VIDEO/GOB: Implement IMD loadingSven Hesse
2010-08-08VIDEO: Stub IMDDecoderSven Hesse
2010-08-08VIDEO: Add CoktelDecoder::setFrameRate().Sven Hesse
2010-08-08VIDEO/GOB: Add CoktelDecoder::getDirtyRects()Sven Hesse
2010-08-08VIDEO/GOB: Add CoktelDecoder::setXY()Sven Hesse
2010-08-08VIDEO/GOB: Add setSurfaceMemory() to CoktelDecoderSven Hesse
2010-08-08VIDEO: Bare PreIMD decodingSven Hesse
2010-08-08VIDEO: Stub a VideoDecoder-like CoktelDecoderSven Hesse
2010-08-08VIDEO: Make Indeo3 a proper video codecSven Hesse
2010-08-04GRAPHICS: Change signature of VideoDecoder::load()Max Horn
2010-08-04GRAPHICS: Fix FlicDecoder::hasDirtyPalette signatureMax Horn
2010-07-30VIDEO: Ignore requests to unpause when video is already unpausedOri Avtalion
2010-07-30VIDEO: Fix FLIC loopingMatthew Hoops
2010-07-21Strip trailing whitespaces in our common code base.Johannes Schickel
2010-07-17Remove PalmOS portMax Horn
2010-07-14Fix valgrind warning.Matthew Hoops
2010-06-17Fixed a few cppcheck errors.Torbjörn Andersson
2010-06-16Fixed QDM2 to working state.David Turner
2010-06-15Fix spelling, cleanupMax Horn
2010-05-31Fix our interpretation of the audio compression types to what FFmpeg currentl...Matthew Hoops
2010-05-31Ignore v2 compressed audio chunks instead of treating them as Huffman DPCM. S...Matthew Hoops
2010-05-27Cleanup AVI a bit, add support for stereo audioMatthew Hoops
2010-05-26Take any 'moov' resource from a resource fork, not just 0x80; minor cleanup.Matthew Hoops
2010-05-26Proper fix for the MSVC warning concerning packing: reordered the members of ...Filippos Karapetis
2010-05-26Properly fixed MSVC warning C4121 (alignment of a member was sensitive to pac...Filippos Karapetis
2010-05-26Implement QuickTime playback for SCI1.1 Mac. The 'Halfdome' and 'KQ6Movie' vi...Matthew Hoops
2010-05-25Fix a regression with rewinding in QuickTime videos (looping works in Riven a...Matthew Hoops
2010-05-23Add support for loading the QuickTime 'moov' atom from the file's resource fo...Matthew Hoops
2010-05-23Move the QDM2 code to the graphics module, removing the cyclic dependency.Matthew Hoops
2010-05-23Hide the QDM2 implementation and only expose it via a factory method, hopeful...Matthew Hoops
2010-05-23FFMpeg switched to Git, so update link to original smacker decoder.Eugene Sandulenko
2010-05-23Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M...Matthew Hoops
2010-05-20Add a pause level system to VideoDecoder (blatantly ripped off from Engine) a...Matthew Hoops
2010-05-18Add a new class 'RewindableVideoDecoder' that allows a video to be rewound an...Matthew Hoops
2010-05-18Committing the rest of the VideoDecoder Rewrite from patch #2963496.Matthew Hoops
2010-05-18Fix currentFrame semantics in Flic playerOri Avtalion
2010-05-17Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of th...Matthew Hoops
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-03-15Changing Imd::renderFrame() and Vmd::renderFrame() to properly clip the drawi...Sven Hesse
2010-03-15The frame coordinate cropping for IMDs is wrong, and should be unnecessary an...Sven Hesse
2010-03-11Removing a debug warning() and adding some commentsSven Hesse