summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-09-20OK, one more fix for crazy platforms.František Dvořák
CVS patchset: 8272 CVS date: 2006/09/20 11:53:06
2006-09-19Finish the latest change - fix broken build for some platforms (BSD, Win, ↵František Dvořák
Solaris). CVS patchset: 8271 CVS date: 2006/09/19 13:31:19
2006-09-18Added comment about the workaround.Thibaut Mattern
CVS patchset: 8270 CVS date: 2006/09/18 18:56:56
2006-09-18Always use our own get_buffer/release_buffer function.Thibaut Mattern
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
2006-09-17DVDNAV changes:František Dvořák
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
2006-09-16Provide an --enable-mmap switch to enable mmap, and default to the previous ↵Diego 'Flameeyes' Pettenò
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
2006-09-16Fixed comment.Thibaut Mattern
CVS patchset: 8266 CVS date: 2006/09/16 14:38:18
2006-09-16Should fix some random crashes (see testsuite).Thibaut Mattern
CVS patchset: 8265 CVS date: 2006/09/16 14:35:44
2006-09-16Proper using CFLAGS when build ogg.František Dvořák
CVS patchset: 8264 CVS date: 2006/09/16 11:53:15
2006-09-16Fixed ASF header reading.Thibaut Mattern
CVS patchset: 8263 CVS date: 2006/09/16 08:13:51
2006-09-15Fixed potential memory corruption.Thibaut Mattern
Thanks to valgrind ;-) CVS patchset: 8262 CVS date: 2006/09/15 21:52:19
2006-09-15Make freetype2 not mandatory, thanks to Thibaut Mattern for letting me know.Diego 'Flameeyes' Pettenò
CVS patchset: 8261 CVS date: 2006/09/15 19:11:34
2006-09-14Regenerate.Diego 'Flameeyes' Pettenò
CVS patchset: 8260 CVS date: 2006/09/14 17:50:37
2006-09-14Fix build on system w/o speex or theora (and I'm going to install it :-)).František Dvořák
CVS patchset: 8259 CVS date: 2006/09/14 15:38:46
2006-09-14Use automake 1.9 if available, solves a few corner cases and avoids the list ↵Diego 'Flameeyes' Pettenò
of warnings when using autoconf 2.60. CVS patchset: 8258 CVS date: 2006/09/14 14:01:33
2006-09-14Don't check for F77/Fortran support in libtool, as no part of the code ↵Diego 'Flameeyes' Pettenò
really uses f77. This cuts down 9KB of configure script. CVS patchset: 8257 CVS date: 2006/09/14 13:47:08
2006-09-14Don't use WAND_CPPFLAGS and WAND_LDFLAGS.Diego 'Flameeyes' Pettenò
CVS patchset: 8256 CVS date: 2006/09/14 13:35:38
2006-09-14Even imagemagick can be moved to pkg-config, and this also unbreaks the build.Diego 'Flameeyes' Pettenò
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
2006-09-14Simplify IPv6 check.Diego 'Flameeyes' Pettenò
CVS patchset: 8254 CVS date: 2006/09/14 12:16:39
2006-09-14Add missing blanks.Philipp Hahn
CVS patchset: 8253 CVS date: 2006/09/14 06:46:31
2006-09-14Fix SDL built/not built declaration at the end of the config process.Diego 'Flameeyes' Pettenò
CVS patchset: 8252 CVS date: 2006/09/14 03:06:49
2006-09-14Use pkg-config also to check for freetype2.Diego 'Flameeyes' Pettenò
CVS patchset: 8251 CVS date: 2006/09/14 03:05:35
2006-09-14Fix typoDiego 'Flameeyes' Pettenò
CVS patchset: 8250 CVS date: 2006/09/14 02:56:33
2006-09-14Try to sanitise the --enable/--disable and --with/--without switches.Diego 'Flameeyes' Pettenò
--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
2006-09-14Do the same for SDL: use pkg-config rather than the m4 test.Diego 'Flameeyes' Pettenò
CVS patchset: 8248 CVS date: 2006/09/14 02:42:20
2006-09-14Replace also esound test with pkg-config based test, and remove esd.m4.Diego 'Flameeyes' Pettenò
CVS patchset: 8247 CVS date: 2006/09/14 02:33:14
2006-09-14Remove.Diego 'Flameeyes' Pettenò
CVS patchset: 8246 CVS date: 2006/09/14 02:11:40
2006-09-14Remove m4 files for the tests moved to pkg-config.Diego 'Flameeyes' Pettenò
CVS patchset: 8245 CVS date: 2006/09/14 02:11:09
2006-09-14Use pkg-config to run the tests for libogg, libvorbis, libtheora and ↵Diego 'Flameeyes' Pettenò
libspeex; provide --disable-* entries for all of them, so that they can be disabled by the user. All the recent versions of the above libraries supports pkg-config in every target. CVS patchset: 8244 CVS date: 2006/09/14 02:10:01
2006-09-14Suppose we're using a Speex version new enough to have the speex subdir ↵Diego 'Flameeyes' Pettenò
every time, to simplify configure checks. CVS patchset: 8243 CVS date: 2006/09/14 02:04:48
2006-09-14Update ChangeLog with new libcaca 0.99 support.Diego 'Flameeyes' Pettenò
CVS patchset: 8242 CVS date: 2006/09/14 01:23:55
2006-09-14Regenerate.Diego 'Flameeyes' Pettenò
CVS patchset: 8241 CVS date: 2006/09/14 00:53:44
2006-09-14Add audio_pulse_out.c that replaces audio_polyp_out.c.Diego 'Flameeyes' Pettenò
CVS patchset: 8240 CVS date: 2006/09/14 00:51:36
2006-09-14Update API for libcaca 0.99. Patch by cjacker huang.Diego 'Flameeyes' Pettenò
CVS patchset: 8239 CVS date: 2006/09/14 00:44:19
2006-09-14Update libcaca check to use the pkg-config file shipped with libcaca 0.99, ↵Diego 'Flameeyes' Pettenò
and change --disable-caca to --without-caca (to conform with other external libraries). CVS patchset: 8238 CVS date: 2006/09/14 00:42:24
2006-09-14Remove reference to removed caca.m4 (libcaca 0.99 will use pkg-config).Diego 'Flameeyes' Pettenò
CVS patchset: 8237 CVS date: 2006/09/14 00:32:09
2006-09-14Removed.Diego 'Flameeyes' Pettenò
CVS patchset: 8236 CVS date: 2006/09/14 00:25:34
2006-09-13Don't use -force_cpusubtype_ALL on Linux; thanks to Luca Barbato for noticing.Diego 'Flameeyes' Pettenò
CVS patchset: 8235 CVS date: 2006/09/13 23:57:46
2006-09-13Update changelog after closing bug #1550763.Diego 'Flameeyes' Pettenò
CVS patchset: 8234 CVS date: 2006/09/13 23:33:08
2006-09-13Return -1 when a connection error happens, so that other input plugins are ↵Diego 'Flameeyes' Pettenò
not tried and the proper error message is returned. CVS patchset: 8233 CVS date: 2006/09/13 23:28:22
2006-09-13Return -1 when the file is inaccessible, not found, or empty, so that other ↵Diego 'Flameeyes' Pettenò
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
2006-09-13Allow the input plugins to file in a proper way when they can handle the ↵Diego 'Flameeyes' Pettenò
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
2006-09-13Fix the debug build.František Dvořák
CVS patchset: 8230 CVS date: 2006/09/13 23:10:50
2006-09-13Update ChangeLog now that the bug is closed.Diego 'Flameeyes' Pettenò
CVS patchset: 8229 CVS date: 2006/09/13 22:52:39
2006-09-13Use the media.network.timeout setting already defined as timeout for the ↵Diego 'Flameeyes' Pettenò
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
2006-09-13When only one host is present, or with the last host, enable the non-block ↵Diego 'Flameeyes' Pettenò
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
2006-09-13Add bug number, too.Diego 'Flameeyes' Pettenò
CVS patchset: 8226 CVS date: 2006/09/13 17:40:11
2006-09-13Update ChangeLog with the recent changes.Diego 'Flameeyes' Pettenò
CVS patchset: 8225 CVS date: 2006/09/13 17:26:59
2006-09-13Don't use the proxy if the host resolves to 127.0.0.1 (localhost).Diego 'Flameeyes' Pettenò
Missing check for IPv6 localhost. CVS patchset: 8224 CVS date: 2006/09/13 17:08:19
2006-09-12Fixed iconv warnings on FreeBSD, fixed build w/o iconv but require it as ↵František Dvořák
default. CVS patchset: 8223 CVS date: 2006/09/12 21:24:18