Age | Commit message (Collapse) | Author |
|
CVS patchset: 2071
CVS date: 2002/06/13 18:36:26
|
|
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
|
|
CVS patchset: 2008
CVS date: 2002/06/03 23:12:44
|
|
so all ao plugins have this feature now.
CVS patchset: 1991
CVS date: 2002/06/03 09:45:12
|
|
CVS patchset: 1959
CVS date: 2002/05/28 10:40:16
|
|
"The logic to detect if your soundcard supports hardware A/V sync was
wrong (for my card, cs4232, at least). The code did a check for
DSP_CAP_REALTIME, and if that failed, didn't bother to check whether
SNDCTL_DSP_GETODELAY or SNDCTL_DSP_GETOPTR worked."
CVS patchset: 1925
CVS date: 2002/05/21 20:36:06
|
|
CVS patchset: 1832
CVS date: 2002/05/02 10:24:10
|
|
CVS patchset: 1798
CVS date: 2002/04/28 16:11:12
|
|
indentiation fix
CVS patchset: 1795
CVS date: 2002/04/28 15:20:38
|
|
(experimental). sound cards usually have a fixed buffer (in bytes),
therefore it's delay cannot be corrected for all sample rates using some
latency setting. also this method doesn't suffer from the drift problem
as softsync.
CVS patchset: 1758
CVS date: 2002/04/23 01:06:32
|
|
playback stream and to flush buffered samples from from the audio driver.
(Currently implemented in the 'Sun' audio driver, + some untested code in the
alsa 0.9 driver).
The pause/resume method can be used by the engine to immediatelly stop playing
buffered audio samples when the video is paused.
Flushing buffered samples is useful when a video is stopped. And it'll be
useful for better seeking support, too.
CVS patchset: 1556
CVS date: 2002/03/11 19:58:00
|
|
CVS patchset: 1553
CVS date: 2002/03/11 09:01:37
|
|
CVS patchset: 1493
CVS date: 2002/02/11 13:00:46
|
|
CVS patchset: 1456
CVS date: 2002/01/28 06:20:17
|
|
please test, if it breaks AC3 passthrough!
CVS patchset: 1405
CVS date: 2002/01/15 12:23:05
|
|
CVS patchset: 1401
CVS date: 2002/01/14 00:34:22
|
|
CVS patchset: 1148
CVS date: 2001/12/01 13:10:53
|
|
First draft of compat.h (almost empty for now).
CVS patchset: 1139
CVS date: 2001/11/30 00:53:50
|
|
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: 953
CVS date: 2001/11/04 22:49:38
|
|
CVS patchset: 850
CVS date: 2001/10/21 23:14:08
|
|
CVS patchset: 813
CVS date: 2001/10/14 23:38:30
|
|
CVS patchset: 808
CVS date: 2001/10/14 20:48:37
|
|
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
|
|
CVS patchset: 763
CVS date: 2001/10/07 22:44:57
|
|
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
|
|
CVS patchset: 589
CVS date: 2001/09/08 16:29:30
|
|
CVS patchset: 582
CVS date: 2001/09/06 15:40:47
|
|
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
|
|
(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: 485
CVS date: 2001/08/25 08:11:41
|
|
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
|
|
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: 448
CVS date: 2001/08/18 23:28:26
|
|
Stadermann
CVS patchset: 423
CVS date: 2001/08/14 01:38:17
|
|
CVS patchset: 413
CVS date: 2001/08/12 01:03:55
|
|
If gaps need to be written, the former size of 8192 was
not a multiple of the sample*channels size. This is explained
as forbidden in the OSS programmer's guide.
The new zero_buffer is a multiple of 3 and 5 (along the many 2s).
CVS patchset: 390
CVS date: 2001/08/05 19:04:34
|
|
Fixed resample selection code.
CVS patchset: 389
CVS date: 2001/08/05 12:19:54
|
|
CVS patchset: 355
CVS date: 2001/07/26 19:12:21
|
|
CVS patchset: 324
CVS date: 2001/07/22 14:18:22
|
|
Added resample bypass (do_resample).
Replaced package drop printf with xprintf.
CVS patchset: 321
CVS date: 2001/07/22 11:22:00
|
|
CVS patchset: 314
CVS date: 2001/07/20 22:37:56
|
|
More debug info in audio_oss_out.c
CVS patchset: 279
CVS date: 2001/07/14 17:45:06
|