aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-13AUDIO: Remove now unused Sin/Cos table and FFT code from QDM2 Codec.D G Turner
2012-04-13AUDIO: Migrate QDM2 Codec to using Common::RDFT class.D G Turner
2012-04-13AUDIO: Fixes to restore QDM2 Codec function.D G Turner
2012-04-13AUDIO: Update to QDM2 codec fixing pointer to stream buffer usage.D G Turner
2012-04-13AUDIO: Removed qdm2_decode_sub_packet_header() function from QDM2.D G Turner
2012-04-13AUDIO: Fix skipping in QDM2 BitStream usage.D G Turner
2012-04-13AUDIO: Clean up QDM2 getVlc2() function.D G Turner
2012-04-13AUDIO: Initial Refactoring of QDM2 to use Common::BitStream.D G Turner
2012-04-13VIDEO: Fix SMK 16bit audio on BE systemsSven Hesse
2012-04-10AUDIO: Force QuickTime stereo samples to mono if neededMatthew Hoops
2012-04-08GRAPHICS: Add comments on which engines use the decodersMatthew Hoops
2012-04-08VIDEO: Clean up the SVQ1 codeMatthew Hoops
2012-04-08MOHAWK: Enable the SVQ1 intro for Myst ME MacMatthew Hoops
2012-04-08VIDEO: Minor update to SVQ1 decoder, reversing sense of return flags.D G Turner
2012-04-08VIDEO: Fix SVQ1 plane pitchMatthew Hoops
2012-04-08VIDEO: Minor updates to SVQ1 decoder, mainly return flags to bool.D G Turner
2012-04-08VIDEO: Change SVQ1 decoder to skip rather than decode embedded string.D G Turner
2012-04-08VIDEO: Fix segfaults on different sized SVQ1 framesMatthew Hoops
2012-04-08VIDEO: Fix endian issue with SVQ1Matthew Hoops
2012-04-08VIDEO: Add Missing Half-Pel Motion Compensation Code to SVQ1 Codec.D G Turner
2012-04-08VIDEO: Rework SVQ1 codebooks so they're endian-safeMatthew Hoops
2012-04-08VIDEO: Workaround for out of buffer accesses in SVQ1 codec.D G Turner
2012-04-08VIDEO: Correct delete type in SVQ1 decoder.D G Turner
2012-04-08VIDEO: Correct SVQ1 Header Decoding and Last Frame Buffering.D G Turner
2012-04-08VIDEO: Rewrite the SVQ1 VLC code to use Common::HuffmanMatthew Hoops
2012-04-08VIDEO: SVQ1 - Add table_size default setting for VLC Table setup.D G Turner
2012-04-08VIDEO: Fix remaining missing code (getVlc2()) in SVQ1 Codec.D G Turner
2012-04-08VIDEO: Add remaining SVQ1 code derived from FFMPEG.D G Turner
2012-04-08VIDEO: Corrected minor mistake in SVQ1 decoder.D G Turner
2012-04-08VIDEO: Update SVQ1 WIP with minor corrections.D G Turner
2012-04-08VIDEO: Migrate SVQ1 codec WIP to Common::BitStream.D G Turner
2012-04-08VIDEO: Hookup SVQ1 codec to build system and QT Decoder.D G Turner
2012-04-08VIDEO: Add initial framework and data tables for Sorenson SVQ1 decoder.D G Turner
2012-04-08GRAPHICS: Add YUV410 to RGB Conversion Functions, required for SVQ1.D G Turner
2012-04-04SCUMM: Fix spelling of lengthJoel Teichroeb
2012-04-04PARALLACTION: Fix spelling of lengthJoel Teichroeb
2012-04-04COMMON: Fix spelling of lengthJoel Teichroeb
2012-04-05KYRA: Silence const away cast warning by using non-const versions of strpbrk ...Johannes Schickel
2012-04-05GROOVIE: Do not cast away const qualifier.Johannes Schickel
2012-04-05SWORD25: Do not cast away const qualifier.Johannes Schickel
2012-04-05SCI: Do not cast away const qualifier.Johannes Schickel
2012-04-04Merge pull request #221 from klusark/constJohannes Schickel
2012-04-04SCUMM/ARM: Fix crashes in ARM asm costume rendererWillem Jan Palenstijn
2012-04-04SCI: Bugfix for the GetAngle workaroundsFilippos Karapetis
2012-04-03GRAPHICS: Fix casting away constJoel Teichroeb
2012-04-03SCUMM: Fix casting away constJoel Teichroeb
2012-04-02AGOS: Expand fix for bug #3512776 - SIMON1DOS French: Subtitle glitch in intr...Travis Howell
2012-04-02IPHONE: Use InternalEvent directly.Johannes Schickel
2012-04-02IPHONE: Move event fetching implementation to iPhoneView.Johannes Schickel
2012-04-02IPHONE: Protect access to the event list via a mutex.Johannes Schickel