summaryrefslogtreecommitdiff
path: root/src/input_stream.h
AgeCommit message (Expand)Author
2013-04-08InputStream: use gcc.h attributesMax Kellermann
2013-01-27DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann
2013-01-26input_stream: forward-declare the structMax Kellermann
2013-01-07input_stream: add method _cheap_seeking()Max Kellermann
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann
2012-08-14input_stream, main: remove obsolete GLib version checksMax Kellermann
2011-09-16input_stream: non-blocking I/OMax Kellermann
2011-09-16input_plugin: add method check()Max Kellermann
2011-09-15input_stream: add "nonnull" attributesMax Kellermann
2011-09-14input_plugin: add method update()Max Kellermann
2011-09-14input_stream: move input_stream_init(), _deinit() to _internal.cMax Kellermann
2011-01-29copyright year 2011Max Kellermann
2010-01-18input_stream: added attribute "uri"Max Kellermann
2010-01-18input_stream: added function input_stream_deinit()Max Kellermann
2010-01-01input_stream: return allocated input_stream objectsMax Kellermann
2009-12-31Update copyright notices.Avuton Olrich
2009-12-15input_stream: return errors with GErrorMax Kellermann
2009-12-14input_stream: moved input_stream_global_init() to input_init.cMax Kellermann
2009-11-12include config.h in all sourcesMax Kellermann
2009-11-10configure.ac: require GLib 2.12Max Kellermann
2009-10-11input_stream: use "goffset" instead of "off_t"Max Kellermann
2009-10-08input_stream: include config.h for AC_SYS_LARGEFILE macrosMax Kellermann
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-02input_stream: moved struct input_plugin to input_plugin.hMax Kellermann
2009-01-30archive: replaced setup_stream() with open_stream()Max Kellermann
2009-01-30input_stream: documented the APIMax Kellermann
2009-01-03input_stream: added tag() methodMax Kellermann
2008-12-16new archive api, input_archive streamViliam Mateicka
2008-10-31input_stream: pass const url to input_stream_open()Max Kellermann
2008-10-31added prefix to header macrosMax Kellermann
2008-10-28input_stream: convert offset and size to the off_t data typeMax Kellermann
2008-10-26input_stream: use "bool" instead of "int"Max Kellermann
2008-10-26input_stream: input_stream_close() returns voidMax Kellermann
2008-10-26input_stream: added struct input_pluginMax Kellermann
2008-10-26input_stream: no CamelCaseMax Kellermann
2008-10-26input_stream: removed the InputStream typedefMax Kellermann
2008-10-26input_stream: renamed sources, no CamelCaseMax Kellermann