Age | Commit message (Collapse) | Author |
|
rather than char* array.
CVS patchset: 8605
CVS date: 2007/02/19 23:53:40
|
|
strings or names of files, device nodes or directories. This information is
available to front ends (via .num_value) so that they can present
file/dir-open dialogue boxes if they so choose.
Subtitle font selection is split up due to this.
CVS patchset: 8425
CVS date: 2006/12/19 19:10:50
|
|
and avoid deeply nested code.
Closes Coverity Scan CIDs 246 and 247.
CVS patchset: 8305
CVS date: 2006/09/26 21:51:11
|
|
CVS patchset: 8063
CVS date: 2006/06/20 00:35:07
|
|
Allow the backup of an empty configuration file to succeed.
CVS patchset: 7708
CVS date: 2005/08/21 17:01:02
|
|
reentrancy problems (as reported by Reinhard Nissl and Darren Salt)
- add a new recursive mutex support check to configure so we should fail
nicely if system doesn't provides it
(please test)
CVS patchset: 7670
CVS date: 2005/07/21 02:51:14
|
|
Locking problem with string config item callbacks which access config items.
CVS patchset: 7655
CVS date: 2005/07/17 23:05:09
|
|
Fixed config locking.
CVS patchset: 7389
CVS date: 2005/02/07 18:53:17
|
|
- duplicate all strings, needed to allow plugin unloading
- move duplicated code to functions
This should not change anything to the behavior of the config system.
CVS patchset: 7373
CVS date: 2005/01/30 16:51:20
|
|
Change separator from ", " to ",".
Make domain matching stricter - require that the character at the start of
the match or the immediately preceding character is a dot.
Add '=DOMAIN' (full match: domain "foo.bar" matches host "foo.bar" only).
Modify config option's description and help text accordingly.
CVS patchset: 7323
CVS date: 2005/01/05 00:37:29
|
|
reserves these names for use by the C implementation
CVS patchset: 7288
CVS date: 2004/12/20 21:22:18
|
|
CVS patchset: 7241
CVS date: 2004/12/13 11:11:27
|
|
remove the identical translations entirely for clarity
CVS patchset: 7240
CVS date: 2004/12/13 10:58:33
|
|
translate keys: instead, try lookup, translate, retry lookup. As was, this
would cause stack overflows (and was preventing my use of Xv).
Special-case the plugin priority translation in case of third-party decoder
plugins and corresponding config entries of the form "decoders.*_priority".
CVS patchset: 7235
CVS date: 2004/12/13 03:49:44
|
|
and backwards compatible translation
Sorry, I got a litte tired proof-reading the patch, so their might be
bugs lurking around. I will give it some further examination and
(as necessary) fixing tomorrow.
CVS patchset: 7233
CVS date: 2004/12/12 22:00:47
|
|
CVS patchset: 6968
CVS date: 2004/09/12 19:23:36
|
|
CVS patchset: 6837
CVS date: 2004/07/22 14:26:24
|
|
the users it is better if we structure by intuitive categories, not strictly
by plugins
CVS patchset: 6712
CVS date: 2004/06/19 19:54:59
|
|
strings
-> read and update them as strings
* remove the obsolete CONFIG_TYPE_* constants and replace them with
XINE_CONFIG_TYPE_* from xine.h
CVS patchset: 6496
CVS date: 2004/05/07 14:38:14
|
|
CVS patchset: 6276
CVS date: 2004/03/16 21:32:23
|
|
to be enabled by the user
CVS patchset: 6274
CVS date: 2004/03/16 20:50:08
|
|
before aborting
CVS patchset: 6211
CVS date: 2004/03/03 20:09:11
|
|
chars), backup fail (fgets/fputs), and value can't be saved, never. Move to fread/fwrite, single shot, backup function (need to reproduce ?: <http://xine.sf.net/daniel/config_failure>)
CVS patchset: 6051
CVS date: 2004/01/16 23:03:38
|
|
CVS patchset: 5879
CVS date: 2003/12/09 00:02:28
|
|
Replace XINE_ASSERT by _x_assert, which works exaclty as assert, except that it still warns with NDEBUG defined (but don't abort). Fix missuning of assert(0), which isn't safe, abort is abort, assert is for debugging purpose only, so all assert(0) has been converted to abort() alls. In osd_preload_fonts(): alloc needed memory chunk. Define NDEBUG in CFLAGS, for non DEBUG build only.
CVS patchset: 5860
CVS date: 2003/12/07 15:34:29
|
|
relevant too. Small other little fix (can't remember). Change few internal function prototype because it xine_t pointer need to be used if some xine's internal sections. NOTE: libdvd{nav,read} is still too noisy, i will take a look to made it quit, without invasive changes. To be continued...
CVS patchset: 5844
CVS date: 2003/12/05 15:54:56
|
|
CVS patchset: 5796
CVS date: 2003/11/26 19:43:26
|
|
BIG NOTE: use helpers to access to these informations (get/set/reset):
_x_{stream,meta}_info_{get,set,reset}()
are for internal use, don't use *_public() ones from inside the beast ;-)
Some wrongly names "xine_" fonction renaming.
CVS patchset: 5757
CVS date: 2003/11/16 23:33:42
|
|
CVS patchset: 5721
CVS date: 2003/11/11 18:44:50
|
|
values set to their default are commented out
CVS patchset: 5677
CVS date: 2003/11/02 16:59:18
|
|
* sorting hierarchy changed:
- sort by section name
- sort by plugin name (not used yet)
- sort by experience level (this step is new)
- sort by config entry name
* use strdup instead of its private reimplementation
* use locking more consistently (up to now, entry lookups were unlocked,
which can be dangerous if someone else is in the middle of adding a new entry)
CVS patchset: 5604
CVS date: 2003/10/26 11:38:50
|
|
CVS patchset: 5566
CVS date: 2003/10/21 22:10:34
|
|
onle directory.
Note, this is patch only for xine-engine. It doesn't cover cfg:// MRLs used by xine-ui.
CVS patchset: 5558
CVS date: 2003/10/20 08:36:56
|
|
A new entry in the config file ".version:" stores the current version of the
config file. The '.' at the beginning of ".version" shows that this is a
somewhat hidden (read: internal) entry and it makes the line easy to spot and
prevents clashes with regular config entries.
The first use of this is to reset all decoder priorities to 0 (= use default)
so that we hopefully won't have problems like the qtv decoder clash any more.
CVS patchset: 5226
CVS date: 2003/07/31 11:59:10
|
|
- general multipass compilation make targets
CVS patchset: 5149
CVS date: 2003/07/12 12:31:13
|
|
might run the lookup simultaneously and so both might find the entry missing;
as a result, the entry might be created twice afterwards
-> fixed by moving the mutex to protect the lookup as well
CVS patchset: 5139
CVS date: 2003/07/10 14:14:40
|
|
fix a race on the char * for string config entries
CVS patchset: 4478
CVS date: 2003/03/25 12:49:15
|
|
All assert() function calls, with exceptions of libdvdread and libdvdnav, have been
replaced with XINE_ASSERT. Functionally XINE_ASSERT behaves just likes its predecesor but its
adding the ability to print out a stack trace at the point where the assertion fails.
So here are a few examples.
assert (0);
This use of assert was found in a couple locations most favorably being the default case of a switch
statement. This was the only thing there. So if the switch statement was unable to find a match
it would have defaulted to this and the user and the developers would be stuck wonder who died and where.
So it has been replaced with
XINE_ASSERT(0, "We have reach this point and don't have a default case");
It may seem a bit none descriptive but there is more going on behind the scene.
In addition to checking a condition is true/false, in this case '0', the XINE_ASSERT
prints out:
<filename>:<function name>:<line number> - assertion '<assertion expression>' failed. <description>
An example of this might be:
input_dvd.c:open_plugin:1178 - assertion '0' failed. xine_malloc failed!!! You have run out of memory
XINE_ASSERT and its helper function, print_trace, are found in src/xine-utils/xineutils.h
CVS patchset: 4301
CVS date: 2003/02/28 02:51:47
|
|
configfile to save, and if there's already a backup file
CVS patchset: 4087
CVS date: 2003/02/02 12:33:23
|
|
-> 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
|
|
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: 3613
CVS date: 2002/12/21 16:25:31
|
|
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: 3006
CVS date: 2002/10/26 03:56:31
|
|
dispose of event queue.
CVS patchset: 2998
CVS date: 2002/10/26 02:12:27
|
|
CVS patchset: 2962
CVS date: 2002/10/23 11:44:30
|
|
- 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: 2728
CVS date: 2002/09/21 12:20:47
|