aboutsummaryrefslogtreecommitdiffstats
path: root/src/input_stream.h (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-01-18input_stream: added attribute "uri"Max Kellermann1-1/+10
2010-01-18input_stream: added function input_stream_deinit()Max Kellermann1-0/+6
2010-01-01input_stream: return allocated input_stream objectsMax Kellermann1-12/+15
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-15input_stream: return errors with GErrorMax Kellermann1-9/+6
2009-12-14input_stream: moved input_stream_global_init() to input_init.cMax Kellermann1-10/+0
2009-11-12include config.h in all sourcesMax Kellermann1-0/+2
2009-11-10configure.ac: require GLib 2.12Max Kellermann1-0/+4
2009-10-11input_stream: use "goffset" instead of "off_t"Max Kellermann1-6/+4
2009-10-08input_stream: include config.h for AC_SYS_LARGEFILE macrosMax Kellermann1-0/+2
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-02input_stream: moved struct input_plugin to input_plugin.hMax Kellermann1-11/+0
2009-01-30archive: replaced setup_stream() with open_stream()Max Kellermann1-2/+0
2009-01-30input_stream: documented the APIMax Kellermann1-9/+83
2009-01-03input_stream: added tag() methodMax Kellermann1-2/+10
2008-12-16new archive api, input_archive streamViliam Mateicka1-0/+2
2008-10-31input_stream: pass const url to input_stream_open()Max Kellermann1-1/+1
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-28input_stream: convert offset and size to the off_t data typeMax Kellermann1-4/+4
2008-10-26input_stream: use "bool" instead of "int"Max Kellermann1-7/+11
2008-10-26input_stream: input_stream_close() returns voidMax Kellermann1-2/+2
2008-10-26input_stream: added struct input_pluginMax Kellermann1-6/+15
2008-10-26input_stream: no CamelCaseMax Kellermann1-19/+15
2008-10-26input_stream: removed the InputStream typedefMax Kellermann1-2/+0
2008-10-26input_stream: renamed sources, no CamelCaseMax Kellermann1-0/+0
2008-10-26input_stream: added input_stream_global_finish()Max Kellermann1-0/+2
2008-10-18input_stream: don't declare method typedefsMax Kellermann1-14/+8
2008-10-17input_stream: removed nmemb argumentMax Kellermann1-2/+2
2008-10-17input: declare struct input_streamMax Kellermann1-14/+14
2008-10-08don't include os_compat.hMax Kellermann1-1/+1
2008-08-26added InputStream.readyMax Kellermann1-0/+2
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-1/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-1/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-22/+22
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2004-11-03todo updateWarren Dukes1-1/+0
2004-06-20http proxy mostly working, need to implement http authenticationWarren Dukes1-0/+2
2004-06-07icy metadata! wahooWarren Dukes1-0/+1
2004-06-02validate url's before adding to playlistWarren Dukes1-0/+2
2004-05-31icynames are now copied to title of streamsWarren Dukes1-0/+1
2004-05-21do input buffering in while sleeping loop of sending stuff to output bufferWarren Dukes1-0/+3
2004-05-18inputStream updates from httpTestWarren Dukes1-0/+3
2004-05-18can parse inputStream_http can parse mime typeWarren Dukes1-0/+2
2004-05-18add new inputStream stuff, hopefully something major isn't foobar'dWarren Dukes1-5/+19
2004-05-05vim stuffWarren Dukes1-0/+1
2004-05-04flac uses abstracted inputStream stuffWarren Dukes1-0/+1
2004-05-04implement input abstraction for ogg and mp3Warren Dukes1-5/+5