summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
2017-10-26output/alsa: move AlsaSetupHw() to lib/alsa/HwSetup.cxxMax Kellermann
2017-10-26output/alsa: move functions to lib/alsa/Format.hxxMax Kellermann
2017-10-26output/alsa: move class PeriodBuffer to lib/alsa/PeriodBuffer.hxxMax Kellermann
2017-09-21event/DeferredCall: rename to DeferEventMax Kellermann
2017-09-20Merge branch 'v0.20.x'Max Kellermann
2017-09-20lib/icu/Compare: OO wrapper for IcuCaseFold()Max Kellermann
2017-09-20lib/icu/Collate: move IcuCaseFold() to CaseFold.cxxMax Kellermann
2017-09-16Add sndio mixer pluginChristopher Zimmermann
2017-09-13Util/StringView: move struct WStringView to separate headerMax Kellermann
2017-09-12Util/CharUtil: add wchar_t overloadsMax Kellermann
2017-08-29event/TimeoutMonitor: remove obsolete classMax Kellermann
2017-08-29event/TimeoutMonitor: move code to new class TimerEventMax Kellermann
2017-08-25lib/upnp/Discovery: use CURL instead of UpnpDownloadUrlItem()Max Kellermann
2017-08-22Merge branch 'v0.20.x' into masterMatthew Leon
2017-08-21OSX mixerMatthew Leon
2017-08-18test/DumpDatabase: start an EventThreadMax Kellermann
2017-08-18lib/curl/Init: share a CurlGlobal instance between input and storageMax Kellermann
2017-08-11system/fd_util: remove unused libraryMax Kellermann
2017-08-11net/IPv4Address: new classMax Kellermann
2017-08-10net/SocketDescriptor: specialization of FileDescriptor for network socketsMax Kellermann
2017-08-10system/UniqueFileDescriptor: new auto-closing FileDescriptor wrapperMax Kellermann
2017-08-10output/Interface: convert to abstract classMax Kellermann
2017-08-08output/Interface: define a new struct AudioOutputMax Kellermann
2017-08-07output/Internal: rename source to Filtered.cxxMax Kellermann
2017-08-07filter/Normalize: add normalize_filter_prepare()Max Kellermann
2017-08-07output/Thread: move AudioOutput methods to Internal.cxxMax Kellermann
2017-07-31Merge branch 'v0.20.x'Max Kellermann
2017-07-20move MusicBrainz id3v2 tags to separate fileMatthew Leon
2017-07-05util/StringUtil: move strip functions to StringStrip.cxxMax Kellermann
2017-07-05util/StringUtil: move CopyString() to TruncateString.cxxMax Kellermann
2017-06-08output/Internal: move the AudioOutputSource to struct AudioOutputControlMax Kellermann
2017-05-16util/Alloc: move template functions to ConcatString.hxxMax Kellermann
2017-04-28output/Output*: drop "Output" prefix from source file nameMax Kellermann
2017-04-18output/Control: drop "Output" prefix from file nameMax Kellermann
2017-03-29lib/alsa/Version: wrapper for snd_asoundlib_version()Max Kellermann
2017-02-17command: add command "listpartitions"Max Kellermann
2017-02-11util/ChronoUtil: new utility library for std::chronoMax Kellermann
2017-02-10IOThread: move EventThread instance into struct InstanceMax Kellermann
2017-02-10test/*: use class EventThread instead of ScopeIOThreadMax Kellermann
2017-02-10IOThread: move code to class EventThreadMax Kellermann
2017-02-09output/alsa: non-blocking modeMax Kellermann
2017-02-09{input,mixer}/alsa: move code to lib/alsa/NonBlock.cxxMax Kellermann
2017-02-08command/Other: move some functions to ClientCommands.cxxMax Kellermann
2017-02-08tag/Tag: move tag_name_parse() to ParseName.cxxMax Kellermann
2017-02-08tag/Tag*: rename several source filesMax Kellermann
2017-01-17util/StringBuffer: new utility classMax Kellermann
2017-01-17AudioFormat: move enum SampleFormat to pcm/SampleFormat.hxxMax Kellermann
2017-01-17test: add AudioFormat unit testMax Kellermann
2017-01-17Makefile.am: move AudioFormat.cxx to libpcm.aMax Kellermann
2017-01-17Makefile.am: fix linking xiph with oggJörg Krause