aboutsummaryrefslogtreecommitdiff
path: root/video/coktel_decoder.cpp
AgeCommit message (Expand)Author
2019-09-13VIDEO: Fix embedded subtitles in VMD videosDmitry Blau
2017-08-20VIDEO: Support old-style stereo in VMDsColin Snover
2017-07-27VIDEO: Allow setting the mixer sound type used to play audio tracksBastien Bouclet
2017-06-17VIDEO: Wrap out-of-range VMD audio samples instead of clippingColin Snover
2017-04-29VIDEO: Unexpose audio sync API in AdvancedVMDDecoderColin Snover
2017-01-11IMAGE: Return correct pixel format for Indeo3Colin Snover
2016-09-29SCI32: Implement kSetHotRectanglesColin Snover
2016-07-10VIDEO: Expose API for providing a memory location to draw VMDsColin Snover
2014-02-28IMAGE: Make Codec take a stream reference; change function name to decodeFrameMatthew Hoops
2014-02-28IMAGE: Move video codecs to image/Matthew Hoops
2014-02-18VIDEO: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-04VIDEO: Fix regression in Urban Runner videos.Johannes Schickel
2013-08-03VIDEO: Do not set Surface::pixels directly anymore.Johannes Schickel
2013-08-03VIDEO: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03VIDEO: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-06-30VIDEO: Add hypothetical 32bpp supportSven Hesse
2013-04-13VIDEO: Fix a typo (minus vs. plus) in the VMD decoderSven Hesse
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-08-26VIDEO: Fix compilation with some compilersMatthew Hoops
2012-08-16VIDEO: Merge AdvancedVideoDecoder into VideoDecoderMatthew Hoops
2012-08-16VIDEO: Remove the Coktel video code from using the VideoDecoder APIMatthew Hoops
2012-06-07GOB: Add a way to reopen currently opened IMD/VMD videosSven Hesse
2012-05-28VIDEO: Add volume/balance control to VideoDecoderMatthew Hoops
2011-11-27VIDEO: Rewrite VMD audio streamingMatthew Hoops
2011-05-25BUILD: Always enable indeo3 codecMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-17ALL/GRAPHICS: Remove Surface::bytesPerPixel.Johannes Schickel
2011-04-17VIDEO: Prefer Surface::format over Surface::bytesPerPixel.Johannes Schickel
2011-04-17VIDEO: Prefer Surface::create taking a PixelFormat over the one taking a byte...Johannes Schickel
2011-04-13VIDEO: Use shared ADPCM data tables in VMDDecoderMax Horn
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
2011-03-29VIDEO: Add a workaround for the Inca 2 wisdom gate videoSven Hesse
2011-03-29VIDEO: Fix deLZ77() bound checkSven Hesse
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07VIDEO: Rename VideoDecoder::load() to loadStream()Max Horn
2011-01-24VIDEO: Fix a gfx glitchSven Hesse
2011-01-24VIDEO: Don't fill empty sound slices at the endSven Hesse
2011-01-23VIDEO: Move video classes to Video:: namespaceEugene Sandulenko
2011-01-23GRAPHICS: Move graphics/video/ to video/. Step 2/2Eugene Sandulenko
2011-01-23GRAPHICS: Move graphics/video/ to video/. Step 1/2Eugene Sandulenko