<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/m4, branch 1-rc3</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>accept alsa 0.9 and 1.0 (thanks to Chris Rankin &lt;rankincj@yahoo.com&gt; to find this problem)</title>
<updated>2003-11-23T23:29:27+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2003-11-23T23:29:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=bd0fdced046b3b7abd5471aadc1d67190133940a'/>
<id>bd0fdced046b3b7abd5471aadc1d67190133940a</id>
<content type='text'>
CVS patchset: 5776
CVS date: 2003/11/23 23:29:27

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5776
CVS date: 2003/11/23 23:29:27

</pre>
</div>
</content>
</entry>
<entry>
<title>defining "inline" not to "__attribute__ ((__always_inline__))", but to</title>
<updated>2003-11-16T15:31:05+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-11-16T15:31:05+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b60400b03863c2a1338ee543286129ae7b174749'/>
<id>b60400b03863c2a1338ee543286129ae7b174749</id>
<content type='text'>
"inline __attribute__ ((__always_inline__))" should have the same effect,
but my gcc 3.3.1 emits much fewer warnings with the latter
(That is because static inline functions for example in ffmpeg are implemented
in the header, but not used in every file that includes this header. Now
gcc reports unused static functions with a "defined but not used" warning
unless they are static inline. The former define would have dropped the inline
and therefore triggers those warnings.)

CVS patchset: 5749
CVS date: 2003/11/16 15:31:05

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"inline __attribute__ ((__always_inline__))" should have the same effect,
but my gcc 3.3.1 emits much fewer warnings with the latter
(That is because static inline functions for example in ffmpeg are implemented
in the header, but not used in every file that includes this header. Now
gcc reports unused static functions with a "defined but not used" warning
unless they are static inline. The former define would have dropped the inline
and therefore triggers those warnings.)

CVS patchset: 5749
CVS date: 2003/11/16 15:31:05

</pre>
</div>
</content>
</entry>
<entry>
<title>allow more exact checks on alsa version numbers</title>
<updated>2003-09-05T13:51:27+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-09-05T13:51:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5a2df643a79bd52978ad80e1b1fed932717b4de3'/>
<id>5a2df643a79bd52978ad80e1b1fed932717b4de3</id>
<content type='text'>
(now my 0.9.0rc7 is accepted again :) )

CVS patchset: 5345
CVS date: 2003/09/05 13:51:27

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(now my 0.9.0rc7 is accepted again :) )

CVS patchset: 5345
CVS date: 2003/09/05 13:51:27

</pre>
</div>
</content>
</entry>
<entry>
<title>Changed assembly building code to take advantage of libtool. This command</title>
<updated>2003-07-20T20:48:40+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2003-07-20T20:48:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=95e6ebe3d3920ff73bf4fe75c8c6009aa0dae6df'/>
<id>95e6ebe3d3920ff73bf4fe75c8c6009aa0dae6df</id>
<content type='text'>
now works for libtool-1.4.x and libtool-1.5.
Changed the commands for building the assembly files in libw32dll to
match that suggested by Chris Rankin &lt;rankincj@yahoo.com&gt;.

CVS patchset: 5203
CVS date: 2003/07/20 20:48:40

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
now works for libtool-1.4.x and libtool-1.5.
Changed the commands for building the assembly files in libw32dll to
match that suggested by Chris Rankin &lt;rankincj@yahoo.com&gt;.

CVS patchset: 5203
CVS date: 2003/07/20 20:48:40

</pre>
</div>
</content>
</entry>
<entry>
<title>removed debugging echo</title>
<updated>2003-07-02T12:43:37+00:00</updated>
<author>
<name>Andreas Heinchen</name>
<email>heinchen@users.sourceforge.net</email>
</author>
<published>2003-07-02T12:43:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c13641302fc1d825493dec69860f6422e8059210'/>
<id>c13641302fc1d825493dec69860f6422e8059210</id>
<content type='text'>
CVS patchset: 5120
CVS date: 2003/07/02 12:43:37

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5120
CVS date: 2003/07/02 12:43:37

</pre>
</div>
</content>
</entry>
<entry>
<title>the statement that only MPEG will be supported with the DXR3 if no external</title>
<updated>2003-05-31T10:44:27+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-05-31T10:44:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8ba939c186c723ea400b9070b2ac3d3950e549e4'/>
<id>8ba939c186c723ea400b9070b2ac3d3950e549e4</id>
<content type='text'>
encoder lib is found is not true any longer -&gt; we have libavcodec's encoder now

CVS patchset: 4991
CVS date: 2003/05/31 10:44:27

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
encoder lib is found is not true any longer -&gt; we have libavcodec's encoder now

CVS patchset: 4991
CVS date: 2003/05/31 10:44:27

</pre>
</div>
</content>
</entry>
<entry>
<title>speex support contributed by Conrad Parker &lt;conrad@metadecks.org&gt;</title>
<updated>2003-05-25T13:39:13+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2003-05-25T13:39:13+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=91662bdf80f304b6f8e987a19899738af106172a'/>
<id>91662bdf80f304b6f8e987a19899738af106172a</id>
<content type='text'>
CVS patchset: 4926
CVS date: 2003/05/25 13:39:13

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4926
CVS date: 2003/05/25 13:39:13

</pre>
</div>
</content>
</entry>
<entry>
<title>*** empty log message ***</title>
<updated>2003-05-23T20:12:42+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-05-23T20:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7ebaa61d9d116b7b69e2b97241e3f6a15856d0f4'/>
<id>7ebaa61d9d116b7b69e2b97241e3f6a15856d0f4</id>
<content type='text'>
CVS patchset: 4913
CVS date: 2003/05/23 20:12:42

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4913
CVS date: 2003/05/23 20:12:42

</pre>
</div>
</content>
</entry>
<entry>
<title>as announced on xine-devel, this is the big Makefile refactoring:</title>
<updated>2003-05-14T16:21:44+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-05-14T16:21:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8e1d76f47f530f3b76cfe81eb9da1348df17e801'/>
<id>8e1d76f47f530f3b76cfe81eb9da1348df17e801</id>
<content type='text'>
extracted some common targets and variables into a common Makefile
which is then included

CVS patchset: 4844
CVS date: 2003/05/14 16:21:44

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
extracted some common targets and variables into a common Makefile
which is then included

CVS patchset: 4844
CVS date: 2003/05/14 16:21:44

</pre>
</div>
</content>
</entry>
<entry>
<title>added support for theora</title>
<updated>2003-04-30T08:49:38+00:00</updated>
<author>
<name>Andreas Heinchen</name>
<email>heinchen@users.sourceforge.net</email>
</author>
<published>2003-04-30T08:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7c37edf153ed35a0e753b47fb573e155671f97d3'/>
<id>7c37edf153ed35a0e753b47fb573e155671f97d3</id>
<content type='text'>
CVS patchset: 4717
CVS date: 2003/04/30 08:49:38

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4717
CVS date: 2003/04/30 08:49:38

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