Age | Commit message (Collapse) | Author |
|
CVS patchset: 521
CVS date: 2001/08/30 12:48:10
|
|
CVS patchset: 520
CVS date: 2001/08/30 12:46:31
|
|
CVS patchset: 519
CVS date: 2001/08/29 17:56:21
|
|
CVS patchset: 518
CVS date: 2001/08/29 11:14:12
|
|
CVS patchset: 517
CVS date: 2001/08/29 10:31:39
|
|
CVS patchset: 516
CVS date: 2001/08/29 02:23:58
|
|
(disabled by default, enable it in your .xinerc if you want it)
CVS patchset: 515
CVS date: 2001/08/29 00:51:57
|
|
CVS patchset: 514
CVS date: 2001/08/28 23:13:08
|
|
xine_pause. Fixed
many pause/unpause case. Syncing xine.h.tmpl.in with xine_internal.h about
status (Please, don't forget to update the public API header, that made
troubles).
CVS patchset: 513
CVS date: 2001/08/28 22:52:57
|
|
Modified some memset's in input_file.
CVS patchset: 512
CVS date: 2001/08/28 22:44:09
|
|
Freitas
CVS patchset: 510
CVS date: 2001/08/28 19:16:19
|
|
CVS patchset: 504
CVS date: 2001/08/26 17:52:53
|
|
CVS patchset: 502
CVS date: 2001/08/26 15:24:24
|
|
CVS patchset: 501
CVS date: 2001/08/26 13:10:07
|
|
CVS patchset: 499
CVS date: 2001/08/26 09:38:23
|
|
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: 490
CVS date: 2001/08/25 08:48:12
|
|
CVS patchset: 489
CVS date: 2001/08/25 08:40:08
|
|
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: 477
CVS date: 2001/08/24 10:02:05
|
|
CVS patchset: 475
CVS date: 2001/08/24 01:05:30
|
|
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: 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
|
|
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
|