summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2006-08-02Fix a typo which prevents build from tarball (missing file).Darren Salt
CVS patchset: 8159 CVS date: 2006/08/02 23:48:34
2006-08-02Don't try to distribute removed files.Darren Salt
CVS patchset: 8158 CVS date: 2006/08/02 23:27:26
2006-08-02Missing "\".Darren Salt
CVS patchset: 8157 CVS date: 2006/08/02 23:21:31
2006-08-02fix for debug builds; this will eventually get upstream into the official ↵Mike Melanson
FFmpeg tree CVS patchset: 8156 CVS date: 2006/08/02 21:50:27
2006-08-02disable building of Snow codec for now; it's still experimental and has ↵Mike Melanson
trouble compiling cleanly without configuring encoders CVS patchset: 8155 CVS date: 2006/08/02 21:08:01
2006-08-02updated diff fileMike Melanson
CVS patchset: 8154 CVS date: 2006/08/02 08:13:15
2006-08-02more residual from latest FFmpeg syncMike Melanson
CVS patchset: 8153 CVS date: 2006/08/02 07:55:43
2006-08-02missing file from syncMike Melanson
CVS patchset: 8152 CVS date: 2006/08/02 07:39:20
2006-08-02updated FFmpeg versionMike Melanson
CVS patchset: 8151 CVS date: 2006/08/02 07:16:58
2006-08-02hook up new FFmpeg decoders, including VC-1/WMV9Mike Melanson
CVS patchset: 8150 CVS date: 2006/08/02 07:15:27
2006-08-02sync FFmpeg treeMike Melanson
CVS patchset: 8149 CVS date: 2006/08/02 07:12:57
2006-08-02add new libavutil filesMike Melanson
CVS patchset: 8148 CVS date: 2006/08/02 07:11:46
2006-08-02delete USE_FASTMEMCPY FFmpeg flag since our fastmemcpy.h file hasMike Melanson
nothing in it right now anyway CVS patchset: 8147 CVS date: 2006/08/02 07:06:34
2006-08-02sync to FFmpeg 51.11.0Mike Melanson
CVS patchset: 8146 CVS date: 2006/08/02 07:02:37
2006-08-02new FFmpeg filesMike Melanson
CVS patchset: 8145 CVS date: 2006/08/02 06:58:35