<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libfaad/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_faad_decoder.c.</title>
<updated>2007-04-04T19:18:18+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-04-04T19:18:18+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d9719dbf52e99600c5e105efa7f828152c6cfe19'/>
<id>d9719dbf52e99600c5e105efa7f828152c6cfe19</id>
<content type='text'>
Use xineplug_LTLIBRARIES.

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

--HG--
rename : src/libfaad/xine_decoder.c =&gt; src/libfaad/xine_faad_decoder.c
</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>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>Use the actually-implemented interface instead of the out-of-date faad.h.</title>
<updated>2006-06-03T12:36:52+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2006-06-03T12:36:52+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=77da940a799f99060d306ea3b9d65d287d8c0824'/>
<id>77da940a799f99060d306ea3b9d65d287d8c0824</id>
<content type='text'>
This fixes various problems on 64-bit systems to do with the different size
of long ints and pointer types.
If this is not already upstream, it should be pushed upstream.
(Patch from Gentoo.)

CVS patchset: 8012
CVS date: 2006/06/03 12:36:52

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes various problems on 64-bit systems to do with the different size
of long ints and pointer types.
If this is not already upstream, it should be pushed upstream.
(Patch from Gentoo.)

CVS patchset: 8012
CVS date: 2006/06/03 12:36:52

</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>update libfaad2 to CVS snapshot 2004-09-15</title>
<updated>2005-10-29T23:57:06+00:00</updated>
<author>
<name>Mike Melanson</name>
<email>mike@multimedia.cx</email>
</author>
<published>2005-10-29T23:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=03ac29c63fd3d5019c67b3662669b1c443896f0b'/>
<id>03ac29c63fd3d5019c67b3662669b1c443896f0b</id>
<content type='text'>
CVS patchset: 7777
CVS date: 2005/10/29 23:57:06

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7777
CVS date: 2005/10/29 23:57:06

</pre>
</div>
</content>
</entry>
<entry>
<title>More codec description detail</title>
<updated>2005-07-17T19:34:08+00:00</updated>
<author>
<name>James Stembridge</name>
<email>jstembridge@users.sourceforge.net</email>
</author>
<published>2005-07-17T19:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=bdea88286868badaf308c99c79b19c64815152c1'/>
<id>bdea88286868badaf308c99c79b19c64815152c1</id>
<content type='text'>
CVS patchset: 7650
CVS date: 2005/07/17 19:34:08

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7650
CVS date: 2005/07/17 19:34:08

</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure bits per sample is always set</title>
<updated>2005-06-04T14:12:54+00:00</updated>
<author>
<name>James Stembridge</name>
<email>jstembridge@users.sourceforge.net</email>
</author>
<published>2005-06-04T14:12:54+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4d08a498b5752dd5735b66c23f9af672551f5e9b'/>
<id>4d08a498b5752dd5735b66c23f9af672551f5e9b</id>
<content type='text'>
CVS patchset: 7606
CVS date: 2005/06/04 14:12:54

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7606
CVS date: 2005/06/04 14:12:54

</pre>
</div>
</content>
</entry>
<entry>
<title>No need to guess parameters, faad will read them from ADTS/ADIF header</title>
<updated>2005-05-30T12:08:49+00:00</updated>
<author>
<name>James Stembridge</name>
<email>jstembridge@users.sourceforge.net</email>
</author>
<published>2005-05-30T12:08:49+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=77373630ab3cbda175ac723b96b75aca9aa92ffe'/>
<id>77373630ab3cbda175ac723b96b75aca9aa92ffe</id>
<content type='text'>
CVS patchset: 7596
CVS date: 2005/05/30 12:08:49

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7596
CVS date: 2005/05/30 12:08:49

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