summaryrefslogtreecommitdiff
path: root/src/input/input_http.c
AgeCommit message (Expand)Author
2003-03-17- support HTTP redirections, streams from live365.com still don't workBastien Nocera
2003-03-03Remove pthread_cancel() support, these threads are never pthread_cancelledEwald Snel
2003-02-24nbc_end_of_stream is no more needed.Thibaut Mattern
2003-02-23Uses nbc_end_of_stream().Thibaut Mattern
2003-02-21support seeking from the start of the stream (if requested offset >=Mike Melanson
2003-02-05try to have the same behaviour reading from network on http/mms/pnm/rtsp.Miguel Freitas
2003-01-31- MAX_PREVIEW_SIZE = 4096Miguel Freitas
2003-01-28Fixes end of stream problem.Thibaut Mattern
2003-01-28Forward seeking works now.xine-1-beta3-release1-beta3Thibaut Mattern
2002-12-27man errno: "must not be explicitly declared; errno may be a macro"Miguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-15- set high water marks to higher values in http, pnm andStefan Holst
2002-12-01fix memleak in input_http, fix mms read functionGuenter Bartsch
2002-11-26change demux_eawve to use forward seeking. quick hack to input_http to suppor...Robin KAY
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-17bring eject back: no eject function if the plugin does not support itMichael Roitzsch
2002-11-16More metadata (uses ALBUM for the radio name, fills GENRE).Thibaut Mattern
2002-11-16Sometimes there is no space after ':'Thibaut Mattern
2002-11-15First attempt to implement "Shoutcast Metadata Protocol".Thibaut Mattern
2002-11-07return of the stdin pluginGuenter Bartsch
2002-11-05Extract metadata from the shoutcast header.Thibaut Mattern
2002-10-27return of ogg and vorbis, began implementing verbosity parameterGuenter Bartsch
2002-10-26timeouts for mms, send progress report events, introduce verbosity engine par...Guenter Bartsch
2002-10-23fix capabilites (preview)Guenter Bartsch
2002-10-20get_optional_data was missingGuenter Bartsch
2002-10-20http input plugin adapted to new apiGuenter Bartsch
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-08-18icecast supportGuenter Bartsch
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
2002-06-20an attempt do be more defensive when trying to play AVI via http.Siggi Langauf
2002-05-25patch from Michael Roitzsch:Siggi Langauf
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-23adding preview feature to http input plugin, make demux_ts use itGuenter Bartsch
2002-03-23moved network buffering to a seperate file so all network/stream input pluginsGuenter Bartsch
2002-02-17big debug output cleanup. removed debug output from log window, loggingGuenter 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-11-06input_http updates by Damien ClermonteGuenter Bartsch
2001-10-25...hope I'm getting closer to a correct socket read return value interpretati...Guenter Bartsch
2001-10-22an http input plugin, small demuxer bugfixes/additionsGuenter Bartsch