| Commit message (Expand) | Author | Files | Lines |
2012-01-04 | input/ffmpeg: use the new AVIOContext API | Max Kellermann | 1 | -1/+37 |
2012-01-04 | input/ffmpeg: define AV_VERSION_INT if not present | Max Kellermann | 1 | -0/+4 |
2011-09-16 | input/curl, output/pulse: fix "unused local variable" warnings | Max Kellermann | 1 | -1/+1 |
2011-09-15 | input/rewind: copy the MIME type only once | Max Kellermann | 1 | -1/+3 |
2011-08-26 | input/curl: implement a hard-coded timeout of 10 seconds | Max Kellermann | 1 | -0/+3 |
2011-08-23 | input/curl: limit the receive buffer size | Max Kellermann | 1 | -0/+30 |
2010-11-08 | input/rewind: fix assertion failure | Max Kellermann | 1 | -1/+1 |
2010-11-05 | input/rewind: remove redundant NULL check before g_free() call | Max Kellermann | 1 | -2/+1 |
2010-11-05 | input/rewind: add two assertions | Max Kellermann | 1 | -0/+3 |
2010-11-05 | input/rewind: fix double free bug | Max Kellermann | 1 | -0/+1 |
2010-09-28 | input/rewind: enable for MMS | Thomas Jansen | 1 | -2/+10 |
2010-09-23 | rewind_input_plugin: Update MIME not only once | Thomas Jansen | 1 | -3/+4 |
2010-09-07 | input/curl: fix version check for curl_multi_timeout() | Max Kellermann | 1 | -1/+1 |
2010-07-20 | input/curl: remove assertion after curl_multi_fdset() | Max Kellermann | 1 | -2/+0 |
2010-07-20 | input/curl: query timeout from CURL | Max Kellermann | 1 | -1/+18 |
2010-05-20 | input/file, output/{fifo,recorder}: add O_BINARY to open() flags | Max Kellermann | 1 | -2/+2 |
2010-05-18 | input/ffmpeg: new input plugin using libavformat's "avio" library | Max Kellermann | 2 | -0/+196 |
2010-05-18 | input/mms: removed empty method buffer() | Max Kellermann | 1 | -8/+0 |
2010-05-18 | input/mms: initialize the "eof" attribute | Max Kellermann | 1 | -0/+2 |
2010-05-18 | input/mms: fix memory leak in error handler | Max Kellermann | 1 | -0/+1 |
2010-01-18 | input_stream: added attribute "uri" | Max Kellermann | 4 | -4/+4 |
2010-01-18 | input_stream: added function input_stream_deinit() | Max Kellermann | 4 | -0/+4 |
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 |