index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
audio
/
decoders
/
qdm2.cpp
Age
Commit message (
Expand
)
Author
2013-04-16
AUDIO: Fix invalid free call
Matthew Hoops
2012-08-09
AUDIO: Fix "if" formatting in QDM2 code.
Johannes Schickel
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
2012-04-13
AUDIO: Fixes to restore QDM2 Codec function.
D G Turner
2012-04-13
AUDIO: Update to QDM2 codec fixing pointer to stream buffer usage.
D G Turner
2012-04-13
AUDIO: Removed qdm2_decode_sub_packet_header() function from QDM2.
D G Turner
2012-04-13
AUDIO: Fix skipping in QDM2 BitStream usage.
D G Turner
2012-04-13
AUDIO: Clean up QDM2 getVlc2() function.
D G Turner
2012-04-13
AUDIO: Initial Refactoring of QDM2 to use Common::BitStream.
D G Turner
2012-03-30
AUDIO: Fix QDM2 extra data parsing
Matthew Hoops
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-11-04
QDM2: Removed superfluous parentheses
Filippos Karapetis
2011-07-19
COMMON: Renamed Integer Log2 function from log2 to intLog2.
D G Turner
2011-07-19
CODECS: Replaced Integer log2 in QDM2 with Common::Math implementation.
D G Turner
2011-07-10
AUDIO: Fix QDM2 sound in QuickTime files
Matthew Hoops
2011-05-31
Merge remote branch 'upstream/master' into t7g-ios
Matthew Hoops
2011-05-11
Merge remote branch 'upstream/master' into t7g-ios
Matthew Hoops
2011-04-13
Merge remote branch 'upstream/master' into t7g-ios
Matthew Hoops
2011-04-07
AUDIO: Split QuickTime audio into a new class
Matthew Hoops