aboutsummaryrefslogtreecommitdiff
path: root/audio/decoders
AgeCommit message (Expand)Author
2014-02-18AUDIO: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-15ALL: Remove optimization unstable code on checking for null after new.D G Turner
2013-04-20AUDIO: Cleanup namingMatthew Hoops
2013-04-20AUDIO: Remove default makeADPCMStream rate/channels valuesMatthew Hoops
2013-04-16AUDIO: Fix invalid free callMatthew Hoops
2012-12-13Merge pull request #293 from clone2727/qtmidiclone2727
2012-12-10AUDIO: Fix MS ADPCM to work with Mono streams using odd sized buffers.D G Turner
2012-11-24AUDIO: Fix AIFF comment about supporting IMA ADPCMMatthew Hoops
2012-10-03AUDIO: Don't allow skipping negative times in skipSamples()Matthew Hoops
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-09-09COMMON: Make QuickTimeParser::readSampleDesc take the desc sizeMatthew Hoops
2012-08-31ALL: Mark off some things as used by PegasusMatthew Hoops
2012-08-26Merge pull request #268 from clone2727/video-rewriteMatthew Hoops
2012-08-12AUDIO: Move LimitingAudioStream to audio/Matthew Hoops
2012-08-09AUDIO: Fix "if" formatting in QDM2 code.Johannes Schickel
2012-08-04AUDIO: Correct ADPCM Fixes to ensure internal buffers are drained.D G Turner
2012-08-04AUDIO: Fix Oki ADPCM to work with Mono streams using odd sized buffers.D G Turner
2012-08-04AUDIO: Fix DVI ADPCM to work with Mono streams using odd sized buffers.D G Turner
2012-06-11AUDIO: Make VOC decoder a bit more failsafe by still playing parts of invalid...Johannes Schickel
2012-05-21AUDIO: Fix seeking to the end of a QuickTime audio trackMatthew Hoops
2012-04-28AUDIO: Fix seeking in QuickTime files with multiple edit listsMatthew Hoops
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-10AUDIO: Force QuickTime stereo samples to mono if neededMatthew Hoops
2012-03-30AUDIO: Fix QDM2 extra data parsingMatthew Hoops
2012-03-19AUDIO: Add support for multiple QuickTime audio tracksMatthew Hoops
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2012-02-09AUDIO: Add support for RAW PCM wave stream with an incomplete packetBastien Bouclet
2012-01-26AUDIO: Add more warnings in case invalid VOC data is encountered.Johannes Schickel
2012-01-26AUDIO: Fix missing sounds in Simon 1 Amiga CD32.Johannes Schickel
2011-12-31AUDIO: Remove outdated comment about RawStream. Thanks to clone2727 for notic...Johannes Schickel
2011-12-29AUDIO: Fix M4A seeking with multiple time->sample chunksMatthew Hoops
2011-12-29AUDIO: Only warn about audio edit lists when the count is > 1Matthew Hoops
2011-12-24AUDIO: Remove obsolete loadVOCFromStream.Johannes Schickel
2011-12-24AUDIO: SAGA now uses the Mac snd code tooMatthew Hoops
2011-12-12VIDEO: Add support for QuickTime video track edit listsMatthew Hoops
2011-11-27VIDEO: Rewrite VMD audio streamingMatthew Hoops
2011-11-24AUDIO: Fix type 9 sound blocks in VOC code.Johannes Schickel
2011-11-20M4: Removed the M4/MADS engine from trunkPaul Gilbert
2011-11-06AUDIO: Simplify RawStream code.Johannes Schickel
2011-11-06AUDIO: Remove unused makeRawDiskStream_OLD factory.Johannes Schickel
2011-11-06AUDIO: Implement a basic VocStream class.Johannes Schickel
2011-11-04QDM2: Removed superfluous parenthesesFilippos Karapetis
2011-10-28AUDIO: Adapt include guard names to the "new" directory name.Johannes Schickel