aboutsummaryrefslogtreecommitdiff
path: root/audio/decoders/mp3.cpp
AgeCommit message (Expand)Author
2017-11-19AUDIO: Fix uninitialized data structures in PacketizedMP3StreamColin Snover
2017-11-19AUDIO: Fix data race in PacketizedMP3StreamColin Snover
2016-09-19AUDIO: Keep packetized MP3 stream from ending prematurelyTorbjörn Andersson
2015-09-15AUDIO: Fix uninitialized read in MP3 initializationMatthew Hoops
2015-08-30AUDIO: Implement a packetized version of MP3Matthew Hoops
2015-08-30AUDIO: Split the seeking MP3 class from the base decoding streamMatthew Hoops
2015-04-05AUDIO: Skip ID3 tag at start of mp3 filesThierry Crozat
2014-08-01AUDIO: Rename MP3Stream's _totalTime to _curTime to better reflect the variab...Joni Vähämäki
2014-07-26AUDIO: Increment total play time when decoding MP3 data.Joni Vähämäki
2014-02-18AUDIO: Make GPL headers consistent in themselves.Johannes Schickel
2011-08-07COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of...Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn