Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-14 | Update 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-14 | Remove 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-14 | Removed. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8236 CVS date: 2006/09/14 00:25:34 | |||
2006-09-13 | Don'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-13 | Update changelog after closing bug #1550763. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8234 CVS date: 2006/09/13 23:33:08 | |||
2006-09-13 | Return -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-13 | Return -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-13 | Allow 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-13 | Fix the debug build. | František Dvořák | |
CVS patchset: 8230 CVS date: 2006/09/13 23:10:50 | |||
2006-09-13 | Update ChangeLog now that the bug is closed. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8229 CVS date: 2006/09/13 22:52:39 | |||
2006-09-13 | Use 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-13 | When 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-13 | Add bug number, too. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8226 CVS date: 2006/09/13 17:40:11 | |||
2006-09-13 | Update ChangeLog with the recent changes. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8225 CVS date: 2006/09/13 17:26:59 | |||
2006-09-13 | Don'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-12 | Fixed 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-12 | Rewrite 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-11 | Oops, overkill the bug isn't needed. | František Dvořák | |
CVS patchset: 8221 CVS date: 2006/09/11 17:11:38 | |||
2006-09-11 | Compilation fix. | František Dvořák | |
CVS patchset: 8220 CVS date: 2006/09/11 11:36:16 | |||
2006-09-11 | Add 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-11 | handle stereo data that is only 8 bits in resolution | Mike Melanson | |
CVS patchset: 8218 CVS date: 2006/09/11 05:55:49 | |||
2006-09-10 | Restre 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-10 | Allow 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-10 | Fix 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-10 | Add missing line. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8214 CVS date: 2006/09/10 00:59:37 | |||
2006-09-09 | Implement 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-09 | Dynamically 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-09 | Add 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-09 | Constantise some strings. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8210 CVS date: 2006/09/09 17:13:16 | |||
2006-09-08 | handle thread creation and memory allocation failures more gratefully | Miguel Freitas | |
thanks Daniel Derrett for the patch CVS patchset: 8209 CVS date: 2006/09/08 21:11:29 | |||
2006-09-08 | fix 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-08 | some fixes to abort playback if audio driver failed to open | Miguel 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-08 | update latency querying to the new api | Miguel Freitas | |
CVS patchset: 8206 CVS date: 2006/09/08 19:47:56 | |||
2006-09-08 | remove references to audio_polyp_out that broke daily build | Miguel Freitas | |
CVS patchset: 8205 CVS date: 2006/09/08 13:35:16 | |||
2006-09-08 | Try to match input plugin block size. | Thibaut Mattern | |
See bugreport [ 1551996 ]. CVS patchset: 8204 CVS date: 2006/09/08 06:20:37 | |||
2006-09-07 | Added 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-06 | Build workaround for MinGW. | František Dvořák | |
CVS patchset: 8202 CVS date: 2006/09/06 18:21:13 | |||
2006-09-04 | Proper 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-03 | Fix configure for non-modular Xorg. | František Dvořák | |
CVS patchset: 8200 CVS date: 2006/09/03 19:41:16 | |||
2006-09-03 | Clear back buffer(s) when output area changes. | Claudio Ciccani | |
CVS patchset: 8199 CVS date: 2006/09/03 13:24:05 | |||
2006-09-03 | Send 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-02 | Complete removal of polypaudio. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8197 CVS date: 2006/09/02 22:09:33 | |||
2006-09-02 | Allow extended hosts even for FreeBSD, when enabling vidix. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8196 CVS date: 2006/09/02 22:02:36 | |||
2006-09-02 | Remove polypaudio plugin, in favour of PulseAudio. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8195 CVS date: 2006/09/02 21:59:54 | |||
2006-09-02 | Make ./configure --enable-v4l fail if the videodev header is not found. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8194 CVS date: 2006/09/02 21:55:37 | |||
2006-09-02 | Error out if --enable-syncfb is forced on a non-Linux system. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8193 CVS date: 2006/09/02 21:30:29 | |||
2006-09-02 | Disabled support for subpicture overlay bacause of problems with Matrox's | Claudio Ciccani | |
CRTC2 Subpicture. CVS patchset: 8192 CVS date: 2006/09/02 13:26:00 | |||
2006-09-02 | Don't use linux/config.h and include mtrr.h unconditionally, close bug #973678. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8191 CVS date: 2006/09/02 02:17:07 | |||
2006-09-02 | Avoid implicit declaration of close() function. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8190 CVS date: 2006/09/02 01:10:46 | |||
2006-09-02 | Now that syncfb can be enabled, let it compile. This fixes the report #1547576. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8189 CVS date: 2006/09/02 01:08:31 |