index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2016-12-04
system/Error: use std::generic_category() for errno on Windows
Max Kellermann
2016-12-04
system/Error: allow using errno functions on Windows
Max Kellermann
2016-12-04
PlaylistFile: remove redundant existence check
Max Kellermann
2016-12-04
fs/FileSystem: RenameFile() throws exception on error
Max Kellermann
2016-12-04
fs/CheckFile: use IsAccessDenied()
Max Kellermann
2016-12-03
decoder/Bridge: move code to DecoderControl::SetReady()
Max Kellermann
2016-12-03
decoder/Control: add attribute configured_audio_format
Max Kellermann
2016-12-03
ReplayGainGlobal: move replay_gain_mode to struct Partition
Max Kellermann
2016-12-03
Partition: pass ReplayGainConfig to constructor
Max Kellermann
2016-12-03
player/Control: make ReplayGainConfig const
Max Kellermann
2016-12-03
Main: call replay_gain_global_init() before forking
Max Kellermann
2016-12-03
player/Control: use C++11 initializers
Max Kellermann
2016-12-03
decoder/Control: make ReplayGainConfig const
Max Kellermann
2016-12-03
filter/ReplayGain: add ReplayGainConfig copy
Max Kellermann
2016-12-03
filter/ReplayGain: remove FilterPlugin instance, add explicit constructor
Max Kellermann
2016-12-03
filter/Registry: make filter_plugins static
Max Kellermann
2016-12-03
filter/ReplayGain: forward-declare struct ReplayGainInfo
Max Kellermann
2016-12-03
filter/ReplayGain: convert pointers to references
Max Kellermann
2016-11-25
decoder/Thread: skip the ReplayGain loader if the feature is disabled
Max Kellermann
2016-11-25
{decoder,player}/Control: add ReplayGain{Config,Mode} attributes
Max Kellermann
2016-11-25
ReplayGainConfig: add struct ReplayGainConfig, move globals to ReplayGainGlob...
Max Kellermann
2016-11-24
ReplayGainConfig: move code to ParsePreamp()
Max Kellermann
2016-11-24
filter/ReplayGain: use ToString(ReplayGainMode)
Max Kellermann
2016-11-24
ReplayGainMode: add ToString(), FromString()
Max Kellermann
2016-11-24
ReplayGainMode: convert to strictly-typed enum
Max Kellermann
2016-11-24
ReplayGainInfo: move enum ReplayGainMode to separate header
Max Kellermann
2016-11-24
ReplayGainInfo: don't use array in struct ReplayGainInfo
Max Kellermann
2016-11-24
ReplayGainInfo: implement fallback in Get()
Max Kellermann
2016-11-24
ReplayGainInfo: add method Get()
Max Kellermann
2016-11-24
command/Error: translate std::invalid_argument to ACK_ERROR_ARG
Max Kellermann
2016-11-24
Partition: add UpdateEffectiveReplayGainMode()
Max Kellermann
2016-11-24
decoder/Control: use C++11 initializers
Max Kellermann
2016-11-24
decoder/{mikmod,modplug}: throw exception instead of calling FatalError()
Max Kellermann
2016-11-24
output/MultipleOutputs: throw exception instead of calling FatalError()
Max Kellermann
2016-11-23
MusicPipe: disallow copying
Max Kellermann
2016-11-23
MusicPipe: use C++11 initializers
Max Kellermann
2016-11-23
MusicChunk: disallow copying
Max Kellermann
2016-11-23
MusicChunk: use C++11 initializers
Max Kellermann
2016-11-23
filter/Plugin: rename with CamelCase
Max Kellermann
2016-11-23
db/simple: add missing "return"
Steven OBrien
2016-11-22
decoder/DecoderPlugin: container_scan() returns forward_list<DetachedSong>
Max Kellermann
2016-11-22
decoder/gme: move gme_container_scan() down
Max Kellermann
2016-11-22
decoder/sidplay: use template to eliminate duplicate code
Max Kellermann
2016-11-22
decoder/sidplay: move code to ScanSidTuneInfo()
Max Kellermann
2016-11-22
decoder/gme: provide the TRACK tag
Max Kellermann
2016-11-22
decoder/{gme,sidplay}: fix off-by-one bug in container_scan()
Max Kellermann
2016-11-22
db/update/Container: catch C++ exceptions
Max Kellermann
2016-11-22
decoder/gme: use AtScopeExit()
Max Kellermann
2016-11-22
decoder/gme: remove redundant extern declaration
Max Kellermann
2016-11-22
decoder/gme: add missing SUBTUNE_PREFIX
Max Kellermann
[next]