<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libsputext/xine_decoder.c, branch 1.1.15</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>Rename xine_decoder.c to xine_sputext_decoder.c.</title>
<updated>2007-04-04T20:50:17+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-04-04T20:50:17+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=cf701273878fafeef78183bac35576de902f78f3'/>
<id>cf701273878fafeef78183bac35576de902f78f3</id>
<content type='text'>
Use xineplug_LTLIBRARIES.

--HG--
rename : src/libsputext/xine_decoder.c =&gt; src/libsputext/xine_sputext_decoder.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use xineplug_LTLIBRARIES.

--HG--
rename : src/libsputext/xine_decoder.c =&gt; src/libsputext/xine_sputext_decoder.c
</pre>
</div>
</content>
</entry>
<entry>
<title>const++</title>
<updated>2007-02-20T01:04:07+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-02-20T01:04:07+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7b7f11b8e9dcfa069ccd447c4054dd8d832f628c'/>
<id>7b7f11b8e9dcfa069ccd447c4054dd8d832f628c</id>
<content type='text'>
CVS patchset: 8616
CVS date: 2007/02/20 01:04:07

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8616
CVS date: 2007/02/20 01:04:07

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a lot of format warnings in lprintf calls (mostly %ldd -&gt; %"PRId64").</title>
<updated>2007-02-20T00:34:55+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-02-20T00:34:55+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=780908b7567d712ebd866081760b91abcb03017c'/>
<id>780908b7567d712ebd866081760b91abcb03017c</id>
<content type='text'>
CVS patchset: 8608
CVS date: 2007/02/20 00:34:55

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8608
CVS date: 2007/02/20 00:34:55

</pre>
</div>
</content>
</entry>
<entry>
<title>Mark string-type configuration items according to whether they're plain</title>
<updated>2006-12-19T19:10:50+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2006-12-19T19:10:50+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ace000d3a03181607b130c28da69652f5f60f7d6'/>
<id>ace000d3a03181607b130c28da69652f5f60f7d6</id>
<content type='text'>
strings or names of files, device nodes or directories. This information is
available to front ends (via .num_value) so that they can present
file/dir-open dialogue boxes if they so choose.
Subtitle font selection is split up due to this.

CVS patchset: 8425
CVS date: 2006/12/19 19:10:50

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
strings or names of files, device nodes or directories. This information is
available to front ends (via .num_value) so that they can present
file/dir-open dialogue boxes if they so choose.
Subtitle font selection is split up due to this.

CVS patchset: 8425
CVS date: 2006/12/19 19:10:50

</pre>
</div>
</content>
</entry>
<entry>
<title>Assert presence of this-&gt;renderer as the whole function relies on its presence.</title>
<updated>2006-09-26T02:36:55+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2006-09-26T02:36:55+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4a4a496f6baeb0f6d551409ef6d68e02e6e8cf4e'/>
<id>4a4a496f6baeb0f6d551409ef6d68e02e6e8cf4e</id>
<content type='text'>
To avoid segmentation fault, also return if the renderer isn't found.

CVS patchset: 8286
CVS date: 2006/09/26 02:36:55

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To avoid segmentation fault, also return if the renderer isn't found.

CVS patchset: 8286
CVS date: 2006/09/26 02:36:55

</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>*** empty log message ***</title>
<updated>2006-06-17T12:50:18+00:00</updated>
<author>
<name>Bastien Nocera</name>
<email>hadess@users.sourceforge.net</email>
</author>
<published>2006-06-17T12:50:18+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c036faa947dd1a4362ca796f4240835ea404a654'/>
<id>c036faa947dd1a4362ca796f4240835ea404a654</id>
<content type='text'>
CVS patchset: 8047
CVS date: 2006/06/17 12:50:18

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8047
CVS date: 2006/06/17 12:50:18

</pre>
</div>
</content>
</entry>
<entry>
<title>Various static/const fixes from Gentoo.</title>
<updated>2006-06-02T22:18:56+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2006-06-02T22:18:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=6a90ef1128ca51713804e94da00f9c3a7440ec16'/>
<id>6a90ef1128ca51713804e94da00f9c3a7440ec16</id>
<content type='text'>
CVS patchset: 8009
CVS date: 2006/06/02 22:18:56

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8009
CVS date: 2006/06/02 22:18:56

</pre>
</div>
</content>
</entry>
<entry>
<title>Make various arrays and structures (mainly xine_plugin_info) const.</title>
<updated>2006-05-03T19:46:06+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2006-05-03T19:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=1e21218596ab3eb84da7b2ec8aedd46827284b8a'/>
<id>1e21218596ab3eb84da7b2ec8aedd46827284b8a</id>
<content type='text'>
(Diego Pettenò)

CVS patchset: 7985
CVS date: 2006/05/03 19:46:06

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(Diego Pettenò)

CVS patchset: 7985
CVS date: 2006/05/03 19:46:06

</pre>
</div>
</content>
</entry>
<entry>
<title>*BUGFIX*</title>
<updated>2005-11-28T12:24:56+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@users.sourceforge.net</email>
</author>
<published>2005-11-28T12:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=29889061262a94aeb8871b185b29a1699f55af63'/>
<id>29889061262a94aeb8871b185b29a1699f55af63</id>
<content type='text'>
Improved cross-compiling: detect and precedence of the host-specific libs
W32dll: enabled by platforms as originaly, user can override it
Fixed shell errors in the Makefile of the hackersguide
Detect the place of SDL header independently on platform
Fixed spelling in CDDA, include the header sys/param.h if available
Fixed format strings (fix warnings (or even bugs) on Gentoo/FreeBSD)

CVS patchset: 7815
CVS date: 2005/11/28 12:24:56

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improved cross-compiling: detect and precedence of the host-specific libs
W32dll: enabled by platforms as originaly, user can override it
Fixed shell errors in the Makefile of the hackersguide
Detect the place of SDL header independently on platform
Fixed spelling in CDDA, include the header sys/param.h if available
Fixed format strings (fix warnings (or even bugs) on Gentoo/FreeBSD)

CVS patchset: 7815
CVS date: 2005/11/28 12:24:56

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