Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-06 | warn the user about missing plugins (and their expected location) | Miguel Freitas | |
CVS patchset: 752 CVS date: 2001/10/06 14:56:37 | |||
2001-10-06 | raised upload priority | Siggi Langauf | |
CVS patchset: 751 CVS date: 2001/10/06 14:19:00 | |||
2001-10-06 | Document a problem with the solaris kernel (x86 only) accessing dvds >4GB | Juergen Keil | |
capacity. CVS patchset: 750 CVS date: 2001/10/06 13:56:01 | |||
2001-10-06 | Rescale 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-06 | Change the text printed when we see a CSS MPEG2 stream to something similar to | Juergen 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-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-06 | Added check for encrypted streams. | James Courtier-Dutton | |
CVS patchset: 746 CVS date: 2001/10/06 11:54:49 | |||
2001-10-06 | Fix Audio selection when playing DVDs. | James Courtier-Dutton | |
CVS patchset: 745 CVS date: 2001/10/06 01:02:01 | |||
2001-10-05 | Document problem with missing /etc/imrc / ~/.imrc on solaris. This file | Juergen 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-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 | solaris mlib yub2rgb crashed for 4:3 NTSC DVD format | Juergen Keil | |
CVS patchset: 742 CVS date: 2001/10/05 18:37:33 | |||
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 | Fix 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-05 | missing include for freebsd added | Heiko Schaefer | |
CVS patchset: 739 CVS date: 2001/10/05 14:49:32 | |||
2001-10-05 | Fixed $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 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-05 | fix from Koo kyoseon to change subtitle colors together with spu channel | Miguel Freitas | |
CVS patchset: 736 CVS date: 2001/10/05 11:10:00 | |||
2001-10-05 | fix a long standing deadlock condition | Miguel 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-04 | hopefully fix problems detecting some subtitle colors | Miguel Freitas | |
(i forgot these breaks at the original code) CVS patchset: 734 CVS date: 2001/10/04 23:22:21 | |||
2001-10-04 | Fix a few warnings about missing prototypes | Juergen Keil | |
CVS patchset: 733 CVS date: 2001/10/04 11:45:38 | |||
2001-10-03 | preparing for 0.9.2 | Siggi Langauf | |
CVS patchset: 732 CVS date: 2001/10/03 22:53:58 | |||
2001-10-03 | Add support for compiling xine-lib on solaris without gcc | Juergen Keil | |
CVS patchset: 731 CVS date: 2001/10/03 18:33:36 | |||
2001-10-03 | Add missing <string.h> header, for memset/memcpy prototypes. | Juergen Keil | |
CVS patchset: 730 CVS date: 2001/10/03 17:17:06 | |||
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 | Install src (actually src/xine-engine) last, so that libtool's hint about | Juergen 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-03 | A test "pointer < 0" does not make sense; removed. | Juergen Keil | |
CVS patchset: 727 CVS date: 2001/10/03 15:21:29 | |||
2001-10-03 | Eliminate void* pointer arithmetic | Juergen Keil | |
CVS patchset: 726 CVS date: 2001/10/03 15:16:50 | |||
2001-10-03 | Remove use of gcc extension (initializing non-static/automatic array). | Juergen Keil | |
CVS patchset: 725 CVS date: 2001/10/03 15:16:02 | |||
2001-10-03 | Eliminate 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-03 | Added 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-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-10-03 | Try to use ISO C99 __func__ macro (instead of __FUNCTION__), when xine is | Juergen Keil | |
compiled with a non-gcc compiler CVS patchset: 720 CVS date: 2001/10/03 15:08:06 | |||
2001-10-03 | oops, removing debug stuff i introduced by mistake. | Miguel Freitas | |
CVS patchset: 719 CVS date: 2001/10/03 14:11:54 | |||
2001-10-03 | check if attribute is gettable | Miguel 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 frames | Miguel Freitas | |
- abort xine if pthread_create fails CVS patchset: 717 CVS date: 2001/10/03 13:45:04 | |||
2001-10-02 | wrong include path | Guenter Bartsch | |
CVS patchset: 716 CVS date: 2001/10/02 00:23:13 | |||
2001-10-01 | Add simple mixer control in xine-engine/ao plugins. Fixed some missings | Daniel 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-01 | Trying to fix broken aalib-config test (configure: !: not found) | Juergen Keil | |
CVS patchset: 714 CVS date: 2001/10/01 09:58:42 | |||
2001-10-01 | Must quote '^', it's a bourne shell metacharacter | Juergen Keil | |
CVS patchset: 713 CVS date: 2001/10/01 09:57:28 | |||
2001-10-01 | Document dependency on gas, when compiling on solaris x86 (gas needed on x86 | Juergen Keil | |
for 3dnow, sse, ... support) CVS patchset: 712 CVS date: 2001/10/01 09:19:25 | |||
2001-10-01 | Use 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-30 | use 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-30 | relaxed library dependancies | Siggi Langauf | |
CVS patchset: 709 CVS date: 2001/09/30 19:00:20 | |||
2001-09-28 | NTSC DVD scale_line for 16:9 format | Juergen Keil | |
CVS patchset: 708 CVS date: 2001/09/28 19:39:25 | |||
2001-09-28 | O_NONBLOCK (posix) seems to be prefered to O_NDELAY or the kernel | Juergen 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-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 | Add 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 | |||
2001-09-27 | new scale_line functions for SVCD (PAL & NTSC) | Juergen Keil | |
CVS patchset: 704 CVS date: 2001/09/27 18:41:33 | |||
2001-09-27 | Add a few scale_line variants for PAL VCD | Juergen Keil | |
CVS patchset: 703 CVS date: 2001/09/27 13:09:01 |