Age | Commit message (Collapse) | Author |
|
CVS patchset: 953
CVS date: 2001/11/04 22:49:38
|
|
CVS patchset: 859
CVS date: 2001/10/22 21:34:54
|
|
CVS patchset: 852
CVS date: 2001/10/22 00:52:09
|
|
CVS patchset: 850
CVS date: 2001/10/21 23:14:08
|
|
between gui, plugins and the xine engine; code cleanup
CVS patchset: 837
CVS date: 2001/10/20 02:01:51
|
|
CVS patchset: 813
CVS date: 2001/10/14 23:38:30
|
|
CVS patchset: 808
CVS date: 2001/10/14 20:48:37
|
|
CVS patchset: 804
CVS date: 2001/10/14 17:47:45
|
|
CVS patchset: 802
CVS date: 2001/10/14 17:16:11
|
|
CVS patchset: 799
CVS date: 2001/10/14 14:43:42
|
|
<billfink@mindspring.com>
CVS patchset: 798
CVS date: 2001/10/14 14:39:36
|
|
- no use for getting latency from arts every time: it's constant
as we don't change it during play and it would require a server
restart if changed from kde control center.
CVS patchset: 790
CVS date: 2001/10/12 19:25:11
|
|
CVS patchset: 763
CVS date: 2001/10/07 22:44:57
|
|
CVS patchset: 749
CVS date: 2001/10/06 13:49:49
|
|
CVS patchset: 716
CVS date: 2001/10/02 00:23:13
|
|
in audio_decoder. xine-ui warn at compile time due of a #warning i
added, i will remove it pretty soon.
CVS patchset: 715
CVS date: 2001/10/01 23:04:57
|
|
audio driver for sb128.
CVS patchset: 710
CVS date: 2001/09/30 23:12:05
|
|
internal FNDELAY flag, for non blocking I/O on various platforms
Now, a solaris user with OSS installed can build the xine oss audio
plugin, too.
CVS patchset: 707
CVS date: 2001/09/28 10:19:08
|
|
auto startup attempt to signal a daemon failure to the parent.
CVS patchset: 691
CVS date: 2001/09/24 18:15:59
|
|
CVS patchset: 685
CVS date: 2001/09/23 15:24:53
|
|
CVS patchset: 635
CVS date: 2001/09/14 20:44:01
|
|
CVS patchset: 621
CVS date: 2001/09/12 15:42:28
|
|
CVS patchset: 589
CVS date: 2001/09/08 16:29:30
|
|
Copying instead of linking missing GNU files now (cross-plattform development).
CVS patchset: 583
CVS date: 2001/09/06 17:12:37
|
|
CVS patchset: 582
CVS date: 2001/09/06 15:40:47
|
|
CVS patchset: 581
CVS date: 2001/09/06 15:23:14
|
|
CVS patchset: 572
CVS date: 2001/09/06 12:17:12
|
|
CVS patchset: 564
CVS date: 2001/09/04 20:30:55
|
|
CVS patchset: 555
CVS date: 2001/09/02 22:45:00
|
|
The README.xinerc now contains all config items which might appear.
Some are left for developers to add meanings.
Some typo changes.
CVS patchset: 543
CVS date: 2001/09/01 18:00:16
|
|
Add 'static_delay' code, (same as OSS audio driver)
CVS patchset: 540
CVS date: 2001/09/01 17:54:52
|
|
CVS patchset: 517
CVS date: 2001/08/29 10:31:39
|
|
(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: 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: 496
CVS date: 2001/08/25 23:55:50
|
|
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: 486
CVS date: 2001/08/25 08:19:58
|
|
CVS patchset: 485
CVS date: 2001/08/25 08:11:41
|
|
CVS patchset: 481
CVS date: 2001/08/25 06:48:18
|
|
CVS patchset: 480
CVS date: 2001/08/25 04:33:33
|
|
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
|
|
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
|
|
disabled audio output plugins as soon as they're ported
CVS patchset: 463
CVS date: 2001/08/22 15:45:47
|
|
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
|
|
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
|
|
CVS patchset: 453
CVS date: 2001/08/20 11:15:57
|