summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-06do not die on loading bad demuxer plugin(s)Heiko Schaefer
CVS patchset: 753 CVS date: 2001/10/06 17:40:38
2001-10-06warn the user about missing plugins (and their expected location)Miguel Freitas
CVS patchset: 752 CVS date: 2001/10/06 14:56:37
2001-10-06raised upload prioritySiggi Langauf
CVS patchset: 751 CVS date: 2001/10/06 14:19:00
2001-10-06Document a problem with the solaris kernel (x86 only) accessing dvds >4GBJuergen Keil
capacity. CVS patchset: 750 CVS date: 2001/10/06 13:56:01
2001-10-06Rescale AO_PROP_*_VOL values from [0..100] range to Sun's [0..255] range.Juergen Keil
CVS patchset: 749 CVS date: 2001/10/06 13:49:49
2001-10-06Change the text printed when we see a CSS MPEG2 stream to something similar toJuergen Keil
the text printed by the input_dvd plugin. Abort the demuxer when we see a CSS MPEG2 stream. CVS patchset: 748 CVS date: 2001/10/06 13:48:17
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-06Added check for encrypted streams.James Courtier-Dutton
CVS patchset: 746 CVS date: 2001/10/06 11:54:49
2001-10-06Fix Audio selection when playing DVDs.James Courtier-Dutton
CVS patchset: 745 CVS date: 2001/10/06 01:02:01
2001-10-05Document problem with missing /etc/imrc / ~/.imrc on solaris. This fileJuergen Keil
is needed for proper operation when using an 8-bit Xserver. CVS patchset: 744 CVS date: 2001/10/05 19:13: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-05solaris mlib yub2rgb crashed for 4:3 NTSC DVD formatJuergen Keil
CVS patchset: 742 CVS date: 2001/10/05 18:37:33
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-05Fix endless loop playing a 10kbyte video_ts.vob file (step was 0)Juergen Keil
CVS patchset: 740 CVS date: 2001/10/05 17:19:31
2001-10-05missing include for freebsd addedHeiko Schaefer
CVS patchset: 739 CVS date: 2001/10/05 14:49:32
2001-10-05Fixed $DESTDIR, use it for rpms generation. Update xine.h for audio cap/props.Daniel Caujolle-Bert
CVS patchset: 738 CVS date: 2001/10/05 13:41:53
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-05fix from Koo kyoseon to change subtitle colors together with spu channelMiguel Freitas
CVS patchset: 736 CVS date: 2001/10/05 11:10:00
2001-10-05fix a long standing deadlock conditionMiguel Freitas
(in fact it still possible, although very very very difficult to trigger. hint: do a xine_play at the same time the decoders receive end of stream buffers and buffer pool is empty :-) CVS patchset: 735 CVS date: 2001/10/05 01:56:57
2001-10-04hopefully fix problems detecting some subtitle colorsMiguel Freitas
(i forgot these breaks at the original code) CVS patchset: 734 CVS date: 2001/10/04 23:22:21
2001-10-04Fix a few warnings about missing prototypesJuergen Keil
CVS patchset: 733 CVS date: 2001/10/04 11:45:38
2001-10-03preparing for 0.9.2Siggi Langauf
CVS patchset: 732 CVS date: 2001/10/03 22:53:58
2001-10-03Add support for compiling xine-lib on solaris without gccJuergen Keil
CVS patchset: 731 CVS date: 2001/10/03 18:33:36
2001-10-03Add missing <string.h> header, for memset/memcpy prototypes.Juergen Keil
CVS patchset: 730 CVS date: 2001/10/03 17:17:06
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-03Install src (actually src/xine-engine) last, so that libtool's hint aboutJuergen Keil
updating LD_LIBRARY_PATH / LD_RUN_PATH / etc. has a better chance of still being visible on the user's screen when he installs xine-lib. CVS patchset: 728 CVS date: 2001/10/03 17:12:32
2001-10-03A test "pointer < 0" does not make sense; removed.Juergen Keil
CVS patchset: 727 CVS date: 2001/10/03 15:21:29
2001-10-03Eliminate void* pointer arithmeticJuergen Keil
CVS patchset: 726 CVS date: 2001/10/03 15:16:50
2001-10-03Remove use of gcc extension (initializing non-static/automatic array).Juergen Keil
CVS patchset: 725 CVS date: 2001/10/03 15:16:02
2001-10-03Eliminate void* pointer arithmetic, and fixed some char* / unsigned char*Juergen Keil
warnings. CVS patchset: 724 CVS date: 2001/10/03 15:14:03
2001-10-03Added support to initialize union variants when using a non-gcc compiler.Juergen Keil
Added an ISO C99 compliant version, too. CVS patchset: 723 CVS date: 2001/10/03 15:12:09
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-10-03Try to use ISO C99 __func__ macro (instead of __FUNCTION__), when xine isJuergen Keil
compiled with a non-gcc compiler CVS patchset: 720 CVS date: 2001/10/03 15:08:06
2001-10-03oops, removing debug stuff i introduced by mistake.Miguel Freitas
CVS patchset: 719 CVS date: 2001/10/03 14:11:54
2001-10-03check if attribute is gettableMiguel Freitas
(should fix the problem with ATI Rage Mobility 16MB AGP reported by Daniel Roethlisberger) CVS patchset: 718 CVS date: 2001/10/03 14:01:03
2001-10-03- fix for duplicated framesMiguel Freitas
- abort xine if pthread_create fails CVS patchset: 717 CVS date: 2001/10/03 13:45:04
2001-10-02wrong include pathGuenter Bartsch
CVS patchset: 716 CVS date: 2001/10/02 00:23:13
2001-10-01Add simple mixer control in xine-engine/ao plugins. Fixed some missingsDaniel Caujolle-Bert
in audio_decoder. xine-ui warn at compile time due of a #warning i added, i will remove it pretty soon. CVS patchset: 715 CVS date: 2001/10/01 23:04:57
2001-10-01Trying to fix broken aalib-config test (configure: !: not found)Juergen Keil
CVS patchset: 714 CVS date: 2001/10/01 09:58:42
2001-10-01Must quote '^', it's a bourne shell metacharacterJuergen Keil
CVS patchset: 713 CVS date: 2001/10/01 09:57:28
2001-10-01Document dependency on gas, when compiling on solaris x86 (gas needed on x86Juergen Keil
for 3dnow, sse, ... support) CVS patchset: 712 CVS date: 2001/10/01 09:19:25
2001-10-01Use the video_out copy function, if available.Juergen Keil
dvdnav menus are working now, when using the XShm video_out driver. CVS patchset: 711 CVS date: 2001/10/01 09:15:07
2001-09-30use SNDCTL_DSP_GETODELAY if available. fixes sync problem with the freebsd ↵Heiko Schaefer
audio driver for sb128. CVS patchset: 710 CVS date: 2001/09/30 23:12:05
2001-09-30relaxed library dependanciesSiggi Langauf
CVS patchset: 709 CVS date: 2001/09/30 19:00:20
2001-09-28NTSC DVD scale_line for 16:9 formatJuergen Keil
CVS patchset: 708 CVS date: 2001/09/28 19:39:25
2001-09-28O_NONBLOCK (posix) seems to be prefered to O_NDELAY or the kernelJuergen Keil
internal FNDELAY flag, for non blocking I/O on various platforms Now, a solaris user with OSS installed can build the xine oss audio plugin, too. CVS patchset: 707 CVS date: 2001/09/28 10:19:08
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-27Add desktop stuff from patches by Miguel Freitas <miguel@cetuc.puc-rio.br>Daniel Caujolle-Bert
Fixed xine.m4 installation from Andrew Meredith <andrew@anvil.org> CVS patchset: 705 CVS date: 2001/09/27 21:31:03