summaryrefslogtreecommitdiff
path: root/src/input_registry.c
AgeCommit message (Collapse)Author
2013-01-10input_stream: convert to C++ (internally)Max Kellermann
2011-08-24input/soup: new input plugin based on libsoupMax Kellermann
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.
2011-03-29input: Add despotify input pluginSimon Kagstrom
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
2011-01-29copyright year 2011Max Kellermann
2010-12-22configure.ac: hook the cdio_paranoia input pluginMax Kellermann
2010-05-18input/ffmpeg: new input plugin using libavformat's "avio" libraryMax Kellermann
2009-12-31Update copyright notices.Avuton Olrich
2009-12-14input_stream: moved plugin list to input_registry.cMax Kellermann