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
/
mp3.cpp
Age
Commit message (
Expand
)
Author
2017-11-19
AUDIO: Fix uninitialized data structures in PacketizedMP3Stream
Colin Snover
2017-11-19
AUDIO: Fix data race in PacketizedMP3Stream
Colin Snover
2016-09-19
AUDIO: Keep packetized MP3 stream from ending prematurely
Torbjörn Andersson
2015-09-15
AUDIO: Fix uninitialized read in MP3 initialization
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-04-05
AUDIO: Skip ID3 tag at start of mp3 files
Thierry Crozat
2014-08-01
AUDIO: Rename MP3Stream's _totalTime to _curTime to better reflect the variab...
Joni Vähämäki
2014-07-26
AUDIO: Increment total play time when decoding MP3 data.
Joni Vähämäki
2014-02-18
AUDIO: Make GPL headers consistent in themselves.
Johannes Schickel
2011-08-07
COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of...
Christoph Mallon
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn