Age | Commit message (Collapse) | Author |
|
CVS patchset: 4020
CVS date: 2003/01/27 18:45:58
|
|
It's usefull to detect problems with "detection by content".
CVS patchset: 4019
CVS date: 2003/01/27 00:02:57
|
|
CVS patchset: 3963
CVS date: 2003/01/18 20:35:24
|
|
CVS patchset: 3909
CVS date: 2003/01/14 00:10:28
|
|
CVS patchset: 3906
CVS date: 2003/01/13 23:02:41
|
|
CVS patchset: 3902
CVS date: 2003/01/13 17:47:35
|
|
CVS patchset: 3900
CVS date: 2003/01/13 16:26:48
|
|
This occurs when using xine-lib in a multithreaded environment, using a
single xine object with multiple streams and multiple X11 display
connections, which are closed when a stream is disposed.
CVS patchset: 3898
CVS date: 2003/01/13 15:40:08
|
|
CVS patchset: 3889
CVS date: 2003/01/13 03:02:15
|
|
- implement some master/slave stuff
- implement subtitle mrl:
xine movie.mpg#subtitle:whatever.sub
CVS patchset: 3887
CVS date: 2003/01/13 02:15:07
|
|
CVS patchset: 3871
CVS date: 2003/01/11 12:51:17
|
|
tested with asf, avi and mpeg but any media should work.
todo:
- clean up the master/slave stuff and public api.
- implement seeking on demux_sputext.c (it must seek to closest subtitle)
- general cleaning up and bugfixing
CVS patchset: 3860
CVS date: 2003/01/11 03:47:01
|
|
fix some intermediate calculation
CVS patchset: 3856
CVS date: 2003/01/10 21:10:50
|
|
CVS patchset: 3854
CVS date: 2003/01/10 19:15:16
|
|
CVS patchset: 3853
CVS date: 2003/01/10 13:12:20
|
|
CVS patchset: 3851
CVS date: 2003/01/10 11:57:15
|
|
non-interleaved streams. (ep2_clone_war_p640.avi case)
CVS patchset: 3845
CVS date: 2003/01/09 13:26:03
|
|
for more information see message on xine-devel
CVS patchset: 3818
CVS date: 2003/01/08 01:02:27
|
|
actually displayed and on the other side timeout the wait for the signal
-> improves frame display during seeking
CVS patchset: 3698
CVS date: 2002/12/27 19:14:41
|
|
of streams.
Michael, please let me know if you have a better idea! :)
CVS patchset: 3689
CVS date: 2002/12/27 03:40:07
|
|
CVS patchset: 3687
CVS date: 2002/12/27 00:53:49
|
|
- fix UI_PLAYBACK_FINISHED rifle
CVS patchset: 3686
CVS date: 2002/12/26 21:53:41
|
|
- move frame discarding to inside the output loopss. it is much safer to
manipulate fifos from there avoiding any races.
- do not reject audio frames because vpts is smaller than previous. it
might happen on seeking but it's ok, because the sound driver may have
being flushed too.
- fix xine_demux_flush_engine so it doesn't call output flush too early
- remove scr adjusting
please report any problems...
CVS patchset: 3639
CVS date: 2002/12/22 23:30:29
|
|
prevents the gui from drawing slider at wrong positions during seek.
CVS patchset: 3609
CVS date: 2002/12/21 16:13:43
|
|
different sizeof than integer.
- add extra_info structure to pass informations from input/demuxers down
to the output frame. this can be used, for example, to pass the frame
number of a frame (when known by decoder). also, immediate benefict is
that we now have a slider which really shows the current position of
the playing stream. new fields can be added to extra_info keeping
binary compatibility
- bumpy everybody's api versions
CVS patchset: 3603
CVS date: 2002/12/21 12:56:44
|
|
i want to make sure we have a 1:1 mapping of sending and waiting for BUF_CONTROL_HEADERS_DONE.)
- bring asf demuxer into a saner state when seeking. that fixes the problem
of wrong audio pts and hanging audio_out on huge sleeps (at least for asf).
CVS patchset: 3465
CVS date: 2002/12/08 21:43:50
|
|
- improves playback on slower systems since we avoid false triggering of still
frames and duplicating images
CVS patchset: 3447
CVS date: 2002/12/06 18:38:35
|
|
get_optional_data(). Bumped API version to 18. Added calls to these methods in xine_get_{spu,audio}_lang(). Added DVBSUB support in demux_ts.c
CVS patchset: 3386
CVS date: 2002/11/28 10:21:05
|
|
CVS patchset: 3365
CVS date: 2002/11/25 12:36:05
|
|
that now
(This should fix Daniels MP3 problems, since the end of one stream would
have adjusted the global clock thus affecting all other streams.)
CVS patchset: 3334
CVS date: 2002/11/22 16:23:58
|
|
* new public output interface xine_{audio,video}_port_t instead of
xine_{ao,vo}_driver_t, old names kept as aliases for compatibility
* modified the engine to allow multiple streams per output
* renaming of some internal structures according to public changes
* moving SCR out of per-stream-metronom into a global metronom_clock_t
residing in xine_t and therefore easily available to the output layer
* adapting all available plugins
(note to external projects: the compiler will help you a lot, if a plugin
compiles, it is adapted, because all changes add new parameters to some
functions)
* bump up all interface versions because of xine_t and xine_stream_t changes
CVS patchset: 3312
CVS date: 2002/11/20 11:57:38
|
|
CVS patchset: 3280
CVS date: 2002/11/17 17:41:45
|
|
CVS patchset: 3260
CVS date: 2002/11/14 19:45:01
|
|
CVS patchset: 3226
CVS date: 2002/11/11 00:54:08
|
|
CVS patchset: 3215
CVS date: 2002/11/09 23:22:32
|
|
xine_get_pos_length should work a bit better with mp3.
CVS patchset: 3195
CVS date: 2002/11/05 23:29:48
|
|
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
|
|
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
|
|
CVS patchset: 3102
CVS date: 2002/10/30 17:51:13
|
|
CVS patchset: 3097
CVS date: 2002/10/29 21:31:02
|
|
- 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: 3086
CVS date: 2002/10/29 03:31:38
|
|
CVS patchset: 3083
CVS date: 2002/10/29 01:55:44
|
|
CVS patchset: 3075
CVS date: 2002/10/28 20:15:56
|
|
CVS patchset: 3064
CVS date: 2002/10/28 11:19:51
|
|
- time to cleanup demuxer mess... no more pthread stuff on any demuxer.
of course i haven't tested all demuxers, but they at least compile.
(sorry Mike, we will need to move a few variables around to make most of
your demuxers work again - not big deal i think)
- make api more consistent by providing xine_open/xine_close
and xine_start/xine_stop.
CVS patchset: 3058
CVS date: 2002/10/28 03:24:42
|
|
CVS patchset: 3034
CVS date: 2002/10/27 01:52:15
|
|
CVS patchset: 3028
CVS date: 2002/10/26 22:08:08
|
|
CVS patchset: 3006
CVS date: 2002/10/26 03:56:31
|