Age | Commit message (Collapse) | Author |
|
The xine_check.h header is not currently installed and the symbols are
not exported, their are only ever used in the same unit they are
defined.
|
|
For contributed code, leave whatever the version we last synced for is using
to make simpler future syncs.
|
|
|
|
CVS patchset: 8344
CVS date: 2006/10/16 22:18:24
|
|
CVS patchset: 8133
CVS date: 2006/07/17 17:56:29
|
|
CVS patchset: 8063
CVS date: 2006/06/20 00:35:07
|
|
packages aren't installed (where appropriate). (Ubuntu 47357)
CVS patchset: 7999
CVS date: 2006/05/30 23:30:26
|
|
CVS patchset: 7977
CVS date: 2006/04/21 23:15:44
|
|
CVS patchset: 7901
CVS date: 2006/02/14 19:13:10
|
|
CVS patchset: 7825
CVS date: 2005/12/23 18:23:31
|
|
Fix CD/DVD health check diagnostic messages by adding spaces.
Was saying "toyour" and "thepreferences".
CVS patchset: 7437
CVS date: 2005/03/09 02:05:16
|
|
CVS patchset: 6968
CVS date: 2004/09/12 19:23:36
|
|
to open the device does not mean it's not accessible, there might just
be no disk inside (closes bug #984594)
CVS patchset: 6768
CVS date: 2004/07/04 21:01:26
|
|
before aborting
CVS patchset: 6211
CVS date: 2004/03/03 20:09:11
|
|
CVS patchset: 5945
CVS date: 2003/12/24 16:40:01
|
|
are testing for nothing; additionally, access() checks against real UID,
but we actually want to check against effective UID
=> using open() is more straightforward.
CVS patchset: 5944
CVS date: 2003/12/24 15:48:24
|
|
CVS patchset: 5921
CVS date: 2003/12/18 16:19:32
|
|
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: 5721
CVS date: 2003/11/11 18:44:50
|
|
additionally, the current test fails to compile on SuSE 9.0
CVS patchset: 5593
CVS date: 2003/10/25 13:39:39
|
|
independent) that appeared when statically linking in libXv
drawback: the Xv test in the health check is not supported on systems with
only the static libXv any more
CVS patchset: 5426
CVS date: 2003/10/03 16:30:07
|
|
usable by the user were never executed. The condition code to check the
drive permissions was never false. The change here uses the access()
function to check the permission of the drives.
CVS patchset: 5394
CVS date: 2003/09/16 02:15:39
|
|
CVS patchset: 5308
CVS date: 2003/08/25 14:32:37
|
|
CVS patchset: 5239
CVS date: 2003/08/04 02:30:44
|
|
CVS patchset: 4474
CVS date: 2003/03/24 16:27:59
|
|
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
|
|
allowed)
with Daniel's solution: statically linking in libXv.a if available, otherwise
dlopen() dynamic one
CVS patchset: 4186
CVS date: 2003/02/17 17:06:46
|
|
PROBLEM: At least on SuSE, libXv.so is not present, but the Xv extension is. So
health check would return a false negative. Any better solution?
CVS patchset: 4115
CVS date: 2003/02/07 17:34:40
|
|
CVS patchset: 3343
CVS date: 2002/11/22 23:36:04
|
|
CVS patchset: 3327
CVS date: 2002/11/21 08:08:40
|
|
CVS patchset: 3325
CVS date: 2002/11/21 00:26:06
|
|
CVS patchset: 3284
CVS date: 2002/11/18 00:48:57
|
|
CVS patchset: 3240
CVS date: 2002/11/11 20:18:15
|
|
CVS patchset: 3229
CVS date: 2002/11/11 04:18:41
|
|
C memory management. The code is much more simplified through the
use of a function added to xine_check called set_hc_result.
CVS patchset: 3227
CVS date: 2002/11/11 01:06:58
|
|
CVS patchset: 3225
CVS date: 2002/11/10 23:44:59
|
|
yuv12 support.
CVS patchset: 3224
CVS date: 2002/11/10 20:48:30
|
|
Cleared up trailing spaces
src/xine-engine/Makefile.am:
libxine should depend on the build libxineutil.
src/xine-utils/Makefile.am:
src/xine-utils/xine_check.c:
src/xine-utils/xine_check.h:
Added checking of support of yuv12
CVS patchset: 3223
CVS date: 2002/11/10 20:35:50
|
|
CVS patchset: 3187
CVS date: 2002/11/04 13:22:19
|
|
XvQueryExtension.
NOTE: On my system XDisplayName is not resolved. I do not understand this. I am
committing this code to make it easier to spot the problem. I hopefully have
provided enough there in the code for debug.
CVS patchset: 3182
CVS date: 2002/11/04 06:30:15
|
|
CVS patchset: 3181
CVS date: 2002/11/04 00:55:36
|
|
CVS patchset: 3175
CVS date: 2002/11/03 23:07:14
|
|
CVS patchset: 3173
CVS date: 2002/11/03 22:39:22
|
|
Used dlopen to grab reference to XvQueryExtension.
Added #ifdef statements to protect doing unnecessary checks if X11 or Xv not installed.
(still need work here)
Removed X11 libs from xine-config flag (--libs)
CVS patchset: 3156
CVS date: 2002/11/02 21:53:00
|
|
Xv headers on Linux. Added pgx64 to ChangeLog. Made AUTHORS pretty again.
CVS patchset: 3139
CVS date: 2002/11/02 04:31:06
|
|
CVS patchset: 3137
CVS date: 2002/11/02 02:59:44
|
|
CVS patchset: 3019
CVS date: 2002/10/26 20:21:09
|
|
CVS patchset: 3004
CVS date: 2002/10/26 03:55:47
|
|
CVS patchset: 2936
CVS date: 2002/10/22 17:05:58
|
|
CVS patchset: 2873
CVS date: 2002/10/20 14:19:29
|