| Commit message (Expand) | Author | Age | Files | Lines |
* | input_stream: return errors with GError | Max Kellermann | 2009-12-15 | 1 | -9/+28 |
* | input_stream: moved input_stream_global_init() to input_init.c | Max Kellermann | 2009-12-14 | 1 | -51/+0 |
* | input_stream: moved plugin list to input_registry.c | Max Kellermann | 2009-12-14 | 1 | -30/+2 |
* | input_stream: make input_plugins NULL terminated | Max Kellermann | 2009-12-14 | 1 | -7/+5 |
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -1/+1 |
* | input/lastfm: removed obsolete last.fm input plugin | Max Kellermann | 2009-10-13 | 1 | -5/+0 |
* | input_stream: use "goffset" instead of "off_t" | Max Kellermann | 2009-10-11 | 1 | -1/+1 |
* | configure.ac: rename HAVE_CURL to ENABLE_CURL | Max Kellermann | 2009-09-24 | 1 | -2/+2 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | input_lastfm: new input plugin for last.fm radio | Max Kellermann | 2009-03-02 | 1 | -0/+5 |
* | input: pass config_param to input_plugin.init() | Max Kellermann | 2009-03-02 | 1 | -5/+39 |
* | input_plugin: added methods init(), finish() | Max Kellermann | 2009-03-02 | 1 | -6/+9 |
* | input: moved plugins to ./src/input/ | Max Kellermann | 2009-03-02 | 1 | -4/+4 |
* | input_stream: moved struct input_plugin to input_plugin.h | Max Kellermann | 2009-03-02 | 1 | -1/+1 |
* | input_stream: make seek(), buffer() optional | Max Kellermann | 2009-01-30 | 1 | -0/+7 |
* | input_stream: let the implementation assign is->plugin | Max Kellermann | 2009-01-30 | 1 | -1/+7 |
* | added support for the MMS protocol | Max Kellermann | 2009-01-29 | 1 | -0/+7 |
* | input_stream: added tag() method | Max Kellermann | 2009-01-03 | 1 | -4/+10 |
* | disable archive API without plugins | Max Kellermann | 2008-12-27 | 1 | -0/+5 |
* | new archive api, input_archive stream | Viliam Mateicka | 2008-12-16 | 1 | -0/+2 |
* | input_stream: size==-1 means unknown size | Max Kellermann | 2008-11-16 | 1 | -1/+1 |
* | decoder: check length==0 in decoder_read() | Max Kellermann | 2008-11-15 | 1 | -0/+4 |
* | input_stream: pass const url to input_stream_open() | Max Kellermann | 2008-10-31 | 1 | -1/+1 |
* | input_stream: convert offset and size to the off_t data type | Max Kellermann | 2008-10-28 | 1 | -1/+1 |
* | input_stream: use g_free() in input_stream_close() | Max Kellermann | 2008-10-26 | 1 | -8/+5 |
* | input_stream: use "bool" instead of "int" | Max Kellermann | 2008-10-26 | 1 | -7/+9 |
* | input_stream: input_stream_close() returns void | Max Kellermann | 2008-10-26 | 1 | -2/+2 |
* | input_stream: added struct input_plugin | Max Kellermann | 2008-10-26 | 1 | -11/+22 |
* | input_stream: no CamelCase | Max Kellermann | 2008-10-26 | 1 | -31/+31 |
* | input_file: removed global constructor | Max Kellermann | 2008-10-26 | 1 | -1/+0 |
* | input_stream: renamed sources, no CamelCase | Max Kellermann | 2008-10-26 | 1 | -0/+98 |