Age | Commit message (Collapse) | Author |
|
Close Coverity Scan CID 244.
CVS patchset: 8295
CVS date: 2006/09/26 18:00:31
|
|
CVS patchset: 8294
CVS date: 2006/09/26 17:55:59
|
|
CVS patchset: 8293
CVS date: 2006/09/26 17:48:24
|
|
CVS patchset: 8292
CVS date: 2006/09/26 08:00:02
|
|
CVS patchset: 8291
CVS date: 2006/09/26 07:48:57
|
|
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
|
|
library functions.
CVS patchset: 8288
CVS date: 2006/09/26 04:15:29
|
|
Fixes CID 264 263 from coverity.
CVS patchset: 8287
CVS date: 2006/09/26 03:02:20
|
|
To avoid segmentation fault, also return if the renderer isn't found.
CVS patchset: 8286
CVS date: 2006/09/26 02:36:55
|
|
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
|
|
CVS patchset: 8275
CVS date: 2006/09/24 16:30:36
|
|
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: 8272
CVS date: 2006/09/20 11:53:06
|
|
Solaris).
CVS patchset: 8271
CVS date: 2006/09/19 13:31:19
|
|
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
|
|
behaviour (no-mmap).
Problems to fix before enabling mmap() again:
- SIGBUS when the file disappears (if can be worked around, low priority);
- the size of the mmap()ed file is a constant, if the file is open for appending by another process mmap() should not be used;
- there's a pointless memcpy() in the cache plugin that should be avoided for mmap() files.
CVS patchset: 8267
CVS date: 2006/09/16 19:26:48
|
|
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: 8261
CVS date: 2006/09/15 19:11:34
|
|
CVS patchset: 8260
CVS date: 2006/09/14 17:50:37
|
|
CVS patchset: 8259
CVS date: 2006/09/14 15:38:46
|
|
of warnings when using autoconf 2.60.
CVS patchset: 8258
CVS date: 2006/09/14 14:01:33
|
|
really uses f77.
This cuts down 9KB of configure script.
CVS patchset: 8257
CVS date: 2006/09/14 13:47:08
|
|
CVS patchset: 8256
CVS date: 2006/09/14 13:35:38
|
|
Wand-config reports the cflags and ldflags used to build ImageMagick, that might not be correct for xine.
CVS patchset: 8255
CVS date: 2006/09/14 13:33:37
|
|
CVS patchset: 8254
CVS date: 2006/09/14 12:16:39
|
|
CVS patchset: 8253
CVS date: 2006/09/14 06:46:31
|
|
CVS patchset: 8252
CVS date: 2006/09/14 03:06:49
|
|
CVS patchset: 8251
CVS date: 2006/09/14 03:05:35
|
|
CVS patchset: 8250
CVS date: 2006/09/14 02:56:33
|
|
--with/--without should be used when external packages are needed; --enable/--disable for things that don't need anything.
Paths, when relaly need to be given, should use --with/--without, or might be declared as variables, like pkg-config overrides.
This tries to conform to the use of autotools of almost every other package.
CVS patchset: 8249
CVS date: 2006/09/14 02:55:34
|
|
CVS patchset: 8248
CVS date: 2006/09/14 02:42:20
|
|
CVS patchset: 8247
CVS date: 2006/09/14 02:33:14
|
|
CVS patchset: 8246
CVS date: 2006/09/14 02:11:40
|