| Commit message (Expand) | Author | Files | Lines |
2010-01-04 | input/rewind: enable the "rewind" wrapper for all non-seekable streams | Max Kellermann | 2 | -15/+2 |
2010-01-01 | input_stream: return allocated input_stream objects | Max Kellermann | 6 | -134/+136 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 10 | -10/+10 |
2009-12-31 | archive: use reference counting for archive+input | Max Kellermann | 1 | -4/+1 |
2009-12-31 | input/archive: don't initialize input_stream.ready | Max Kellermann | 1 | -2/+0 |
2009-12-30 | input/curl: removed the built-in rewinding code | Max Kellermann | 1 | -181/+10 |
2009-12-29 | input/rewind: new input_stream wrapper to allow stream rewinding | Max Kellermann | 4 | -0/+309 |
2009-12-16 | archive_plugin: use GError in the open() method | Max Kellermann | 1 | -1/+1 |
2009-12-16 | input/archive: check for archive_file_open() errors | Max Kellermann | 1 | -0/+2 |
2009-12-16 | archive_plugin: wrap method calls | Max Kellermann | 1 | -3/+3 |
2009-12-15 | input_stream: return errors with GError | Max Kellermann | 4 | -60/+108 |
2009-12-15 | input/archive: use g_path_is_absolute() | Max Kellermann | 1 | -1/+1 |
2009-12-15 | input/archive: close the archive file on error | Max Kellermann | 1 | -0/+1 |
2009-12-15 | input/file: don't fall back to parent directory | Max Kellermann | 1 | -18/+3 |
2009-12-15 | input/file: don't fall back to parent directory | Max Kellermann | 1 | -18/+3 |
2009-12-14 | input_plugin: method init() returns errors with GError | Max Kellermann | 1 | -1/+2 |
2009-11-12 | include config.h in all sources | Max Kellermann | 3 | -1/+3 |
2009-11-10 | configure.ac: require GLib 2.12 | Max Kellermann | 1 | -0/+1 |
2009-11-10 | input/lastfm: fixed variable name in GLib<2.16 code path | Max Kellermann | 1 | -1/+1 |
2009-11-10 | fd_util: removed creat_cloexec() | Max Kellermann | 1 | -1/+1 |
2009-11-07 | set the close-on-exec flag on all file descriptors | Max Kellermann | 1 | -1/+2 |
2009-10-20 | mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ... | Max Kellermann | 1 | -1/+1 |
2009-10-13 | input/lastfm: removed obsolete last.fm input plugin | Max Kellermann | 2 | -494/+0 |
2009-10-13 | input/curl: fixed endless loop during buffering | Max Kellermann | 1 | -1/+1 |
2009-10-13 | tag: removed the "_ITEM_" suffix from the enum names | Max Kellermann | 2 | -6/+6 |
2009-10-13 | configure.ac: require GLib 2.16 | Max Kellermann | 2 | -18/+0 |
2009-10-11 | input_stream: use "goffset" instead of "off_t" | Max Kellermann | 4 | -12/+13 |
2009-10-11 | input/curl: don't abort if a packet has only metadata | Max Kellermann | 1 | -20/+22 |
2009-10-11 | input/curl: moved code to fill_buffer() | Max Kellermann | 1 | -27/+40 |
2009-09-20 | input/mms: fix G_LOG_DOMAIN value | Serge Ziryukin | 1 | -1/+1 |
2009-07-28 | input/lastfm: Ensure multiple identical xml entities are decoded. | Courtney Cavin | 1 | -6/+5 |
2009-07-28 | input/lastfm: use metadata | Courtney Cavin | 1 | -43/+297 |
2009-05-28 | input/file: log message on error | Mathieu Rochette | 1 | -0/+2 |
2009-04-28 | input_curl: use g_ascii_strcasecmp() instead of strcasecmp() | Max Kellermann | 1 | -7/+7 |
2009-04-25 | curl: moved proxy settings to "input" block | Max Kellermann | 1 | -24/+26 |
2009-03-27 | Add winsock2 headers for curl's use of select() on sockets | Sean McNamara | 1 | -1/+7 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 10 | -51/+61 |
2009-03-09 | decoder_plugin: added method container_scan() | Jochen Keil | 1 | -2/+17 |
2009-03-06 | curl: reverse GLIB_CHECK_VERSION() | Max Kellermann | 1 | -1/+1 |
2009-03-02 | input_lastfm: new input plugin for last.fm radio | Max Kellermann | 2 | -0/+252 |
2009-03-02 | input: pass config_param to input_plugin.init() | Max Kellermann | 4 | -1/+5 |
2009-03-02 | input_plugin: added methods init(), finish() | Max Kellermann | 2 | -7/+12 |
2009-03-02 | input: moved plugins to ./src/input/ | Max Kellermann | 8 | -0/+1388 |