summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Collapse)Author
2003-02-05try to have the same behaviour reading from network on http/mms/pnm/rtsp.Miguel Freitas
select() is useful to avoid burning cpu cicles, otoh, we should not call it after end of stream since it will hang xine for 30sec. idea: do select() only on EAGAIN. todo: unify these functions (?) CVS patchset: 4105 CVS date: 2003/02/05 00:08:55
2003-02-01- remove a magic number, thanks to Cameron Simpson <cs@zip.com.au>Bastien Nocera
CVS patchset: 4082 CVS date: 2003/02/01 23:54:03
2003-02-01increasing frame buffer for smoother playbackStefan Holst
CVS patchset: 4078 CVS date: 2003/02/01 18:37:11
2003-01-31fix the v4l plugin for lower resolution devices (webcam)Bastien Nocera
CVS patchset: 4066 CVS date: 2003/01/31 17:56:35
2003-01-31- MAX_PREVIEW_SIZE = 4096Miguel Freitas
- new fb driver with zero copy CVS patchset: 4058 CVS date: 2003/01/31 14:06:03
2003-01-30input device is configurable nowDaniel Caujolle-Bert
CVS patchset: 4052 CVS date: 2003/01/30 23:28:11
2003-01-29- add asx parser (sends mrl events)Miguel Freitas
- remove old avi subtitle hack CVS patchset: 4046 CVS date: 2003/01/29 18:53:54
2003-01-29logDaniel Caujolle-Bert
CVS patchset: 4043 CVS date: 2003/01/29 18:18:02
2003-01-29auto* fix: pass 1Daniel Caujolle-Bert
CVS patchset: 4036 CVS date: 2003/01/29 11:10:50
2003-01-29percent should not be more than 100Miguel Freitas
CVS patchset: 4035 CVS date: 2003/01/29 11:08:11
2003-01-29disable 30s select and try to match end of stream behaviour of http pluginMiguel Freitas
CVS patchset: 4033 CVS date: 2003/01/29 10:49:24
2003-01-29avoid segfaultMiguel Freitas
CVS patchset: 4029 CVS date: 2003/01/29 02:02:03
2003-01-28Fixes end of stream problem.Thibaut Mattern
CVS patchset: 4027 CVS date: 2003/01/28 23:15:15
2003-01-28Forward seeking works now.xine-1-beta3-release1-beta3Thibaut Mattern
Now xine can play this url : xine http://216.127.95.21/moviefiles/kampfpilot.wmv CVS patchset: 4025 CVS date: 2003/01/28 20:28:30
2003-01-27temporary fix for segfaulting DVDsMichael Roitzsch
libdvdnav cleanup needed (will start tomorrow) CVS patchset: 4021 CVS date: 2003/01/27 21:02:41
2003-01-26revert, commited by error, thibaut patch ;-)Daniel Caujolle-Bert
CVS patchset: 4017 CVS date: 2003/01/26 23:36:46
2003-01-26fix automake warning. NOTE: nvtv user, can you check if i didn't break ↵Daniel Caujolle-Bert
compilation of this stuff?? CVS patchset: 4016 CVS date: 2003/01/26 23:31:13
2003-01-25Avoid to send garbage to decoders.Thibaut Mattern
CVS patchset: 4007 CVS date: 2003/01/25 15:00:07
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