Age | Commit message (Expand) | Author |
2015-09-15 | AUDIO: Fix compiler warning | Christian Krause |
2015-09-15 | AUDIO: Fix uninitialized read in MP3 initialization | Matthew Hoops |
2015-08-30 | AUDIO: Mark the old Codec class as deprecated | Matthew Hoops |
2015-08-30 | AUDIO: Add a packetized version of ADPCM streams | Matthew Hoops |
2015-08-30 | AUDIO: Add a packetized version of the PCM stream | Matthew Hoops |
2015-08-30 | AUDIO: Implement a packetized version of MP3 | Matthew Hoops |
2015-08-30 | AUDIO: Split the seeking MP3 class from the base decoding stream | Matthew Hoops |
2015-06-07 | AUDIO: makeAIFFStream seek to start of dataStream | Martin Kiewitz |
2015-06-06 | AUDIO: Make makeAIFFStream return a RewindableAudioStream | Matthew Hoops |
2015-06-06 | AUDIO: Fix another syntax error | Matthew Hoops |
2015-06-06 | AUDIO: Fix syntax | Matthew Hoops |
2015-06-06 | SHERLOCK: rework 3DO audio, add AIFC file support | Martin Kiewitz |
2015-06-04 | AUDIO: Rewrite the AIFF decoder to support AIFC | Matthew Hoops |
2015-06-04 | AUDIO: Do not read the entire AIFF buffer into memory | Matthew Hoops |
2015-06-04 | AUDIO: Mark AIFF as being used by BBVS | Matthew Hoops |
2015-06-04 | AUDIO: Only expose makeAIFFStream to clients | Matthew Hoops |
2015-06-05 | AUDIO: Add more engines that use wave.h that I missed before. | Torbjörn Andersson |
2015-06-05 | AUDIO: Update list of engines that use wave.h | Torbjörn Andersson |
2015-06-04 | SHERLOCK: improve 3DO movie player, add SDX2 codec | Martin Kiewitz |
2015-04-05 | AUDIO: Skip ID3 tag at start of mp3 files | Thierry Crozat |
2015-01-26 | AUDIO: Fix skipping samples when the skip length is greater than the first chunk | Matthew Hoops |
2014-08-14 | AUDIO: Really fix seeking with audio edits | Matthew Hoops |
2014-08-09 | Merge pull request #487 from clone2727/audio_fixes | Eugene Sandulenko |
2014-08-01 | AUDIO: Rename MP3Stream's _totalTime to _curTime to better reflect the variab... | Joni Vähämäki |
2014-07-27 | AUDIO: Finish off AAC/QDM2 queues when done decoding a packet | Matthew Hoops |
2014-07-26 | AUDIO: Increment total play time when decoding MP3 data. | Joni Vähämäki |
2014-03-18 | COMMON: Move some QuickTime Track variables into SampleDesc where they belong | Matthew Hoops |
2014-02-18 | AUDIO: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-01-15 | ALL: Remove optimization unstable code on checking for null after new. | D G Turner |
2013-04-20 | AUDIO: Cleanup naming | Matthew Hoops |
2013-04-20 | AUDIO: Remove default makeADPCMStream rate/channels values | Matthew Hoops |
2013-04-16 | AUDIO: Fix invalid free call | Matthew Hoops |
2012-12-13 | Merge pull request #293 from clone2727/qtmidi | clone2727 |
2012-12-10 | AUDIO: Fix MS ADPCM to work with Mono streams using odd sized buffers. | D G Turner |
2012-11-24 | AUDIO: Fix AIFF comment about supporting IMA ADPCM | Matthew Hoops |
2012-10-03 | AUDIO: Don't allow skipping negative times in skipSamples() | Matthew Hoops |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-09-09 | COMMON: Make QuickTimeParser::readSampleDesc take the desc size | Matthew Hoops |
2012-08-31 | ALL: Mark off some things as used by Pegasus | Matthew Hoops |
2012-08-26 | Merge pull request #268 from clone2727/video-rewrite | Matthew Hoops |
2012-08-12 | AUDIO: Move LimitingAudioStream to audio/ | Matthew Hoops |
2012-08-09 | AUDIO: Fix "if" formatting in QDM2 code. | Johannes Schickel |
2012-08-04 | AUDIO: Correct ADPCM Fixes to ensure internal buffers are drained. | D G Turner |
2012-08-04 | AUDIO: Fix Oki ADPCM to work with Mono streams using odd sized buffers. | D G Turner |
2012-08-04 | AUDIO: Fix DVI ADPCM to work with Mono streams using odd sized buffers. | D G Turner |
2012-06-11 | AUDIO: Make VOC decoder a bit more failsafe by still playing parts of invalid... | Johannes Schickel |
2012-05-21 | AUDIO: Fix seeking to the end of a QuickTime audio track | Matthew Hoops |
2012-04-28 | AUDIO: Fix seeking in QuickTime files with multiple edit lists | Matthew Hoops |
2012-04-13 | AUDIO: Remove now unused Sin/Cos table and FFT code from QDM2 Codec. | D G Turner |
2012-04-13 | AUDIO: Migrate QDM2 Codec to using Common::RDFT class. | D G Turner |