summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Collapse)Author
2003-06-09I think that this should fix the cdda plugin. Can someone verify this? ↵Tim Champagne
Thanks to Miguel for helping me understand the problem. CVS patchset: 5015 CVS date: 2003/06/09 01:26:25
2003-06-09This should fix the SIGSEGV in the cdda input module but it will probably ↵Tim Champagne
not fix the auto play feature. CVS patchset: 5014 CVS date: 2003/06/09 00:37:27
2003-06-08- only ignore real local files (ie. file:///) ("local" in gnome-vfs terms ↵Bastien Nocera
means it's on a fast connection, and not a network) CVS patchset: 5013 CVS date: 2003/06/08 21:58:09
2003-06-05use io_helper functionsThibaut Mattern
CVS patchset: 5007 CVS date: 2003/06/05 19:16:28
2003-06-02Accept Helix as a valid Real server (fix from MPlayer)James Stembridge
CVS patchset: 5002 CVS date: 2003/06/02 21:22:00
2003-06-02new event which inform UI when the mouse pointer enter and leave a spu ↵Daniel Caujolle-Bert
button (DVD navigation) CVS patchset: 4997 CVS date: 2003/06/02 06:36:30
2003-05-26cygwin patchMiguel Freitas
CVS patchset: 4954 CVS date: 2003/05/26 23:11:44
2003-05-26Get asf plugin to build in Win32. Also starting to clean up some Win32 code ↵Tim Champagne
(more to come). CVS patchset: 4947 CVS date: 2003/05/26 17:00:11
2003-05-25fix proxyhost/user handling, fix potential proxy related segfault (klass ↵Guenter Bartsch
pointer was incorrectly aquired in open function), fix log output (should never be translated, broken anyway) CVS patchset: 4940 CVS date: 2003/05/25 22:20:26
2003-05-23- move http proxy configuration to xine itselfBastien Nocera
CVS patchset: 4909 CVS date: 2003/05/23 17:36:42
2003-05-23fix dvb crashing.Daniel Caujolle-Bert
CVS patchset: 4906 CVS date: 2003/05/23 14:16:49
2003-05-23make alternative devices (dvd:<path> and dvd:<device> style MRLs) work withMichael Roitzsch
raw devices configured problem is: The raw device setting is passed to libdvdcss through an environment variable. Libdvdcss then replaces ANY read from anywhere with a read from the raw device. This fails, when you want to play a disc image with dvd:<path>, but there is actually a DVD in the drive associated with the raw device which has nothing to do with what you want to play. CVS patchset: 4902 CVS date: 2003/05/23 10:34:13
2003-05-22- we're not allowed to free pointers to an on-stack string, fixes segfault ↵Bastien Nocera
when trying to play a file that was 404 CVS patchset: 4901 CVS date: 2003/05/22 09:48:53
2003-05-21- removed work-around for NSV streams from NullsoftBastien Nocera
CVS patchset: 4900 CVS date: 2003/05/21 23:52:32
2003-05-21- use a winamp user agent when downloading a nsv fileThibaut Mattern
- fix http redirection xine can play this url now: http://www.nullsoft.com/nsv/scripts/verify.php?fn=crawling-hq.nsv CVS patchset: 4895 CVS date: 2003/05/21 17:42:50
2003-05-20Made some similar changes to the network input as were just made to httpTim Champagne
CVS patchset: 4893 CVS date: 2003/05/20 20:49:12
2003-05-20This fixes http support for Win32Tim Champagne
CVS patchset: 4891 CVS date: 2003/05/20 20:40:29
2003-05-20This adds http and network input for Win32. I have no idea how to test this ↵Tim Champagne
under win32 though? CVS patchset: 4889 CVS date: 2003/05/20 16:23:44
2003-05-20fix possible buffer overflow reported by Steve FreelandMichael Roitzsch
CVS patchset: 4885 CVS date: 2003/05/20 14:05:36
2003-05-20public header cleanup:Michael Roitzsch
* regulate mutual inclusion based on XINE_COMPILE * src/xine-engine/spu_decoder.h was unused -> make it the spu decoder API header and remove src/libspudec/spu_decoder_api.h * mark some xine_stream_t members as unused for next cleanup CVS patchset: 4883 CVS date: 2003/05/20 13:50:55
2003-05-20make it compile again for non-Win32Mike Melanson
CVS patchset: 4881 CVS date: 2003/05/20 02:06:13
2003-05-20This adds cdda support for Win32. Also fixed the demuxer mpeg block build ↵Tim Champagne
for Win32. Lastly fixed and issue with launching xineui from a Cygwin shell. There is one small problem known with cdda under Windows and it appears that some songs can start approx 1 second early or late. CVS patchset: 4880 CVS date: 2003/05/20 01:23:56
2003-05-16The cdda input plugin now builds in the Win32 env. I still need to test this ↵Tim Champagne
but I'm not quite sure how it is suppose to work CVS patchset: 4868 CVS date: 2003/05/16 19:08:59
2003-05-16Fix win32 build and start adding additional plugin supportTim Champagne
CVS patchset: 4867 CVS date: 2003/05/16 15:07:35
2003-05-16add forgotten file and do some cleanupMichael Roitzsch
CVS patchset: 4863 CVS date: 2003/05/16 10:22:51
2003-05-16libdvdnav merge:Michael Roitzsch
* remove some unused files * dvdnav_internal.h uses the WORDS_BIGENDIAN define from xine-lib's global config.h * menu command filtering to avoid double commands in the same menu * message beautification by Jeff Smith CVS patchset: 4861 CVS date: 2003/05/16 09:56:49
2003-05-15add broadcasterMiguel Freitas
CVS patchset: 4857 CVS date: 2003/05/15 20:23:16
2003-05-15current ivtv api doesn't support changing setting on the flyMiguel Freitas
CVS patchset: 4854 CVS date: 2003/05/15 17:46:22
2003-05-15support changing bitrate.Miguel Freitas
actually its not possible to change vbr<->cbr mode because this setting is not available on current ivtv api. CVS patchset: 4853 CVS date: 2003/05/15 16:41:57
2003-05-14just to play it safeMichael Roitzsch
CVS patchset: 4846 CVS date: 2003/05/14 16:47:20
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
extracted some common targets and variables into a common Makefile which is then included CVS patchset: 4844 CVS date: 2003/05/14 16:21:44
2003-05-13support multiple callback registrationMiguel Freitas
CVS patchset: 4840 CVS date: 2003/05/13 16:38:04
2003-05-11add missing header1-beta12Guenter Bartsch
CVS patchset: 4827 CVS date: 2003/05/11 18:17:10
2003-05-11Updates so that xine-lib uses dvdnav_internal.h.inJames Courtier-Dutton
CVS patchset: 4822 CVS date: 2003/05/11 14:14:12
2003-05-11Update from the libdvdnav project on http://dvd.sf.netJames Courtier-Dutton
CVS patchset: 4821 CVS date: 2003/05/11 13:44:04
2003-05-10Who DARES use the forbidden comment style, the one that only gives usMike Melanson
gcc 2.95 users trouble? CVS patchset: 4813 CVS date: 2003/05/10 00:49:45
2003-05-09fix audio problems (it didn't turn it on again on fastforward->realtimeMiguel Freitas
transition) CVS patchset: 4808 CVS date: 2003/05/09 20:49:34
2003-05-09use experimental ivtv api for setting stream type.Miguel Freitas
this might change, but at least now users don't have to edit ivtv sources. CVS patchset: 4805 CVS date: 2003/05/09 17:57:14
2003-05-08update pvr driver to be compatible with current ivtv cvsMiguel Freitas
it uses v4l2 that is not included in stable kernels, so i'm adding a copy of videodev2.h to be able to compile it. CVS patchset: 4800 CVS date: 2003/05/08 21:13:55
2003-05-07DVD play sort of works on Win32. Also added a couple more plugings to the ↵Tim Champagne
Win32 build. CVS patchset: 4795 CVS date: 2003/05/07 17:54:18
2003-05-06add error handlingMiguel Freitas
CVS patchset: 4785 CVS date: 2003/05/06 20:31:42
2003-05-06- support device on mrl (eg. cdda://dev/cdrom/1 or cdda://localhost:3000/1)Miguel Freitas
- support network playback CVS patchset: 4782 CVS date: 2003/05/06 16:43:53
2003-05-06This is some general Win32 cleanup and getting ready for DVD support.Tim Champagne
CVS patchset: 4779 CVS date: 2003/05/06 14:02:24
2003-05-06add a very simple frame cache.Miguel Freitas
support for reading multiple frames with a single call, this is very useful to reduce overhead of kernel calls or handling high latency devices (like playing a cd over the network) CVS patchset: 4777 CVS date: 2003/05/06 00:22:39
2003-05-05add new event for pausing pvrMiguel Freitas
the engine must be paused "from inside", otherwise, fifos might be full and pvr plugin read function would never be called anymore. CVS patchset: 4772 CVS date: 2003/05/05 16:22:08
2003-05-03as announced on xine-devel:Michael Roitzsch
* I change the SPU decoder API to make it look less DVD specific * adapt all related files * increase SPU decoder API version * include DVDNAV_CFLAGS locally where needed CVS patchset: 4755 CVS date: 2003/05/03 14:24:06
2003-05-02realtime reporting fixesMiguel Freitas
CVS patchset: 4754 CVS date: 2003/05/02 23:41:18
2003-05-02require slash on mrl syntax.Miguel Freitas
exception: file plugin can accept relative paths (see message on xine-devel) CVS patchset: 4751 CVS date: 2003/05/02 15:02:11
2003-05-02close fd so disk don't get stuck on driveMiguel Freitas
CVS patchset: 4750 CVS date: 2003/05/02 13:57:22
2003-05-02fix compilation with LOG defined: mrl undeclaredMichael Roitzsch
(patch sent by Lethal Weapon <lethalwp@tiscali.be>) CVS patchset: 4748 CVS date: 2003/05/02 12:33:44