summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2006-09-02Remove polypaudio plugin, in favour of PulseAudio.Diego 'Flameeyes' Pettenò
CVS patchset: 8195 CVS date: 2006/09/02 21:59:54
2006-09-02Make ./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-02Error 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-02Disabled support for subpicture overlay bacause of problems with Matrox'sClaudio Ciccani
CRTC2 Subpicture. CVS patchset: 8192 CVS date: 2006/09/02 13:26:00
2006-09-02Don'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-02Avoid implicit declaration of close() function.Diego 'Flameeyes' Pettenò
CVS patchset: 8190 CVS date: 2006/09/02 01:10:46
2006-09-02Now 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-02Add --enable-syncfb option, and fix --enable-fb that was doubled; make it work.Diego 'Flameeyes' Pettenò
CVS patchset: 8188 CVS date: 2006/09/02 01:05:24
2006-09-01Fix 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-31Move the help text out of the #if condition.Diego 'Flameeyes' Pettenò
CVS patchset: 8186 CVS date: 2006/08/31 22:16:53
2006-08-30Regenerate.Diego 'Flameeyes' Pettenò
CVS patchset: 8185 CVS date: 2006/08/30 23:09:27
2006-08-30Remember to add attributes.m4 to the dist tarball.Diego 'Flameeyes' Pettenò
CVS patchset: 8184 CVS date: 2006/08/30 23:03:56
2006-08-27spec-file fix and translation updateFrantišek Dvořák
tiny fix in configure for . != srcdir CVS patchset: 8183 CVS date: 2006/08/27 16:29:47
2006-08-27Fix bug where incorrect aspect ratio was being passed to post plugins upJason Tackaberry
the pipeline. CVS patchset: 8182 CVS date: 2006/08/27 16:27:52
2006-08-14added optional -jack subpackage in the spec-fileManfred Tremmel
CVS patchset: 8181 CVS date: 2006/08/14 14:38:32
2006-08-13move image presentation support to xine-libMiguel Freitas
CVS patchset: 8180 CVS date: 2006/08/13 23:51:33
2006-08-13patch to fix compilation with gcc 4.0 and -fPICMiguel Freitas
CVS patchset: 8179 CVS date: 2006/08/13 18:36:51
2006-08-12JACK audio driver by Chris CannamMiguel Freitas
CVS patchset: 8178 CVS date: 2006/08/12 23:57:29
2006-08-12don't report extensions/mimetypes if required decoder is missingMiguel Freitas
(implemented for mp3 demuxer only) CVS patchset: 8177 CVS date: 2006/08/12 01:43:26
2006-08-11Fix 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-11Bump requirement for external libvcdinfo to one which hasDarren Salt
vcdinfo_get_seg_resolution. CVS patchset: 8175 CVS date: 2006/08/11 17:20:13
2006-08-11Add a note that full paths are required in MRLs.Darren Salt
CVS patchset: 8174 CVS date: 2006/08/11 01:07:06
2006-08-10Undo eject recommendation. I misread the relevant source...Darren Salt
CVS patchset: 8173 CVS date: 2006/08/10 22:55:01
2006-08-10Recommend "eject".Darren Salt
CVS patchset: 8172 CVS date: 2006/08/10 22:50:09
2006-08-08Fixed old mail address.Matthias Hopf
CVS patchset: 8171 CVS date: 2006/08/08 15:02:32