| Commit message (Expand) | Author | Files | Lines |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 |
2014-11-07 | input/Open: expose input_domain | Max Kellermann | 1 | -2/+1 |
2014-10-02 | input/Open: use OpenLocalInputStream() | Max Kellermann | 1 | -0/+8 |
2014-05-21 | input/InputStream: move Open() to Open.cxx | Max Kellermann | 1 | -116/+0 |
2014-05-11 | InputStream: make various methods abstract | Max Kellermann | 1 | -40/+7 |
2014-05-11 | InputStream: add virtual destructor | Max Kellermann | 1 | -8/+5 |
2014-05-11 | InputStream: convert to class | Max Kellermann | 1 | -0/+9 |
2014-01-24 | Input*: move to input/ | Max Kellermann | 1 | -2/+2 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-12-29 | InputStream: add static method OpenReady() | Max Kellermann | 1 | -0/+22 |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 |
2013-10-23 | input_stream: rename struct to InputStream | Max Kellermann | 1 | -22/+22 |
2013-10-23 | InputStream: add method Rewind() | Max Kellermann | 1 | -0/+13 |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | 1 | -9/+9 |
2013-10-17 | InputStream: use int64_t instead of goffset | Max Kellermann | 1 | -2/+2 |
2013-09-05 | InputLegacy: move functions to the input_stream class | Max Kellermann | 1 | -119/+51 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -26/+17 |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -2/+2 |
2013-04-08 | uri: convert to C++ | Max Kellermann | 1 | -4/+1 |
2013-01-28 | InputStream: use std::string | Max Kellermann | 1 | -4/+3 |
2013-01-28 | InputStream: store references instead of pointers | Max Kellermann | 1 | -54/+25 |
2013-01-27 | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 1 | -21/+11 |
2013-01-26 | input_stream: forward-declare the struct | Max Kellermann | 1 | -1/+47 |
2013-01-25 | input_{internal,plugin}: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-21 | input/rewind: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-10 | input_stream: convert to C++ (internally) | Max Kellermann | 1 | -2/+5 |
2013-01-07 | input_stream: add method _cheap_seeking() | Max Kellermann | 1 | -0/+7 |
2012-06-12 | input_registry: add _for_each() macros | Max Kellermann | 1 | -5/+1 |
2011-09-16 | input_stream: non-blocking I/O | Max Kellermann | 1 | -7/+117 |
2011-09-16 | input_plugin: add method check() | Max Kellermann | 1 | -0/+10 |
2011-09-15 | input/file: return NULL instead of "false" | Max Kellermann | 1 | -1/+1 |
2011-09-14 | input_plugin: add method update() | Max Kellermann | 1 | -0/+10 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-01-18 | input_stream: added function input_stream_deinit() | Max Kellermann | 1 | -2/+0 |
2010-01-01 | input_stream: return allocated input_stream objects | Max Kellermann | 1 | -14/+10 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-29 | input/rewind: new input_stream wrapper to allow stream rewinding | Max Kellermann | 1 | -0/+3 |
2009-12-15 | input_stream: return errors with GError | Max Kellermann | 1 | -9/+28 |
2009-12-14 | input_stream: moved input_stream_global_init() to input_init.c | Max Kellermann | 1 | -51/+0 |
2009-12-14 | input_stream: moved plugin list to input_registry.c | Max Kellermann | 1 | -30/+2 |
2009-12-14 | input_stream: make input_plugins NULL terminated | Max Kellermann | 1 | -7/+5 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -1/+1 |
2009-10-13 | input/lastfm: removed obsolete last.fm input plugin | Max Kellermann | 1 | -5/+0 |
2009-10-11 | input_stream: use "goffset" instead of "off_t" | Max Kellermann | 1 | -1/+1 |
2009-09-24 | configure.ac: rename HAVE_CURL to ENABLE_CURL | Max Kellermann | 1 | -2/+2 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-03-02 | input_lastfm: new input plugin for last.fm radio | Max Kellermann | 1 | -0/+5 |
2009-03-02 | input: pass config_param to input_plugin.init() | Max Kellermann | 1 | -5/+39 |
2009-03-02 | input_plugin: added methods init(), finish() | Max Kellermann | 1 | -6/+9 |
2009-03-02 | input: moved plugins to ./src/input/ | Max Kellermann | 1 | -4/+4 |