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
2016-02-28
player/Control: Play*() returns Error information
Max Kellermann
2016-02-28
queue/PlaylistControl: clear "queued" before calling LockSeek()
Max Kellermann
2016-02-28
command/error: remove unused function print_playlist_result()
Max Kellermann
2016-02-28
PlaylistPrint: throw PlaylistError on error
Max Kellermann
2016-02-28
command/error: remove db_domain from ToAck(Error)
Max Kellermann
2016-02-28
db/proxy: throw DatabaseError on error
Max Kellermann
2016-02-28
db/simple: throw DatabaseError on error
Max Kellermann
2016-02-28
db/simple: handle exception in Open() properly, fix memory leak
Max Kellermann
2016-02-28
db/simple: use second Error instance in Open()
Max Kellermann
2016-02-28
command/error: remove playlist_domain from ToAck(Error)
Max Kellermann
2016-02-28
SongLoader: throw PlaylistError on error
Max Kellermann
2016-02-28
SongLoader: use temporary stack variable, no heap allocation
Max Kellermann
2016-02-28
queue/PlaylistControl: throw PlaylistError on error
Max Kellermann
2016-02-28
queue/PlaylistEdit: throw PlaylistError on error
Max Kellermann
2016-02-28
playlist/edit: use std::unique_ptr
Max Kellermann
2016-02-28
playlist/queue: use std::unique_ptr
Max Kellermann
2016-02-28
queue/QueueCommands: use std::unique_ptr
Max Kellermann
2016-02-28
queue/PlaylistTag: throw PlaylistError on error
Max Kellermann
2016-02-28
PlaylistError: add NotPlaying()
Max Kellermann
2016-02-28
output/alsa: disable DoP if it fails
Max Kellermann
2016-02-28
output/alsa: move the PcmExport::Open() call to Open()
Max Kellermann
2016-02-28
output/alsa: probe DSD_U32 if DSD_U8 fails
Max Kellermann
2016-02-28
output/alsa: use CamelCase
Max Kellermann
2016-02-28
test/test_pcm_export: extend the DSD_U32 test
Max Kellermann
2016-02-28
output/alsa: fix indent
Max Kellermann
2016-02-28
output/alsa: fix typo
Max Kellermann
2016-02-28
output/alsa: remove option "use_mmap"
Max Kellermann
2016-02-28
output/alsa: add #ifdef ENABLE_DSD
Max Kellermann
2016-02-27
pcm/export: add #ifdef ENABLE_DSD to struct Params
Max Kellermann
2016-02-27
pcm/PcmExport: add flag to export to DSD_U32
Max Kellermann
2016-02-27
pcm/PcmDsd: add converter from DSD_U8 to DSD_U32
Max Kellermann
2016-02-27
output/alsa: pass PcmExport::Params to alsa_setup()
Max Kellermann
2016-02-27
output/alsa: pass PcmExport::Params to SetupDop()
Max Kellermann
2016-02-26
pcm/export: move Open() parameters to struct Params
Max Kellermann
2016-02-26
pcm/export: another #ifdef ENABLE_DSD fix
Max Kellermann
2016-02-26
output/alsa: basic infrastructure for DSD_U16 and DSD_U32
Max Kellermann
2016-02-26
pcm/export: add #ifdef ENABLE_DSD
Max Kellermann
2016-02-26
README.md: add a few helpful links for starters
Max Kellermann
2016-02-26
README: convert to Markdown
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2016-02-26
pcm/dsd: use PcmBuffer::GetT()
Max Kellermann
2016-02-26
pcm/dsd: use MAX_CHANNELS
Max Kellermann
2016-02-26
pcm/dsd: use std::array
Max Kellermann
2016-02-26
player/control: unpause in Play()
Max Kellermann
2016-02-26
decoder/thread: clear Decoder::error before attempting another plugin
Max Kellermann
2016-02-26
decoder/thread: fix typo in comment
Max Kellermann
2016-02-26
util/Error: use std::exception_ptr instead of std::exception
Max Kellermann
2016-02-26
systemd: set Type=notify
Max Kellermann
2016-02-26
TagArchive: include cleanup
Max Kellermann
2016-02-26
TagArchive: refactor TagHandler overload to use ArchiveFile
Max Kellermann
[next]