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 (
Collapse
)
Author
2015-09-15
AUDIO: Fix uninitialized read in MP3 initialization
Matthew Hoops
Thanks to chkr-private for finding the issue
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
This fixes bug #6834 MP3: ScummVM doesn't skip ID3 tag at beginning of file.
2014-08-01
AUDIO: Rename MP3Stream's _totalTime to _curTime to better reflect the ↵
Joni Vähämäki
variable's purpose.
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 ↵
Christoph Mallon
of a dispose flag.
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
Some backends may break as I only compiled SDL
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
svn-id: r55850