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