summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2006-09-12Rewrite external ffmpeg support by using pkg-config rather than ad-hoc ↵Diego 'Flameeyes' Pettenò
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
2006-09-11Oops, overkill the bug isn't needed.František Dvořák
CVS patchset: 8221 CVS date: 2006/09/11 17:11:38
2006-09-11Compilation fix.František Dvořák
CVS patchset: 8220 CVS date: 2006/09/11 11:36:16
2006-09-11Add stdarg.h header to build on x86 glibc, and rename the parameter this to ↵Diego 'Flameeyes' Pettenò
self to allow including xine.h from C++. CVS patchset: 8219 CVS date: 2006/09/11 11:11:02
2006-09-11handle stereo data that is only 8 bits in resolutionMike Melanson
CVS patchset: 8218 CVS date: 2006/09/11 05:55:49
2006-09-10Restre xine_vlog as a va_list function, xine_log is already a variable ↵Diego 'Flameeyes' Pettenò
arguments function. CVS patchset: 8217 CVS date: 2006/09/10 19:50:09
2006-09-10Allow xine-lib to compile with gcc 4.1.1.James Courtier-Dutton
dsputil_mmx.c patch taked from gentoo portage. CVS patchset: 8216 CVS date: 2006/09/10 19:33:53
2006-09-10Fix seeking, remove blocksize support for now, and check if mmap fails.Diego 'Flameeyes' Pettenò
CVS patchset: 8215 CVS date: 2006/09/10 01:46:45
2006-09-10Add missing line.Diego 'Flameeyes' Pettenò
CVS patchset: 8214 CVS date: 2006/09/10 00:59:37
2006-09-09Implement MMAP capable reading for files, reduces memory impact and improve ↵Diego 'Flameeyes' Pettenò
performance on local files. CVS patchset: 8213 CVS date: 2006/09/09 22:11:08
2006-09-09Dynamically create the log_buffers entries and the lines buffers for the ↵Diego 'Flameeyes' Pettenò
logs, so that it does not waste 450KiB immediately at startup. CVS patchset: 8212 CVS date: 2006/09/09 19:35:40
2006-09-09Add xine_vlog in xine.c, remove xine_vflog from input_vcd, and do the ↵Diego 'Flameeyes' Pettenò
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
2006-09-09Constantise some strings.Diego 'Flameeyes' Pettenò
CVS patchset: 8210 CVS date: 2006/09/09 17:13:16
2006-09-08handle thread creation and memory allocation failures more gratefullyMiguel Freitas
thanks Daniel Derrett for the patch CVS patchset: 8209 CVS date: 2006/09/08 21:11:29
2006-09-08fix switch from alsa/dmix 2.0 to 5.1 [bug #1226595]Miguel Freitas
CVS patchset: 8208 CVS date: 2006/09/08 20:40:34
2006-09-08some fixes to abort playback if audio driver failed to openMiguel Freitas
- 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
2006-09-08update latency querying to the new apiMiguel Freitas
CVS patchset: 8206 CVS date: 2006/09/08 19:47:56
2006-09-08remove references to audio_polyp_out that broke daily buildMiguel Freitas
CVS patchset: 8205 CVS date: 2006/09/08 13:35:16
2006-09-08Try to match input plugin block size.Thibaut Mattern
See bugreport [ 1551996 ]. CVS patchset: 8204 CVS date: 2006/09/08 06:20:37
2006-09-07Added common asf header parser.Thibaut Mattern
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
2006-09-06Build workaround for MinGW.František Dvořák
CVS patchset: 8202 CVS date: 2006/09/06 18:21:13
2006-09-04Proper configure fix,František Dvořák
added Xorg's X_CFLAGS where needed. CVS patchset: 8201 CVS date: 2006/09/04 06:19:55
2006-09-03Fix configure for non-modular Xorg.František Dvořák
CVS patchset: 8200 CVS date: 2006/09/03 19:41:16
2006-09-03Clear back buffer(s) when output area changes.Claudio Ciccani
CVS patchset: 8199 CVS date: 2006/09/03 13:24:05
2006-09-03Send to the decoder the proper header, this way FFmpeg can decode mp3 files ↵Diego 'Flameeyes' Pettenò
without mad. The header, as well as the frame end flags, are ignored by the mad decoder. CVS patchset: 8198 CVS date: 2006/09/03 02:03:21
2006-09-02Complete removal of polypaudio.Diego 'Flameeyes' Pettenò
CVS patchset: 8197 CVS date: 2006/09/02 22:09:33
2006-09-02Allow extended hosts even for FreeBSD, when enabling vidix.Diego 'Flameeyes' Pettenò
CVS patchset: 8196 CVS date: 2006/09/02 22:02:36