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