summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2001-10-07initial ogg/vorbis support addedHeiko Schaefer
CVS patchset: 755 CVS date: 2001/10/07 03:53:10
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-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-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-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-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-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-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-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-27new scale_line functions for SVCD (PAL & NTSC)Juergen Keil
CVS patchset: 704 CVS date: 2001/09/27 18:41:33
2001-09-27Add a few scale_line variants for PAL VCDJuergen Keil
CVS patchset: 703 CVS date: 2001/09/27 13:09:01
2001-09-27buf type not set on solaris (same problem on freebsd, too); vcd didn't work anyJuergen Keil
more CVS patchset: 702 CVS date: 2001/09/27 12:48:01
2001-09-27discover the colors used by the subtitlesMiguel Freitas
and assign a "readable" pallete to them CVS patchset: 701 CVS date: 2001/09/27 02:11:16
2001-09-27enable bilinear scaling on Permedia 2/3 cards.Miguel Freitas
(much better looking!) CVS patchset: 700 CVS date: 2001/09/27 02:08:18
2001-09-27Fixed aalib checks. xine-config will contain thread cflags. Update installDaniel Caujolle-Bert
docs files. CVS patchset: 699 CVS date: 2001/09/27 01:42:42
2001-09-26- Trying to fix video window size for mpeg streams withJuergen Keil
aspect_ratio_information==1 ("square source pels") - Add aspect_ratio_information==4 (2.21:1) - Aspect ratio switching ('a' key) now cycles through "square source pels", too. CVS patchset: 698 CVS date: 2001/09/26 17:19:48
2001-09-26libmpeg2 cleanups, more tweaks for still image display, implemented ↵Guenter Bartsch
BUF_CONTROL_SPU_CHANNEL, trying to wipe out last windows style variable names (bFrameBad for example) CVS patchset: 697 CVS date: 2001/09/26 01:18:19
2001-09-25block demuxer lost packages - hopefully fixed nowGuenter Bartsch
CVS patchset: 696 CVS date: 2001/09/25 23:44:46
2001-09-25don't expect discontinuities foreverGuenter Bartsch
CVS patchset: 695 CVS date: 2001/09/25 23:30:38
2001-09-25implemented BUF_CONTROL_AUDIO_CHANNEL - this should enable input plugins to ↵Guenter Bartsch
set the xine engine to a specific audio channel (specified in decoder_info[0] - remember to give a full buffer type here, such as BUF_AUDIO_A52 | 3 to select the 4th ac3 channel) CVS patchset: 694 CVS date: 2001/09/25 23:27:02