summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Collapse)Author
2001-10-22Fixed libxineutils linking.Daniel Caujolle-Bert
CVS patchset: 859 CVS date: 2001/10/22 21:34:54
2001-10-22introducing libxineutils and a this pointer for video_out_x11 callbacksGuenter Bartsch
CVS patchset: 852 CVS date: 2001/10/22 00:52:09
2001-10-20big event cleanup: one single mechanism is now used for all communications ↵Guenter Bartsch
between gui, plugins and the xine engine; code cleanup CVS patchset: 837 CVS date: 2001/10/20 02:01:51
2001-10-18defining menu eventsGuenter Bartsch
CVS patchset: 834 CVS date: 2001/10/18 23:46:40
2001-10-17demux / input plugin interface change, init functions now have access to the ↵Guenter Bartsch
full xine_t *xine. This should enable stream plugins to register SCR plugins. WARNING: delete old input plugins, otherwise xine will crash CVS patchset: 823 CVS date: 2001/10/17 20:33:09
2001-10-08*_get_dir broken for file lists with more than five entries due to badJuergen Keil
malloc for mrl_t** double indirect mrl_t arrays. (old code was overwriting non-malloced memory) CVS patchset: 770 CVS date: 2001/10/08 18:06:34
2001-10-08On solaris, try to grab the default dvd device from vold supplied environmentJuergen Keil
variables, if available. By adding an "action" line like the one below into /etc/rmmount.conf, xine can now be autostarted on insertion of dvd media on solaris: action cdrom action_dvdvideo.so /tmp/xine/bin/xine -s dvd CVS patchset: 768 CVS date: 2001/10/08 12:52:49
2001-10-07configurable VCD device - patch provided by Chris Rankin <rankinc@pacbell.net>Guenter Bartsch
CVS patchset: 762 CVS date: 2001/10/07 22:31:20
2001-10-07if a pes header indicates that the stream is encrypted that doesn't ↵Guenter Bartsch
necessarily mean xine cannot play back that stream, so let's at least try it. besides that, vcd seeking bugfixes (linux/sun) CVS patchset: 756 CVS date: 2001/10/07 15:13:09
2001-10-06Argh, uscsi ioctls do not work any more in solaris9beta (permission denied) onJuergen Keil
volume manager devices, so for now just assume the disk is not encrypted, when the DVD_READ_STRUCTURE command fails. CVS patchset: 754 CVS date: 2001/10/06 17:57:52
2001-10-06Add the DVD_STRUCT_COPYRIGHT checking stuff for solaris.Juergen Keil
CVS patchset: 747 CVS date: 2001/10/06 13:46:07
2001-10-05Must release read_cache lock on read errorJuergen Keil
CVS patchset: 743 CVS date: 2001/10/05 18:45:07
2001-10-05Errors returned from read(2) system call were ignored in most input pluginsJuergen Keil
(e.g. when accessing an encrypted dvd without proper dvd drive authentication). Print error messages, and try to handle read errors. CVS patchset: 741 CVS date: 2001/10/05 17:36:28
2001-10-05missing include for freebsd addedHeiko Schaefer
CVS patchset: 739 CVS date: 2001/10/05 14:49:32
2001-10-05- refuse to play encrypted dvdsMiguel Freitas
note: only tested on linux but also features bsd code (i´m trying not to break builds on other architectures, let me know if you have any problems) CVS patchset: 737 CVS date: 2001/10/05 11:31:39
2001-10-03Add error checks to all "pthread_create" calls, print error message and exitJuergen Keil
xine, whenever a pthread_create fails CVS patchset: 729 CVS date: 2001/10/03 17:15:43
2001-10-03Fix a char* / unsigned char* compiler warningJuergen Keil
CVS patchset: 722 CVS date: 2001/10/03 15:09:47
2001-10-03Fix two char* / unsigned char* warningsJuergen Keil
CVS patchset: 721 CVS date: 2001/10/03 15:09:04
2001-09-2832/64-bit bug in read_cache_read_block block, wrong fileoffset passed toJuergen Keil
read_cache_read_block (patch by Koo kyoseon) CVS patchset: 706 CVS date: 2001/09/28 09:18:52
2001-09-27buf type not set on solaris (same problem on freebsd, too); vcd didn't work anyJuergen Keil
more CVS patchset: 702 CVS date: 2001/09/27 12:48:01
2001-09-11remove obsoleted stuff by the new cache scheme.Miguel Freitas
(cancellation point now into read_cache.c) CVS patchset: 612 CVS date: 2001/09/11 11:30:56
2001-09-11Fix compile error (does not find xine/buffer.h)Juergen Keil
CVS patchset: 611 CVS date: 2001/09/11 09:58:15
2001-09-11read_cache enables xine to read DVD data in larger chunks (here 16*2048 ↵Guenter Bartsch
bytes), this gives us a nice performance boost on raw devices, especially on FreeBSD CVS patchset: 608 CVS date: 2001/09/11 00:57:11
2001-09-10better responsiveness by providing pthread cancellationMiguel Freitas
point inside block read (dvd and file inputs). CVS patchset: 597 CVS date: 2001/09/10 00:47:37
2001-09-08rich's patches (menu support)Guenter Bartsch
CVS patchset: 586 CVS date: 2001/09/08 00:44:40
2001-09-06Trying to port the xine-lib sources to a non-gcc compilerJuergen Keil
CVS patchset: 584 CVS date: 2001/09/06 18:38:11
2001-09-05miguel's latest patchesGuenter Bartsch
CVS patchset: 567 CVS date: 2001/09/05 16:02:29
2001-09-01More strlen/sizeof fixes by Hubert Matthews <hubert.matthews@unicornportal.com>Guenter Bartsch
CVS patchset: 549 CVS date: 2001/09/01 22:47:59
2001-08-28Follow our coding style.Daniel Caujolle-Bert
CVS patchset: 514 CVS date: 2001/08/28 23:13:08
2001-08-28Added sync code from Hubert Matthews [hubert.matthews@unicornportal.com]James Courtier-Dutton
Modified some memset's in input_file. CVS patchset: 512 CVS date: 2001/08/28 22:44:09
2001-08-17Add xine_seek() and friends.Daniel Caujolle-Bert
CVS patchset: 446 CVS date: 2001/08/17 16:15:36
2001-08-16clut_t is now stored in machine endianess. Simplifies the transferEduard Hasenleithner
of the clut from the input plugin. CVS patchset: 434 CVS date: 2001/08/16 12:33:00
2001-08-04dvd_udf patch submitted by Chris RankinGuenter Bartsch
CVS patchset: 383 CVS date: 2001/08/04 20:40:53
2001-07-29cleanups provided by Chris RankinGuenter Bartsch
CVS patchset: 362 CVS date: 2001/07/29 15:18:03
2001-07-28patch provided by Chris Rankin to make dvd device name configurable in .xinercGuenter Bartsch
CVS patchset: 361 CVS date: 2001/07/28 13:23:24
2001-07-27One step back. It seems last changes about devfs will never fixed the problems.Daniel Caujolle-Bert
Is there a good soul to fixe this (i haven't any devfs here, i've just introduce this to avoid ton of mails..... missed ;-) ). CVS patchset: 360 CVS date: 2001/07/27 22:00:27
2001-07-27More check about devfs support. Dont call open() in non blocking mode if it'sDaniel Caujolle-Bert
not necessary. CVS patchset: 358 CVS date: 2001/07/27 15:50:04
2001-07-25Wrong number of entries returned (always +1).Daniel Caujolle-Bert
CVS patchset: 345 CVS date: 2001/07/25 08:42:05
2001-07-18Split alsa drivers, more checks about versions. Made xine lib c++ compliant.Daniel Caujolle-Bert
CVS patchset: 308 CVS date: 2001/07/18 21:38:16
2001-07-17AM_CHECK_CDROM_IOCTLS, add test for Solaris cdrom ioctls.Juergen Keil
Fix typo in input_dvd.c/input_vcd.c (HAVE_SYS_CDIO -> HAVE_SYS_CDIO_H) CVS patchset: 290 CVS date: 2001/07/17 13:28:10
2001-07-16IRIX / mips port. Audio and CD support are not implemented yet.Matthias Hopf
Nuked BUILD_LIB_STATIC. Changed some architecture dependend code to feature dependend code. Autoconf'ing CD / DVD ioctl() support. CVS patchset: 288 CVS date: 2001/07/16 19:36:00
2001-07-11Add PATH/NAME_MAX decl checks.Daniel Caujolle-Bert
CVS patchset: 269 CVS date: 2001/07/11 10:15:27
2001-07-10Fixed get_dir in input plugins. Fixed a strange header inclusion bugDaniel Caujolle-Bert
in libw32dll/wine. CVS patchset: 264 CVS date: 2001/07/10 21:07:55
2001-07-01extended input plugin api for interactive menus and seamless branchingGuenter Bartsch
CVS patchset: 239 CVS date: 2001/07/01 23:37:04
2001-06-23Fixed mrls malloc bug.Daniel Caujolle-Bert
CVS patchset: 219 CVS date: 2001/06/23 20:47:29
2001-06-23Fixed/implement xine_get_browse_mrls(), and related stuff.Daniel Caujolle-Bert
CVS patchset: 217 CVS date: 2001/06/23 14:05:46
2001-06-21solaris and stability patches provided by Juergen KeilGuenter Bartsch
CVS patchset: 211 CVS date: 2001/06/21 17:34:23
2001-06-09dave's patch applied to make this compile on freebsd.Heiko Schaefer
CVS patchset: 135 CVS date: 2001/06/09 11:48:12
2001-06-09problem with compilation on freebsd removedHeiko Schaefer
CVS patchset: 134 CVS date: 2001/06/09 11:39:20
2001-06-02make input plugins return file sizes in mrl_t (ls function)Guenter Bartsch
CVS patchset: 114 CVS date: 2001/06/02 21:44:01