aboutsummaryrefslogtreecommitdiffstats
path: root/src/input (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge release 0.15.12 from branch 'v0.15.x'Max Kellermann2010-07-201-2/+17
|\
| * input/curl: remove assertion after curl_multi_fdset()Max Kellermann2010-07-201-2/+0
| * input/curl: query timeout from CURLMax Kellermann2010-07-201-1/+18
* | Merge release 0.15.10 from branch 'v0.15.x'Max Kellermann2010-05-301-0/+3
|\|
| * input/mms: initialize the "eof" attributeMax Kellermann2010-05-181-0/+2
| * input/mms: fix memory leak in error handlerMax Kellermann2010-05-181-0/+1
* | input/file, output/{fifo,recorder}: add O_BINARY to open() flagsMax Kellermann2010-05-201-2/+2
* | input/ffmpeg: new input plugin using libavformat's "avio" libraryMax Kellermann2010-05-182-0/+196
* | input/mms: removed empty method buffer()Max Kellermann2010-05-181-8/+0
* | input_stream: added attribute "uri"Max Kellermann2010-01-184-4/+4
* | input_stream: added function input_stream_deinit()Max Kellermann2010-01-184-0/+4
* | input/rewind: enable the "rewind" wrapper for all non-seekable streamsMax Kellermann2010-01-042-15/+2
* | input_stream: return allocated input_stream objectsMax Kellermann2010-01-016-134/+136
* | Update copyright notices.Avuton Olrich2009-12-3110-10/+10
* | archive: use reference counting for archive+inputMax Kellermann2009-12-311-4/+1
* | input/archive: don't initialize input_stream.readyMax Kellermann2009-12-311-2/+0
* | Merge vorbis+icy fixes from branch 'v0.15.x'Max Kellermann2009-12-304-181/+321
|\|
| * input/curl: removed the built-in rewinding codeMax Kellermann2009-12-301-181/+10
| * input/rewind: new input_stream wrapper to allow stream rewindingMax Kellermann2009-12-294-0/+309
* | archive_plugin: use GError in the open() methodMax Kellermann2009-12-161-1/+1
* | input/archive: check for archive_file_open() errorsMax Kellermann2009-12-161-0/+2
* | archive_plugin: wrap method callsMax Kellermann2009-12-161-3/+3
* | input_stream: return errors with GErrorMax Kellermann2009-12-154-60/+108
* | input/archive: use g_path_is_absolute()Max Kellermann2009-12-151-1/+1
* | Merge branch 'v0.15.x'Max Kellermann2009-12-151-0/+1
|\|
| * input/archive: close the archive file on errorMax Kellermann2009-12-151-0/+1
| * input/file: don't fall back to parent directoryMax Kellermann2009-12-151-18/+3
| * input/lastfm: fixed variable name in GLib<2.16 code pathMax Kellermann2009-11-101-1/+1
* | input/file: don't fall back to parent directoryMax Kellermann2009-12-151-18/+3
* | input_plugin: method init() returns errors with GErrorMax Kellermann2009-12-141-1/+2
* | include config.h in all sourcesMax Kellermann2009-11-123-1/+3
* | configure.ac: require GLib 2.12Max Kellermann2009-11-101-0/+1
* | fd_util: removed creat_cloexec()Max Kellermann2009-11-101-1/+1
* | set the close-on-exec flag on all file descriptorsMax Kellermann2009-11-071-1/+2
* | mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...Max Kellermann2009-10-201-1/+1
* | input/lastfm: removed obsolete last.fm input pluginMax Kellermann2009-10-132-494/+0
* | Merge branch 'v0.15.x'Max Kellermann2009-10-131-1/+1
|\|
| * input/curl: fixed endless loop during bufferingMax Kellermann2009-10-131-1/+1
* | tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-132-6/+6
* | configure.ac: require GLib 2.16Max Kellermann2009-10-132-18/+0
* | input_stream: use "goffset" instead of "off_t"Max Kellermann2009-10-114-12/+13
* | Merge branch 'v0.15.x'Max Kellermann2009-10-111-43/+58
|\|
| * input/curl: don't abort if a packet has only metadataMax Kellermann2009-10-111-20/+22
| * input/curl: moved code to fill_buffer()Max Kellermann2009-10-111-27/+40
* | Merged release 0.15.4 from branch 'v0.15.x'Max Kellermann2009-10-031-1/+1
|\|
| * input/mms: fix G_LOG_DOMAIN valueSerge Ziryukin2009-09-201-1/+1
* | input/lastfm: Ensure multiple identical xml entities are decoded.Courtney Cavin2009-07-281-6/+5
* | input/lastfm: use metadataCourtney Cavin2009-07-281-43/+297
|/
* input/file: log message on errorMathieu Rochette2009-05-281-0/+2
* input_curl: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-281-7/+7