aboutsummaryrefslogtreecommitdiffstats
path: root/src/input (unfollow)
Commit message (Expand)AuthorFilesLines
2010-07-20input/curl: remove assertion after curl_multi_fdset()Max Kellermann1-2/+0
2010-07-20input/curl: query timeout from CURLMax Kellermann1-1/+18
2010-05-20input/file, output/{fifo,recorder}: add O_BINARY to open() flagsMax Kellermann1-2/+2
2010-05-18input/ffmpeg: new input plugin using libavformat's "avio" libraryMax Kellermann2-0/+196
2010-05-18input/mms: removed empty method buffer()Max Kellermann1-8/+0
2010-05-18input/mms: initialize the "eof" attributeMax Kellermann1-0/+2
2010-05-18input/mms: fix memory leak in error handlerMax Kellermann1-0/+1
2010-01-18input_stream: added attribute "uri"Max Kellermann4-4/+4
2010-01-18input_stream: added function input_stream_deinit()Max Kellermann4-0/+4
2010-01-04input/rewind: enable the "rewind" wrapper for all non-seekable streamsMax Kellermann2-15/+2
2010-01-01input_stream: return allocated input_stream objectsMax Kellermann6-134/+136
2009-12-31Update copyright notices.Avuton Olrich10-10/+10
2009-12-31archive: use reference counting for archive+inputMax Kellermann1-4/+1
2009-12-31input/archive: don't initialize input_stream.readyMax Kellermann1-2/+0
2009-12-30input/curl: removed the built-in rewinding codeMax Kellermann1-181/+10
2009-12-29input/rewind: new input_stream wrapper to allow stream rewindingMax Kellermann4-0/+309
2009-12-16archive_plugin: use GError in the open() methodMax Kellermann1-1/+1
2009-12-16input/archive: check for archive_file_open() errorsMax Kellermann1-0/+2
2009-12-16archive_plugin: wrap method callsMax Kellermann1-3/+3
2009-12-15input_stream: return errors with GErrorMax Kellermann4-60/+108
2009-12-15input/archive: use g_path_is_absolute()Max Kellermann1-1/+1
2009-12-15input/archive: close the archive file on errorMax Kellermann1-0/+1
2009-12-15input/file: don't fall back to parent directoryMax Kellermann1-18/+3
2009-12-15input/file: don't fall back to parent directoryMax Kellermann1-18/+3
2009-12-14input_plugin: method init() returns errors with GErrorMax Kellermann1-1/+2
2009-11-12include config.h in all sourcesMax Kellermann3-1/+3
2009-11-10configure.ac: require GLib 2.12Max Kellermann1-0/+1
2009-11-10input/lastfm: fixed variable name in GLib<2.16 code pathMax Kellermann1-1/+1
2009-11-10fd_util: removed creat_cloexec()Max Kellermann1-1/+1
2009-11-07set the close-on-exec flag on all file descriptorsMax Kellermann1-1/+2
2009-10-20mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...Max Kellermann1-1/+1
2009-10-13input/lastfm: removed obsolete last.fm input pluginMax Kellermann2-494/+0
2009-10-13input/curl: fixed endless loop during bufferingMax Kellermann1-1/+1
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2-6/+6
2009-10-13configure.ac: require GLib 2.16Max Kellermann2-18/+0
2009-10-11input_stream: use "goffset" instead of "off_t"Max Kellermann4-12/+13
2009-10-11input/curl: don't abort if a packet has only metadataMax Kellermann1-20/+22
2009-10-11input/curl: moved code to fill_buffer()Max Kellermann1-27/+40
2009-09-20input/mms: fix G_LOG_DOMAIN valueSerge Ziryukin1-1/+1
2009-07-28input/lastfm: Ensure multiple identical xml entities are decoded.Courtney Cavin1-6/+5
2009-07-28input/lastfm: use metadataCourtney Cavin1-43/+297
2009-05-28input/file: log message on errorMathieu Rochette1-0/+2
2009-04-28input_curl: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann1-7/+7
2009-04-25curl: moved proxy settings to "input" blockMax Kellermann1-24/+26
2009-03-27Add winsock2 headers for curl's use of select() on socketsSean McNamara1-1/+7
2009-03-13all: Update copyright header.Avuton Olrich10-51/+61
2009-03-09decoder_plugin: added method container_scan()Jochen Keil1-2/+17
2009-03-06curl: reverse GLIB_CHECK_VERSION()Max Kellermann1-1/+1
2009-03-02input_lastfm: new input plugin for last.fm radioMax Kellermann2-0/+252
2009-03-02input: pass config_param to input_plugin.init()Max Kellermann4-1/+5