Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-22 | Fixed libxineutils linking. | Daniel Caujolle-Bert | |
CVS patchset: 859 CVS date: 2001/10/22 21:34:54 | |||
2001-10-22 | introducing libxineutils and a this pointer for video_out_x11 callbacks | Guenter Bartsch | |
CVS patchset: 852 CVS date: 2001/10/22 00:52:09 | |||
2001-10-20 | big 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-18 | defining menu events | Guenter Bartsch | |
CVS patchset: 834 CVS date: 2001/10/18 23:46:40 | |||
2001-10-17 | demux / 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 bad | Juergen 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-08 | On solaris, try to grab the default dvd device from vold supplied environment | Juergen 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-07 | configurable 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-07 | if 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-06 | Argh, uscsi ioctls do not work any more in solaris9beta (permission denied) on | Juergen 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-06 | Add the DVD_STRUCT_COPYRIGHT checking stuff for solaris. | Juergen Keil | |
CVS patchset: 747 CVS date: 2001/10/06 13:46:07 | |||
2001-10-05 | Must release read_cache lock on read error | Juergen Keil | |
CVS patchset: 743 CVS date: 2001/10/05 18:45:07 | |||
2001-10-05 | Errors returned from read(2) system call were ignored in most input plugins | Juergen 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-05 | missing include for freebsd added | Heiko Schaefer | |
CVS patchset: 739 CVS date: 2001/10/05 14:49:32 | |||
2001-10-05 | - refuse to play encrypted dvds | Miguel 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-03 | Add error checks to all "pthread_create" calls, print error message and exit | Juergen Keil | |
xine, whenever a pthread_create fails CVS patchset: 729 CVS date: 2001/10/03 17:15:43 | |||
2001-10-03 | Fix a char* / unsigned char* compiler warning | Juergen Keil | |
CVS patchset: 722 CVS date: 2001/10/03 15:09:47 | |||
2001-10-03 | Fix two char* / unsigned char* warnings | Juergen Keil | |
CVS patchset: 721 CVS date: 2001/10/03 15:09:04 | |||
2001-09-28 | 32/64-bit bug in read_cache_read_block block, wrong fileoffset passed to | Juergen Keil | |
read_cache_read_block (patch by Koo kyoseon) CVS patchset: 706 CVS date: 2001/09/28 09:18:52 | |||
2001-09-27 | buf type not set on solaris (same problem on freebsd, too); vcd didn't work any | Juergen Keil | |
more CVS patchset: 702 CVS date: 2001/09/27 12:48:01 | |||
2001-09-11 | remove 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-11 | Fix compile error (does not find xine/buffer.h) | Juergen Keil | |
CVS patchset: 611 CVS date: 2001/09/11 09:58:15 | |||
2001-09-11 | read_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-10 | better responsiveness by providing pthread cancellation | Miguel Freitas | |
point inside block read (dvd and file inputs). CVS patchset: 597 CVS date: 2001/09/10 00:47:37 | |||
2001-09-08 | rich's patches (menu support) | Guenter Bartsch | |
CVS patchset: 586 CVS date: 2001/09/08 00:44:40 | |||
2001-09-06 | Trying to port the xine-lib sources to a non-gcc compiler | Juergen Keil | |
CVS patchset: 584 CVS date: 2001/09/06 18:38:11 | |||
2001-09-05 | miguel's latest patches | Guenter Bartsch | |
CVS patchset: 567 CVS date: 2001/09/05 16:02:29 | |||
2001-09-01 | More 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-28 | Follow our coding style. | Daniel Caujolle-Bert | |
CVS patchset: 514 CVS date: 2001/08/28 23:13:08 | |||
2001-08-28 | Added 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-17 | Add xine_seek() and friends. | Daniel Caujolle-Bert | |
CVS patchset: 446 CVS date: 2001/08/17 16:15:36 | |||
2001-08-16 | clut_t is now stored in machine endianess. Simplifies the transfer | Eduard Hasenleithner | |
of the clut from the input plugin. CVS patchset: 434 CVS date: 2001/08/16 12:33:00 | |||
2001-08-04 | dvd_udf patch submitted by Chris Rankin | Guenter Bartsch | |
CVS patchset: 383 CVS date: 2001/08/04 20:40:53 | |||
2001-07-29 | cleanups provided by Chris Rankin | Guenter Bartsch | |
CVS patchset: 362 CVS date: 2001/07/29 15:18:03 | |||
2001-07-28 | patch provided by Chris Rankin to make dvd device name configurable in .xinerc | Guenter Bartsch | |
CVS patchset: 361 CVS date: 2001/07/28 13:23:24 | |||
2001-07-27 | One 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-27 | More check about devfs support. Dont call open() in non blocking mode if it's | Daniel Caujolle-Bert | |
not necessary. CVS patchset: 358 CVS date: 2001/07/27 15:50:04 | |||
2001-07-25 | Wrong number of entries returned (always +1). | Daniel Caujolle-Bert | |
CVS patchset: 345 CVS date: 2001/07/25 08:42:05 | |||
2001-07-18 | Split 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-17 | AM_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-16 | IRIX / 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-11 | Add PATH/NAME_MAX decl checks. | Daniel Caujolle-Bert | |
CVS patchset: 269 CVS date: 2001/07/11 10:15:27 | |||
2001-07-10 | Fixed get_dir in input plugins. Fixed a strange header inclusion bug | Daniel Caujolle-Bert | |
in libw32dll/wine. CVS patchset: 264 CVS date: 2001/07/10 21:07:55 | |||
2001-07-01 | extended input plugin api for interactive menus and seamless branching | Guenter Bartsch | |
CVS patchset: 239 CVS date: 2001/07/01 23:37:04 | |||
2001-06-23 | Fixed mrls malloc bug. | Daniel Caujolle-Bert | |
CVS patchset: 219 CVS date: 2001/06/23 20:47:29 | |||
2001-06-23 | Fixed/implement xine_get_browse_mrls(), and related stuff. | Daniel Caujolle-Bert | |
CVS patchset: 217 CVS date: 2001/06/23 14:05:46 | |||
2001-06-21 | solaris and stability patches provided by Juergen Keil | Guenter Bartsch | |
CVS patchset: 211 CVS date: 2001/06/21 17:34:23 | |||
2001-06-09 | dave's patch applied to make this compile on freebsd. | Heiko Schaefer | |
CVS patchset: 135 CVS date: 2001/06/09 11:48:12 | |||
2001-06-09 | problem with compilation on freebsd removed | Heiko Schaefer | |
CVS patchset: 134 CVS date: 2001/06/09 11:39:20 | |||
2001-06-02 | make input plugins return file sizes in mrl_t (ls function) | Guenter Bartsch | |
CVS patchset: 114 CVS date: 2001/06/02 21:44:01 |