Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-15 | Fixed potential memory corruption. | Thibaut Mattern | |
Thanks to valgrind ;-) CVS patchset: 8262 CVS date: 2006/09/15 21:52:19 | |||
2006-09-14 | Don't use WAND_CPPFLAGS and WAND_LDFLAGS. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8256 CVS date: 2006/09/14 13:35:38 | |||
2006-09-14 | Add missing blanks. | Philipp Hahn | |
CVS patchset: 8253 CVS date: 2006/09/14 06:46:31 | |||
2006-09-14 | Suppose 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-14 | Update 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-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 | 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 | 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 | 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 | 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-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 | 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 | Remove polypaudio plugin, in favour of PulseAudio. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8195 CVS date: 2006/09/02 21:59:54 | |||
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 | |||
2006-09-01 | Fix building on amd64 and x86 too, by moving the constant at the top. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8187 CVS date: 2006/09/01 13:56:17 | |||
2006-08-31 | Move the help text out of the #if condition. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8186 CVS date: 2006/08/31 22:16:53 | |||
2006-08-27 | Fix bug where incorrect aspect ratio was being passed to post plugins up | Jason Tackaberry | |
the pipeline. CVS patchset: 8182 CVS date: 2006/08/27 16:27:52 | |||
2006-08-13 | move image presentation support to xine-lib | Miguel Freitas | |
CVS patchset: 8180 CVS date: 2006/08/13 23:51:33 | |||
2006-08-13 | patch to fix compilation with gcc 4.0 and -fPIC | Miguel Freitas | |
CVS patchset: 8179 CVS date: 2006/08/13 18:36:51 | |||
2006-08-12 | JACK audio driver by Chris Cannam | Miguel Freitas | |
CVS patchset: 8178 CVS date: 2006/08/12 23:57:29 | |||
2006-08-12 | don't report extensions/mimetypes if required decoder is missing | Miguel Freitas | |
(implemented for mp3 demuxer only) CVS patchset: 8177 CVS date: 2006/08/12 01:43:26 | |||
2006-08-11 | Fix up CDDA parsing to cope with an arbitrary number of slashes after the colon. | Darren Salt | |
Adjust xine(5) to make mention of the possibility of naming the device. CVS patchset: 8176 CVS date: 2006/08/11 21:40:02 | |||
2006-08-08 | port of the pts wrap detection fix from demux_mpeg_pes | Miguel Freitas | |
CVS patchset: 8170 CVS date: 2006/08/08 03:58:15 | |||
2006-08-08 | emms not needed for sse | Miguel Freitas | |
CVS patchset: 8169 CVS date: 2006/08/08 03:50:21 | |||
2006-08-08 | video/x-ms-wma -> audio/x-ms-wma | Miguel Freitas | |
CVS patchset: 8168 CVS date: 2006/08/08 03:34:15 | |||
2006-08-08 | new mutex to synchronize order of pairwise A/V buffer operations | Miguel Freitas | |
by Reinhard Nissl CVS patchset: 8167 CVS date: 2006/08/08 03:25:03 |