summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-01-17-minor cleanup: the catalog cache is no longer considerd "experimental" ;-)Siggi Langauf
-adding XINE_PLUGIN_PATH support: you can specify a plugin search path via environment. Specified directories are searched recursively; '~' at the beginning means "home dir" default search path: ~/.xine/plugins:$prefix/lib/xine/plugins CVS patchset: 3947 CVS date: 2003/01/17 18:43:38
2003-01-17new vidix versionMichael Roitzsch
CVS patchset: 3946 CVS date: 2003/01/17 17:51:12
2003-01-17fifo: MRLs should work nowMichael Roitzsch
CVS patchset: 3945 CVS date: 2003/01/17 17:50:20
2003-01-17forgoten {}Miguel Freitas
CVS patchset: 3944 CVS date: 2003/01/17 16:54:47
2003-01-17fix several segfaults with -A nullMiguel Freitas
CVS patchset: 3943 CVS date: 2003/01/17 16:52:33
2003-01-17avoid division by zeroMiguel Freitas
CVS patchset: 3942 CVS date: 2003/01/17 16:25:49
2003-01-17fix overrun, that is: fix dxr3 <-> divx bug!Miguel Freitas
CVS patchset: 3941 CVS date: 2003/01/17 16:10:32
2003-01-17fix seekingMike Melanson
CVS patchset: 3940 CVS date: 2003/01/17 02:53:51
2003-01-16i said i wouldn't try fix the win32 breakage from last guenter's commit...Miguel Freitas
so just two trivial things: - don't segfault on vfw loading (although vfw support is still broken) - make acm work again. CVS patchset: 3939 CVS date: 2003/01/16 22:29:55
2003-01-16- fix PVA buffer leaking problemsMiguel Freitas
- add generic mpeg-like wrap detection code to TS and PVA demuxers - now scr/pcr based wrap detection is used nowhere in xine, it's simply not reliable and caused too many problems (including recent freezing in demux_ts) CVS patchset: 3938 CVS date: 2003/01/16 22:25:53
2003-01-16Fix copying of chroma planes to video memory when video width is not a ↵James Stembridge
multiple of 16 CVS patchset: 3937 CVS date: 2003/01/16 09:51:34
2003-01-16Update cyberblade_vid to latest version. Fixes suspected MMIO and cache ↵James Stembridge
related problems. CVS patchset: 3936 CVS date: 2003/01/16 02:41:42
2003-01-16Add support for changing aspect ratioJames Stembridge
CVS patchset: 3935 CVS date: 2003/01/16 01:45:28
2003-01-16Recognizes the end of a stream.Thibaut Mattern
CVS patchset: 3934 CVS date: 2003/01/16 00:40:48
2003-01-15Move configuration of vidix into vidix_display_frame. Prevents attempted ↵James Stembridge
configuration of vidix without valid frame data. CVS patchset: 3933 CVS date: 2003/01/15 23:37:21
2003-01-15Correct major number of created /dev/dhahelperJames Stembridge
CVS patchset: 3932 CVS date: 2003/01/15 23:27:14
2003-01-15Import driver from mplayer for Trident CyberBlade/i1 chipset found on some ↵James Stembridge
VIA EPIA Mini-ITX motherboards CVS patchset: 3931 CVS date: 2003/01/15 23:24:25
2003-01-15Better description of mmsh.Thibaut Mattern
CVS patchset: 3930 CVS date: 2003/01/15 22:57:58
2003-01-15- buffer overflow protection.Thibaut Mattern
- cleanup CVS patchset: 3929 CVS date: 2003/01/15 20:08:24
2003-01-15removed man3 manpages in devel-filelistManfred Tremmel
CVS patchset: 3928 CVS date: 2003/01/15 18:55:07
2003-01-15- Must include <sys/ioccom.h> on solaris to get the _IOC..() macros forJuergen Keil
ioctl command codes - Must include <inttypes.h> on solaris, there is no <stdint.h> CVS patchset: 3927 CVS date: 2003/01/15 16:08:44
2003-01-15Adds mmsh protocol support.Thibaut Mattern
CVS patchset: 3926 CVS date: 2003/01/15 08:04:15
2003-01-15Adds mmsh protocolThibaut Mattern
CVS patchset: 3925 CVS date: 2003/01/15 08:00:57
2003-01-15Backport mrl parsing fix.Thibaut Mattern
CVS patchset: 3924 CVS date: 2003/01/15 01:05:24
2003-01-15Little cleanupThibaut Mattern
CVS patchset: 3923 CVS date: 2003/01/15 00:53:40
2003-01-15Sorry, I've broken mms:// last time.Thibaut Mattern
Now it works ;-) CVS patchset: 3922 CVS date: 2003/01/15 00:18:23
2003-01-14OupsThibaut Mattern
CVS patchset: 3921 CVS date: 2003/01/14 23:40:56
2003-01-14- Fixes mrl parsing.Thibaut Mattern
- Fixes http response parsing - Fixes first http request CVS patchset: 3920 CVS date: 2003/01/14 23:39:11
2003-01-14missing files breaks make dist (and daily build)Miguel Freitas
CVS patchset: 3919 CVS date: 2003/01/14 21:55:06
2003-01-14update my own entry (i don't remember what "bitrate detection" stands for)Miguel Freitas
some adds on other entries to reflect developers works CVS patchset: 3918 CVS date: 2003/01/14 21:41:19
2003-01-14A little more precise. Thanks to Miguel for the correction.Rocky Bernstein
CVS patchset: 3917 CVS date: 2003/01/14 21:20:30
2003-01-14yet another glue logic for viz plugins. that should fix problems withMiguel Freitas
jumbo audio buffers (several seconds). unfortunately it requires an extra data copy, but i don't think that will make any perceptible difference. CVS patchset: 3916 CVS date: 2003/01/14 21:00:23
2003-01-14The pleasure of giving acknowledgement to those who we build andRocky Bernstein
borrow from... CVS patchset: 3915 CVS date: 2003/01/14 07:20:33
2003-01-14oops, plot the right channel dataMike Melanson
CVS patchset: 3914 CVS date: 2003/01/14 06:30:43
2003-01-14fftscope...Mike Melanson
CVS patchset: 3913 CVS date: 2003/01/14 04:37:39
2003-01-14top-level accounting for FFT scopeMike Melanson
CVS patchset: 3912 CVS date: 2003/01/14 03:49:26
2003-01-14added a FFT scope visualizationMike Melanson
CVS patchset: 3911 CVS date: 2003/01/14 03:41:00
2003-01-14ops, missing filesMiguel Freitas
CVS patchset: 3910 CVS date: 2003/01/14 01:56:59
2003-01-14move default handled flag to xine.c. this fixes false alarm with -A null.Miguel Freitas
CVS patchset: 3909 CVS date: 2003/01/14 00:10:28
2003-01-13vidix driver updateMiguel Freitas
CVS patchset: 3908 CVS date: 2003/01/13 23:42:46
2003-01-13big vidix driver update by James StembridgeMiguel Freitas
CVS patchset: 3907 CVS date: 2003/01/13 23:36:01
2003-01-13do not dispose audio and video ports on stream dispose.Miguel Freitas
CVS patchset: 3906 CVS date: 2003/01/13 23:02:41
2003-01-13re-add missing protoDaniel Caujolle-Bert
CVS patchset: 3905 CVS date: 2003/01/13 20:53:08
2003-01-13- fix build with the plugin now in the xine-lib tree itselfBastien Nocera
CVS patchset: 3904 CVS date: 2003/01/13 20:10:23
2003-01-13non-dxr3-users should not see the dxr3 config tabMichael Roitzsch
CVS patchset: 3903 CVS date: 2003/01/13 18:09:54
2003-01-13Whoops, shame on me.Michael Roitzsch
CVS patchset: 3902 CVS date: 2003/01/13 17:47:35
2003-01-13autoscan plugins and config entries are ordered nowMichael Roitzsch
good news for Daniel: no frontend change is required, the entries are sorted inside the engine I did not change the config entry names for now, because they seem well sorted already, so I avoided breaking everyones config file. But it is now possible to name the config keys in a <section>.<plugin>.<entry> style (instead of the old <section>.<entry> style) resulting in entries of the same plugin being sorted next to each other. CVS patchset: 3901 CVS date: 2003/01/13 17:43:08
2003-01-13match implemented behaviour better to the one documented in the public headerMichael Roitzsch
CVS patchset: 3900 CVS date: 2003/01/13 16:26:48
2003-01-13cleaning upMichael Roitzsch
CVS patchset: 3899 CVS date: 2003/01/13 16:23:27
2003-01-13Fix segmentation fault (in X11 libraries)Ewald Snel
This occurs when using xine-lib in a multithreaded environment, using a single xine object with multiple streams and multiple X11 display connections, which are closed when a stream is disposed. CVS patchset: 3898 CVS date: 2003/01/13 15:40:08