<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/post/deinterlace/plugins/Makefile.am, branch 1.1.21</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>mingw32-w64 port: '-no-undefined' part</title>
<updated>2010-10-23T11:18:24+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@civ.zcu.cz</email>
</author>
<published>2010-10-23T11:18:24+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2af0f16f1fdadf1e85493f8506d441df09199fa6'/>
<id>2af0f16f1fdadf1e85493f8506d441df09199fa6</id>
<content type='text'>
- use -no-undefined flag only for building shared libraries (libxine, plugins)
- plugins LDFLAGS unification
- move -no-undefined into LDFLAGS_NOUNDEFINED
- attributes.m4 fix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- use -no-undefined flag only for building shared libraries (libxine, plugins)
- plugins LDFLAGS unification
- move -no-undefined into LDFLAGS_NOUNDEFINED
- attributes.m4 fix
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport the MANGLE macro handling from 1.2-libavutil branch (and adapt).</title>
<updated>2008-03-02T17:52:09+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2008-03-02T17:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=6772044da2f3574f09b8f39832710daab249e83f'/>
<id>6772044da2f3574f09b8f39832710daab249e83f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid possible excess linkage in the tvtime plugin.</title>
<updated>2008-02-12T16:39:57+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2008-02-12T16:39:57+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c20f6876baae32c2ef18999def0245bf0c23000a'/>
<id>c20f6876baae32c2ef18999def0245bf0c23000a</id>
<content type='text'>
Its convenience lib needs $(XINE_LIB) but it gets that when it's linked into
the shared lib.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Its convenience lib needs $(XINE_LIB) but it gets that when it's linked into
the shared lib.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid a build failure (affects gcc 4.0 on x86_32).</title>
<updated>2008-02-08T22:20:47+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2008-02-08T22:20:47+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=91906eeb746d96a39560471e92431a0c6632c70a'/>
<id>91906eeb746d96a39560471e92431a0c6632c70a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Define a xinepostdir directory to point to the post-plugins path.</title>
<updated>2007-04-06T14:17:04+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-04-06T14:17:04+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e7b343f647fa5c44551946b39afdeebe0812c8eb'/>
<id>e7b343f647fa5c44551946b39afdeebe0812c8eb</id>
<content type='text'>
Together with this, define a xinepost_LTLIBRARIES class that is used
to install the post-plugins in the correct directory.

Also add the rule to remove them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Together with this, define a xinepost_LTLIBRARIES class that is used
to install the post-plugins in the correct directory.

Also add the rule to remove them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement visibility support, available on GCC 4.0 and later and on some 3.4 (through backports), to avoid exporting unneeded internal symbols, making plugins' loading faster and use of internal copies of libraries more solid. It should automatically fall back to the old way in GCCs that does not support -fvisibility=hidden, but has to be tested carefully. No issues were found in the months of testing in Gentoo, but this requires special attention anyway.</title>
<updated>2006-07-10T22:08:12+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2006-07-10T22:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e70c5600f5653c6915931717bdd52f9a6a2f2d9d'/>
<id>e70c5600f5653c6915931717bdd52f9a6a2f2d9d</id>
<content type='text'>
CVS patchset: 8101
CVS date: 2006/07/10 22:08:12

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8101
CVS date: 2006/07/10 22:08:12

</pre>
</div>
</content>
</entry>
<entry>
<title>quite some hacks for gcc 2.95 compatibility</title>
<updated>2005-06-05T16:00:06+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2005-06-05T16:00:06+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=45488a925b73cbefa2dfd93de3588486012e6132'/>
<id>45488a925b73cbefa2dfd93de3588486012e6132</id>
<content type='text'>
CVS patchset: 7612
CVS date: 2005/06/05 16:00:06

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7612
CVS date: 2005/06/05 16:00:06

</pre>
</div>
</content>
</entry>
<entry>
<title>disable greedyh until i can fix the asm</title>
<updated>2005-06-03T16:58:24+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2005-06-03T16:58:24+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=fdc4eead7ce4685c9e14c8c2cb47157b8fb3cd22'/>
<id>fdc4eead7ce4685c9e14c8c2cb47157b8fb3cd22</id>
<content type='text'>
CVS patchset: 7600
CVS date: 2005/06/03 16:58:24

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7600
CVS date: 2005/06/03 16:58:24

</pre>
</div>
</content>
</entry>
<entry>
<title>finally: tomsmocomp deinterlacing from dscaler</title>
<updated>2005-05-28T02:35:57+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2005-05-28T02:35:57+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b53e53c961488910454ab1d3d556bcec86f385b4'/>
<id>b53e53c961488910454ab1d3d556bcec86f385b4</id>
<content type='text'>
CVS patchset: 7571
CVS date: 2005/05/28 02:35:57

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7571
CVS date: 2005/05/28 02:35:57

</pre>
</div>
</content>
</entry>
<entry>
<title>material for xine 1.1: new quality deinterlacer GreedyH from dscaler.</title>
<updated>2005-05-27T15:22:52+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2005-05-27T15:22:52+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ce3c57412188a0edc4d6bd819960bf72bf097e5d'/>
<id>ce3c57412188a0edc4d6bd819960bf72bf097e5d</id>
<content type='text'>
(actually ported dscaler-&gt;kdetv-&gt;tvtime-&gt;xine)
obs: i'm not yet considering this feature for 1.0.2 since
every time i add new asm code the build gets broken for some
specific gcc version or something...

CVS patchset: 7563
CVS date: 2005/05/27 15:22:52

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(actually ported dscaler-&gt;kdetv-&gt;tvtime-&gt;xine)
obs: i'm not yet considering this feature for 1.0.2 since
every time i add new asm code the build gets broken for some
specific gcc version or something...

CVS patchset: 7563
CVS date: 2005/05/27 15:22:52

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