summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-02-26TagArchive: remove obsolete overloadMax Kellermann
2016-02-26SongUpdate: remove obsolete overload UpdateFileInArchive(Storage)Max Kellermann
2016-02-26db/update/Archive: rescan tags on existing songs in archiveMax Kellermann
2016-02-26SongUpdate: remove archive handling from LoadFile()Max Kellermann
2016-02-26db/update/Archive: pass ArchiveFile to Song constructorMax Kellermann
2016-02-26SongUpdate: add UpdateFileInArchive(ArchiveFile&)Max Kellermann
2016-02-26TagArchive: add overload with ArchiveFile&Max Kellermann
2016-02-26TagArchive: add TagBuilder overload with ScanGenericTags() fallbackMax Kellermann
2016-02-26tag/TagId3: re-add missing tag_id3_load()==nullptr checkMax Kellermann
2016-02-26TagStream: add TagBuilder overload with ScanGenericTags() fallbackMax Kellermann
2016-02-26TagFile: add TagBuilder overload with ScanGenericTags() fallbackMax Kellermann
2016-02-26TagArchive: use InputStreamPtrMax Kellermann
2016-02-26tag/Generic: use InputStream::LockRewind() instead of Rewind()Max Kellermann
2016-02-24tag/Generic: clarify documentation on InputStream overloadMax Kellermann
2016-02-24tag/Generic: remove redundant documentationMax Kellermann
2016-02-23Merge tag 'v0.19.13'Max Kellermann
2016-02-23release v0.19.13v0.19.13Max Kellermann
2016-02-23queue/Playlist: move only the tag items in TagModified()Max Kellermann
2016-02-23DetachedSong: add method MoveTagItemsFrom()Max Kellermann