summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-04filter/AutoConvert: modify child_audio_format, not in_audio_formatMax Kellermann
2013-11-04configure.ac: prepare for 0.18.1Max Kellermann
2013-10-31release v0.18v0.18Max Kellermann
2013-10-31AUTHORS: add new authorsMax Kellermann
2013-10-31AUTHORS: new formattingMax Kellermann
2013-10-31CommandLine: simplified program name lineMax Kellermann
2013-10-31Makefile.am: add missing header fileMax Kellermann
2013-10-30system/FatalError: use _exit() instead of exit()Max Kellermann
2013-10-30system/FatalError: move code to Abort()Max Kellermann
2013-10-30*: update copyright year to 2013Max Kellermann
2013-10-30ClientList: disconnect all clients in destructorMax Kellermann
2013-10-30mixer/software: fix double free bugMax Kellermann
2013-10-30PlaylistState: ignore "mixrampdelay:nan"Max Kellermann
2013-10-30increase default buffer size to 4 MBMax Kellermann
2013-10-30db/proxy: remove obsolete #undefsMax Kellermann
2013-10-30db/proxy: auto-reconnectMax Kellermann
2013-10-30configure.ac: move -Werror before all other CFLAGSMax Kellermann
2013-10-30configure.ac: default to enable_openal=autoMax Kellermann
2013-10-30configure.ac: enable -ffast-math and -ftree-vectorizeMax Kellermann
2013-10-30configure.ac: enable some gcc options even in debug modeMax Kellermann
2013-10-30ReplayGainInfo: use large negative value instead of infinityMax Kellermann
2013-10-30PlayerCommands: show CrossFade/MixRamp only if enabledMax Kellermann
2013-10-30PcmMix: use negative value instead of NaN for additionMax Kellermann
2013-10-30CrossFade: eliminate NaN from mixramp_interpolate()Max Kellermann
2013-10-30CrossFade: use negative value for invalid MixRamp overlapMax Kellermann
2013-10-30test/test_mixramp: improved test for mixramp_interpolate(0)Max Kellermann
2013-10-30test/test_mixramp: add test with "invalid" return valueMax Kellermann
2013-10-30CrossFade: use negative value for invalid mixramp_delayMax Kellermann
2013-10-30CrossFade: remove obsolete API documentationMax Kellermann
2013-10-30Main: check the g_get_user_special_dir() resultMax Kellermann
2013-10-30Makefile.am: link test/DumpDatabase with Ack.cxxMax Kellermann
2013-10-30db/proxy: return server errors using "enum ack"Max Kellermann
2013-10-30db/proxy: pass search/find to remote MPDMax Kellermann
2013-10-30db/proxy: pass SongFilter to the remote MPD in VisitUniqueTags()Max Kellermann
2013-10-30db/proxy: add missing nullptr checkMax Kellermann
2013-10-29SongFilter: add special keyword "base"Max Kellermann
2013-10-29Revert "command: new commands "findin", "searchin" with base URI"Max Kellermann
2013-10-29util/UriUtil: add uri_is_child_or_same()Max Kellermann
2013-10-29db/proxy: enable song matchingJean-Francois Dockes
2013-10-29SongFilter: make SongFilter::Item class definition publicJean-Francois Dockes
2013-10-29SongFilter: "any" does not match file nameMax Kellermann
2013-10-29DatabaseSelection: use std::stringMax Kellermann
2013-10-29SongFilter: use std::stringMax Kellermann
2013-10-29fd_util: avoid unnecessary fcntl() callsMax Kellermann
2013-10-29PlayerControl: move attributes to struct CrossFadeSettingsMax Kellermann
2013-10-29FilterRegistry: add "pure" attributeMax Kellermann
2013-10-28*: use nullptr instead of NULLMax Kellermann
2013-10-28decoder/dsf: don't play junk at the end of the "data" chunkMax Kellermann
2013-10-28decoder/dsf: add range checkMax Kellermann
2013-10-28decoder/dsdlib: add class DsdUint64Max Kellermann