<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/xine-utils, branch 1.1.16.1</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>Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ...</title>
<updated>2008-11-20T19:56:19+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@civ.zcu.cz</email>
</author>
<published>2008-11-20T19:56:19+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ea2b5508e35f5125fd65730822b30bb8895ad87d'/>
<id>ea2b5508e35f5125fd65730822b30bb8895ad87d</id>
<content type='text'>
Add warning flags to the DEBUG_CFLAGS too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add warning flags to the DEBUG_CFLAGS too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix xine_usec_sleep for mingw+msys</title>
<updated>2008-09-28T15:55:09+00:00</updated>
<author>
<name>Matthias Ringwald</name>
<email>mringwal@inf.ethz.ch</email>
</author>
<published>2008-09-28T15:55:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=15b6ed2951acc37eb76037ebb786ab827a2c8031'/>
<id>15b6ed2951acc37eb76037ebb786ab827a2c8031</id>
<content type='text'>
Bug was found and fixed by Carlo Bramini.

select() does not work on mingw+msys causing xine_usec_sleep to sleep much
longer than requested which completely broke audio playback
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug was found and fixed by Carlo Bramini.

select() does not work on mingw+msys causing xine_usec_sleep to sleep much
longer than requested which completely broke audio playback
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix xine_get_pluginroot (mingw32)</title>
<updated>2008-07-11T19:56:47+00:00</updated>
<author>
<name>Matthias Ringwald</name>
<email>mringwal@inf.ethz.ch</email>
</author>
<published>2008-07-11T19:56:47+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b335c937f69c5b37ef2b14a2db5597e189bb8df7'/>
<id>b335c937f69c5b37ef2b14a2db5597e189bb8df7</id>
<content type='text'>
xine_get_pluginroot now makes use of the XINE_REL_PLUGINROOT define
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
xine_get_pluginroot now makes use of the XINE_REL_PLUGINROOT define
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compilation for pthread support provided by PTHREAD_{CFLAGS+LIBS}</title>
<updated>2008-07-08T20:49:00+00:00</updated>
<author>
<name>Matthias Ringwald</name>
<email>mringwal@inf.ethz.ch</email>
</author>
<published>2008-07-08T20:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=db77cc621ac71f2a18aba0c2072c3d379e871e85'/>
<id>db77cc621ac71f2a18aba0c2072c3d379e871e85</id>
<content type='text'>
&lt;xine-internals.h&gt; includes &lt;xine-utils/refcounter.h&gt; which includes
&lt;pthread.h&gt;. As all xine sources include &lt;xine-internal.h&gt;, the
PTHREAD_CFLAGS are always needed. This patch removed it from two Makefile.am
and adds them to CPPFLAGS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&lt;xine-internals.h&gt; includes &lt;xine-utils/refcounter.h&gt; which includes
&lt;pthread.h&gt;. As all xine sources include &lt;xine-internal.h&gt;, the
PTHREAD_CFLAGS are always needed. This patch removed it from two Makefile.am
and adds them to CPPFLAGS
</pre>
</div>
</content>
</entry>
<entry>
<title>Use calloc to allocate the memory area for the YUV planes.</title>
<updated>2008-07-04T13:24:30+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2008-07-04T13:24:30+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2de9ee797a52d7e4066468956c00740d0855db1e'/>
<id>2de9ee797a52d7e4066468956c00740d0855db1e</id>
<content type='text'>
--HG--
extra : transplant_source : %00%23%8FM%AA%B88C%FEA%7E%2C%D3%F5%29%8F%28%AC%D7_
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : transplant_source : %00%23%8FM%AA%B88C%FEA%7E%2C%D3%F5%29%8F%28%AC%D7_
</pre>
</div>
</content>
</entry>
<entry>
<title>provide PTHREAD_CFLAGS when needed</title>
<updated>2008-07-02T17:01:05+00:00</updated>
<author>
<name>Matthias Ringwald</name>
<email>mringwal@inf.ethz.ch</email>
</author>
<published>2008-07-02T17:01:05+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=9512237d4627c2568be7d1125a1f5cc034ba8377'/>
<id>9512237d4627c2568be7d1125a1f5cc034ba8377</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the declaration of xine_strcat_realloc.</title>
<updated>2008-06-15T01:32:33+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2008-06-15T01:32:33+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=bc589d30c18a0517804c1306869e77f67d0da3ec'/>
<id>bc589d30c18a0517804c1306869e77f67d0da3ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix up reporting of supported formats by the ALSA &amp; OSS output plugins.</title>
<updated>2008-06-12T19:55:44+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2008-06-12T19:55:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=cf6f5debd57c2cba3ad63a8d697d656b54cb94da'/>
<id>cf6f5debd57c2cba3ad63a8d697d656b54cb94da</id>
<content type='text'>
Adjust translations for the spacing changes etc. which this introduces.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adjust translations for the spacing changes etc. which this introduces.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark initialisation functions with malloc attribute.</title>
<updated>2008-05-23T18:07:00+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2008-05-23T18:07:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=08c066cac2efdfcf569e47609e9e1b0a947ce129'/>
<id>08c066cac2efdfcf569e47609e9e1b0a947ce129</id>
<content type='text'>
All the initialisation functions returning a new object instance that
was allocated through malloc() or calloc() can get the malloc
attribute so that the compiler can optimise their call.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All the initialisation functions returning a new object instance that
was allocated through malloc() or calloc() can get the malloc
attribute so that the compiler can optimise their call.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make xine_mm_accel() appear like a constant function.</title>
<updated>2008-05-20T19:17:16+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2008-05-20T19:17:16+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=046552bc9db04ec6296fb8054b5d44270b0b9b0e'/>
<id>046552bc9db04ec6296fb8054b5d44270b0b9b0e</id>
<content type='text'>
Its result will be always the same during execution, as it depends on
the hardware present.

--HG--
extra : transplant_source : %F2%D1%1A%84%0F%D4%08%C0%12%09%1A%BBb%7Ef%CC%F2%FB%A3t
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Its result will be always the same during execution, as it depends on
the hardware present.

--HG--
extra : transplant_source : %F2%D1%1A%84%0F%D4%08%C0%12%09%1A%BBb%7Ef%CC%F2%FB%A3t
</pre>
</div>
</content>
</entry>
</feed>
