Age | Commit message (Collapse) | Author |
|
to report encrypted streams (for use with encrypted DVDs)
CVS patchset: 4573
CVS date: 2003/04/08 14:24:26
|
|
CVS patchset: 4558
CVS date: 2003/04/06 23:58:18
|
|
piece of event data will be copied (flat)
CVS patchset: 4555
CVS date: 2003/04/06 22:56:16
|
|
- png autoconf improvements
CVS patchset: 4554
CVS date: 2003/04/06 15:50:56
|
|
obs: more messages should be added
CVS patchset: 4539
CVS date: 2003/04/04 19:20:46
|
|
non-interlaved or
bad interleaved files show slider problems
- make metronom prebuffer configurable. see metronom.h for comments.
CVS patchset: 4501
CVS date: 2003/03/27 18:56:54
|
|
CVS patchset: 4464
CVS date: 2003/03/21 17:54:53
|
|
a PVR frontend using that plugin, hopefully somebody will do it :)
CVS patchset: 4454
CVS date: 2003/03/20 22:58:40
|
|
CVS patchset: 4448
CVS date: 2003/03/19 01:11:12
|
|
supported. Fix play_internal segfault, if stream->input_plugin is NULL
CVS patchset: 4432
CVS date: 2003/03/16 21:40:27
|
|
CVS patchset: 4363
CVS date: 2003/03/07 19:04:36
|
|
CVS patchset: 4353
CVS date: 2003/03/07 01:13:03
|
|
CVS patchset: 4345
CVS date: 2003/03/06 16:49:30
|
|
CVS patchset: 4303
CVS date: 2003/02/28 12:16:00
|
|
(menu detection by number of SPU buttons)
CVS patchset: 4220
CVS date: 2003/02/20 18:09:09
|
|
only really advanced frontends (like having multiple video outputs) will need this.
old method is still supported for 1.0 api.
CVS patchset: 4140
CVS date: 2003/02/12 22:22:31
|
|
CVS patchset: 4135
CVS date: 2003/02/11 16:42:40
|
|
are sent to gui using a new event)
- function to return demux from mime type string (used by xine-plugin)
- very simple parser for ram files at demux_real
CVS patchset: 4030
CVS date: 2003/01/29 02:33:35
|
|
NOTE: reported to be still in a non-working state.
use 'configure --enable-nvtv' to test. otherwise lib will be compiled with
xine_tvmode_* dummy functions just to keep compatibility.
CVS patchset: 3954
CVS date: 2003/01/18 15:29:19
|
|
CVS patchset: 3905
CVS date: 2003/01/13 20:53:08
|
|
these got in there twice!
CVS patchset: 3897
CVS date: 2003/01/13 14:35:45
|
|
elaborate comment
CVS patchset: 3895
CVS date: 2003/01/13 14:03:13
|
|
I still don't know what these XINE_DEMUX_*_STRATEGY defines are used for.
Can anyone enlighten me?
CVS patchset: 3893
CVS date: 2003/01/13 13:49:39
|
|
- 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
|
|
processing api
CVS patchset: 3875
CVS date: 2003/01/11 19:06:52
|
|
- include post plugins in plugin catalog
CVS patchset: 3716
CVS date: 2002/12/29 14:04:43
|
|
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: 3677
CVS date: 2002/12/25 15:02:23
|
|
CVS patchset: 3610
CVS date: 2002/12/21 16:14:32
|
|
(at least it has always been used like that)
CVS patchset: 3539
CVS date: 2002/12/15 16:04:15
|
|
CVS patchset: 3521
CVS date: 2002/12/14 18:34:57
|
|
CVS patchset: 3446
CVS date: 2002/12/06 18:30:46
|
|
CVS patchset: 3417
CVS date: 2002/12/03 21:59:46
|
|
CVS patchset: 3407
CVS date: 2002/12/01 15:18:13
|
|
(Please ask, if anything is unclear. Some comments could be more elaborate.)
CVS patchset: 3401
CVS date: 2002/12/01 15:07:01
|
|
CVS patchset: 3325
CVS date: 2002/11/21 00:26:06
|
|
I hope removing them does not break any compatibility.
CVS patchset: 3320
CVS date: 2002/11/20 18:38:08
|
|
* 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: 3275
CVS date: 2002/11/17 12:14:14
|
|
CVS patchset: 3241
CVS date: 2002/11/11 21:07:54
|
|
CVS patchset: 3215
CVS date: 2002/11/09 23:22:32
|
|
CVS patchset: 3176
CVS date: 2002/11/03 23:11:21
|
|
CVS patchset: 3175
CVS date: 2002/11/03 23:07:14
|
|
Added xine_health_check_s struct.
CVS patchset: 3133
CVS date: 2002/11/02 02:55:46
|
|
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: 3100
CVS date: 2002/10/30 13:29:31
|
|
- 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
|
|
parameter (not implemented yet), document new plugin loader in changelog
CVS patchset: 3029
CVS date: 2002/10/26 22:50:52
|
|
CVS patchset: 3009
CVS date: 2002/10/26 14:31:36
|
|
Changed xine_health_check to take the cdrom and dvd device links as arguments
CVS patchset: 3003
CVS date: 2002/10/26 03:52:07
|