<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libxineadec/fooaudio.c, branch 1.2.0</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 libxineadec directory in audio_dec.</title>
<updated>2007-12-22T22:01:01+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-12-22T22:01:01+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=6dc39d73d23ca2bfb2f6784e303c7c97e00414e1'/>
<id>6dc39d73d23ca2bfb2f6784e303c7c97e00414e1</id>
<content type='text'>
--HG--
rename : src/libxineadec/Makefile.am =&gt; src/audio_dec/Makefile.am
rename : src/libxineadec/fooaudio.c =&gt; src/audio_dec/fooaudio.c
rename : src/libxineadec/gsm610.c =&gt; src/audio_dec/gsm610.c
rename : src/libxineadec/xine_a52_decoder.c =&gt; src/audio_dec/xine_a52_decoder.c
rename : src/libxineadec/xine_dts_decoder.c =&gt; src/audio_dec/xine_dts_decoder.c
rename : src/libxineadec/xine_faad_decoder.c =&gt; src/audio_dec/xine_faad_decoder.c
rename : src/libxineadec/xine_lpcm_decoder.c =&gt; src/audio_dec/xine_lpcm_decoder.c
rename : src/libxineadec/xine_mad_decoder.c =&gt; src/audio_dec/xine_mad_decoder.c
rename : src/libxineadec/xine_musepack_decoder.c =&gt; src/audio_dec/xine_musepack_decoder.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
rename : src/libxineadec/Makefile.am =&gt; src/audio_dec/Makefile.am
rename : src/libxineadec/fooaudio.c =&gt; src/audio_dec/fooaudio.c
rename : src/libxineadec/gsm610.c =&gt; src/audio_dec/gsm610.c
rename : src/libxineadec/xine_a52_decoder.c =&gt; src/audio_dec/xine_a52_decoder.c
rename : src/libxineadec/xine_dts_decoder.c =&gt; src/audio_dec/xine_dts_decoder.c
rename : src/libxineadec/xine_faad_decoder.c =&gt; src/audio_dec/xine_faad_decoder.c
rename : src/libxineadec/xine_lpcm_decoder.c =&gt; src/audio_dec/xine_lpcm_decoder.c
rename : src/libxineadec/xine_mad_decoder.c =&gt; src/audio_dec/xine_mad_decoder.c
rename : src/libxineadec/xine_musepack_decoder.c =&gt; src/audio_dec/xine_musepack_decoder.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Update all the code to the new headers layout.</title>
<updated>2007-12-19T01:59:06+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-12-19T01:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=9da4e2dde0da695c240cf48390217ac97cb10c1c'/>
<id>9da4e2dde0da695c240cf48390217ac97cb10c1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump the interface version for audio decoder plugins.</title>
<updated>2007-12-11T17:19:30+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-12-11T17:19:30+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5d4f71c06873aea6df30b07abb84e7bdace5d54f'/>
<id>5d4f71c06873aea6df30b07abb84e7bdace5d54f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use N_() rather than _(), passing the string just once to gettext().</title>
<updated>2007-12-11T13:12:35+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-12-11T13:12:35+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e2a10c5fdaed1f45040fb3d737ab79f0e5d774d9'/>
<id>e2a10c5fdaed1f45040fb3d737ab79f0e5d774d9</id>
<content type='text'>
This way the gettext code for description does not need to be repeated by every plugin.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way the gettext code for description does not need to be repeated by every plugin.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update all audio decoder plugins to the new identifier/description interface. Add _() where missing, for i18n.</title>
<updated>2007-12-11T12:18:58+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-12-11T12:18:58+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4c6079008803ebe11ad05051a2c220a9347feea0'/>
<id>4c6079008803ebe11ad05051a2c220a9347feea0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete most of the CVS $Id$/$Log$ lines.</title>
<updated>2007-11-10T22:06:10+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-11-10T22:06:10+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3c175fd21df04c5c0afa160f81aea0c305f69dc5'/>
<id>3c175fd21df04c5c0afa160f81aea0c305f69dc5</id>
<content type='text'>
--HG--
extra : transplant_source : %E0%D0%C5%8B%BEU%DD%24%5D7%1F%ADV%AD%EB%23%CBU%80%EB
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : transplant_source : %E0%D0%C5%8B%BEU%DD%24%5D7%1F%ADV%AD%EB%23%CBU%80%EB
</pre>
</div>
</content>
</entry>
<entry>
<title>Update FSF address on non-contributed code and COPYING files.</title>
<updated>2007-11-09T17:11:05+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-11-09T17:11:05+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c8f3cd1faf678b64920ad62f1275b03aae0157a7'/>
<id>c8f3cd1faf678b64920ad62f1275b03aae0157a7</id>
<content type='text'>
For contributed code, leave whatever the version we last synced for is using
to make simpler future syncs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For contributed code, leave whatever the version we last synced for is using
to make simpler future syncs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround for recent glibc &amp; -D_FORTIFY_SOURCE=2 (defines open() as a macro).</title>
<updated>2007-08-15T15:38:46+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-08-15T15:38:46+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5bd10cf74df979e611d69db0d5563b9d0854f884'/>
<id>5bd10cf74df979e611d69db0d5563b9d0854f884</id>
<content type='text'>
According to bug 1773769, this breaks foo-&gt;open().
The fix (as used in Ville Skyttä's patch, which doesn't cover all cases) is
to replace this with (foo-&gt;open)().

This patch was generated using
sed -i -re 's/(([[:alnum:]_]+(-&gt;|\.))+open) ?\(/(\1) (/' `grep '[&gt;.]open \?(' include -rIl`
One change (in a comment) is not committed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to bug 1773769, this breaks foo-&gt;open().
The fix (as used in Ville Skyttä's patch, which doesn't cover all cases) is
to replace this with (foo-&gt;open)().

This patch was generated using
sed -i -re 's/(([[:alnum:]_]+(-&gt;|\.))+open) ?\(/(\1) (/' `grep '[&gt;.]open \?(' include -rIl`
One change (in a comment) is not committed.
</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>More static/const fixes from Gentoo. These should probably go upstream.</title>
<updated>2006-06-02T22:13:45+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2006-06-02T22:13:45+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=11de71b0938af5b027b78b0e0db9617ab22a319f'/>
<id>11de71b0938af5b027b78b0e0db9617ab22a319f</id>
<content type='text'>
CVS patchset: 8008
CVS date: 2006/06/02 22:13:45

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

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