Age | Commit message (Collapse) | Author |
|
CVS patchset: 5561
CVS date: 2003/10/21 16:04:05
|
|
onle directory.
Note, this is patch only for xine-engine. It doesn't cover cfg:// MRLs used by xine-ui.
CVS patchset: 5558
CVS date: 2003/10/20 08:36:56
|
|
Add a function to set integer stream infos.
CVS patchset: 5547
CVS date: 2003/10/19 19:45:03
|
|
CVS patchset: 5546
CVS date: 2003/10/19 16:32:08
|
|
CVS patchset: 5536
CVS date: 2003/10/18 19:25:12
|
|
CVS patchset: 5535
CVS date: 2003/10/18 19:19:52
|
|
CVS patchset: 5534
CVS date: 2003/10/18 19:14:34
|
|
CVS patchset: 5527
CVS date: 2003/10/15 21:57:02
|
|
CVS patchset: 5523
CVS date: 2003/10/14 23:22:10
|
|
this->vpts_offset was computed using this->video_vpts (and not this->audio_vpts) but no video frames are generated when playing an audio only stream, this->video_vpts and this->audio_vpts are really different in this case.
This patch aligns this->video_vpts and this->audio_vpts to the max.
These values were already aligned for DISC_STREAMSTART and DISC_STREAMSEEK.
Miguel, Michael: do you know why it was not done for DISC_ABSOLUTE ?
ok, slap me if it's completely stupid.
CVS patchset: 5521
CVS date: 2003/10/14 22:48:00
|
|
The goal is to detect in the net_buf_ctrl if there is no more free buffer in a fifo, which indicates there will be a deadlock if the engine is not unpaused.
Currently this detection is done from the "put" callback, it's not a safe solution, nothing prevents a demuxer to allocate 2 buffers before calling put().
The impact is low, only one test per buffer_pool_alloc call if no callback is registered.
It's done exactly the same way as the put and get callbacks.
CVS patchset: 5520
CVS date: 2003/10/14 22:16:32
|
|
CVS patchset: 5519
CVS date: 2003/10/14 21:58:22
|
|
CVS patchset: 5507
CVS date: 2003/10/13 14:52:53
|
|
CVS patchset: 5503
CVS date: 2003/10/13 11:13:59
|
|
CVS patchset: 5477
CVS date: 2003/10/08 22:56:38
|
|
CVS patchset: 5473
CVS date: 2003/10/08 05:33:28
|
|
not necessarily due to displaying it.
CVS patchset: 5468
CVS date: 2003/10/08 02:32:04
|
|
CVS patchset: 5461
CVS date: 2003/10/07 14:56:51
|
|
- bump vo and post interface versions
obs: video_out_xvmc.c needs some more work, see todo.
CVS patchset: 5459
CVS date: 2003/10/06 21:52:42
|
|
CVS patchset: 5458
CVS date: 2003/10/06 19:19:04
|
|
CVS patchset: 5454
CVS date: 2003/10/06 13:09:52
|
|
CVS patchset: 5451
CVS date: 2003/10/06 12:43:08
|
|
CVS patchset: 5445
CVS date: 2003/10/05 10:39:25
|
|
CVS patchset: 5436
CVS date: 2003/10/04 15:19:23
|
|
CVS patchset: 5433
CVS date: 2003/10/04 11:46:01
|
|
engine.
CVS patchset: 5429
CVS date: 2003/10/03 17:39:43
|
|
CVS patchset: 5422
CVS date: 2003/10/02 01:39:10
|
|
CVS patchset: 5413
CVS date: 2003/09/25 13:42:19
|
|
CVS patchset: 5412
CVS date: 2003/09/25 02:57:51
|
|
Right computing text size of multibyte texts in OSD.
Different alias character for missing character in the conversion
and in the font: #, _
CVS patchset: 5402
CVS date: 2003/09/18 18:14:50
|
|
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
|