summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2006-08-08port of the pts wrap detection fix from demux_mpeg_pesMiguel Freitas
CVS patchset: 8170 CVS date: 2006/08/08 03:58:15
2006-08-08emms not needed for sseMiguel Freitas
CVS patchset: 8169 CVS date: 2006/08/08 03:50:21
2006-08-08video/x-ms-wma -> audio/x-ms-wmaMiguel Freitas
CVS patchset: 8168 CVS date: 2006/08/08 03:34:15
2006-08-08new mutex to synchronize order of pairwise A/V buffer operationsMiguel Freitas
by Reinhard Nissl CVS patchset: 8167 CVS date: 2006/08/08 03:25:03
2006-08-08fix segfault due bad vasprintf usageMiguel Freitas
CVS patchset: 8166 CVS date: 2006/08/08 03:16:23
2006-08-08patch by Chris BrienMiguel Freitas
1) Return the stream length correctly. This fixes a FIXME. 2) Set the width and height metadata. 3) Reset the demuxer status to DEMUX_OK on seek. CVS patchset: 8165 CVS date: 2006/08/08 03:15:02
2006-08-05- avoid crashing when the FLAC file is brokenBastien Nocera
CVS patchset: 8164 CVS date: 2006/08/05 13:34:42
2006-08-05- use the gdkpixbuf loader to handle JPEG stills in Quicktime movies, asBastien Nocera
the ffmpeg MJPEG decoder isn't appropriate CVS patchset: 8163 CVS date: 2006/08/05 13:31:13
2006-08-04Pass option directly to FusionSoundInit() (avoid using DirectFBSetOption()Claudio Ciccani
because it generates error messages if directfb was already initialized). Enable using FSSF_FLOAT with FusionSound 0.9.26 (CVS). CVS patchset: 8162 CVS date: 2006/08/04 15:52:00
2006-08-04re-enable the QDesign audio decoder that was accidently disabled duringMike Melanson
the recent xine glue code upgrade CVS patchset: 8161 CVS date: 2006/08/04 06:18:35
2006-08-03delete duplicate buffer IDMike Melanson
CVS patchset: 8160 CVS date: 2006/08/03 04:30:43