summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
2013-12-29input/smbclient: new input pluginMax Kellermann
2013-12-24test/*: use fprintf(stderr,...) and Log() instead of g_printerr()Max Kellermann
2013-12-23pcm/Volume: convert to classMax Kellermann
2013-12-23pcm/PcmVolume: rename to Volume.cxxMax Kellermann
2013-12-23pcm/PcmConvert: move the Domain instance to Domain.cxxMax Kellermann
2013-12-22util/Clamp: generic Clamp() functionMax Kellermann
2013-12-19add draft ALSA input pluginSteven O'Brien
2013-12-19util/fifo_buffer: remove obsolete libraryMax Kellermann
2013-12-15configure.ac: add option "--disable-glib"Max Kellermann
2013-12-15LogInit: move backend code to LogBackend.cxxMax Kellermann
2013-12-15Log: move Log() to LogBackend.cxxMax Kellermann
2013-12-15Log: move enum LogLevel to LogLevel.hxxMax Kellermann
2013-12-14util/SplitString: new utility classMax Kellermann
2013-12-14test: merge duplicate code to FakeDecoderAPI.cxxMax Kellermann
2013-12-08fs: implemented standard directories APIDenis Krjuchkov
2013-12-08TextFile: move to fs subsystemDenis Krjuchkov
2013-12-05util/DynamicFifoBuffer: new class replacing growing_fifoMax Kellermann
2013-12-02command: add commands "addtagid", "cleartagid"Max Kellermann
2013-12-02event: add poll() based PollGroup implementationDenis Krjuchkov
2013-12-01pcm/PcmFormat: move generic definitions to Traits.hxxMax Kellermann
2013-12-01pcm/SoxrResampler: new resampler option using libsoxrMax Kellermann
2013-11-30pcm/PcmResampler: convert to abstract interfaceMax Kellermann
2013-11-30pcm/PcmConvert: move code to new class GluePcmResamplerMax Kellermann
2013-11-30pcm/PcmConvert: move code to new class PcmChannelsConverterMax Kellermann
2013-11-30pcm/PcmConvert: move code to new class PcmFormatConverterMax Kellermann
2013-11-29util/ConstBuffer: new utility classMax Kellermann
2013-11-29event: implement PollGroup based on Windows selectDenis Krjuchkov
2013-11-28event: introduce generic API for internal event loopDenis Krjuchkov
2013-11-25Volume, Output: use new class PeriodClock instead of GTimerMax Kellermann
2013-11-24CommandLine: new command line parserDenis Krjuchkov
2013-11-08Makefile.am: disable dist-bzip2Max Kellermann
2013-11-04Makefile.am: distribute missing filesMax Kellermann
2013-10-31Makefile.am: add missing header fileMax Kellermann
2013-10-30Makefile.am: link test/DumpDatabase with Ack.cxxMax Kellermann
2013-10-26DecoderControl: move code/attributes to new class MixRampInfoMax Kellermann
2013-10-26test/test_mixramp: unit test for mixramp_interpolate()Max Kellermann
2013-10-25command: new command "readcomments" lists arbitrary file tagsMax Kellermann
2013-10-23InputInternal: remove obsolete libraryMax Kellermann
2013-10-23UriUtil: uri_remove_auth() returns std::stringMax Kellermann
2013-10-23test/test_util: unit test for libutil.aMax Kellermann
2013-10-22Playlist: refresh new tags after database updateMax Kellermann
2013-10-21Partition: add methods TagModified(), SyncWithPlayer()Max Kellermann
2013-10-21GetBaseUTF8Max Kellermann
2013-10-21util/NumberParser: utilities for parsing numbers from ASCII stringsMax Kellermann
2013-10-20Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann
2013-10-20*Commands: move to src/command/Max Kellermann
2013-10-20command: convert command_return to to a strictly-typed enumMax Kellermann
2013-10-20decoder/sidplay: add header fileMax Kellermann
2013-10-20decoder/sidplay: update file nameMax Kellermann
2013-10-19Client: move message functions into the classMax Kellermann