Age | Commit message (Collapse) | Author |
|
before savepos for seekable original plugin and saving into fifo.
I forgot test this case :-).
CVS patchset: 5398
CVS date: 2003/09/17 17:15:50
|
|
rip_plugin_read_block(), it should be called *_read_block().
Problems occurs only for seeking with cdda input plugin and
saving into fifo.
CVS patchset: 5397
CVS date: 2003/09/17 17:14:12
|
|
CVS patchset: 5383
CVS date: 2003/09/15 19:02:23
|
|
CVS patchset: 5381
CVS date: 2003/09/15 04:02:45
|
|
^_^). Remove assertions for alignment from bswap.h and allow unaligned accesses in XE_xx macros on IA32. Update ChangeLog.
CVS patchset: 5380
CVS date: 2003/09/14 22:02:26
|
|
CVS patchset: 5366
CVS date: 2003/09/13 16:15:38
|
|
CVS patchset: 5365
CVS date: 2003/09/13 15:34:59
|
|
CVS patchset: 5363
CVS date: 2003/09/13 15:31:53
|
|
CVS patchset: 5346
CVS date: 2003/09/05 14:39:46
|
|
(unfortunately it takes hours of testing to reproduce...)
CVS patchset: 5341
CVS date: 2003/09/04 13:56:23
|
|
CVS patchset: 5338
CVS date: 2003/09/04 00:21:09
|
|
CVS patchset: 5337
CVS date: 2003/09/03 21:17:58
|
|
CVS patchset: 5336
CVS date: 2003/09/03 16:38:48
|
|
For 4.1, the output comes out on 3 stereo jacks, but the Center has been mixed with the Front speakers.
For 5, the LFE channel has been dropped.
CVS patchset: 5324
CVS date: 2003/09/01 04:08:41
|
|
CVS patchset: 5321
CVS date: 2003/08/31 17:27:28
|
|
CVS patchset: 5318
CVS date: 2003/08/29 20:35:44
|
|
this is useful for (1) pausing the playback, (2) let another
application use the sound card, and then (3) unpause it again.
also add new "format" field to audio buffer (just like we have
for frames)
CVS patchset: 5312
CVS date: 2003/08/26 21:18:32
|
|
fft*post are untouched (fft: for now).
CVS patchset: 5310
CVS date: 2003/08/25 21:51:37
|
|
CVS patchset: 5302
CVS date: 2003/08/24 08:31:30
|
|
CVS patchset: 5301
CVS date: 2003/08/22 14:27:30
|
|
CVS patchset: 5300
CVS date: 2003/08/21 00:37:26
|
|
CVS patchset: 5294
CVS date: 2003/08/16 16:37:33
|
|
- add helper functions to intercept overlay manager calls within post plugins
CVS patchset: 5290
CVS date: 2003/08/15 14:38:04
|
|
video_overlay_manager, because
a) this thing is called "overlay manager" by everyone
b) the term "instance" is misleading, since it suggests that you would not
share the outcome of a get_instance() with others
CVS patchset: 5288
CVS date: 2003/08/15 14:35:09
|
|
CVS patchset: 5278
CVS date: 2003/08/12 13:56:51
|
|
CVS patchset: 5276
CVS date: 2003/08/12 13:54:21
|
|
increased lately), store flags in video out loop and catch some wrong ratios
CVS patchset: 5275
CVS date: 2003/08/12 13:53:30
|
|
was opened.
CVS patchset: 5259
CVS date: 2003/08/08 16:22:12
|
|
CVS patchset: 5257
CVS date: 2003/08/07 09:26:53
|
|
CVS patchset: 5252
CVS date: 2003/08/05 15:20:00
|
|
minimal implementation of DVD pan&scan as needed by the dxr3
CVS patchset: 5246
CVS date: 2003/08/05 15:03:14
|
|
patch by Philip Jgenstedt
CVS patchset: 5243
CVS date: 2003/08/04 03:47:09
|
|
patch by Frantisek Dvorak
CVS patchset: 5238
CVS date: 2003/08/04 02:19:49
|
|
consistent
CVS patchset: 5236
CVS date: 2003/08/04 02:07:26
|
|
CVS patchset: 5227
CVS date: 2003/07/31 12:04:55
|
|
A new entry in the config file ".version:" stores the current version of the
config file. The '.' at the beginning of ".version" shows that this is a
somewhat hidden (read: internal) entry and it makes the line easy to spot and
prevents clashes with regular config entries.
The first use of this is to reset all decoder priorities to 0 (= use default)
so that we hopefully won't have problems like the qtv decoder clash any more.
CVS patchset: 5226
CVS date: 2003/07/31 11:59:10
|
|
CVS patchset: 5224
CVS date: 2003/07/27 23:39:02
|
|
engine and the utils, removed unused variables
CVS patchset: 5219
CVS date: 2003/07/27 12:47:23
|
|
CVS patchset: 5218
CVS date: 2003/07/27 12:25:04
|
|
Delay support for USB hotplug until linux kernel supports it better.
CVS patchset: 5213
CVS date: 2003/07/26 00:27:20
|
|
CVS patchset: 5211
CVS date: 2003/07/25 21:02:04
|
|
CVS patchset: 5206
CVS date: 2003/07/22 09:36:03
|
|
CVS patchset: 5201
CVS date: 2003/07/20 19:28:14
|
|
CVS patchset: 5199
CVS date: 2003/07/20 12:29:18
|
|
These changes improve xine's response to the removal of a USB cable while playing audio.
Further changes will need to happen so as to allow sound output to continue when the USB cable is plugged back in, without having to stop the media stream. To enable that, when xine detects that the sound card is not there any more, it will have to close both pcm and mixer, so that the kernel can release USB resources, then when the USB cable is plugged back in, the pcm and mixer are opened again.
This code might also modify what xine does in underrun situations, so this code might need to be changed again.
CVS patchset: 5196
CVS date: 2003/07/20 10:34:29
|
|
CVS patchset: 5168
CVS date: 2003/07/16 14:14:17
|
|
CVS patchset: 5161
CVS date: 2003/07/13 15:27:34
|
|
http://sourceforge.net/mailarchive/forum.php?thread_id=2753813&forum_id=7131
CVS patchset: 5155
CVS date: 2003/07/12 20:31:49
|
|
CVS patchset: 5154
CVS date: 2003/07/12 19:43:31
|
|
- general multipass compilation make targets
CVS patchset: 5149
CVS date: 2003/07/12 12:31:13
|