Age | Commit message (Collapse) | Author |
|
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
|
|
might run the lookup simultaneously and so both might find the entry missing;
as a result, the entry might be created twice afterwards
-> fixed by moving the mutex to protect the lookup as well
CVS patchset: 5139
CVS date: 2003/07/10 14:14:40
|
|
CVS patchset: 5123
CVS date: 2003/07/02 23:10:21
|
|
CVS patchset: 5105
CVS date: 2003/06/27 13:40:51
|
|
(based on the implementation, this might fix memleaks on some platforms,
although I doubt that this is the case here)
CVS patchset: 5091
CVS date: 2003/06/22 17:10:41
|
|
CVS patchset: 5077
CVS date: 2003/06/20 20:57:28
|
|
CVS patchset: 5061
CVS date: 2003/06/18 07:05:12
|
|
Replace the "while usleep" loop by a pthread_cond_t.
CVS patchset: 5058
CVS date: 2003/06/17 18:53:14
|
|
- fixes mimetype in realaudio demuxer
- big improvement of v4l input and associated
demuxer. Including sound capture using alsa
and a/v sync. Now radio is supported as well.
CVS patchset: 5054
CVS date: 2003/06/16 16:42:51
|
|
CVS patchset: 5034
CVS date: 2003/06/13 01:50:45
|
|
- do not trust progressive_frame for detecting NTSC 3:2, quote:
'the alternating progressive_frame encoding problem. This is a problem where the progressive_frame flag alternates between true and false every frame, when it really should have been set to "true" all the time.'
'There is a lot of content that is affected by this issue, because it's caused by a dumb decision by a very big company that made a very popular MPEG encoder. They've since fixed the encoder, but there are apparently still authoring companies that use it, because the problem is on a lot of high-profile current discs, like Disney's "Monsters Inc." and "Beauty and the Beast".'
http://www.hometheaterhifi.com/volume_8_2/dvd-benchmark-special-report-chroma-bug-4-2001.html
CVS patchset: 5025
CVS date: 2003/06/11 23:08:54
|
|
CVS patchset: 5024
CVS date: 2003/06/11 00:51:23
|
|
fixes, comments, suggestions are welcome
CVS patchset: 5011
CVS date: 2003/06/06 19:42:04
|
|
CVS patchset: 5006
CVS date: 2003/06/05 19:11:13
|
|
see http://article.gmane.org/gmane.comp.video.xine.devel/4178
CVS patchset: 5005
CVS date: 2003/06/05 19:08:06
|
|
CVS patchset: 5003
CVS date: 2003/06/03 03:33:15
|
|
PRI64d define from inttypes.h (looks like C99 requires these defines)
CVS patchset: 5001
CVS date: 2003/06/02 16:52:20
|
|
img->displayed is obsolete now, drivers should use img->free.
CVS patchset: 4994
CVS date: 2003/05/31 18:33:28
|
|
CVS patchset: 4992
CVS date: 2003/05/31 13:33:10
|
|
CVS patchset: 4990
CVS date: 2003/05/31 02:18:01
|
|
CVS patchset: 4973
CVS date: 2003/05/28 13:11:53
|