Age | Commit message (Collapse) | Author |
|
CVS patchset: 5523
CVS date: 2003/10/14 23:22:10
|
|
- fix discontinuity handling.
- use lprinf
- cleanup
CVS patchset: 5522
CVS date: 2003/10/14 22:54:45
|
|
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: 5518
CVS date: 2003/10/14 06:55:10
|
|
CVS patchset: 5517
CVS date: 2003/10/13 23:49:01
|
|
CVS patchset: 5516
CVS date: 2003/10/13 18:31:34
|
|
* small changes to ensure, vcd files are packaged even with --disable-vcdnav
CVS patchset: 5515
CVS date: 2003/10/13 17:51:38
|
|
CVS patchset: 5514
CVS date: 2003/10/13 17:49:04
|
|
CVS patchset: 5507
CVS date: 2003/10/13 14:52:53
|
|
CVS patchset: 5506
CVS date: 2003/10/13 11:59:39
|
|
Ability to use external libs (--with-external-vcdnav), disable
vcdx build and build old vcd instead (--disable-vcdx).
This last feature is useful since vcdx take /hours/ to start
playback, that can help people who don't want vcd navigation.
Remove all .la files, even in subdirs (eg: post)
CVS patchset: 5505
CVS date: 2003/10/13 11:47:11
|
|
CVS patchset: 5504
CVS date: 2003/10/13 11:14:46
|
|
CVS patchset: 5503
CVS date: 2003/10/13 11:13:59
|
|
CVS patchset: 5501
CVS date: 2003/10/13 06:57:28
|
|
CVS patchset: 5492
CVS date: 2003/10/12 18:52:55
|
|
CVS patchset: 5491
CVS date: 2003/10/12 18:51:59
|
|
CVS patchset: 5490
CVS date: 2003/10/12 18:51:08
|
|
CVS patchset: 5489
CVS date: 2003/10/12 14:28:37
|
|
CVS patchset: 5488
CVS date: 2003/10/12 13:40:43
|
|
Fix was to set period size before buffer size.
CVS patchset: 5487
CVS date: 2003/10/12 13:35:49
|
|
Mike: i know nothing about the wav format, please check if there is a better fix.
CVS patchset: 5485
CVS date: 2003/10/12 00:06:00
|
|
CVS patchset: 5484
CVS date: 2003/10/11 21:25:04
|
|
- use lprintf
- first attempt to support the command 0x20
tested with mms://wms03.nordicwebradio.com/visby
CVS patchset: 5483
CVS date: 2003/10/11 20:42:38
|
|
Should fix Mike's problems.
CVS patchset: 5481
CVS date: 2003/10/11 15:20:22
|
|
CVS patchset: 5480
CVS date: 2003/10/10 22:58:01
|
|
CVS patchset: 5479
CVS date: 2003/10/10 22:17:18
|
|
<j.asselman@itsec-ps.nl>
CVS patchset: 5478
CVS date: 2003/10/10 11:37:43
|
|
CVS patchset: 5477
CVS date: 2003/10/08 22:56:38
|
|
The demuxer was waiting for the next keyframe if bad seq was encountered in an audio stream, but there is no keyframe in audio stream.
CVS patchset: 5476
CVS date: 2003/10/08 22:53:17
|
|
CVS patchset: 5475
CVS date: 2003/10/08 20:47:20
|
|
CVS patchset: 5474
CVS date: 2003/10/08 19:47:10
|
|
CVS patchset: 5473
CVS date: 2003/10/08 05:33:28
|
|
CVS patchset: 5471
CVS date: 2003/10/08 03:18:58
|
|
- adds cheap mode
CVS patchset: 5470
CVS date: 2003/10/08 03:18:35
|
|
do the scaling)
- add cheap mode. no image format conversion, less cpu usage, not 100% accurate
CVS patchset: 5469
CVS date: 2003/10/08 03:15:51
|
|
not necessarily due to displaying it.
CVS patchset: 5468
CVS date: 2003/10/08 02:32:04
|
|
CVS patchset: 5467
CVS date: 2003/10/07 19:57:48
|
|
CVS patchset: 5466
CVS date: 2003/10/07 19:42:00
|
|
CVS patchset: 5464
CVS date: 2003/10/07 17:35:51
|
|
CVS patchset: 5463
CVS date: 2003/10/07 17:25:10
|
|
these are special cases for:
* MPEG content inside .mov files
* MPEG content inside RIFF files
Could someone test these?
CVS patchset: 5462
CVS date: 2003/10/07 14:58:59
|
|
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
|
|
Add invalid frame_length protection.
CVS patchset: 5457
CVS date: 2003/10/06 17:03:25
|
|
CVS patchset: 5456
CVS date: 2003/10/06 15:46:20
|
|
CVS patchset: 5455
CVS date: 2003/10/06 15:27:10
|
|
CVS patchset: 5454
CVS date: 2003/10/06 13:09:52
|