Age | Commit message (Collapse) | Author |
|
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
|
|
after frontends have loaded the configfile
CVS patchset: 2979
CVS date: 2002/10/23 22:23:46
|
|
CVS patchset: 2962
CVS date: 2002/10/23 11:44:30
|
|
CLUT and timing do not seem to be working well yet.
CVS patchset: 2897
CVS date: 2002/10/21 12:10:58
|
|
place, #ifdef LOG introduction in xine.c
CVS patchset: 2894
CVS date: 2002/10/20 23:55:23
|
|
but it was agreed it should be that way), events contain a timestamp now
CVS patchset: 2864
CVS date: 2002/10/19 21:23:52
|
|
stuff and plugins being instatiated several times).
actually i got it to play something (have not tried sound though).
CVS patchset: 2845
CVS date: 2002/10/18 04:04:10
|
|
CVS patchset: 2840
CVS date: 2002/10/16 21:23:59
|
|
CVS patchset: 2834
CVS date: 2002/10/15 16:10:18
|
|
CVS patchset: 2829
CVS date: 2002/10/14 18:24:59
|
|
CVS patchset: 2828
CVS date: 2002/10/14 15:46:48
|
|
CVS patchset: 2820
CVS date: 2002/10/12 19:22:05
|
|
CVS patchset: 2813
CVS date: 2002/10/12 10:36:50
|
|
xine --help is using xine_exit() on a structure that has not been
xine_init'ed.
CVS patchset: 2776
CVS date: 2002/10/03 17:46:29
|
|
- bring our beloved xine_t * back (no more const there)
- remove const on some input plugin functions
where the data changes with media (dvd, ...) changes
and is therefore not const
CVS patchset: 2740
CVS date: 2002/09/22 14:29:40
|
|
CVS patchset: 2689
CVS date: 2002/09/18 15:37:11
|
|
CVS patchset: 2680
CVS date: 2002/09/18 00:51:33
|
|
ewald@rambo.its.tudelft.nl
CVS patchset: 2666
CVS date: 2002/09/15 11:35:08
|
|
implemented yet, so please move on, nothing to see here...
CVS patchset: 2660
CVS date: 2002/09/13 18:25:22
|
|
- make most char pointers const in public api
- simpler get_spu_lang / get_audio_lang signature
CVS patchset: 2651
CVS date: 2002/09/11 17:41:07
|
|
- xine-ui now calls xine_get_pos_length with NULL pointers
(the cvslog missed that again)
CVS patchset: 2646
CVS date: 2002/09/10 14:07:21
|
|
metronom is initialized
CVS patchset: 2640
CVS date: 2002/09/09 20:43:20
|
|
CVS patchset: 2637
CVS date: 2002/09/09 19:24:48
|
|
fix some input plugins that would not copy the mrl on open
CVS patchset: 2623
CVS date: 2002/09/06 18:13:10
|
|
get_streaminfo instead, added missing parameters/properties noted by daniel
CVS patchset: 2620
CVS date: 2002/09/05 23:20:20
|
|
CVS patchset: 2611
CVS date: 2002/09/05 12:51:18
|
|
broken now ... matthias/miguel: please fix it :-)
CVS patchset: 2606
CVS date: 2002/09/04 23:31:05
|
|
CVS patchset: 2555
CVS date: 2002/08/29 22:48:00
|
|
was trigged by the sequence: <play mrl1>, <stop>, <play mrl2>.
where <stop> to <play mrl2> timming was shorter than logo file duration.
CVS patchset: 2380
CVS date: 2002/08/01 22:30:55
|