| Commit message (Expand) | Author | Files | Lines |
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 |
2009-03-02 | input_stream: moved struct input_plugin to input_plugin.h | Max Kellermann | 1 | -1/+1 |
2009-01-30 | input_stream: make seek(), buffer() optional | Max Kellermann | 1 | -0/+7 |
2009-01-30 | input_stream: let the implementation assign is->plugin | Max Kellermann | 1 | -1/+7 |
2009-01-29 | added support for the MMS protocol | Max Kellermann | 1 | -0/+7 |
2009-01-03 | input_stream: added tag() method | Max Kellermann | 1 | -4/+10 |
2008-12-27 | disable archive API without plugins | Max Kellermann | 1 | -0/+5 |
2008-12-16 | new archive api, input_archive stream | Viliam Mateicka | 1 | -0/+2 |
2008-11-16 | input_stream: size==-1 means unknown size | Max Kellermann | 1 | -1/+1 |
2008-11-15 | decoder: check length==0 in decoder_read() | Max Kellermann | 1 | -0/+4 |