aboutsummaryrefslogtreecommitdiffstats
path: root/src/input_registry.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input/soup: new input plugin based on libsoupMax Kellermann2011-08-241-0/+7
| | | | | | | | To demonstrate the new I/O thread. libsoup is well-integrated into the GLib main loop, which made this plugin pretty easy to write. As a side effect, we have to initialize the I/O thread in all debug programs that use the input API.
* input: Add despotify input pluginSimon Kagstrom2011-03-291-0/+7
| | | | | | | | | | For Spotify tracks. Uses a spt URI, so with mpc you can play tracks with e.g., mpc add spt://spotify:track:5qENVY0YEdZ7fiuOax70x1 mpc play Uses the pcm_decoder_plugin for the output
* copyright year 2011Max Kellermann2011-01-291-1/+1
|
* configure.ac: hook the cdio_paranoia input pluginMax Kellermann2010-12-221-0/+7
|
* input/ffmpeg: new input plugin using libavformat's "avio" libraryMax Kellermann2010-05-181-0/+7
|
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* input_stream: moved plugin list to input_registry.cMax Kellermann2009-12-141-0/+52