Age | Commit message (Expand) | Author |
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-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 |
2016-09-29 | SCI32: Implement kSetHotRectangles | Colin Snover |
2016-07-10 | VIDEO: Expose API for providing a memory location to draw VMDs | Colin Snover |
2014-02-28 | IMAGE: Make Codec take a stream reference; change function name to decodeFrame | Matthew Hoops |
2014-02-28 | IMAGE: Move video codecs to image/ | Matthew Hoops |
2014-02-18 | VIDEO: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-08-04 | VIDEO: Fix regression in Urban Runner videos. | Johannes Schickel |
2013-08-03 | VIDEO: Do not set Surface::pixels directly anymore. | Johannes Schickel |
2013-08-03 | VIDEO: Take advantage of Surface::getPixels. | Johannes Schickel |
2013-08-03 | VIDEO: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel |
2013-06-30 | VIDEO: Add hypothetical 32bpp support | Sven Hesse |
2013-04-13 | VIDEO: Fix a typo (minus vs. plus) in the VMD decoder | Sven Hesse |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-08-26 | VIDEO: Fix compilation with some compilers | Matthew Hoops |
2012-08-16 | VIDEO: Merge AdvancedVideoDecoder into VideoDecoder | Matthew Hoops |
2012-08-16 | VIDEO: Remove the Coktel video code from using the VideoDecoder API | Matthew Hoops |
2012-06-07 | GOB: Add a way to reopen currently opened IMD/VMD videos | Sven Hesse |
2012-05-28 | VIDEO: Add volume/balance control to VideoDecoder | Matthew Hoops |
2011-11-27 | VIDEO: Rewrite VMD audio streaming | Matthew Hoops |
2011-05-25 | BUILD: Always enable indeo3 codec | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-17 | ALL/GRAPHICS: Remove Surface::bytesPerPixel. | Johannes Schickel |
2011-04-17 | VIDEO: Prefer Surface::format over Surface::bytesPerPixel. | Johannes Schickel |
2011-04-17 | VIDEO: Prefer Surface::create taking a PixelFormat over the one taking a byte... | Johannes Schickel |
2011-04-13 | VIDEO: Use shared ADPCM data tables in VMDDecoder | Max Horn |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn |
2011-03-29 | JANITORIAL: Remove/comment unused vars | dhewg |
2011-03-29 | VIDEO: Add a workaround for the Inca 2 wisdom gate video | Sven Hesse |
2011-03-29 | VIDEO: Fix deLZ77() bound check | Sven Hesse |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2011-02-07 | VIDEO: Rename VideoDecoder::load() to loadStream() | Max Horn |
2011-01-24 | VIDEO: Fix a gfx glitch | Sven Hesse |
2011-01-24 | VIDEO: Don't fill empty sound slices at the end | Sven Hesse |
2011-01-23 | VIDEO: Move video classes to Video:: namespace | Eugene Sandulenko |
2011-01-23 | GRAPHICS: Move graphics/video/ to video/. Step 2/2 | Eugene Sandulenko |
2011-01-23 | GRAPHICS: Move graphics/video/ to video/. Step 1/2 | Eugene Sandulenko |