summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)Author
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-26http_helper:Thibaut Mattern
2003-11-23Implement seek timeout in RIP and drop input capability INPUT_CAP_SLOW_SEEK.František Dvořák
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-16fix warningMichael Roitzsch
2003-11-15demux_action_pending privateMiguel Freitas
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
2003-11-14fix memleakDaniel Caujolle-Bert
2003-11-12don't set proxyhost to NULLDaniel Caujolle-Bert
2003-11-12Use http_proxy envvar if it's set when proxyhost isn't. Use {l,x}printf.Daniel Caujolle-Bert
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-09- fix build on Debian unstable, those dummies seem to have put the Linux 2.6Bastien Nocera
2003-11-08Use info helper functions.Thibaut Mattern
2003-11-08use io_helper functions.Thibaut Mattern
2003-11-08Use info helper functions.Thibaut Mattern
2003-11-06Need to change libvcdinfo to be more robust when there are problemsRocky Bernstein
2003-11-05Jeroen's patch: avoid pausing the scr provider directly (doing so may freezeMiguel Freitas
2003-10-31ip == NULL would result in a file descriptor leakMichael Roitzsch
2003-10-31- Use io_helper functions.Thibaut Mattern
2003-10-30- More VCDX -> VCDRocky Bernstein
2003-10-26fix some prominent compiler warningsMichael Roitzsch
2003-10-24fix dist tarball (at least part of...)Siggi Langauf
2003-10-22- fix compile-time warningBastien Nocera
2003-10-21whoops, even another missing renameMichael Roitzsch
2003-10-21Since the plugin lives inside xine-lib now, there should be no cause for anyMichael Roitzsch
2003-10-21fix forgotten vcdx -> vcd renamingMichael Roitzsch
2003-10-20(...) forNUC__ onlyDaniel Caujolle-Bert
2003-10-20Accidentally committed debug printf's.Rocky Bernstein
2003-10-20Should reduce the spurious calls to scan devices.Rocky Bernstein
2003-10-19vcd,ovcd -> vcdo. In MRL and plugin name. In the past, the mpeg demuxRocky Bernstein
2003-10-19vcdx -> vcd. In MRL, in plugin name.Rocky Bernstein
2003-10-19Disable saving of real streams - will make users angry but will stop real fro...James Stembridge
2003-10-19VCD plugins renamed:Siggi Langauf
2003-10-19build both vcd pluginsDaniel Caujolle-Bert
2003-10-17Allways initialize fifo size.Thibaut Mattern
2003-10-16Avoid yoyo effect with poorly interleaved streams.Thibaut Mattern
2003-10-16Send all asf headers to the demuxer, now it will handle this.Thibaut Mattern
2003-10-15printf -> lprintfThibaut Mattern
2003-10-15Oops, small correction yet. File MRLs which don't contain '/:' should work no...František Dvořák
2003-10-15Michael's simply solution for using crazy named directries (with ':' characte...František Dvořák
2003-10-14- use the alloc callback to avoid deadlocks.Thibaut Mattern
2003-10-13* use Makefile.common for global targetsMichael Roitzsch
2003-10-13even more housekeepingMichael Roitzsch
2003-10-13Don't find out id3 info in mp3 files saved by RIP from non-seekable inputs.František Dvořák
2003-10-13undelete diff patch, sorry.Daniel Caujolle-Bert
2003-10-13Add vcdx plugin(CVS) and dependent libs(no CVS, broken API).Daniel Caujolle-Bert
2003-10-13be nicer on files with '%' insideMichael Roitzsch
2003-10-12fix compiler warningMichael Roitzsch
2003-10-12Fallback when iconv_open fails.Robin KAY