aboutsummaryrefslogtreecommitdiffstats
path: root/src/InputInit.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-19*: use nullptr instead of NULLMax Kellermann1-11/+11
2013-10-17input_plugin: rename struct to "InputPlugin"Max Kellermann1-1/+1
2013-09-05conf.h: remove obsolete headerMax Kellermann1-1/+3
2013-09-04util/Error: new error passing libraryMax Kellermann1-20/+13
2013-08-04InputPlugin: pass config_param referenceMax Kellermann1-8/+11
2013-01-25input_{internal,plugin}: convert to C++Max Kellermann1-1/+1
2013-01-10input_stream: convert to C++ (internally)Max Kellermann1-3/+3
2012-07-10require GLib 2.16Max Kellermann1-1/+0
2012-06-12input_registry: add _for_each() macrosMax Kellermann1-4/+3
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-08input_init: add assertions on completeness of pluginsMax Kellermann1-0/+6
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-14input_plugin: method init() returns errors with GErrorMax Kellermann1-7/+32
2009-12-14input_stream: moved input_stream_global_init() to input_init.cMax Kellermann1-79/+2
2009-12-14input_stream: moved plugin list to input_registry.cMax Kellermann1-30/+2
2009-12-14input_stream: make input_plugins NULL terminatedMax Kellermann1-7/+5
2009-11-12include config.h in all sourcesMax Kellermann1-1/+1
2009-10-13input/lastfm: removed obsolete last.fm input pluginMax Kellermann1-5/+0
2009-10-11input_stream: use "goffset" instead of "off_t"Max Kellermann1-1/+1
2009-09-24configure.ac: rename HAVE_CURL to ENABLE_CURLMax Kellermann1-2/+2
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-02input_lastfm: new input plugin for last.fm radioMax Kellermann1-0/+5
2009-03-02input: pass config_param to input_plugin.init()Max Kellermann1-5/+39
2009-03-02input_plugin: added methods init(), finish()Max Kellermann1-6/+9
2009-03-02input: moved plugins to ./src/input/Max Kellermann1-4/+4
2009-03-02input_stream: moved struct input_plugin to input_plugin.hMax Kellermann1-1/+1
2009-01-30input_stream: make seek(), buffer() optionalMax Kellermann1-0/+7
2009-01-30input_stream: let the implementation assign is->pluginMax Kellermann1-1/+7
2009-01-29added support for the MMS protocolMax Kellermann1-0/+7
2009-01-03input_stream: added tag() methodMax Kellermann1-4/+10
2008-12-27disable archive API without pluginsMax Kellermann1-0/+5
2008-12-16new archive api, input_archive streamViliam Mateicka1-0/+2
2008-11-16input_stream: size==-1 means unknown sizeMax Kellermann1-1/+1
2008-11-15decoder: check length==0 in decoder_read()Max Kellermann1-0/+4
2008-10-31input_stream: pass const url to input_stream_open()Max Kellermann1-1/+1
2008-10-28input_stream: convert offset and size to the off_t data typeMax Kellermann1-1/+1
2008-10-26input_stream: use g_free() in input_stream_close()Max Kellermann1-8/+5
2008-10-26input_stream: use "bool" instead of "int"Max Kellermann1-7/+9
2008-10-26input_stream: input_stream_close() returns voidMax Kellermann1-2/+2
2008-10-26input_stream: added struct input_pluginMax Kellermann1-11/+22
2008-10-26input_stream: no CamelCaseMax Kellermann1-31/+31
2008-10-26input_file: removed global constructorMax Kellermann1-1/+0
2008-10-26input_stream: renamed sources, no CamelCaseMax Kellermann1-2/+2
2008-10-26http: use libcurlMax Kellermann1-3/+15
2008-10-26input_stream: added input_stream_global_finish()Max Kellermann1-0/+4
2008-10-17input_stream: removed nmemb argumentMax Kellermann1-2/+2
2008-10-17input: declare struct input_streamMax Kellermann1-7/+7
2008-10-08don't include os_compat.hMax Kellermann1-1/+1
2008-08-26added InputStream.readyMax Kellermann1-0/+1
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-3/+1