Age | Commit message (Collapse) | Author |
|
CVS patchset: 3298
CVS date: 2002/11/19 00:45:41
|
|
CVS patchset: 3295
CVS date: 2002/11/18 15:53:31
|
|
CVS patchset: 3285
CVS date: 2002/11/18 03:03:07
|
|
CVS patchset: 3280
CVS date: 2002/11/17 17:41:45
|
|
(+ missed ffmpeg/dv patch)
CVS patchset: 3263
CVS date: 2002/11/15 00:20:31
|
|
CVS patchset: 3260
CVS date: 2002/11/14 19:45:01
|
|
http://sourceforge.net/mailarchive/forum.php?thread_id=1297475&forum_id=7131
CVS patchset: 3250
CVS date: 2002/11/12 18:40:50
|
|
CVS patchset: 3249
CVS date: 2002/11/12 17:55:48
|
|
memory is blanked
CVS patchset: 3247
CVS date: 2002/11/12 16:52:33
|
|
functions, try to avoid deadlocks when exiting ao_loop, clean up code
CVS patchset: 3245
CVS date: 2002/11/12 00:15:08
|
|
CVS patchset: 3244
CVS date: 2002/11/12 00:13:14
|
|
CVS patchset: 3243
CVS date: 2002/11/11 23:41:25
|
|
CVS patchset: 3230
CVS date: 2002/11/11 04:57:18
|
|
CVS patchset: 3226
CVS date: 2002/11/11 00:54:08
|
|
Cleared up trailing spaces
src/xine-engine/Makefile.am:
libxine should depend on the build libxineutil.
src/xine-utils/Makefile.am:
src/xine-utils/xine_check.c:
src/xine-utils/xine_check.h:
Added checking of support of yuv12
CVS patchset: 3223
CVS date: 2002/11/10 20:35:50
|
|
well-hidden bug
CVS patchset: 3220
CVS date: 2002/11/10 13:33:13
|
|
CVS patchset: 3219
CVS date: 2002/11/10 13:18:01
|
|
CVS patchset: 3215
CVS date: 2002/11/09 23:22:32
|
|
CVS patchset: 3205
CVS date: 2002/11/08 18:47:19
|
|
This should fix strange problems.
CVS patchset: 3201
CVS date: 2002/11/08 07:53:52
|
|
CVS patchset: 3199
CVS date: 2002/11/07 22:39:55
|
|
CVS patchset: 3196
CVS date: 2002/11/06 23:20:45
|
|
xine_get_pos_length should work a bit better with mp3.
CVS patchset: 3195
CVS date: 2002/11/05 23:29:48
|
|
CVS patchset: 3170
CVS date: 2002/11/03 20:43:57
|
|
CVS patchset: 3164
CVS date: 2002/11/03 13:47:00
|
|
CVS patchset: 3151
CVS date: 2002/11/02 16:22:19
|
|
CVS patchset: 3149
CVS date: 2002/11/02 15:18:40
|
|
CVS patchset: 3145
CVS date: 2002/11/02 11:34:12
|
|
dispose<-close<-stop<-/
we should call close in dipose instead of stop
CVS patchset: 3144
CVS date: 2002/11/02 10:51:01
|
|
caused segfaults in event_queue_dispose when joining a listener_thread
which is not there
CVS patchset: 3143
CVS date: 2002/11/02 10:45:46
|
|
CVS patchset: 3131
CVS date: 2002/11/02 00:36:03
|
|
CVS patchset: 3127
CVS date: 2002/11/01 17:48:18
|
|
CVS patchset: 3123
CVS date: 2002/11/01 11:15:05
|
|
CVS patchset: 3118
CVS date: 2002/11/01 01:10:01
|
|
CVS patchset: 3116
CVS date: 2002/10/31 21:58:41
|
|
basic changes:
- MRLs are a subset of URIs
- important new delimiter is #
- everything before the # will be passed to the input plugin
- after the # you can add several ;-separated stream parameters:
novideo - video will be ignored
noaudio - audio will be ignored
nospu - spus will be ignored
demux:... - specify the demuxer to use (e.g. demux:mpeg_block)
entry:value - assign any config entry a new value
CVS patchset: 3112
CVS date: 2002/10/31 16:58:12
|
|
Some decoders might never be loaded and never get a chance to register their
config entries. Example: When starting xine and playing only an ordinary avi,
liba52's passthrough setting is lost.
CVS patchset: 3110
CVS date: 2002/10/31 10:45:36
|
|
CVS patchset: 3105
CVS date: 2002/10/31 05:23:02
|
|
CVS patchset: 3103
CVS date: 2002/10/30 21:45:21
|
|
CVS patchset: 3102
CVS date: 2002/10/30 17:51:13
|
|
xine_demux_stop_thread a chance to aquire the mutex, so that it can
change stream->demux_thread_running to 0.
Problem is, the demuxer thread has it's mutex blocked 99.9% of the time and
releases it only for an extremely short time, for the purpose of allowing
another thread to interrupt the demuxer.
On Solaris at least, the unlock()/lock() sequence will typically run in the
thread's allocated time slice and chances are mimimal that the demuxer
is preempted between the unlock()/lock(), which would allow another thread
to grab the mutex.
CVS patchset: 3101
CVS date: 2002/10/30 13:59:11
|
|
CVS patchset: 3097
CVS date: 2002/10/29 21:31:02
|
|
xine-lib/intl/, when the system libraries do not have ngettext
CVS patchset: 3095
CVS date: 2002/10/29 17:19:49
|
|
- output fifo flushing
- more sophisticated discontinuity handling
- seek improvement by waiting for at least one frame
CVS patchset: 3089
CVS date: 2002/10/29 16:02:43
|
|
CVS patchset: 3087
CVS date: 2002/10/29 09:47:39
|
|
CVS patchset: 3086
CVS date: 2002/10/29 03:31:38
|
|
CVS patchset: 3085
CVS date: 2002/10/29 02:57:59
|
|
CVS patchset: 3084
CVS date: 2002/10/29 02:07:45
|
|
CVS patchset: 3083
CVS date: 2002/10/29 01:55:44
|
|
CVS patchset: 3075
CVS date: 2002/10/28 20:15:56
|