Age | Commit message (Collapse) | Author |
|
CVS patchset: 4103
CVS date: 2003/02/04 21:24:52
|
|
configfile to save, and if there's already a backup file
CVS patchset: 4087
CVS date: 2003/02/02 12:33:23
|
|
CVS patchset: 4080
CVS date: 2003/02/01 19:22:30
|
|
-> backup to a different file
-> if this was successful
write config to original
-> if this was successful
remove backup
CVS patchset: 4076
CVS date: 2003/02/01 13:15:22
|
|
-> traverse links
-> write to a temporary file
-> rename the file to the actual config filename
CVS patchset: 4074
CVS date: 2003/01/31 22:00:19
|
|
CVS patchset: 4068
CVS date: 2003/01/31 18:29:43
|
|
CVS patchset: 4049
CVS date: 2003/01/30 20:40:42
|
|
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
|
|
CVS patchset: 4024
CVS date: 2003/01/28 17:07:53
|
|
playing
CVS patchset: 4022
CVS date: 2003/01/27 21:43:18
|
|
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: 4017
CVS date: 2003/01/26 23:36:46
|
|
compilation of this stuff??
CVS patchset: 4016
CVS date: 2003/01/26 23:31:13
|
|
bail out if video out cannot provide more pre-alloc'ed frames
CVS patchset: 4013
CVS date: 2003/01/26 18:12:39
|
|
- do not use extra_info from the backup image, it is outdated
CVS patchset: 4005
CVS date: 2003/01/25 12:10:33
|
|
- disable debug messages in flac decoder
- review demuxer mimetypes
- use fourcc internal functions in demux_real
CVS patchset: 3995
CVS date: 2003/01/23 16:11:56
|
|
CVS patchset: 3973
CVS date: 2003/01/19 21:29:55
|
|
CVS patchset: 3966
CVS date: 2003/01/19 16:13:11
|
|
CVS patchset: 3965
CVS date: 2003/01/19 14:55:56
|
|
CVS patchset: 3963
CVS date: 2003/01/18 20:35:24
|
|
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
|
|
more cleanup: use strdup, exchanging paranoia for cleanness ;-)
CVS patchset: 3950
CVS date: 2003/01/17 21:09:17
|
|
-adding XINE_PLUGIN_PATH support:
you can specify a plugin search path via environment. Specified directories are
searched recursively; '~' at the beginning means "home dir"
default search path: ~/.xine/plugins:$prefix/lib/xine/plugins
CVS patchset: 3947
CVS date: 2003/01/17 18:43:38
|
|
CVS patchset: 3941
CVS date: 2003/01/17 16:10:32
|
|
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
|
|
good news for Daniel: no frontend change is required, the entries are sorted inside
the engine
I did not change the config entry names for now, because they seem well sorted
already, so I avoided breaking everyones config file. But it is now possible to name
the config keys in a <section>.<plugin>.<entry> style (instead of the old
<section>.<entry> style) resulting in entries of the same plugin being sorted
next to each other.
CVS patchset: 3901
CVS date: 2003/01/13 17:43:08
|
|
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: 3892
CVS date: 2003/01/13 13:43:46
|
|
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
|
|
plugins
get here as well
CVS patchset: 3876
CVS date: 2003/01/11 21:22:20
|
|
processing api
CVS patchset: 3875
CVS date: 2003/01/11 19:06:52
|
|
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
|
|
set it on send_headers. also daniel convinced me that xine does "handle a
no audio stream"
- fix audio_out.c to abort filling with zero on seeking/stop/quit.
CVS patchset: 3840
CVS date: 2003/01/09 02:44:39
|
|
CVS patchset: 3839
CVS date: 2003/01/09 01:09:57
|
|
that fixes the problem reported by thibaut (mms pauses xine and then libmpeg2
decoder is disposed - freeing frames)
CVS patchset: 3834
CVS date: 2003/01/08 21:21:12
|
|
CVS patchset: 3830
CVS date: 2003/01/08 14:21:27
|
|
CVS patchset: 3820
CVS date: 2003/01/08 06:53:17
|
|
for more information see message on xine-devel
CVS patchset: 3818
CVS date: 2003/01/08 01:02:27
|
|
CVS patchset: 3804
CVS date: 2003/01/07 06:26:25
|