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
Age
Commit message (
Expand
)
Author
2017-08-08
output/Interface: define a new struct AudioOutput
Max Kellermann
2017-08-08
output/Filtered: add method NeedFullyDefinedAudioFormat()
Max Kellermann
2017-08-08
output/Shout: move ConfigureShoutAudioInfo() call to Open()
Max Kellermann
2017-08-08
output/Shout: move code to ShoutSetAudioInfo()
Max Kellermann
2017-08-08
output/Shout: open the encoder first, then open connection
Max Kellermann
2017-08-08
output/Shout: pass shout_t* to shout_connect()
Max Kellermann
2017-08-08
output/Shout: move write_page() into the struct
Max Kellermann
2017-08-08
output/Shout: pass shout_t* to handle_shout_error()
Max Kellermann
2017-08-08
output/Shout: remove unnecessary nullptr check
Max Kellermann
2017-08-08
output/Filtered: add methods SupportsEnableDisable(), SupportsPause()
Max Kellermann
2017-08-08
output/Filtered: add a few OutputPlugin method wrappers
Max Kellermann
2017-08-08
output/Filtered: add attribute "log_name"
Max Kellermann
2017-08-07
output/Internal: rename source to Filtered.cxx
Max Kellermann
2017-08-07
filter/Internal: rename struct AudioOutput to FilteredAudioOutput
Max Kellermann
2017-08-07
output/Internal: move code to ConfigureConvertFilter()
Max Kellermann
2017-08-07
output/Thread: move OpenSoftwareMixer() to the end
Max Kellermann
2017-08-07
output/Internal: add OpenSoftwareMixer()
Max Kellermann
2017-08-07
output/Internal: rename CloseFilter() to CloseSoftwareMixer()
Max Kellermann
2017-08-07
mixer/Software: include cleanup
Max Kellermann
2017-08-07
filter/Normalize: add normalize_filter_prepare()
Max Kellermann
2017-08-07
filter/Convert: add convert_filter_prepare()
Max Kellermann
2017-08-07
filter/Volume: add volume_filter_prepare()
Max Kellermann
2017-08-07
output/Finish: fold internal function into FinishDestroy()
Max Kellermann
2017-08-07
test/run_output: use AudioOutput::{Begin,Finish}Destroy()
Max Kellermann
2017-08-07
output/Control: move two AudioOutput methods to Finish.cxx
Max Kellermann
2017-08-07
output/Internal: move the Mutex to struct AudioOutputControl
Max Kellermann
2017-08-07
output/Internal: remove mutex code from Close()
Max Kellermann
2017-08-07
output/Internal: remove mutex code from BeginPause(), IteratePause()
Max Kellermann
2017-08-07
output/Internal: simplify "return" statements in IteratePause()
Max Kellermann
2017-08-07
output/Internal: remove mutex code from Enable() and Disable()
Max Kellermann
2017-08-07
output/Thread: move code to InternalCloseOutput()
Max Kellermann
2017-08-07
output/Thread: unlock the mutex for several AudioOutput calls
Max Kellermann
2017-08-07
output/Control: more locking information in API docs
Max Kellermann
2017-08-07
output/Thread: move code to InternalClose()
Max Kellermann
2017-08-07
output/Thread: rename InternalClose() to InternalCheckClose()
Max Kellermann
2017-08-07
output/Thread: move AudioOutput methods to Internal.cxx
Max Kellermann
2017-08-07
util/StringBuffer: use std::array::const_iterator
Max Kellermann
2017-07-31
Merge branch 'v0.20.x'
Max Kellermann
2017-07-31
tag/Aiff: the FORM chunk size is big-endian
Max Kellermann
2017-07-21
doc/protocol.xml: clarify that idle events do not get lost
Max Kellermann
2017-07-20
Check for MusicBrainz id3v2 tags in ffmpeg.
Matthew Leon
2017-07-20
move MusicBrainz id3v2 tags to separate file
Matthew Leon
2017-07-19
python/build/libs: add LAME
Max Kellermann
2017-07-19
{android,win32}/build.py: concatenate variables from the command line
Max Kellermann
2017-07-05
util/StringUtil: move strip functions to StringStrip.cxx
Max Kellermann
2017-07-05
util/TruncateString: rename CopyString() to CopyTruncateString()
Max Kellermann
2017-07-05
util/StringUtil: move CopyString() to TruncateString.cxx
Max Kellermann
2017-07-05
util/WritableBuffer: add method MoveFront()
Max Kellermann
2017-07-05
util/Exception: add more utility functions
Max Kellermann
2017-07-05
util/Exception: move code to AppendNestedMessage()
Max Kellermann
[next]