Age | Commit message (Collapse) | Author |
|
Internationalize all config related stuff.
Fix not registered mrl ending in roq/film demuxer.
Add bindtextdomain() calls in load_plugins (for audio/video out plugins).
CVS patchset: 2066
CVS date: 2002/06/12 12:22:25
|
|
handling for decoder plugins
CVS patchset: 1824
CVS date: 2002/05/01 19:42:56
|
|
xine-lib should really never do an exit or abort, but instead pass back nice error values to the calling application, but until that happens, use abort() as that is tracable with gdb, whereas exit(1) is not backtraceable.
CVS patchset: 1811
CVS date: 2002/04/29 23:31:59
|
|
- update dxr3 and xvid plugins to new interface (add dispose() functions)
CVS patchset: 1766
CVS date: 2002/04/23 15:45:19
|
|
CVS patchset: 1764
CVS date: 2002/04/23 13:52:22
|
|
CVS patchset: 1732
CVS date: 2002/04/16 22:22:48
|
|
CVS patchset: 1703
CVS date: 2002/04/09 13:53:52
|
|
CVS patchset: 1570
CVS date: 2002/03/14 17:28:05
|
|
metronom drift update - will I ever get this one correct?
CVS patchset: 1564
CVS date: 2002/03/12 19:51:29
|
|
- driver will ask gui for output size on every frame
- shm driver has a seperate yuv2rgb converter instance for every frame
- all drivers disabled except xshm, until they're fixed
I'm planning to introduce a queue of video_out_events in video_out.c,
so events are delivered by video_out_loop which means that all driver
functions are called from the same thread (no locking necessary, should
help the opengl driver)
CVS patchset: 1499
CVS date: 2002/02/16 22:43:24
|
|
CVS patchset: 1470
CVS date: 2002/02/02 17:05:43
|
|
CVS patchset: 1375
CVS date: 2002/01/08 16:41:39
|
|
macro argument more than once, and a second++ invocation of dlerror() returns
NULL, not the original error message.
CVS patchset: 1361
CVS date: 2002/01/07 11:33:16
|
|
CVS patchset: 1344
CVS date: 2002/01/05 21:54:16
|
|
CVS patchset: 1324
CVS date: 2002/01/02 18:16:07
|
|
CVS patchset: 1308
CVS date: 2001/12/27 14:30:28
|
|
CVS patchset: 1284
CVS date: 2001/12/21 23:34:07
|
|
CVS patchset: 1277
CVS date: 2001/12/19 22:49:45
|
|
decoding if using the dxr3 decoder plugin, uses on-the-fly mpeg
encoding otherwise (provided encoding support is compiled in).
some remarks:
- dxr3enc is no more. I've added some transition code in loadplugins.c
(look for the IGNORE_DXR3ENC) to prevent loading a stale dxr3enc plugin
from a previous install and to print a message if someone tries to
run xine -V dxr3enc.
- small updates to configure.in and _xine.m4. Mostly about the messages,
no new checks or anything.
- both dxr3_vo_standard.c and dxr3_vo_encoder.c are no more. The one and
only dxr3 video out driver is aptly named dxr3_video_out.c
CVS patchset: 1256
CVS date: 2001/12/16 19:05:44
|
|
First draft of compat.h (almost empty for now).
CVS patchset: 1139
CVS date: 2001/11/30 00:53:50
|
|
CVS patchset: 1108
CVS date: 2001/11/25 13:31:24
|
|
CVS patchset: 1087
CVS date: 2001/11/20 14:00:36
|
|
CVS patchset: 1068
CVS date: 2001/11/18 15:08:30
|
|
CVS patchset: 1064
CVS date: 2001/11/18 03:53:23
|
|
acceleration?). Merge xine-utils header files to a new one "xineutils.h".
Update xine-lib C/headers to reflect those changes.
dxr3 headers are no more installed ine $includdir, but $includdir/xine.
CVS patchset: 1054
CVS date: 2001/11/17 14:26:36
|
|
CVS patchset: 963
CVS date: 2001/11/06 00:23:14
|
|
plugin loader bugfix
CVS patchset: 914
CVS date: 2001/10/30 09:42:26
|
|
driver and let it scale for us
- xine_list_demux_plugins update
CVS patchset: 894
CVS date: 2001/10/27 16:12:21
|
|
CVS patchset: 882
CVS date: 2001/10/25 00:46:58
|
|
Added a comment in load_plugins.
CVS patchset: 871
CVS date: 2001/10/23 21:51:11
|
|
CVS patchset: 869
CVS date: 2001/10/23 21:33:41
|
|
CVS patchset: 865
CVS date: 2001/10/23 11:29:54
|
|
CVS patchset: 858
CVS date: 2001/10/22 17:10:20
|
|
between gui, plugins and the xine engine; code cleanup
CVS patchset: 837
CVS date: 2001/10/20 02:01:51
|
|
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
|
|
CVS patchset: 753
CVS date: 2001/10/06 17:40:38
|
|
CVS patchset: 752
CVS date: 2001/10/06 14:56:37
|
|
at end of malloced block.
CVS patchset: 650
CVS date: 2001/09/17 11:43:43
|
|
CVS patchset: 584
CVS date: 2001/09/06 18:38:11
|
|
Fix for dlsym problem with audio out plugins and the latest alsa cvs.
I think RTLD_GLOBAL is supported on Solaris, Irix, and Linux.
On FreeBSD we might need something like: -
#ifndef RTLD_GLOBAL
#define RTLD_GLOBAL 0
#endif
As of Jan 1999 FreeBSD did not have an RTLD_GLOBAL, but essentually, RTLD_GLOBAL is set on every call. FreeBSD might support it now, I don't know.
CVS patchset: 468
CVS date: 2001/08/23 13:27:24
|
|
Audio sync and AC3 formatting now done in xine-lib/src/xine-engine/audio_out.c
Audio out now done in xine-lib/src/audio_out/*
Currently, only xine-lib/src/audio_oss_out.c is active.
Re-support of others will follow as other people implement them.
ao_functions split into ao_instance and ao_driver
and function in a similar fashion as video_out.
All decoder plugins now call ao_instance instead of ao_functions.
ao_instance is used in xine-lib/src/xine-engine/audio_out.c
ao_driver is used in xine-lib/src/audio_out/*
See also changes in xine-ui files
CVS patchset: 459
CVS date: 2001/08/21 19:39:50
|
|
Stadermann
CVS patchset: 423
CVS date: 2001/08/14 01:38:17
|
|
CVS patchset: 416
CVS date: 2001/08/13 12:52:33
|
|
CVS patchset: 370
CVS date: 2001/07/30 17:13:20
|
|
CVS patchset: 359
CVS date: 2001/07/27 21:46:59
|
|
xine_engine to the gui so the gui had to rely on a NULL entry in autoplay/mrl lists which in turn leads to excessive use of re/malloc constructs in the input plugins. this should be fixed now
CVS patchset: 343
CVS date: 2001/07/24 18:04:22
|
|
audio, video, spu. Priorities require interface version 2
in order not to brake the existing decoder plugins.
CVS patchset: 310
CVS date: 2001/07/19 17:53:15
|
|
got_spu_packet available to the dxr3 spu decoder.
CVS patchset: 306
CVS date: 2001/07/18 12:45:31
|
|
CVS patchset: 283
CVS date: 2001/07/15 10:43:35
|
|
in libw32dll/wine.
CVS patchset: 264
CVS date: 2001/07/10 21:07:55
|