Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input/nfs: new plugin using libnfs | Max Kellermann | 2014-02-06 | 1 | -0/+3 |
| | |||||
* | Client*: move to client/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | input/smbclient: new input plugin | Max Kellermann | 2013-12-29 | 1 | -0/+3 |
| | |||||
* | add draft ALSA input plugin | Steven O'Brien | 2013-12-19 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Util/StringUtil: add StringStartsWith() | Max Kellermann | 2013-11-28 | 1 | -3/+2 |
| | | | | Replaces GLib's g_str_has_prefix(). | ||||
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -2/+0 |
| | |||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -1/+1 |
| | |||||
* | input/curl: enable https | Ales Guzik | 2013-09-05 | 1 | -0/+1 |
| | |||||
* | input/soup: plugin removed | Max Kellermann | 2013-04-17 | 1 | -1/+1 |
| | | | | | | This plugin is cumbersome to support, now that MPD is migrating away from GLib and the GLib event loop. It has no practical advantages over the CURL plugin. Soup requires the bloated GType library. | ||||
* | uri: convert to C++ | Max Kellermann | 2013-04-08 | 1 | -5/+1 |
| | |||||
* | Client: rename the struct client to class Client | Max Kellermann | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | ls.h: rename to ls.hxx | Max Kellermann | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | client: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -1/+2 |
| | |||||
* | ls: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -0/+103 |