Age | Commit message (Collapse) | Author |
|
correspond with the actual indexes.
CID 112 of Coverity Scan.
CVS patchset: 8285
CVS date: 2006/09/26 01:19:31
|
|
that is filled just one time.
Solves CID 290 from Coverity Scan.
CVS patchset: 8284
CVS date: 2006/09/26 01:13:18
|
|
Found by Coverity Scan.
CVS patchset: 8283
CVS date: 2006/09/26 00:52:17
|
|
CVS patchset: 8282
CVS date: 2006/09/26 00:28:14
|
|
Found by Coverity Scan.
CVS patchset: 8281
CVS date: 2006/09/26 00:12:20
|
|
free(), and it accepts NULL just fine.
CVS patchset: 8280
CVS date: 2006/09/26 00:07:05
|
|
Found by Coverity Scan.
CVS patchset: 8279
CVS date: 2006/09/25 23:56:31
|
|
remove a false positive in Coverity.
CVS patchset: 8278
CVS date: 2006/09/25 23:22:21
|
|
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
|
|
This fixes crash on streams with no audio (bug #1564598).
CVS patchset: 8274
CVS date: 2006/09/24 16:29:10
|
|
CVS patchset: 8273
CVS date: 2006/09/21 15:01:08
|
|
CVS patchset: 8270
CVS date: 2006/09/18 18:56:56
|
|
Clean av_frame->data before calling avcodec_default_get_buffer.
Fixed problems with debug build.
CVS patchset: 8269
CVS date: 2006/09/18 18:51:08
|
|
improve MinGW support, kFreeBSD support
define HAVE_* when provided replacement functions in xine-lib
CVS patchset: 8268
CVS date: 2006/09/17 13:01:07
|
|
CVS patchset: 8266
CVS date: 2006/09/16 14:38:18
|
|
CVS patchset: 8265
CVS date: 2006/09/16 14:35:44
|
|
CVS patchset: 8264
CVS date: 2006/09/16 11:53:15
|
|
CVS patchset: 8263
CVS date: 2006/09/16 08:13:51
|
|
Thanks to valgrind ;-)
CVS patchset: 8262
CVS date: 2006/09/15 21:52:19
|
|
CVS patchset: 8256
CVS date: 2006/09/14 13:35:38
|
|
CVS patchset: 8253
CVS date: 2006/09/14 06:46:31
|
|
every time, to simplify configure checks.
CVS patchset: 8243
CVS date: 2006/09/14 02:04:48
|
|
CVS patchset: 8239
CVS date: 2006/09/14 00:44:19
|
|
not tried and the proper error message is returned.
CVS patchset: 8233
CVS date: 2006/09/13 23:28:22
|
|
input plugins are not tried and the proper error message is returned. Bug #1550763.
CVS patchset: 8232
CVS date: 2006/09/13 23:22:51
|
|
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
|
|
CVS patchset: 8230
CVS date: 2006/09/13 23:10:50
|
|
connection; this way the user can configure a shorter timeout if they are on fast lines.
CVS patchset: 8228
CVS date: 2006/09/13 22:50:43
|
|
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
|
|
Missing check for IPv6 localhost.
CVS patchset: 8224
CVS date: 2006/09/13 17:08:19
|
|
default.
CVS patchset: 8223
CVS date: 2006/09/12 21:24:18
|
|
tests. To change the prefix, simply change the variables from outside or add the directory containing the .pc files to PKG_CONFIG_PATH environment variable.
CVS patchset: 8222
CVS date: 2006/09/12 00:06:05
|
|
CVS patchset: 8218
CVS date: 2006/09/11 05:55:49
|
|
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
|
|
CVS patchset: 8215
CVS date: 2006/09/10 01:46:45
|
|
CVS patchset: 8214
CVS date: 2006/09/10 00:59:37
|
|
performance on local files.
CVS patchset: 8213
CVS date: 2006/09/09 22:11:08
|
|
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
|
|
CVS patchset: 8208
CVS date: 2006/09/08 20:40:34
|
|
- 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
|
|
CVS patchset: 8206
CVS date: 2006/09/08 19:47:56
|
|
See bugreport [ 1551996 ].
CVS patchset: 8204
CVS date: 2006/09/08 06:20:37
|
|
Modified the mms input plugins and the asf demuxer to use the new parser.
Added Asf Extended Header parsing, fixed best stream selection.
CVS patchset: 8203
CVS date: 2006/09/07 07:21:06
|
|
added Xorg's X_CFLAGS where needed.
CVS patchset: 8201
CVS date: 2006/09/04 06:19:55
|
|
CVS patchset: 8199
CVS date: 2006/09/03 13:24:05
|