summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Collapse)Author
2003-01-23CDDA renamingSiggi Langauf
(doesn't hurt on ia32, but improves usability) CVS patchset: 3999 CVS date: 2003/01/23 22:58:09
2003-01-22using bswap.h, some more comments. May work on big endian architectures now.Stefan Holst
CVS patchset: 3989 CVS date: 2003/01/22 16:33:23
2003-01-22loggingStefan Holst
CVS patchset: 3988 CVS date: 2003/01/22 11:57:38
2003-01-21Add some autoconf tests, so that the video-for-linux input plugin is notJuergen Keil
compiled on solaris. CVS patchset: 3983 CVS date: 2003/01/21 14:41:09
2003-01-20Add CDDB support to CDDA plugin.Daniel Caujolle-Bert
CVS patchset: 3975 CVS date: 2003/01/20 01:57:21
2003-01-19hushGuenter Bartsch
CVS patchset: 3972 CVS date: 2003/01/19 19:42:48
2003-01-19v4l analog tv input pluginGuenter Bartsch
CVS patchset: 3969 CVS date: 2003/01/19 19:41:03
2003-01-18Stupid bugThibaut Mattern
CVS patchset: 3959 CVS date: 2003/01/18 17:19:45
2003-01-17missing mmsh.hMiguel Freitas
CVS patchset: 3948 CVS date: 2003/01/17 20:06:56
2003-01-17fifo: MRLs should work nowMichael Roitzsch
CVS patchset: 3945 CVS date: 2003/01/17 17:50:20
2003-01-16Recognizes the end of a stream.Thibaut Mattern
CVS patchset: 3934 CVS date: 2003/01/16 00:40:48
2003-01-15- buffer overflow protection.Thibaut Mattern
- cleanup CVS patchset: 3929 CVS date: 2003/01/15 20:08:24
2003-01-15- Must include <sys/ioccom.h> on solaris to get the _IOC..() macros forJuergen Keil
ioctl command codes - Must include <inttypes.h> on solaris, there is no <stdint.h> CVS patchset: 3927 CVS date: 2003/01/15 16:08:44
2003-01-15Backport mrl parsing fix.Thibaut Mattern
CVS patchset: 3924 CVS date: 2003/01/15 01:05:24
2003-01-15Little cleanupThibaut Mattern
CVS patchset: 3923 CVS date: 2003/01/15 00:53:40
2003-01-15Sorry, I've broken mms:// last time.Thibaut Mattern
Now it works ;-) CVS patchset: 3922 CVS date: 2003/01/15 00:18:23
2003-01-14OupsThibaut Mattern
CVS patchset: 3921 CVS date: 2003/01/14 23:40:56
2003-01-14- Fixes mrl parsing.Thibaut Mattern
- Fixes http response parsing - Fixes first http request CVS patchset: 3920 CVS date: 2003/01/14 23:39:11
2003-01-13- fix build with the plugin now in the xine-lib tree itselfBastien Nocera
CVS patchset: 3904 CVS date: 2003/01/13 20:10:23
2003-01-13cleaning upMichael Roitzsch
CVS patchset: 3899 CVS date: 2003/01/13 16:23:27
2003-01-13sync to latest cvs of libdvdnavMichael Roitzsch
* small fix for "Spy Game" RC2 * implement LinkNoLink (Disney's "Beauty and the Beast" RC2 deluxe uses it, but the interactive game still does not work) * slightly improved logic of program jumps -> chapter skipping should work correctly in more (if not all) cases now CVS patchset: 3894 CVS date: 2003/01/13 13:53:33
2003-01-13- gnome-vfs plugin addedBastien Nocera
CVS patchset: 3891 CVS date: 2003/01/13 12:38:08
2003-01-13change comment style (only one)Daniel Caujolle-Bert
CVS patchset: 3886 CVS date: 2003/01/13 01:23:13
2003-01-13Experimental mmsh protocol support.Thibaut Mattern
Some explanantions about mms protocols in xine : mms:/, mmst:/, mmsu:/, mmsh:/ mrls are handled by the mms input plugin mmst:/ and mmsu:/ mrls point out the 'mms over tcp' protocol (mms.c) mmsh:/ mrls point out the 'mms over http' protocol (mmsh.c) When a mms:/ url is encountered, mmst is tried first, then mmsh is tried if mmst failed To try the new mmsh support : xine mmsh://wmp.tf1.coltfrance.com/wmetf1/cinema/hpotter/harry_potter_secrets_320.wmv xine mmsh://wmp.tf1.coltfrance.com/wmetf1/clip/johnny/marie_320.wmv CVS patchset: 3885 CVS date: 2003/01/13 01:11:57
2003-01-12DVB plugin updated to new api. thanks to Micael Beronius, Chris Purnell for ↵Guenter Bartsch
their great work CVS patchset: 3884 CVS date: 2003/01/12 23:20:37
2003-01-10increase buffersStefan Holst
CVS patchset: 3855 CVS date: 2003/01/10 20:57:11
2003-01-09provides autoplaylist. doesn't work 100% for me because toc alwaysMiguel Freitas
return a single track here. CVS patchset: 3842 CVS date: 2003/01/09 03:26:10
2003-01-08Add the missing "solaris" bits for the 'cdda' input pluginJuergen Keil
CVS patchset: 3827 CVS date: 2003/01/08 10:05:46
2003-01-08wow, time to sleep i guess. revert and fixDaniel Caujolle-Bert
CVS patchset: 3817 CVS date: 2003/01/08 00:03:58
2003-01-07support more the 9 tracksDaniel Caujolle-Bert
CVS patchset: 3816 CVS date: 2003/01/07 23:54:35
2003-01-07avoid segfault when grabbing mrlsDaniel Caujolle-Bert
CVS patchset: 3815 CVS date: 2003/01/07 22:53:25
2003-01-07avoid segfault when no VCD is in device, and you use browse_mrls().Daniel Caujolle-Bert
CVS patchset: 3814 CVS date: 2003/01/07 22:51:35
2003-01-06throw out old codeGuenter Bartsch
CVS patchset: 3797 CVS date: 2003/01/06 02:18:13
2003-01-05added CD digital audio input sourceMike Melanson
CVS patchset: 3777 CVS date: 2003/01/05 06:46:11
2003-01-04add 2 demuxer groups (audio and games) with multiple plugins at theMiguel Freitas
same shared library (reduce loading time). demuxer api increased so old ungrouped plugins won't be loaded. Bill Fink patch to enable playback of live rawdv streams. obs: non-regular files are now supposed non-seekable. CVS patchset: 3771 CVS date: 2003/01/04 14:48:11
2003-01-01Commented out empty structureRobin KAY
CVS patchset: 3742 CVS date: 2003/01/01 16:30:26
2002-12-31Make dvb plugin compile on SolarisRobin KAY
CVS patchset: 3735 CVS date: 2002/12/31 18:47:45
2002-12-29remove old hack for sputextMichael Roitzsch
CVS patchset: 3719 CVS date: 2002/12/29 16:48:34
2002-12-29convenienceMichael Roitzsch
CVS patchset: 3714 CVS date: 2002/12/29 11:40:16
2002-12-28set high water mark a little higher to avoid stuttering when switching to a ↵Guenter Bartsch
new channel CVS patchset: 3706 CVS date: 2002/12/28 15:39:37
2002-12-28dvb_class_dispose segfault fixGuenter Bartsch
CVS patchset: 3704 CVS date: 2002/12/28 02:12:30
2002-12-28simple osd menu for dvb channel selection; updated dvb_channels and README.dvbGuenter Bartsch
CVS patchset: 3703 CVS date: 2002/12/28 01:46:11
2002-12-27Use $(srcdir) in include paths, so that compilation in separate src/objJuergen Keil
directory works. CVS patchset: 3697 CVS date: 2002/12/27 17:50:39
2002-12-27re-enable dvb pluginGuenter Bartsch
CVS patchset: 3694 CVS date: 2002/12/27 16:47:17
2002-12-27man errno: "must not be explicitly declared; errno may be a macro"Miguel Freitas
(thanks Chris Rankin for noticing) CVS patchset: 3693 CVS date: 2002/12/27 16:47:10
2002-12-27fix dvb eventsGuenter Bartsch
CVS patchset: 3692 CVS date: 2002/12/27 13:44:58
2002-12-27disable dvb compilation, it's BROKENDaniel Caujolle-Bert
CVS patchset: 3690 CVS date: 2002/12/27 13:10:34
2002-12-27finally - dvb support in xine :)Guenter Bartsch
CVS patchset: 3687 CVS date: 2002/12/27 00:53:49
2002-12-26- cleanup internal interfaces for rewiringMiguel Freitas
- fix UI_PLAYBACK_FINISHED rifle CVS patchset: 3686 CVS date: 2002/12/26 21:53:41
2002-12-26catch a possible segfaultStefan Holst
CVS patchset: 3685 CVS date: 2002/12/26 20:30:00