| Age | Commit message (Collapse) | Author | 
|---|
|  | CVS patchset: 505
CVS date: 2001/08/26 23:12:10 | 
|  | CVS patchset: 504
CVS date: 2001/08/26 17:52:53 | 
|  | CVS patchset: 503
CVS date: 2001/08/26 15:37:55 | 
|  | CVS patchset: 502
CVS date: 2001/08/26 15:24:24 | 
|  | CVS patchset: 501
CVS date: 2001/08/26 13:10:07 | 
|  | removed obsolete 0.4 debianization
CVS patchset: 500
CVS date: 2001/08/26 09:50:10 | 
|  | CVS patchset: 499
CVS date: 2001/08/26 09:38:23 | 
|  | There's still one policy violation: -fPIC is not used on libxine.
Have to work out if we're wrong or policy is wrong here...
CVS patchset: 498
CVS date: 2001/08/26 09:37:22 | 
|  | CVS patchset: 497
CVS date: 2001/08/26 09:32:38 | 
|  | CVS patchset: 496
CVS date: 2001/08/25 23:55:50 | 
|  | unixscr_get_current( ... )
Modified behaviour of
unixscr_adjust( ... )
this->cur_pts now stays fairly constant and acts more as a pts offset.
This could break any plugins which make use of adjust (e.g. dxr3).
CVS patchset: 495
CVS date: 2001/08/25 21:34:25 | 
|  | CVS patchset: 494
CVS date: 2001/08/25 21:21:01 | 
|  | Removed un-needed variables which have moved to xine-engine/audio_out.c
CVS patchset: 493
CVS date: 2001/08/25 15:52:09 | 
|  | CVS patchset: 492
CVS date: 2001/08/25 14:56:19 | 
|  | CVS patchset: 491
CVS date: 2001/08/25 08:50:11 | 
|  | CVS patchset: 490
CVS date: 2001/08/25 08:48:12 | 
|  | CVS patchset: 489
CVS date: 2001/08/25 08:40:08 | 
|  | CVS patchset: 488
CVS date: 2001/08/25 08:29:22 | 
|  | CVS patchset: 487
CVS date: 2001/08/25 08:22:22 | 
|  | CVS patchset: 486
CVS date: 2001/08/25 08:19:58 | 
|  | CVS patchset: 485
CVS date: 2001/08/25 08:11:41 | 
|  | CVS patchset: 484
CVS date: 2001/08/25 07:51:24 | 
|  | CVS patchset: 483
CVS date: 2001/08/25 07:42:30 | 
|  | introducing trick playback (slow motion and fast forward)
CVS patchset: 482
CVS date: 2001/08/25 07:12:16 | 
|  | CVS patchset: 481
CVS date: 2001/08/25 06:48:18 | 
|  | CVS patchset: 480
CVS date: 2001/08/25 04:33:33 | 
|  | CVS patchset: 479
CVS date: 2001/08/24 17:58:15 | 
|  | CVS patchset: 478
CVS date: 2001/08/24 11:38:00 | 
|  | CVS patchset: 477
CVS date: 2001/08/24 10:02:05 | 
|  | alphabetically
CVS patchset: 476
CVS date: 2001/08/24 01:07:08 | 
|  | CVS patchset: 475
CVS date: 2001/08/24 01:05:30 | 
|  | CVS patchset: 474
CVS date: 2001/08/23 21:42:50 | 
|  | 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 |