Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-21 | Implement support for auto display of Menus. | James Courtier-Dutton | |
CVS patchset: 847 CVS date: 2001/10/21 12:09:06 | |||
2001-10-21 | more memcpy stuff | Miguel Freitas | |
CVS patchset: 846 CVS date: 2001/10/21 00:18:22 | |||
2001-10-20 | fix prototype | Miguel Freitas | |
CVS patchset: 845 CVS date: 2001/10/20 22:21:18 | |||
2001-10-20 | optimized memcpy (mmx,sse,etc...) | Miguel Freitas | |
CVS patchset: 844 CVS date: 2001/10/20 22:18:59 | |||
2001-10-20 | Decide which stream to use in libspudec instead of video_decoder.c | James Courtier-Dutton | |
Add support for hiding menus. CVS patchset: 843 CVS date: 2001/10/20 20:13:08 | |||
2001-10-20 | A reorganisation of libspudec, so we can support OSD and have better menu ↵ | James Courtier-Dutton | |
support. Work still needs to be done on it and some xine-lib api changes. CVS patchset: 841 CVS date: 2001/10/20 17:51:58 | |||
2001-10-20 | remove soft deinterlace property (not used anymore) | Miguel Freitas | |
CVS patchset: 840 CVS date: 2001/10/20 13:40:20 | |||
2001-10-20 | dxr3 plugin should compile again, untested | Guenter Bartsch | |
CVS patchset: 839 CVS date: 2001/10/20 12:08:31 | |||
2001-10-20 | physical audio channel wasn't returned by get_audio_channel | Guenter Bartsch | |
CVS patchset: 838 CVS date: 2001/10/20 11:51:11 | |||
2001-10-20 | big event cleanup: one single mechanism is now used for all communications ↵ | Guenter Bartsch | |
between gui, plugins and the xine engine; code cleanup CVS patchset: 837 CVS date: 2001/10/20 02:01:51 | |||
2001-10-19 | Fixing Dolby Surround 2.0 bug. Also adding downmixing option to 2.0 | Matthias Dahl | |
CVS patchset: 836 CVS date: 2001/10/19 23:04:35 | |||
2001-10-19 | forgot to update unterface version number on this one | Guenter Bartsch | |
CVS patchset: 835 CVS date: 2001/10/19 14:35:52 | |||
2001-10-18 | defining menu events | Guenter Bartsch | |
CVS patchset: 834 CVS date: 2001/10/18 23:46:40 | |||
2001-10-18 | audio decoder cleanup, tell the audio part of metronom that there are still ↵ | Guenter Bartsch | |
images so it can increment it's internal pts counters CVS patchset: 833 CVS date: 2001/10/18 18:50:53 | |||
2001-10-18 | oops, must remove config.h from Makefile, too, otherwise "make install" does not | Juergen Keil | |
work any more. CVS patchset: 832 CVS date: 2001/10/18 15:01:54 | |||
2001-10-18 | Bad type for quant_tab fixed. Code is intended to use negative values but does | Juergen Keil | |
not so, with the bad type (problem&fix reported to ffmpeg, and now re-imported from ffmpeg cvs) CVS patchset: 831 CVS date: 2001/10/18 14:45:58 | |||
2001-10-18 | Slight re-ordering to make sure that input plugins can register event listeners | Rich J Wareham | |
CVS patchset: 830 CVS date: 2001/10/18 14:42:59 | |||
2001-10-18 | fix comment | Juergen Keil | |
CVS patchset: 829 CVS date: 2001/10/18 14:32:28 | |||
2001-10-18 | avifile imported config.h file removed, build libw32dll with xine-lib's config.h | Juergen Keil | |
CVS patchset: 828 CVS date: 2001/10/18 14:31:26 | |||
2001-10-18 | remove hardcoded lpcm audio format information, try to extract the information | Juergen Keil | |
from the mpeg stream CVS patchset: 827 CVS date: 2001/10/18 14:29:44 | |||
2001-10-18 | Let plugins chane MRL (for displaying info) | Rich J Wareham | |
CVS patchset: 826 CVS date: 2001/10/18 13:57:26 | |||
2001-10-17 | default priority changed to 4 | Guenter Bartsch | |
CVS patchset: 824 CVS date: 2001/10/17 21:29:21 | |||
2001-10-17 | demux / 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-16 | SPDIF sync improved | Joachim Koenig | |
CVS patchset: 821 CVS date: 2001/10/16 17:57:31 | |||
2001-10-15 | Harm van der Heijden's divx4 decoder patch for XShm video_out | Juergen 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-15 | The 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) seeking | Guenter Bartsch | |
CVS patchset: 814 CVS date: 2001/10/15 00:49:09 | |||
2001-10-14 | start_time initialization moved, added latency configure option | Guenter Bartsch | |
CVS patchset: 813 CVS date: 2001/10/14 23:38:30 | |||
2001-10-14 | Update xine.h doxygen comments. Use constants for aspect ratio in | Daniel Caujolle-Bert | |
vo drivers. CVS patchset: 812 CVS date: 2001/10/14 23:19:59 | |||
2001-10-14 | small cleanup, doesn't make sense to set start_time in the init function | Guenter Bartsch | |
CVS patchset: 808 CVS date: 2001/10/14 20:48:37 | |||
2001-10-14 | turn deinterlace method into a .xinerc option | Guenter Bartsch | |
CVS patchset: 807 CVS date: 2001/10/14 20:34:40 | |||
2001-10-14 | Don't waste memory, when buffer_size is aligned | Juergen Keil | |
CVS patchset: 806 CVS date: 2001/10/14 19:20:01 | |||
2001-10-14 | increasing alsa priority so it will be used instead of alsa's oss emulation | Guenter Bartsch | |
CVS patchset: 804 CVS date: 2001/10/14 17:47:45 | |||
2001-10-14 | buffer alloc alignment patch by Kyle Centers <kcent@programmer.net> | Guenter Bartsch | |
CVS patchset: 803 CVS date: 2001/10/14 17:37:59 | |||
2001-10-14 | new simulated buffer softsync for esd output | Guenter Bartsch | |
CVS patchset: 802 CVS date: 2001/10/14 17:16:11 | |||
2001-10-14 | Merged aspect ratio autodetection and | Eduard 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-14 | descriptor leak patch by Chris Rankin <rankinc@pacbell.net> | Guenter Bartsch | |
CVS patchset: 799 CVS date: 2001/10/14 14:43:42 | |||
2001-10-14 | system 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-14 | Get rid of DivX4 checks. Add DivX4 plugin in spec file. Some adds in | Daniel Caujolle-Bert | |
packages builds scripts. CVS patchset: 796 CVS date: 2001/10/14 13:45:49 | |||
2001-10-14 | Forgotten HEADER file. | Daniel Caujolle-Bert | |
CVS patchset: 795 CVS date: 2001/10/14 12:55:34 | |||
2001-10-14 | libdivx4 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-14 | an asf demuxer | Guenter 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 supported | Miguel 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-11 | should fix errors with gcc3 optimizations | Miguel Freitas | |
CVS patchset: 788 CVS date: 2001/10/11 12:42:31 | |||
2001-10-10 | Add a fifo_buffer function to query the number of the elements stored in a | Juergen Keil | |
fifo buffer (for a dvdnav optimization) CVS patchset: 786 CVS date: 2001/10/10 10:54:48 | |||
2001-10-10 | GUI_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-10 | Prepare dxr3 for GUI_DATA_EX_TRANSLATE_GUI_TO_VIDEO support. I think the | Juergen 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-09 | overlay clut colorspace conversion | Miguel Freitas | |
CVS patchset: 783 CVS date: 2001/10/09 22:20:11 | |||
2001-10-09 | fix playing mpeg movies with sound disabled | Miguel Freitas | |
CVS patchset: 781 CVS date: 2001/10/09 18:49:33 |