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-11-18
decoder/Client: add DecoderCommand/seek virtual methods
Max Kellermann
2016-11-18
decoder/Client: add virtual method Ready()
Max Kellermann
2016-11-18
decoder/Client: new interface which wraps struct Decoder
Max Kellermann
2016-11-18
decoder/Internal: rename "chunk" to "current_chunk"
Max Kellermann
2016-11-18
Compiler.h: drop gcc_alignas(), use plain C++11 alignas()
Max Kellermann
2016-11-18
configure.ac: enable C++14
Max Kellermann
2016-11-17
decoder/API: copy exceptions to Decoder::error
Max Kellermann
2016-11-17
decoder/API: check for errors in decoder_read()
Max Kellermann
2016-11-17
decoder/API: decoder_open_uri() can throw StopDecoder
Max Kellermann
2016-11-17
decoder/API: lock decoder in decoder_get_command()
Max Kellermann
2016-11-17
Merge branch 'v0.19.x'
Max Kellermann
2016-11-17
decoder/pcm: round buffer size down to nearest frame size
Max Kellermann
2016-11-16
{input,output}/alsa: fix gcc 7.0 -Wimplicit-fallthrough
Max Kellermann
2016-11-10
util/Error: remove obsolete class
Max Kellermann
2016-11-10
Log: remove the obsolete class Error overloads
Max Kellermann
2016-11-10
command: remove the obsolete Error support code
Max Kellermann
2016-11-10
decoder/Thread: remove the obsolete catch(Error&)
Max Kellermann
2016-11-10
fs/AllocatedPath: remove the obsolete class Error overload
Max Kellermann
2016-11-10
system/FatalError: remove the obsolete class Error overloads
Max Kellermann
2016-11-10
decoder/flac: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-10
decoder/faad: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-10
CheckAudioFormat: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-10
decoder/faad: use AtScopeExit()
Max Kellermann
2016-11-10
decoder/gme: use AtScopeExit()
Max Kellermann
2016-11-10
decoder/audiofile: use AtScopeExit()
Max Kellermann
2016-11-10
fs/FileInfo: remove the obsolete class Error overloads
Max Kellermann
2016-11-10
fs/CheckFile: use FileInfo(Path) instead of GetFileInfo()
Max Kellermann
2016-11-10
decoder/Thread: use AllocatedPath::FromUTF8Throw()
Max Kellermann
2016-11-10
output/osx: fix build failure
Dave Hocker
2016-11-09
decoder/DecoderAPI: include cleanup
Max Kellermann
2016-11-09
output/Plugin: remove 'Error&' parameters, use C++ exceptions only
Max Kellermann
2016-11-09
output/Multiple: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-09
pcm/Domain: remove obsolete source
Max Kellermann
2016-11-09
output/Thread: remove obsolete pcm_domain check, this is defunct
Max Kellermann
2016-11-09
output/Init: migrate _setup() from class Error to C++ exceptions
Max Kellermann
2016-11-09
output/Init: migrate Configure() from class Error to C++ exceptions
Max Kellermann
2016-11-09
output/Internal: hide Configure() and remove the non-configuring constructor
Max Kellermann
2016-11-09
output/null: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-09
output/osx: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-09
output/osx: use std::unique_ptr
Max Kellermann
2016-11-09
output/osx: use AtScopeExit() to call CFRelease()
Max Kellermann
2016-11-09
output/haiku: eliminate DoClose()
Max Kellermann
2016-11-09
output/haiku: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-09
output/haiku: embed "format" into the HaikuOutput class
Max Kellermann
2016-11-09
output/solaris: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-09
output/httpd: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-09
output/sles: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-09
output/roar: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-08
output/shout: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-08
output/OpenAL: migrate from class Error to C++ exceptions
Max Kellermann
[next]