summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-28player/Control: Play*() returns Error informationMax Kellermann
2016-02-28queue/PlaylistControl: clear "queued" before calling LockSeek()Max Kellermann
2016-02-28command/error: remove unused function print_playlist_result()Max Kellermann
2016-02-28PlaylistPrint: throw PlaylistError on errorMax Kellermann
2016-02-28command/error: remove db_domain from ToAck(Error)Max Kellermann
2016-02-28db/proxy: throw DatabaseError on errorMax Kellermann
2016-02-28db/simple: throw DatabaseError on errorMax Kellermann
2016-02-28db/simple: handle exception in Open() properly, fix memory leakMax Kellermann
2016-02-28db/simple: use second Error instance in Open()Max Kellermann
2016-02-28command/error: remove playlist_domain from ToAck(Error)Max Kellermann
2016-02-28SongLoader: throw PlaylistError on errorMax Kellermann
2016-02-28SongLoader: use temporary stack variable, no heap allocationMax Kellermann
2016-02-28queue/PlaylistControl: throw PlaylistError on errorMax Kellermann
2016-02-28queue/PlaylistEdit: throw PlaylistError on errorMax Kellermann
2016-02-28playlist/edit: use std::unique_ptrMax Kellermann
2016-02-28playlist/queue: use std::unique_ptrMax Kellermann
2016-02-28queue/QueueCommands: use std::unique_ptrMax Kellermann
2016-02-28queue/PlaylistTag: throw PlaylistError on errorMax Kellermann
2016-02-28PlaylistError: add NotPlaying()Max Kellermann
2016-02-28output/alsa: disable DoP if it failsMax Kellermann
2016-02-28output/alsa: move the PcmExport::Open() call to Open()Max Kellermann
2016-02-28output/alsa: probe DSD_U32 if DSD_U8 failsMax Kellermann
2016-02-28output/alsa: use CamelCaseMax Kellermann
2016-02-28test/test_pcm_export: extend the DSD_U32 testMax Kellermann
2016-02-28output/alsa: fix indentMax Kellermann
2016-02-28output/alsa: fix typoMax Kellermann
2016-02-28output/alsa: remove option "use_mmap"Max Kellermann
2016-02-28output/alsa: add #ifdef ENABLE_DSDMax Kellermann
2016-02-27pcm/export: add #ifdef ENABLE_DSD to struct ParamsMax Kellermann
2016-02-27pcm/PcmExport: add flag to export to DSD_U32Max Kellermann
2016-02-27pcm/PcmDsd: add converter from DSD_U8 to DSD_U32Max Kellermann
2016-02-27output/alsa: pass PcmExport::Params to alsa_setup()Max Kellermann
2016-02-27output/alsa: pass PcmExport::Params to SetupDop()Max Kellermann
2016-02-26pcm/export: move Open() parameters to struct ParamsMax Kellermann
2016-02-26pcm/export: another #ifdef ENABLE_DSD fixMax Kellermann
2016-02-26output/alsa: basic infrastructure for DSD_U16 and DSD_U32Max Kellermann
2016-02-26pcm/export: add #ifdef ENABLE_DSDMax Kellermann
2016-02-26README.md: add a few helpful links for startersMax Kellermann
2016-02-26README: convert to MarkdownMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-26pcm/dsd: use PcmBuffer::GetT()Max Kellermann
2016-02-26pcm/dsd: use MAX_CHANNELSMax Kellermann
2016-02-26pcm/dsd: use std::arrayMax Kellermann
2016-02-26player/control: unpause in Play()Max Kellermann
2016-02-26decoder/thread: clear Decoder::error before attempting another pluginMax Kellermann
2016-02-26decoder/thread: fix typo in commentMax Kellermann
2016-02-26util/Error: use std::exception_ptr instead of std::exceptionMax Kellermann
2016-02-26systemd: set Type=notifyMax Kellermann
2016-02-26TagArchive: include cleanupMax Kellermann
2016-02-26TagArchive: refactor TagHandler overload to use ArchiveFileMax Kellermann