Age | Commit message (Expand) | Author |
2001-10-06 | Added check for encrypted streams. | James Courtier-Dutton |
2001-10-06 | Fix Audio selection when playing DVDs. | James Courtier-Dutton |
2001-10-05 | Document problem with missing /etc/imrc / ~/.imrc on solaris. This file | Juergen Keil |
2001-10-05 | Must release read_cache lock on read error | Juergen Keil |
2001-10-05 | solaris mlib yub2rgb crashed for 4:3 NTSC DVD format | Juergen Keil |
2001-10-05 | Errors returned from read(2) system call were ignored in most input plugins | Juergen Keil |
2001-10-05 | Fix endless loop playing a 10kbyte video_ts.vob file (step was 0) | Juergen Keil |
2001-10-05 | missing include for freebsd added | Heiko Schaefer |
2001-10-05 | Fixed $DESTDIR, use it for rpms generation. Update xine.h for audio cap/props. | Daniel Caujolle-Bert |
2001-10-05 | - refuse to play encrypted dvds | Miguel Freitas |
2001-10-05 | fix from Koo kyoseon to change subtitle colors together with spu channel | Miguel Freitas |
2001-10-05 | fix a long standing deadlock condition | Miguel Freitas |
2001-10-04 | hopefully fix problems detecting some subtitle colors | Miguel Freitas |
2001-10-04 | Fix a few warnings about missing prototypes | Juergen Keil |
2001-10-03 | preparing for 0.9.2 | Siggi Langauf |
2001-10-03 | Add support for compiling xine-lib on solaris without gcc | Juergen Keil |
2001-10-03 | Add missing <string.h> header, for memset/memcpy prototypes. | Juergen Keil |
2001-10-03 | Add error checks to all "pthread_create" calls, print error message and exit | Juergen Keil |
2001-10-03 | Install src (actually src/xine-engine) last, so that libtool's hint about | Juergen Keil |
2001-10-03 | A test "pointer < 0" does not make sense; removed. | Juergen Keil |
2001-10-03 | Eliminate void* pointer arithmetic | Juergen Keil |
2001-10-03 | Remove use of gcc extension (initializing non-static/automatic array). | Juergen Keil |
2001-10-03 | Eliminate void* pointer arithmetic, and fixed some char* / unsigned char* | Juergen Keil |
2001-10-03 | Added support to initialize union variants when using a non-gcc compiler. | Juergen Keil |
2001-10-03 | Fix a char* / unsigned char* compiler warning | Juergen Keil |
2001-10-03 | Fix two char* / unsigned char* warnings | Juergen Keil |
2001-10-03 | Try to use ISO C99 __func__ macro (instead of __FUNCTION__), when xine is | Juergen Keil |
2001-10-03 | oops, removing debug stuff i introduced by mistake. | Miguel Freitas |
2001-10-03 | check if attribute is gettable | Miguel Freitas |
2001-10-03 | - fix for duplicated frames | Miguel Freitas |
2001-10-02 | wrong include path | Guenter Bartsch |
2001-10-01 | Add simple mixer control in xine-engine/ao plugins. Fixed some missings | Daniel Caujolle-Bert |
2001-10-01 | Trying to fix broken aalib-config test (configure: !: not found) | Juergen Keil |
2001-10-01 | Must quote '^', it's a bourne shell metacharacter | Juergen Keil |
2001-10-01 | Document dependency on gas, when compiling on solaris x86 (gas needed on x86 | Juergen Keil |
2001-10-01 | Use the video_out copy function, if available. | Juergen Keil |
2001-09-30 | use SNDCTL_DSP_GETODELAY if available. fixes sync problem with the freebsd au... | Heiko Schaefer |
2001-09-30 | relaxed library dependancies | Siggi Langauf |
2001-09-28 | NTSC DVD scale_line for 16:9 format | Juergen Keil |
2001-09-28 | O_NONBLOCK (posix) seems to be prefered to O_NDELAY or the kernel | Juergen Keil |
2001-09-28 | 32/64-bit bug in read_cache_read_block block, wrong fileoffset passed to | Juergen Keil |
2001-09-27 | Add desktop stuff from patches by Miguel Freitas <miguel@cetuc.puc-rio.br> | Daniel Caujolle-Bert |
2001-09-27 | new scale_line functions for SVCD (PAL & NTSC) | Juergen Keil |
2001-09-27 | Add a few scale_line variants for PAL VCD | Juergen Keil |
2001-09-27 | buf type not set on solaris (same problem on freebsd, too); vcd didn't work any | Juergen Keil |
2001-09-27 | discover the colors used by the subtitles | Miguel Freitas |
2001-09-27 | enable bilinear scaling on Permedia 2/3 cards. | Miguel Freitas |
2001-09-27 | Fixed aalib checks. xine-config will contain thread cflags. Update install | Daniel Caujolle-Bert |
2001-09-26 | - Trying to fix video window size for mpeg streams with | Juergen Keil |
2001-09-26 | libmpeg2 cleanups, more tweaks for still image display, implemented BUF_CONTR... | Guenter Bartsch |