<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/video_out, branch 1.1.3</title>
<subtitle>xine-lib git mirror
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/'/>
<entry>
<title>Added support for the new x11 visual.</title>
<updated>2006-11-23T18:45:58+00:00</updated>
<author>
<name>Claudio Ciccani</name>
<email>klan@users.sourceforge.net</email>
</author>
<published>2006-11-23T18:45:58+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8b9f9a3a1b2578a984e89085f434b9c5d4a76eac'/>
<id>8b9f9a3a1b2578a984e89085f434b9c5d4a76eac</id>
<content type='text'>
CVS patchset: 8387
CVS date: 2006/11/23 18:45:58

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8387
CVS date: 2006/11/23 18:45:58

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a compile problem which can mean that the Xv output plugin isn't linked</title>
<updated>2006-11-05T15:16:56+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2006-11-05T15:16:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d73a763dd8a00220373a2756e56009b83631b846'/>
<id>d73a763dd8a00220373a2756e56009b83631b846</id>
<content type='text'>
with libXv.
Problem was that the pkgconfig test sets XV_LIBS, but XV_LIB was used
elsewhere. So we change XV_LIB -&gt; XV_LIBS.
The same change is made for XVMC_LIB and XXMC_LIB in case of future use of
pkgconfig.

CVS patchset: 8360
CVS date: 2006/11/05 15:16:56

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with libXv.
Problem was that the pkgconfig test sets XV_LIBS, but XV_LIB was used
elsewhere. So we change XV_LIB -&gt; XV_LIBS.
The same change is made for XVMC_LIB and XXMC_LIB in case of future use of
pkgconfig.

CVS patchset: 8360
CVS date: 2006/11/05 15:16:56

</pre>
</div>
</content>
</entry>
<entry>
<title>Christoph Pfister's patch to support XINE_VISUAL_TYPE_X11_2 with XV</title>
<updated>2006-10-28T18:51:08+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2006-10-28T18:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=0040fb948b239b3047f98eb2fabdf2591890bedc'/>
<id>0040fb948b239b3047f98eb2fabdf2591890bedc</id>
<content type='text'>
CVS patchset: 8351
CVS date: 2006/10/28 18:51:08

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8351
CVS date: 2006/10/28 18:51:08

</pre>
</div>
</content>
</entry>
<entry>
<title>new visual type XINE_VISUAL_TYPE_X11_2 with configurable X11 locking.</title>
<updated>2006-10-28T17:02:51+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2006-10-28T17:02:51+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3d28fa78360bec4a6a5f66b60e50790c12fb3192'/>
<id>3d28fa78360bec4a6a5f66b60e50790c12fb3192</id>
<content type='text'>
allow developers to use special locking support of their plataform (like
QT library mutex).
note: only xshm has been ported.
based on Christoph Pfister's patch.

CVS patchset: 8350
CVS date: 2006/10/28 17:02:51

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
allow developers to use special locking support of their plataform (like
QT library mutex).
note: only xshm has been ported.
based on Christoph Pfister's patch.

CVS patchset: 8350
CVS date: 2006/10/28 17:02:51

</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid usage of DirectFBSetOption().</title>
<updated>2006-10-01T10:26:26+00:00</updated>
<author>
<name>Claudio Ciccani</name>
<email>klan@users.sourceforge.net</email>
</author>
<published>2006-10-01T10:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=bf77d4f2543e2c42f6ef6dc1c15689aaabbd4b88'/>
<id>bf77d4f2543e2c42f6ef6dc1c15689aaabbd4b88</id>
<content type='text'>
Reget layer's surface after changing configuration.

CVS patchset: 8325
CVS date: 2006/10/01 10:26:26

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reget layer's surface after changing configuration.

CVS patchset: 8325
CVS date: 2006/10/01 10:26:26

</pre>
</div>
</content>
</entry>
<entry>
<title>Update API for libcaca 0.99. Patch by cjacker huang.</title>
<updated>2006-09-14T00:44:19+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2006-09-14T00:44:19+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=656c34957e47aa6ebec9203e1e86342878708450'/>
<id>656c34957e47aa6ebec9203e1e86342878708450</id>
<content type='text'>
CVS patchset: 8239
CVS date: 2006/09/14 00:44:19

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8239
CVS date: 2006/09/14 00:44:19

</pre>
</div>
</content>
</entry>
<entry>
<title>Proper configure fix,</title>
<updated>2006-09-04T06:19:55+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@users.sourceforge.net</email>
</author>
<published>2006-09-04T06:19:55+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=48eb1f3bfe29e086b363ee98c25d760f0a6401f3'/>
<id>48eb1f3bfe29e086b363ee98c25d760f0a6401f3</id>
<content type='text'>
added Xorg's X_CFLAGS where needed.

CVS patchset: 8201
CVS date: 2006/09/04 06:19:55

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
added Xorg's X_CFLAGS where needed.

CVS patchset: 8201
CVS date: 2006/09/04 06:19:55

</pre>
</div>
</content>
</entry>
<entry>
<title>Clear back buffer(s) when output area changes.</title>
<updated>2006-09-03T13:24:05+00:00</updated>
<author>
<name>Claudio Ciccani</name>
<email>klan@users.sourceforge.net</email>
</author>
<published>2006-09-03T13:24:05+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=28e81286cd68f8311fa529a65e1db4ffbf933278'/>
<id>28e81286cd68f8311fa529a65e1db4ffbf933278</id>
<content type='text'>
CVS patchset: 8199
CVS date: 2006/09/03 13:24:05

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8199
CVS date: 2006/09/03 13:24:05

</pre>
</div>
</content>
</entry>
<entry>
<title>Disabled support for subpicture overlay bacause of problems with Matrox's</title>
<updated>2006-09-02T13:26:00+00:00</updated>
<author>
<name>Claudio Ciccani</name>
<email>klan@users.sourceforge.net</email>
</author>
<published>2006-09-02T13:26:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=abbb98dd9400b4353aff7222b3a82c1198361082'/>
<id>abbb98dd9400b4353aff7222b3a82c1198361082</id>
<content type='text'>
CRTC2 Subpicture.

CVS patchset: 8192
CVS date: 2006/09/02 13:26:00

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CRTC2 Subpicture.

CVS patchset: 8192
CVS date: 2006/09/02 13:26:00

</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use linux/config.h and include mtrr.h unconditionally, close bug #973678.</title>
<updated>2006-09-02T02:17:07+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2006-09-02T02:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f491b676b3c5bb1ea861ee98dfeb69e7b218ae33'/>
<id>f491b676b3c5bb1ea861ee98dfeb69e7b218ae33</id>
<content type='text'>
CVS patchset: 8191
CVS date: 2006/09/02 02:17:07

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8191
CVS date: 2006/09/02 02:17:07

</pre>
</div>
</content>
</entry>
</feed>
