summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2001-10-18fix commentJuergen Keil
CVS patchset: 829 CVS date: 2001/10/18 14:32:28
2001-10-18avifile imported config.h file removed, build libw32dll with xine-lib's config.hJuergen Keil
CVS patchset: 828 CVS date: 2001/10/18 14:31:26
2001-10-18remove hardcoded lpcm audio format information, try to extract the informationJuergen Keil
from the mpeg stream CVS patchset: 827 CVS date: 2001/10/18 14:29:44
2001-10-18Let plugins chane MRL (for displaying info)Rich J Wareham
CVS patchset: 826 CVS date: 2001/10/18 13:57:26
2001-10-17default priority changed to 4Guenter Bartsch
CVS patchset: 824 CVS date: 2001/10/17 21:29:21
2001-10-17demux / input plugin interface change, init functions now have access to the ↵Guenter Bartsch
full xine_t *xine. This should enable stream plugins to register SCR plugins. WARNING: delete old input plugins, otherwise xine will crash CVS patchset: 823 CVS date: 2001/10/17 20:33:09
2001-10-16SPDIF sync improvedJoachim Koenig
CVS patchset: 821 CVS date: 2001/10/16 17:57:31
2001-10-15Harm van der Heijden's divx4 decoder patch for XShm video_outJuergen Keil
(no visible video unless XShm's slice copy method is called, which contains the yuv2rgb conversion) CVS patchset: 817 CVS date: 2001/10/15 16:13:23
2001-10-15The gui->video translation code in xv seems to work, enable it.Juergen Keil
CVS patchset: 815 CVS date: 2001/10/15 12:20:01
2001-10-15(percentage based) seekingGuenter Bartsch
CVS patchset: 814 CVS date: 2001/10/15 00:49:09
2001-10-14start_time initialization moved, added latency configure optionGuenter Bartsch
CVS patchset: 813 CVS date: 2001/10/14 23:38:30
2001-10-14Update xine.h doxygen comments. Use constants for aspect ratio inDaniel Caujolle-Bert
vo drivers. CVS patchset: 812 CVS date: 2001/10/14 23:19:59
2001-10-14small cleanup, doesn't make sense to set start_time in the init functionGuenter Bartsch
CVS patchset: 808 CVS date: 2001/10/14 20:48:37
2001-10-14turn deinterlace method into a .xinerc optionGuenter Bartsch
CVS patchset: 807 CVS date: 2001/10/14 20:34:40
2001-10-14Don't waste memory, when buffer_size is alignedJuergen Keil
CVS patchset: 806 CVS date: 2001/10/14 19:20:01
2001-10-14increasing alsa priority so it will be used instead of alsa's oss emulationGuenter Bartsch
CVS patchset: 804 CVS date: 2001/10/14 17:47:45
2001-10-14buffer alloc alignment patch by Kyle Centers <kcent@programmer.net>Guenter Bartsch
CVS patchset: 803 CVS date: 2001/10/14 17:37:59
2001-10-14new simulated buffer softsync for esd outputGuenter Bartsch
CVS patchset: 802 CVS date: 2001/10/14 17:16:11
2001-10-14Merged aspect ratio autodetection andEduard Hasenleithner
GUI_DATA_EX_TRANSLATE_GUI_TO_VIDEO patch from Mike Lampard. CVS patchset: 800 CVS date: 2001/10/14 14:49:54
2001-10-14descriptor leak patch by Chris Rankin <rankinc@pacbell.net>Guenter Bartsch
CVS patchset: 799 CVS date: 2001/10/14 14:43:42
2001-10-14system clock based softsync, based on work by Bill Fink ↵Guenter Bartsch
<billfink@mindspring.com> CVS patchset: 798 CVS date: 2001/10/14 14:39:36
2001-10-14Get rid of DivX4 checks. Add DivX4 plugin in spec file. Some adds inDaniel Caujolle-Bert
packages builds scripts. CVS patchset: 796 CVS date: 2001/10/14 13:45:49
2001-10-14Forgotten HEADER file.Daniel Caujolle-Bert
CVS patchset: 795 CVS date: 2001/10/14 12:55:34
2001-10-14libdivx4 updates from Harm van der Heijden <harm@etpmod.phys.tue.nl>Guenter Bartsch
CVS patchset: 794 CVS date: 2001/10/14 00:43:06
2001-10-14an asf demuxerGuenter Bartsch
CVS patchset: 792 CVS date: 2001/10/14 00:18:27
2001-10-12- fix for playing low quality sound (like 11127Hz,8bit,mono)Miguel Freitas
- no use for getting latency from arts every time: it's constant as we don't change it during play and it would require a server restart if changed from kde control center. CVS patchset: 790 CVS date: 2001/10/12 19:25:11
2001-10-11- nicer message for deinterlace not supportedMiguel Freitas
- don't apply mmx restriction on width if it would introduce scaling CVS patchset: 789 CVS date: 2001/10/11 20:32:08
2001-10-11should fix errors with gcc3 optimizationsMiguel Freitas
CVS patchset: 788 CVS date: 2001/10/11 12:42:31
2001-10-10Add a fifo_buffer function to query the number of the elements stored in aJuergen Keil
fifo buffer (for a dvdnav optimization) CVS patchset: 786 CVS date: 2001/10/10 10:54:48
2001-10-10GUI_DATA_EX_TRANSLATE_GUI_TO_VIDEO support for the XShm driver.Juergen Keil
Prepare the other drivers for GUI_DATA_EX_TRANSLATE_GUI_TO_VIDEO support. CVS patchset: 785 CVS date: 2001/10/10 10:06:52
2001-10-10Prepare dxr3 for GUI_DATA_EX_TRANSLATE_GUI_TO_VIDEO support. I think theJuergen Keil
dxr3 does not allow scaling of the video. Someone with the hardware, please check and enable the coordinate translation for the dxr3. CVS patchset: 784 CVS date: 2001/10/10 10:05:03
2001-10-09overlay clut colorspace conversionMiguel Freitas
CVS patchset: 783 CVS date: 2001/10/09 22:20:11
2001-10-09fix playing mpeg movies with sound disabledMiguel Freitas
CVS patchset: 781 CVS date: 2001/10/09 18:49:33
2001-10-09Implement rle-image shrinking for blend_rgb*()Juergen Keil
CVS patchset: 780 CVS date: 2001/10/09 18:47:57
2001-10-09blend_rgb* with rle-image scaling. Used by the XShm video_out driver.Juergen Keil
This fixes the position and size for button hilights using the dvdnav plugin and position and size of subtitles. CVS patchset: 773 CVS date: 2001/10/09 09:50:22
2001-10-09finished with that old deadlockMiguel Freitas
CVS patchset: 772 CVS date: 2001/10/09 03:06:24
2001-10-08Fixed ogg/vorbis stuff (don't link vorbis plusgin to libogg, etc...). CleanDaniel Caujolle-Bert
up the ogg/vorbis check (overriding $LIBS is gone now). CVS patchset: 771 CVS date: 2001/10/08 21:52:09
2001-10-08*_get_dir broken for file lists with more than five entries due to badJuergen Keil
malloc for mrl_t** double indirect mrl_t arrays. (old code was overwriting non-malloced memory) CVS patchset: 770 CVS date: 2001/10/08 18:06:34
2001-10-08On solaris, try to grab the default dvd device from vold supplied environmentJuergen Keil
variables, if available. By adding an "action" line like the one below into /etc/rmmount.conf, xine can now be autostarted on insertion of dvd media on solaris: action cdrom action_dvdvideo.so /tmp/xine/bin/xine -s dvd CVS patchset: 768 CVS date: 2001/10/08 12:52:49
2001-10-08Conditional compilation of the 'ogg' demuxer; don't compile it when ogg/vorbisJuergen Keil
stuff is not available on the system CVS patchset: 766 CVS date: 2001/10/08 11:15:44
2001-10-08fix serious buffer leak at the estimation functionMiguel Freitas
(i thought i was going crazy when my tree stopped working!) CVS patchset: 765 CVS date: 2001/10/08 01:40:51
2001-10-07minor cleanupsGuenter Bartsch
CVS patchset: 764 CVS date: 2001/10/07 22:56:39
2001-10-07oss softsync patche provided by bill finkGuenter Bartsch
CVS patchset: 763 CVS date: 2001/10/07 22:44:57
2001-10-07configurable VCD device - patch provided by Chris Rankin <rankinc@pacbell.net>Guenter Bartsch
CVS patchset: 762 CVS date: 2001/10/07 22:31:20
2001-10-07code beautified and small fix so xine can play back avi streams generated by ↵Guenter Bartsch
ffmpeg CVS patchset: 761 CVS date: 2001/10/07 22:11:22
2001-10-07Add ogg/vorbis checks. Change divxdecore checks.Daniel Caujolle-Bert
CVS patchset: 760 CVS date: 2001/10/07 20:10:45
2001-10-07divx4 decoder plugin provided by Harm van der Heijden ↵Guenter Bartsch
<hrm@users.sourceforge.net> CVS patchset: 759 CVS date: 2001/10/07 18:05:56
2001-10-07error detection for screenshot functionGuenter Bartsch
CVS patchset: 758 CVS date: 2001/10/07 17:08:23
2001-10-07added a snapshot functionGuenter Bartsch
CVS patchset: 757 CVS date: 2001/10/07 16:57:02
2001-10-07if a pes header indicates that the stream is encrypted that doesn't ↵Guenter Bartsch
necessarily mean xine cannot play back that stream, so let's at least try it. besides that, vcd seeking bugfixes (linux/sun) CVS patchset: 756 CVS date: 2001/10/07 15:13:09