Age | Commit message (Expand) | Author |
2017-11-02 | VIDEO: Express VideoDecoder::endOfVideo using easier to understand logic | Bastien Bouclet |
2017-10-08 | VIDEO: BINK: Fix plane data clobbering caused by incorrect pitch value | Bastien Bouclet |
2017-09-21 | VIDEO: Change QT edit list to a Common::Array | Bastien Bouclet |
2017-09-11 | JANITORIAL: Silence GCC 7 warnings | Torbjörn Andersson |
2017-09-04 | VIDEO: Fix reverse playback right to the very start of the video | Paul Gilbert |
2017-09-03 | VIDEO: Simplify AVIDecoder reverse playback special handling | Paul Gilbert |
2017-09-03 | VIDEO: Fix reverse playback in AVIDecoder | Paul Gilbert |
2017-08-24 | VIDEO: Use new BitStreamMemory class for PSXStreamDecoder | Willem Jan Palenstijn |
2017-08-24 | VIDEO: Use new BitStreamMemory class for SmackerDecoder | Willem Jan Palenstijn |
2017-08-24 | COMMON: Remove BitStream base class to allow inlining calls | Willem Jan Palenstijn |
2017-08-20 | VIDEO: Support old-style stereo in VMDs | Colin Snover |
2017-07-27 | VIDEO: Allow setting the mixer sound type used to play audio tracks | Bastien Bouclet |
2017-07-22 | VIDEO: Fix AVIDecoder skipping alternate frames in reverse playback | Paul Gilbert |
2017-06-30 | VIDEO: Refactor AVIDecoder for better handling of transparency track | Paul Gilbert |
2017-06-30 | VIDEO: Add method to VideoDecoder to erase a track | Paul Gilbert |
2017-06-25 | VIDEO: Fix transparency track seeking in AVIDecoder | Paul Gilbert |
2017-06-17 | VIDEO: Wrap out-of-range VMD audio samples instead of clipping | Colin Snover |
2017-04-29 | VIDEO: Unexpose audio sync API in AdvancedVMDDecoder | Colin Snover |
2017-01-11 | IMAGE: Return correct pixel format for Indeo3 | Colin Snover |
2017-01-10 | VIDEO: Fix Two Further Signed vs. Unsigned Compiler Warnings. | D G Turner |
2016-12-29 | VIDEO: Further work on 2-track AVI videos | Paul Gilbert |
2016-12-29 | VIDEO: Add support for AVI 2-track videos with missing track 2 indexes | Paul Gilbert |
2016-12-05 | VIDEO: Add reverse playback support to AviDecoder | Paul Gilbert |
2016-10-18 | VIDEO: Fix an off-by-one check in VideoDecoder::getTrack | Bastien Bouclet |
2016-10-15 | Merge pull request #838 from bluegr/chewy | Eugene Sandulenko |
2016-10-12 | VIDEO: Support rewind on AVI files with multiple video tracks | Paul Gilbert |
2016-10-11 | VIDEO: Fix video playback for zvision AVI videos | Paul Gilbert |
2016-10-06 | VIDEO: Expose the bitCount of AVIVideoTrack bitmap headers | Paul Gilbert |
2016-10-03 | VIDEO: Simplify AVIDecoder index handling for second video track | Paul Gilbert |
2016-10-02 | VIDEO: Implement seeking for AVI videos with a transparency video track | Paul Gilbert |
2016-10-03 | VIDEO: Allow parts of the FLIC decoder to be overriden by child classes | Filippos Karapetis |
2016-10-02 | TITANIC: Fix AVIDecoder to properly handle transparency video tracks | Paul Gilbert |
2016-10-02 | TITANIC: Remove track select logic from AVIDecoder | Paul Gilbert |
2016-09-29 | SCI32: Implement kSetHotRectangles | Colin Snover |
2016-09-10 | COMMON: Converted Common::BitStream to use DisposeAfterUse | Paul Gilbert |
2016-09-03 | JANITORIAL: Make GPL headers uniform | Eugene Sandulenko |
2016-08-01 | Merge pull request #786 from dreammaster/titanic | Eugene Sandulenko |
2016-07-25 | VIDEO: Hid verbose debug output deeper | Eugene Sandulenko |
2016-07-17 | VIDEO: Add titanic to list of engines using AVIDecoder | Paul Gilbert |
2016-07-17 | VIDEO: Handle STRN chunks in AVI file streams to set stream name | Paul Gilbert |
2016-07-17 | VIDEO: Add support for a track filtering callback function | Paul Gilbert |
2016-07-15 | VIDEO: Respect RIFF filesize field when decoding AVI files | Paul Gilbert |
2016-07-10 | VIDEO: Expose API for providing a memory location to draw VMDs | Colin Snover |
2016-04-14 | JANITORIAL: Reduce audio header dependencies | Ori Avtalion |
2016-02-13 | VIDEO: Stay on the first edit when playing QT videos backwards | Bastien Bouclet |
2015-08-30 | VIDEO: Switch to all packetized streams for AVI | Matthew Hoops |
2015-08-30 | VIDEO: Add support for MP3 in AVI | Matthew Hoops |
2015-08-30 | VIDEO: Switch MPEG-PS audio code to use the packetized MP3 code | Matthew Hoops |
2015-04-12 | VIDEO: Implement fallback dithering for QuickTime videos | Matthew Hoops |
2015-04-11 | VIDEO: Add support for dithering in QuickTime videos | Matthew Hoops |