summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-12-04system/Error: use std::generic_category() for errno on WindowsMax Kellermann
2016-12-04system/Error: allow using errno functions on WindowsMax Kellermann
2016-12-04PlaylistFile: remove redundant existence checkMax Kellermann
2016-12-04fs/FileSystem: RenameFile() throws exception on errorMax Kellermann
2016-12-04fs/CheckFile: use IsAccessDenied()Max Kellermann
2016-12-03decoder/Bridge: move code to DecoderControl::SetReady()Max Kellermann
2016-12-03decoder/Control: add attribute configured_audio_formatMax Kellermann
2016-12-03ReplayGainGlobal: move replay_gain_mode to struct PartitionMax Kellermann
2016-12-03Partition: pass ReplayGainConfig to constructorMax Kellermann
2016-12-03player/Control: make ReplayGainConfig constMax Kellermann
2016-12-03Main: call replay_gain_global_init() before forkingMax Kellermann
2016-12-03player/Control: use C++11 initializersMax Kellermann
2016-12-03decoder/Control: make ReplayGainConfig constMax Kellermann
2016-12-03filter/ReplayGain: add ReplayGainConfig copyMax Kellermann
2016-12-03filter/ReplayGain: remove FilterPlugin instance, add explicit constructorMax Kellermann
2016-12-03filter/Registry: make filter_plugins staticMax Kellermann
2016-12-03filter/ReplayGain: forward-declare struct ReplayGainInfoMax Kellermann
2016-12-03filter/ReplayGain: convert pointers to referencesMax Kellermann
2016-11-25decoder/Thread: skip the ReplayGain loader if the feature is disabledMax Kellermann
2016-11-25{decoder,player}/Control: add ReplayGain{Config,Mode} attributesMax Kellermann
2016-11-25ReplayGainConfig: add struct ReplayGainConfig, move globals to ReplayGainGlob...Max Kellermann
2016-11-24ReplayGainConfig: move code to ParsePreamp()Max Kellermann
2016-11-24filter/ReplayGain: use ToString(ReplayGainMode)Max Kellermann
2016-11-24ReplayGainMode: add ToString(), FromString()Max Kellermann
2016-11-24ReplayGainMode: convert to strictly-typed enumMax Kellermann
2016-11-24ReplayGainInfo: move enum ReplayGainMode to separate headerMax Kellermann
2016-11-24ReplayGainInfo: don't use array in struct ReplayGainInfoMax Kellermann
2016-11-24ReplayGainInfo: implement fallback in Get()Max Kellermann
2016-11-24ReplayGainInfo: add method Get()Max Kellermann
2016-11-24command/Error: translate std::invalid_argument to ACK_ERROR_ARGMax Kellermann
2016-11-24Partition: add UpdateEffectiveReplayGainMode()Max Kellermann
2016-11-24decoder/Control: use C++11 initializersMax Kellermann
2016-11-24decoder/{mikmod,modplug}: throw exception instead of calling FatalError()Max Kellermann
2016-11-24output/MultipleOutputs: throw exception instead of calling FatalError()Max Kellermann
2016-11-23MusicPipe: disallow copyingMax Kellermann
2016-11-23MusicPipe: use C++11 initializersMax Kellermann
2016-11-23MusicChunk: disallow copyingMax Kellermann
2016-11-23MusicChunk: use C++11 initializersMax Kellermann
2016-11-23filter/Plugin: rename with CamelCaseMax Kellermann
2016-11-23db/simple: add missing "return"Steven OBrien
2016-11-22decoder/DecoderPlugin: container_scan() returns forward_list<DetachedSong>Max Kellermann
2016-11-22decoder/gme: move gme_container_scan() downMax Kellermann
2016-11-22decoder/sidplay: use template to eliminate duplicate codeMax Kellermann
2016-11-22decoder/sidplay: move code to ScanSidTuneInfo()Max Kellermann
2016-11-22decoder/gme: provide the TRACK tagMax Kellermann
2016-11-22decoder/{gme,sidplay}: fix off-by-one bug in container_scan()Max Kellermann
2016-11-22db/update/Container: catch C++ exceptionsMax Kellermann
2016-11-22decoder/gme: use AtScopeExit()Max Kellermann
2016-11-22decoder/gme: remove redundant extern declarationMax Kellermann
2016-11-22decoder/gme: add missing SUBTUNE_PREFIXMax Kellermann