summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)Author
2002-06-20an attempt do be more defensive when trying to play AVI via http.Siggi Langauf
2002-06-19Fix 'XIO: fatal IO error 9 (Bad file descriptor) on X server ":0.0"'Ewald Snel
2002-06-17Few memory leaks.Daniel Caujolle-Bert
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-06-09improve error reporting for win32 codecsMiguel Freitas
2002-06-07Random guid.Thibaut Mattern
2002-05-25patch from Michael Roitzsch:Siggi Langauf
2002-05-23Disable message : "input_mms: trying to open ..."Thibaut Mattern
2002-05-06Remove sig_handler(), it will be readded when alarm() will be used.Daniel Caujolle-Bert
2002-05-06Few cleanups, memory leaks.Daniel Caujolle-Bert
2002-05-05Fixed mrl checking (mrl:// wasn't respected).Daniel Caujolle-Bert
2002-05-03fix some log messages. try to provide some hint to user so it may be ableMiguel Freitas
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
2002-04-28mms cleanup, removing asx parser (will be moved to xine-util/frontendsGuenter Bartsch
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-23Remove 'FIXME' (fixed by previous patches)Ewald Snel
2002-04-23Fix memory leaks by disposing input, demux and decoder plugins at exitEwald Snel
2002-04-20Fix for unresolved symbols in pluginsEwald Snel
2002-04-18Thibaut Mattern's latest patches (xv zoom fix and mms segfault)Miguel Freitas
2002-04-16switch to '%' as subtitle seperatorGuenter Bartsch
2002-04-11Add an INPUT_CAP_PREVIEW mode.James Courtier-Dutton
2002-04-09make sure asxparser doesn't try to handle mms:// style mrlsGuenter Bartsch
2002-03-29Improved playing of streams from mozilla browser.James Courtier-Dutton
2002-03-25Add ability to turn off sputexts.Daniel Caujolle-Bert
2002-03-24Get rid of GLOBAL_CFLAGS, use CFLAGS instead. Note: maybe things are brokenDaniel Caujolle-Bert
2002-03-24Add Sergiy Kudryk <linux_ua@yahoo.com> as contributor. Don't sendDaniel Caujolle-Bert
2002-03-23adding preview feature to http input plugin, make demux_ts use itGuenter Bartsch
2002-03-23oops, forgotten filesGuenter Bartsch
2002-03-23moved network buffering to a seperate file so all network/stream input pluginsGuenter Bartsch
2002-03-19added preview feature to stdin input pluginGuenter Bartsch
2002-03-19dynamic water mark adaption, small fixesGuenter Bartsch
2002-03-19improved buffering for audio-only streamsGuenter Bartsch
2002-03-18mms patches contributed by Andrei LahunGuenter Bartsch
2002-03-18send host nameGuenter Bartsch
2002-03-17adding (slightly updated) mms input pluginGuenter Bartsch
2002-03-16framerate and other fixes for demux_asfGuenter 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-18Fixed description string.Daniel Caujolle-Bert
2002-01-18Add homedir fallback for mrl grabbing.Daniel Caujolle-Bert
2002-01-15input_cda.c didn't compile on freebsd 4.4Juergen Keil
2002-01-14Fixed cda deadlocks.Daniel Caujolle-Bert
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