| Age | Commit message (Collapse) | Author | 
|---|
|  | style/indentation. corrected delay() behaviour according to what's specified in the header file comment: return delay(offset) instead of absolute time
CVS patchset: 473
CVS date: 2001/08/23 21:40:05 | 
|  | CVS patchset: 472
CVS date: 2001/08/23 21:38:04 | 
|  | CVS patchset: 471
CVS date: 2001/08/23 20:31:47 | 
|  | Resample code not needed here. It has moved to
xine-engine/audio_out.c
xine-engine/resample.c
CVS patchset: 470
CVS date: 2001/08/23 19:36:41 | 
|  | CVS patchset: 469
CVS date: 2001/08/23 15:21:07 | 
|  | 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 | 
|  | CVS patchset: 467
CVS date: 2001/08/23 11:27:35 | 
|  | instead). -mcpu=v9 causes too many problems on SPARC 32-bit solaris/linux.
CVS patchset: 466
CVS date: 2001/08/23 11:25:06 | 
|  | they are not contained in xine-ui. Fixed.
CVS patchset: 465
CVS date: 2001/08/22 17:06:43 | 
|  | indentiation and comments
CVS patchset: 464
CVS date: 2001/08/22 16:20:13 | 
|  | disabled audio output plugins as soon as they're ported
CVS patchset: 463
CVS date: 2001/08/22 15:45:47 | 
|  | CVS patchset: 462
CVS date: 2001/08/22 11:03:52 | 
|  | Some minor cleanup.
Please see xine-lib/src/xine-engine/audio_out.c
for a list of what works and what does not.
CVS patchset: 461
CVS date: 2001/08/22 10:51:05 | 
|  | CVS patchset: 460
CVS date: 2001/08/21 19:48:48 | 
|  | 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 | 
|  | Last commit added better comments and error messages to demux_ts.c
This video_decoder.c change needs to be redone for the current version of demux_ts.c to work.
This is only until I have fixed the buffer overflow issue in demux_ts.c.
CVS patchset: 458
CVS date: 2001/08/20 23:00:05 | 
|  | CVS patchset: 457
CVS date: 2001/08/20 22:56:36 | 
|  | CVS patchset: 456
CVS date: 2001/08/20 20:49:51 | 
|  | CVS patchset: 455
CVS date: 2001/08/20 11:17:20 | 
|  | CVS patchset: 454
CVS date: 2001/08/20 11:16:40 | 
|  | CVS patchset: 453
CVS date: 2001/08/20 11:15:57 | 
|  | CVS patchset: 452
CVS date: 2001/08/19 16:38:51 | 
|  | CVS patchset: 451
CVS date: 2001/08/19 12:01:54 | 
|  | CVS patchset: 450
CVS date: 2001/08/18 23:50:24 | 
|  | implemented yet), smaller memory footprint, deprecated mpg123 plugin
CVS patchset: 449
CVS date: 2001/08/18 23:30:51 | 
|  | CVS patchset: 448
CVS date: 2001/08/18 23:28:26 | 
|  | CVS patchset: 447
CVS date: 2001/08/18 23:27:31 | 
|  | CVS patchset: 446
CVS date: 2001/08/17 16:15:36 | 
|  | CVS patchset: 445
CVS date: 2001/08/17 16:00:02 | 
|  | for subpicture overlays.
CVS patchset: 444
CVS date: 2001/08/17 15:54:31 | 
|  | CVS patchset: 443
CVS date: 2001/08/17 15:47:59 | 
|  | CVS patchset: 442
CVS date: 2001/08/17 14:43:14 | 
|  | CVS patchset: 441
CVS date: 2001/08/17 13:34:25 | 
|  | CVS patchset: 440
CVS date: 2001/08/17 12:54:46 | 
|  | CVS patchset: 439
CVS date: 2001/08/17 07:26:14 | 
|  | CVS patchset: 438
CVS date: 2001/08/16 22:40:54 | 
|  | SPU decoder is now preloaded for an spu event.
CVS patchset: 437
CVS date: 2001/08/16 19:58:37 | 
|  | CVS patchset: 436
CVS date: 2001/08/16 18:28:39 | 
|  | CVS patchset: 435
CVS date: 2001/08/16 12:54:58 | 
|  | of the clut from the input plugin.
CVS patchset: 434
CVS date: 2001/08/16 12:33:00 | 
|  | CVS patchset: 433
CVS date: 2001/08/15 11:35:47 | 
|  | spu packets.
CVS patchset: 432
CVS date: 2001/08/15 09:07:16 | 
|  | CVS patchset: 431
CVS date: 2001/08/14 20:35:15 | 
|  | to disable the plugin using an invalid name.
CVS patchset: 430
CVS date: 2001/08/14 19:43:43 | 
|  | are counted without the right and bottom border.
CVS patchset: 429
CVS date: 2001/08/14 17:13:33 | 
|  | CVS patchset: 428
CVS date: 2001/08/14 11:57:40 | 
|  | added explanation for dxr3_scr_prio.
CVS patchset: 427
CVS date: 2001/08/14 10:31:50 | 
|  | CVS patchset: 426
CVS date: 2001/08/14 10:17:58 | 
|  | with subpictures turned on.
CVS patchset: 425
CVS date: 2001/08/14 08:21:41 | 
|  | CVS patchset: 424
CVS date: 2001/08/14 01:53:51 |