summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Collapse)Author
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. ↵Daniel Caujolle-Bert
scratch buffer enhancement (thanks Thibaut for the malloc tips), enlarge log buffer from 25 lines (very useless), to 150 (better). CVS patchset: 5801 CVS date: 2003/11/26 23:44:08
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
CVS patchset: 5796 CVS date: 2003/11/26 19:43:26
2003-11-26http_helper:Thibaut Mattern
add a http url parser input_http: use http_helper try to fix potential security holes CVS patchset: 5783 CVS date: 2003/11/26 08:09:58
2003-11-23Implement seek timeout in RIP and drop input capability INPUT_CAP_SLOW_SEEK.František Dvořák
Check for seek success in mp3 and avi demuxers. CVS patchset: 5775 CVS date: 2003/11/23 23:20:56
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
BIG NOTE: use helpers to access to these informations (get/set/reset): _x_{stream,meta}_info_{get,set,reset}() are for internal use, don't use *_public() ones from inside the beast ;-) Some wrongly names "xine_" fonction renaming. CVS patchset: 5757 CVS date: 2003/11/16 23:33:42
2003-11-16fix warningMichael Roitzsch
CVS patchset: 5751 CVS date: 2003/11/16 15:32:10
2003-11-15demux_action_pending privateMiguel Freitas
CVS patchset: 5734 CVS date: 2003/11/15 15:04:35
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
CVS patchset: 5731 CVS date: 2003/11/15 13:01:00
2003-11-14fix memleakDaniel Caujolle-Bert
CVS patchset: 5730 CVS date: 2003/11/14 23:00:41
2003-11-12don't set proxyhost to NULLDaniel Caujolle-Bert
CVS patchset: 5727 CVS date: 2003/11/12 19:58:19
2003-11-12Use http_proxy envvar if it's set when proxyhost isn't. Use {l,x}printf.Daniel Caujolle-Bert
CVS patchset: 5726 CVS date: 2003/11/12 19:54:56
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
CVS patchset: 5721 CVS date: 2003/11/11 18:44:50
2003-11-09- fix build on Debian unstable, those dummies seem to have put the Linux 2.6Bastien Nocera
headers in place of the 2.4 ones in glibc... CVS patchset: 5713 CVS date: 2003/11/09 02:05:34
2003-11-08Use info helper functions.Thibaut Mattern
CVS patchset: 5711 CVS date: 2003/11/08 22:39:32
2003-11-08use io_helper functions.Thibaut Mattern
CVS patchset: 5710 CVS date: 2003/11/08 22:21:48
2003-11-08Use info helper functions.Thibaut Mattern
CVS patchset: 5709 CVS date: 2003/11/08 22:20:35
2003-11-06Need to change libvcdinfo to be more robust when there are problemsRocky Bernstein
reading the extended PSD. Given that area-highlighting and selection features in the extended PSD haven't been implemented, it's best then to not try to read this at all. CVS patchset: 5699 CVS date: 2003/11/06 03:28:18
2003-11-05Jeroen's patch: avoid pausing the scr provider directly (doing so may freezeMiguel Freitas
xine in stop) CVS patchset: 5694 CVS date: 2003/11/05 20:41:29
2003-10-31ip == NULL would result in a file descriptor leakMichael Roitzsch
(cdda_open() would still open the device with, but cdda_close() would not close it) so we provide a dummy instance, in case there is none yet (problem reported by Andre Maaßdorf) CVS patchset: 5651 CVS date: 2003/10/31 17:28:05
2003-10-31- Use io_helper functions.Thibaut Mattern
- Fix buggy stream chooser. This stream plays correctly now: mmsh://205.188.214.185:80/wmg/us/wbr/flaminglips/flaminglips_do-you-realize_extended_450.wmv CVS patchset: 5648 CVS date: 2003/10/31 01:55:03
2003-10-30- More VCDX -> VCDRocky Bernstein
- Prefer external libcdio and libvcdinfo libraries when they are acceptable - Allow disabling VCD plugin CVS patchset: 5644 CVS date: 2003/10/30 07:58:52
2003-10-26fix some prominent compiler warningsMichael Roitzsch
CVS patchset: 5600 CVS date: 2003/10/26 10:48:24
2003-10-24fix dist tarball (at least part of...)Siggi Langauf
CVS patchset: 5587 CVS date: 2003/10/24 17:17:19
2003-10-22- fix compile-time warningBastien Nocera
CVS patchset: 5567 CVS date: 2003/10/22 12:04:42
2003-10-21whoops, even another missing renameMichael Roitzsch
CVS patchset: 5565 CVS date: 2003/10/21 16:14:50
2003-10-21Since the plugin lives inside xine-lib now, there should be no cause for anyMichael Roitzsch
API problems any more. CVS patchset: 5564 CVS date: 2003/10/21 16:10:31
2003-10-21fix forgotten vcdx -> vcd renamingMichael Roitzsch
CVS patchset: 5563 CVS date: 2003/10/21 16:08:56
2003-10-20(...) forNUC__ onlyDaniel Caujolle-Bert
CVS patchset: 5560 CVS date: 2003/10/20 20:30:55
2003-10-20Accidentally committed debug printf's.Rocky Bernstein
CVS patchset: 5555 CVS date: 2003/10/20 01:17:47
2003-10-20Should reduce the spurious calls to scan devices.Rocky Bernstein
CVS patchset: 5554 CVS date: 2003/10/20 01:14:33
2003-10-19vcd,ovcd -> vcdo. In MRL and plugin name. In the past, the mpeg demuxRocky Bernstein
expected the mrl to *start* with vcd (not end with vcd). CVS patchset: 5552 CVS date: 2003/10/19 23:48:47
2003-10-19vcdx -> vcd. In MRL, in plugin name.Rocky Bernstein
CVS patchset: 5551 CVS date: 2003/10/19 23:47:34
2003-10-19Disable saving of real streams - will make users angry but will stop real ↵James Stembridge
from getting angry :) CVS patchset: 5545 CVS date: 2003/10/19 16:28:10
2003-10-19VCD plugins renamed:Siggi Langauf
VCD (formerly known as VCDX) is the new navigation enables one OVCD (formerly known as VCD) is the old, deprecated one. This is still in here for people who may experience trouble with the new plugin... CVS patchset: 5543 CVS date: 2003/10/19 14:34:35
2003-10-19build both vcd pluginsDaniel Caujolle-Bert
CVS patchset: 5541 CVS date: 2003/10/19 12:01:47
2003-10-17Allways initialize fifo size.Thibaut Mattern
Fix a problem introduced by the previous cleanup. CVS patchset: 5533 CVS date: 2003/10/17 00:35:45
2003-10-16Avoid yoyo effect with poorly interleaved streams.Thibaut Mattern
CVS patchset: 5532 CVS date: 2003/10/16 22:15:09
2003-10-16Send all asf headers to the demuxer, now it will handle this.Thibaut Mattern
Fix a bug with multiple asf headers handling. CVS patchset: 5530 CVS date: 2003/10/16 21:47:32
2003-10-15printf -> lprintfThibaut Mattern
CVS patchset: 5528 CVS date: 2003/10/15 23:47:12
2003-10-15Oops, small correction yet. File MRLs which don't contain '/:' should work ↵František Dvořák
now. :-) CVS patchset: 5525 CVS date: 2003/10/15 13:51:21
2003-10-15Michael's simply solution for using crazy named directries (with ':' ↵František Dvořák
character) in file MRLs. CVS patchset: 5524 CVS date: 2003/10/15 09:20:58
2003-10-14- use the alloc callback to avoid deadlocks.Thibaut Mattern
- fix discontinuity handling. - use lprinf - cleanup CVS patchset: 5522 CVS date: 2003/10/14 22:54:45
2003-10-13* use Makefile.common for global targetsMichael Roitzsch
* small changes to ensure, vcd files are packaged even with --disable-vcdnav CVS patchset: 5515 CVS date: 2003/10/13 17:51:38
2003-10-13even more housekeepingMichael Roitzsch
CVS patchset: 5514 CVS date: 2003/10/13 17:49:04
2003-10-13Don't find out id3 info in mp3 files saved by RIP from non-seekable inputs.František Dvořák
CVS patchset: 5507 CVS date: 2003/10/13 14:52:53
2003-10-13undelete diff patch, sorry.Daniel Caujolle-Bert
CVS patchset: 5506 CVS date: 2003/10/13 11:59:39
2003-10-13Add vcdx plugin(CVS) and dependent libs(no CVS, broken API).Daniel Caujolle-Bert
Ability to use external libs (--with-external-vcdnav), disable vcdx build and build old vcd instead (--disable-vcdx). This last feature is useful since vcdx take /hours/ to start playback, that can help people who don't want vcd navigation. Remove all .la files, even in subdirs (eg: post) CVS patchset: 5505 CVS date: 2003/10/13 11:47:11
2003-10-13be nicer on files with '%' insideMichael Roitzsch
CVS patchset: 5504 CVS date: 2003/10/13 11:14:46
2003-10-12fix compiler warningMichael Roitzsch
CVS patchset: 5492 CVS date: 2003/10/12 18:52:55
2003-10-12Fallback when iconv_open fails.Robin KAY
CVS patchset: 5489 CVS date: 2003/10/12 14:28:37