summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Collapse)Author
2004-04-03Fix live detection.Thibaut Mattern
This radio plays now. It used to play well, i don't know when they changed the server. mmst://wms03.nordicwebradio.com/chelsea CVS patchset: 6327 CVS date: 2004/04/03 18:34:53
2004-03-31multi-default selections work modulo some bugs. But it requires a newerRocky Bernstein
vcdimager (0.7.21 that is only CVS right now). Use the newer vcdinfo routines if available. CVS patchset: 6323 CVS date: 2004/03/31 10:13:00
2004-03-31New config option - list of domains without proxy.František Dvořák
Add help strings into HTTP proxy options. CVS patchset: 6322 CVS date: 2004/03/31 07:42:49
2004-03-29remove unused variableMichael Roitzsch
CVS patchset: 6317 CVS date: 2004/03/29 19:11:30
2004-03-28the anti-yoyo hack is still needed.Thibaut Mattern
CVS patchset: 6315 CVS date: 2004/03/28 20:58:06
2004-03-28- new logic evaluate engine latency.Thibaut Mattern
try to evaluate the amount of data inside decoders, audio decoders tends to keep a lot, and that's why the audio fifo keeps empty. This remove the "50%" step with video trailers, and the playback starts earlier. - fix a potential deadlock at exit. - increase high watermark if rebuffering I've tested with asf/mpeg/mov/real streams. CVS patchset: 6310 CVS date: 2004/03/28 18:17:34
2004-03-26Fix mutex "leak".František Dvořák
CVS patchset: 6308 CVS date: 2004/03/26 12:30:04
2004-03-24valgrind-caught memleak.Rocky Bernstein
CVS patchset: 6307 CVS date: 2004/03/24 04:25:06
2004-03-16change suggested by Bill Fink: you can run Linux on Sun SPARC machines, soMichael Roitzsch
just testing for __sun might not be enough CVS patchset: 6275 CVS date: 2004/03/16 20:51:19
2004-03-16sync to latest libdvdnavMichael Roitzsch
* fixes a menu problem (German RC2 of "Anatomie", chapter menu) * addresses some compilation problems on Windows (Could someone try cygwin, mingw builds, please? It should work with the standalone libdvdnav, but who knows if the integration breaks anything...) * turns some abort()s into assert(0)s, where we really can try to continue CVS patchset: 6269 CVS date: 2004/03/16 11:43:38
2004-03-16only include this file on Sun, since Linux does not have itMichael Roitzsch
CVS patchset: 6268 CVS date: 2004/03/16 11:09:11
2004-03-15SIOCGIFADDR is defined in <sys/sockio.h>Robin KAY
CVS patchset: 6264 CVS date: 2004/03/15 16:32:13
2004-03-15patch by Stephen Birch permits selecting the adapter by interface nameMichael Roitzsch
CVS patchset: 6263 CVS date: 2004/03/15 15:18:45
2004-03-13Better control buffer handling.Thibaut Mattern
Note: _x_set_speed deadlocks ! CVS patchset: 6248 CVS date: 2004/03/13 22:25:05
2004-03-11Small changes to facilitate -mno-cygwin under cygwin and possibly others.Rocky Bernstein
CVS patchset: 6242 CVS date: 2004/03/11 08:08:48
2004-03-10Send headers so that the standard yuv and lpcm decoders can be usedJames Stembridge
CVS patchset: 6239 CVS date: 2004/03/10 22:46:17
2004-03-08Alsa audio capture fixesJames Stembridge
*) Don't mess around with mmap stuff as we aren't using it *) Use snd_pcm_hw_params_set_rate_near properly CVS patchset: 6235 CVS date: 2004/03/08 23:07:07
2004-03-05Whoops, don't want loggingJames Stembridge
CVS patchset: 6224 CVS date: 2004/03/05 22:57:27
2004-03-05unmute_audio may as well work like the other helper function and workd out ↵James Stembridge
the device for itself CVS patchset: 6223 CVS date: 2004/03/05 22:52:38
2004-03-05Cleanup plugin initJames Stembridge
CVS patchset: 6222 CVS date: 2004/03/05 22:28:32
2004-03-05Factor out some more common codeJames Stembridge
CVS patchset: 6221 CVS date: 2004/03/05 20:50:44
2004-03-05Factor out some common codeJames Stembridge
CVS patchset: 6220 CVS date: 2004/03/05 20:25:04
2004-03-05Cleanup debug output, use lprintf and xprintfJames Stembridge
CVS patchset: 6219 CVS date: 2004/03/05 20:14:47
2004-03-05valgrind memleak fixesMichael Roitzsch
CVS patchset: 6218 CVS date: 2004/03/05 17:50:29
2004-03-03we check for a directory with lstat(), but since a link to a directory wouldMichael Roitzsch
do just fine, using stat() is better CVS patchset: 6213 CVS date: 2004/03/03 20:18:36
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
before aborting CVS patchset: 6211 CVS date: 2004/03/03 20:09:11
2004-03-01Multiple multicast client on the same host support.Thibaut Mattern
Patch from Steve <sgbirch at imsmail dot org> Warning: The code looks ok but I can't test it. CVS patchset: 6201 CVS date: 2004/03/01 22:22:54
2004-03-01- oops, we're leaking!Bastien Nocera
CVS patchset: 6198 CVS date: 2004/03/01 00:22:31
2004-03-01- fix a crash when using the gnome-vfs plugin with newer gnome-vfs versionsBastien Nocera
CVS patchset: 6197 CVS date: 2004/03/01 00:17:27
2004-02-29Various compilation fixes and updates:František Dvořák
- xine compilable without iconv (scream if I something broke) - update MSVC port, fixes in avi demux - add iff.h into makefiles - ffmpeg depends on zlib (build was OK only when freetype was installed) - commit a patch for goom CVS patchset: 6192 CVS date: 2004/02/29 17:26:45
2004-02-28Show auto-scan calls when call debugging is in effect.Rocky Bernstein
CVS patchset: 6190 CVS date: 2004/02/28 19:29:38
2004-02-23typo fix from libdvdread, found by Yi-Shin Li, patch seen on Ogle-devel by ↵Michael Roitzsch
Daniel CVS patchset: 6186 CVS date: 2004/02/23 18:15:11
2004-02-19Mandrake patches fromRocky Bernstein
http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/SPECS/xine-lib/ via Goetz Waschk who reports: The amd64 patch (xine-lib-1-rc0a-amd64.patch) sets some conservative CFLAGS for amd64, the lib64 patch (xine-lib-1-rc0a-lib64.patch) replaces hardcoded /lib to support the lib64 library dir on amd64, the directfb patch (xine-lib-1-rc2-no-directfb.patch) adds a configure option to disable directfb, the linuxfb patch (xine-lib-1-rc3a-no-linuxfb.patch) does the same for linux framebuffer and the 64bit fixes patch (xine-lib-1-rc3-64bit-fixes.patch) doesn't apply at the moment against the CVS -- demux_ogg.c was not applied. it includes some 64 bit pointer and other fixes for 64bit architectures. from Gwenole Beauchesne I haven't tested other than apply and compile. CVS patchset: 6174 CVS date: 2004/02/19 02:50:24
2004-02-19Structure not big enough and was writing past buffer boundary.Rocky Bernstein
Thanks to Marco Zühlke for finding/fixing this problem. CVS patchset: 6173 CVS date: 2004/02/19 02:31:22
2004-02-17Make default type of connection in MMS configurable (autoprobe, TCP or HTTP).František Dvořák
mms:// ... method (or probing) according to config option mmst:// ... always only TCP mmsh:// ... always only HTTP This will speed up connection behind firewalls which block TCP. Default behaviour is the same as current. CVS patchset: 6168 CVS date: 2004/02/17 13:40:57
2004-02-16fix freezes with input plugins that play with the speed:uid86226
* use _x_set_speed() for speed manipulations, since it is ticket-safe * _x_set_speed() is an internal helper function now, move frontend locking outside of it * restrict access to metronom clock internal stuff CVS patchset: 6165 CVS date: 2004/02/16 20:19:09
2004-02-15thank you, valgrindMichael Roitzsch
CVS patchset: 6162 CVS date: 2004/02/15 20:31:23
2004-02-12getting rid of AO_PROP_PAUSED, because it can be derived by asking the clockMichael Roitzsch
CVS patchset: 6136 CVS date: 2004/02/12 18:09:19
2004-02-12some code cleanup, make MRL more consistent by allowing dvb:/<channel>Michael Roitzsch
(old scheme kept for compatibility) CVS patchset: 6134 CVS date: 2004/02/12 18:05:06
2004-01-26add preview to rtp pluginMiguel Freitas
patch by Graham Brooks <gbrooks@imsmail.org> CVS patchset: 6067 CVS date: 2004/01/26 20:07:33
2004-01-23Security patch for input_http and using http status string in mmsh.c ↵František Dvořák
(cut&paste). CVS patchset: 6060 CVS date: 2004/01/23 00:01:08
2004-01-09- rework semantics of some buffer flags. check buffer.h for details.Miguel Freitas
- increase demux and decoder apis - fix runtime changing of ogg/ogm audio channels note: i hope i haven't broken any demux->decoder data exchange. please report any problems. CVS patchset: 6014 CVS date: 2004/01/09 01:26:32
2004-01-07- use O_EXCL when opening the CD device so that we're sure no other applicationBastien Nocera
will try and touch it CVS patchset: 6009 CVS date: 2004/01/07 22:21:40
2004-01-03Second attempt at detecting end of non-live rtsp streamsJames Stembridge
CVS patchset: 5979 CVS date: 2004/01/03 17:19:39
2003-12-26* cure the ABI breakage: XINE_LANG_MAX cannot be increasedMichael Roitzsch
* add TODO items to provide a better solution CVS patchset: 5950 CVS date: 2003/12/26 16:13:21
2003-12-24small cleanupMichael Roitzsch
CVS patchset: 5937 CVS date: 2003/12/24 12:58:58
2003-12-20No globals allowed. Fix indentation style. Explicit (void) function parameter.Daniel Caujolle-Bert
CVS patchset: 5929 CVS date: 2003/12/20 23:42:46
2003-12-14API version bounceSiggi Langauf
CVS patchset: 5912 CVS date: 2003/12/14 22:13:22
2003-12-14avoid segfaultDaniel Caujolle-Bert
CVS patchset: 5909 CVS date: 2003/12/14 12:19:25
2003-12-13users had requested to make pvr device configurableMiguel Freitas
CVS patchset: 5905 CVS date: 2003/12/13 21:55:52