summaryrefslogtreecommitdiff
path: root/src/input/input_net.c
AgeCommit message (Expand)Author
2003-12-14API version bounceSiggi Langauf
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-26fix some prominent compiler warningsMichael Roitzsch
2003-09-25replace C++ style commentsDaniel Caujolle-Bert
2003-09-25IPv6 patch from Njål T. Borch <Njaal.Borch@njaal.net>Daniel Caujolle-Bert
2003-06-19replace old LOG_MSG macros, add missing host parameter to read error messageGuenter Bartsch
2003-05-20Made some similar changes to the network input as were just made to httpTim Champagne
2003-05-20This adds http and network input for Win32. I have no idea how to test this u...Tim Champagne
2003-05-15add broadcasterMiguel Freitas
2003-04-26bump up input plugin interface version numberGuenter Bartsch
2003-04-13- some cleanupsMiguel Freitas
2003-04-13- use xine_read_abort for http, net, mms, mmsh (more to come)Miguel Freitas
2003-04-13Input plugin api change:Thibaut Mattern
2003-01-31- MAX_PREVIEW_SIZE = 4096Miguel Freitas
2002-12-27man errno: "must not be explicitly declared; errno may be a macro"Miguel Freitas
2002-12-21Fix memory leaksEwald Snel
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-14input_net has been ported to new api.Stefan Holst
2002-11-17bring eject back: no eject function if the plugin does not support itMichael Roitzsch
2002-09-06introduce "const"Michael Roitzsch
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
2002-09-05make all the plugin init functions staticMichael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
2002-05-25patch from Michael Roitzsch:Siggi Langauf
2002-05-05Fixed mrl checking (mrl:// wasn't respected).Daniel Caujolle-Bert
2002-04-24Fix dispose *_dispose() function prototype. Fix in rtp_dispose() a badDaniel Caujolle-Bert
2002-04-23Increment audio/video/spu decoder and input plugin API version numberEwald Snel
2002-04-23Fix memory leaks by disposing input, demux and decoder plugins at exitEwald Snel
2002-03-23moved network buffering to a seperate file so all network/stream input pluginsGuenter Bartsch
2002-03-14whoups #-))Guenter Bartsch
2002-03-14small error message changeGuenter Bartsch
2002-02-17big debug output cleanup. removed debug output from log window, loggingGuenter Bartsch
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
2002-01-13blocking mode, code cleanups, also watch audio fifo for audio-only streamsGuenter Bartsch
2002-01-12add a little howto on setting up mp1e as a streaming serverGuenter Bartsch
2002-01-10more tcp streaming support, new scr plugin which cannot be pushed by audio outGuenter Bartsch
2002-01-04prebufferingGuenter Bartsch
2002-01-04fixed read_blockSiggi Langauf
2002-01-04implemented block read functionGuenter Bartsch
2002-01-02Correct spelling of __VA_ARGS__ macroJuergen Keil
2001-12-27Add intl support + more logging messages.Daniel Caujolle-Bert
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-10-20big event cleanup: one single mechanism is now used for all communications be...Guenter Bartsch
2001-10-17demux / input plugin interface change, init functions now have access to the ...Guenter Bartsch
2001-10-05Errors returned from read(2) system call were ignored in most input pluginsJuergen Keil
2001-08-17Add xine_seek() and friends.Daniel Caujolle-Bert