Age | Commit message (Collapse) | Author |
|
update for attic platforms (mainly older MinGW)
unsupported attributes not used (fixes warnings)
added check for sentinel attribute
enabled TrueSpeech codec
CVS patchset: 8327
CVS date: 2006/10/02 15:56:03
|
|
CVS patchset: 8323
CVS date: 2006/09/29 20:16:44
|
|
identify which font to load for OSD and subtitles. This allows to use truetype fonts by specifying their friendly name and just that. Also prefer FreeType2 loaded fonts to bitmap fonts.
CVS patchset: 8321
CVS date: 2006/09/29 18:36:52
|
|
Found by Coverity Scan CID 245.
CVS patchset: 8312
CVS date: 2006/09/26 22:35:32
|
|
Found by Coverity Scan CID 248.
CVS patchset: 8307
CVS date: 2006/09/26 22:03:44
|
|
CVS patchset: 8306
CVS date: 2006/09/26 21:54:40
|
|
and avoid deeply nested code.
Closes Coverity Scan CIDs 246 and 247.
CVS patchset: 8305
CVS date: 2006/09/26 21:51:11
|
|
entirely, to avoid an off-by-one in decoder_map.
Found by Coverity Scan CID 122.
CVS patchset: 8304
CVS date: 2006/09/26 21:32:08
|
|
CVS patchset: 8303
CVS date: 2006/09/26 21:20:21
|
|
CVS patchset: 8292
CVS date: 2006/09/26 08:00:02
|
|
CVS patchset: 8290
CVS date: 2006/09/26 05:48:16
|
|
that their binding is local to the library (has a similar effect to -Bsymbolic, but will work better with hidden visibility enabled, that is step two).
CVS patchset: 8289
CVS date: 2006/09/26 05:19:47
|
|
that is filled just one time.
Solves CID 290 from Coverity Scan.
CVS patchset: 8284
CVS date: 2006/09/26 01:13:18
|
|
CVS patchset: 8282
CVS date: 2006/09/26 00:28:14
|
|
strdup() properly).
CVS patchset: 8277
CVS date: 2006/09/25 23:11:19
|
|
debug builds will show the error.
When the build is non-debug, simply fallback to a certain, although not exactly desiderable, behaviour.
Identified by Coverity.
CVS patchset: 8276
CVS date: 2006/09/25 22:27:48
|
|
CVS patchset: 8253
CVS date: 2006/09/14 06:46:31
|
|
input requested, but simply fails because of connection failures or unaccessible files, by returning -1. Leave the same meaning to the old 0 and 1 values.
CVS patchset: 8231
CVS date: 2006/09/13 23:17:29
|
|
mode, as we don't care anymore if it fails or not. This allows a way shorter timeout when trying to connect directly to an IPv4 address (the given timeout rather than 4 minutes).
CVS patchset: 8227
CVS date: 2006/09/13 22:46:24
|
|
default.
CVS patchset: 8223
CVS date: 2006/09/12 21:24:18
|
|
arguments function.
CVS patchset: 8217
CVS date: 2006/09/10 19:50:09
|
|
dsputil_mmx.c patch taked from gentoo portage.
CVS patchset: 8216
CVS date: 2006/09/10 19:33:53
|
|
logs, so that it does not waste 450KiB immediately at startup.
CVS patchset: 8212
CVS date: 2006/09/09 19:35:40
|
|
stdout/stderr output from the two xine_vlog_msg/xine_vlog_err functions that are still local to the input plugin. Centralise log_buffers usage.
CVS patchset: 8211
CVS date: 2006/09/09 17:41:45
|
|
CVS patchset: 8210
CVS date: 2006/09/09 17:13:16
|
|
thanks Daniel Derrett for the patch
CVS patchset: 8209
CVS date: 2006/09/08 21:11:29
|
|
- don't keep trying driver->open after stop (emergency_brake) is requested
- also check for failure on audio format change (implies close/open)
CVS patchset: 8207
CVS date: 2006/09/08 20:32:47
|
|
See bugreport [ 1551996 ].
CVS patchset: 8204
CVS date: 2006/09/08 06:20:37
|
|
CVS patchset: 8180
CVS date: 2006/08/13 23:51:33
|
|
(implemented for mp3 demuxer only)
CVS patchset: 8177
CVS date: 2006/08/12 01:43:26
|
|
by Reinhard Nissl
CVS patchset: 8167
CVS date: 2006/08/08 03:25:03
|
|
CVS patchset: 8160
CVS date: 2006/08/03 04:30:43
|
|
CVS patchset: 8144
CVS date: 2006/08/02 06:19:12
|
|
CVS patchset: 8137
CVS date: 2006/07/21 03:31:42
|
|
CVS patchset: 8134
CVS date: 2006/07/17 17:59:56
|
|
CVS patchset: 8094
CVS date: 2006/07/08 10:02:47
|
|
modify blend algo to avoid division (too slow on some machines).
Result is still acceptable.
CVS patchset: 8093
CVS date: 2006/07/08 09:40:03
|
|
CVS patchset: 8089
CVS date: 2006/07/05 12:55:44
|
|
CVS patchset: 8088
CVS date: 2006/07/05 09:40:00
|
|
select() on streams, to avoid getting frozen if trying to connect to an unreachable server (or if the connection is lost.
CVS patchset: 8087
CVS date: 2006/07/03 10:55:37
|
|
CVS patchset: 8078
CVS date: 2006/06/29 12:28:06
|
|
Also (hopefully) avoid memleak on allocation failure.
CVS patchset: 8071
CVS date: 2006/06/22 23:47:16
|
|
the window size.
CVS patchset: 8069
CVS date: 2006/06/22 10:38:37
|
|
CVS patchset: 8063
CVS date: 2006/06/20 00:35:07
|
|
usage, and by not using a double pointer in alphablend code (the first pointer was always dereferenced anyway).
CVS patchset: 8062
CVS date: 2006/06/20 00:18:44
|
|
CVS patchset: 8059
CVS date: 2006/06/18 22:51:29
|
|
CVS patchset: 8051
CVS date: 2006/06/18 18:50:55
|
|
-fno-strict-aliasing where the breakage is unresolvable, and not enable it globally (decreases performances).
CVS patchset: 8048
CVS date: 2006/06/17 15:20:56
|
|
CVS patchset: 8038
CVS date: 2006/06/15 14:14:09
|
|
is used, as discussed in xine-devel.
CVS patchset: 8027
CVS date: 2006/06/10 01:47:01
|