aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-12-29SongUpdate: read tags from songs in an archiveMax Kellermann1-0/+1
Add the TagStream.cxx library, similar to TagFile.cxx, and use it to load tags from song files inside archives.
2013-12-29input/smbclient: new input pluginMax Kellermann1-0/+7
2013-12-24test/*: use fprintf(stderr,...) and Log() instead of g_printerr()Max Kellermann1-0/+1
Avoid GLib.
2013-12-23pcm/Volume: convert to classMax Kellermann1-1/+3
Prepare for adding state.
2013-12-23pcm/PcmVolume: rename to Volume.cxxMax Kellermann1-1/+1
2013-12-23pcm/PcmConvert: move the Domain instance to Domain.cxxMax Kellermann1-0/+1
Rename pcm_convert_domain to pcm_domain. Move it out so we can use it without depending on the whole PcmConvert library.
2013-12-22util/Clamp: generic Clamp() functionMax Kellermann1-0/+1
2013-12-19add draft ALSA input pluginSteven O'Brien1-0/+8
I've created an elementary input plugin that plays sound from the soundcard, so you can use MPD to listen to anything connected to the line-in jack, or to Video4Linux FM radio cards that send audio through the soundcard. There has been a small number of posts here in the past requesting line-in input, so here is a first, simplistic stab at it. The patch adds a new sheme, alsa://, which causes mpd to play data read directly from a souncdard. It defaults to hw:0,0, but you can pass any ALSA device name in the URI. So, using mpc for example: mpc add alsa:// mpc play will play from device hw:0,0. To use a diffferent device: mpc add alsa://hw:1,0
2013-12-19util/fifo_buffer: remove obsolete libraryMax Kellermann1-1/+0
2013-12-15configure.ac: add option "--disable-glib"Max Kellermann1-8/+12
Allows building without GLib. This fails to compile currently, because GLib is still used in the MPD core.
2013-12-15LogInit: move backend code to LogBackend.cxxMax Kellermann1-1/+1
2013-12-15Log: move Log() to LogBackend.cxxMax Kellermann1-20/+21
Prepare for GLib removal.
2013-12-15Log: move enum LogLevel to LogLevel.hxxMax Kellermann1-0/+1
2013-12-14util/SplitString: new utility classMax Kellermann1-0/+1
To replace g_strdup().
2013-12-14test: merge duplicate code to FakeDecoderAPI.cxxMax Kellermann1-0/+2
2013-12-08fs: implemented standard directories APIDenis Krjuchkov1-0/+1
2013-12-08TextFile: move to fs subsystemDenis Krjuchkov1-3/+2
2013-12-05util/DynamicFifoBuffer: new class replacing growing_fifoMax Kellermann1-1/+1
2013-12-02command: add commands "addtagid", "cleartagid"Max Kellermann1-0/+2
2013-12-02event: add poll() based PollGroup implementationDenis Krjuchkov1-0/+1
2013-12-01pcm/PcmFormat: move generic definitions to Traits.hxxMax Kellermann1-0/+1
2013-12-01pcm/SoxrResampler: new resampler option using libsoxrMax Kellermann1-0/+7
2013-11-30pcm/PcmResampler: convert to abstract interfaceMax Kellermann1-4/+5
The PcmResampler interface is implemented by the two classes FallbackPcmResampler and LibsampleratePcmResampler. This prepares for adding more resampler libraries.
2013-11-30pcm/PcmConvert: move code to new class GluePcmResamplerMax Kellermann1-0/+1
2013-11-30pcm/PcmConvert: move code to new class PcmChannelsConverterMax Kellermann1-0/+1
2013-11-30pcm/PcmConvert: move code to new class PcmFormatConverterMax Kellermann1-0/+1
2013-11-29util/ConstBuffer: new utility classMax Kellermann1-0/+1
2013-11-29event: implement PollGroup based on Windows selectDenis Krjuchkov1-0/+2
2013-11-28event: introduce generic API for internal event loopDenis Krjuchkov1-0/+2
2013-11-25Volume, Output: use new class PeriodClock instead of GTimerMax Kellermann1-0/+1
2013-11-24CommandLine: new command line parserDenis Krjuchkov1-0/+2
This implementation behaves mostly identical to old parser. Few observable differences: - There are no option groups (single group is used for all options) - Option --stdout is hidden (it has been obsolete for a long time) - MPD executable name (mpd) is hardcoded for simplicity
2013-11-08Makefile.am: disable dist-bzip2Max Kellermann1-1/+1
bzip2-compressed tarballs are obsolete, xz is better and widely understood.
2013-11-04Makefile.am: distribute missing filesMax Kellermann1-0/+5
2013-10-31Makefile.am: add missing header fileMax Kellermann1-0/+1
2013-10-30Makefile.am: link test/DumpDatabase with Ack.cxxMax Kellermann1-0/+1
2013-10-26DecoderControl: move code/attributes to new class MixRampInfoMax Kellermann1-0/+1
2013-10-26test/test_mixramp: unit test for mixramp_interpolate()Max Kellermann1-0/+10
2013-10-25command: new command "readcomments" lists arbitrary file tagsMax Kellermann1-0/+1
2013-10-23InputInternal: remove obsolete libraryMax Kellermann1-1/+0
2013-10-23UriUtil: uri_remove_auth() returns std::stringMax Kellermann1-1/+0
2013-10-23test/test_util: unit test for libutil.aMax Kellermann1-0/+10
2013-10-22Playlist: refresh new tags after database updateMax Kellermann1-0/+1
Fixes regression from commit e96779d.
2013-10-21Partition: add methods TagModified(), SyncWithPlayer()Max Kellermann1-1/+1
Move code from class Instance.
2013-10-21GetBaseUTF8Max Kellermann1-1/+1
2013-10-21util/NumberParser: utilities for parsing numbers from ASCII stringsMax Kellermann1-0/+1
2013-10-20Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann1-0/+1
Replaces GLib's g_ascii_strcasecmp().
2013-10-20*Commands: move to src/command/Max Kellermann1-12/+12
2013-10-20command: convert command_return to to a strictly-typed enumMax Kellermann1-1/+1
2013-10-20decoder/sidplay: add header fileMax Kellermann1-1/+2
2013-10-20decoder/sidplay: update file nameMax Kellermann1-1/+2