<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libw32dll/wine/loader.h, branch vdr-xine-version-802</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>fix w32codec build</title>
<updated>2005-05-15T00:12:44+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2005-05-15T00:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=54611d6a05095957875bcfa984976a4c84554ea8'/>
<id>54611d6a05095957875bcfa984976a4c84554ea8</id>
<content type='text'>
CVS patchset: 7542
CVS date: 2005/05/15 00:12:44

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7542
CVS date: 2005/05/15 00:12:44

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compilation failure for user who already have wine installed.</title>
<updated>2002-01-31T02:16:42+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2002-01-31T02:16:42+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e0eab36c3180351f049bd88fe6b577711cbea105'/>
<id>e0eab36c3180351f049bd88fe6b577711cbea105</id>
<content type='text'>
CVS patchset: 1460
CVS date: 2002/01/31 02:16:42

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1460
CVS date: 2002/01/31 02:16:42

</pre>
</div>
</content>
</entry>
<entry>
<title>acelpnet should work now (some files updated from mplayer cvs)</title>
<updated>2002-01-07T02:17:10+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-01-07T02:17:10+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=0adff4cf87927e281295acdecc099c4c12084f80'/>
<id>0adff4cf87927e281295acdecc099c4c12084f80</id>
<content type='text'>
CVS patchset: 1360
CVS date: 2002/01/07 02:17:10

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1360
CVS date: 2002/01/07 02:17:10

</pre>
</div>
</content>
</entry>
<entry>
<title>- update win32 loader</title>
<updated>2001-11-07T02:15:24+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2001-11-07T02:15:24+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=258777b8039c78817611fefe656cef7ec8c79ef1'/>
<id>258777b8039c78817611fefe656cef7ec8c79ef1</id>
<content type='text'>
- dynamic buffers fixes a lot of audio problems

CVS patchset: 974
CVS date: 2001/11/07 02:15:24

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- dynamic buffers fixes a lot of audio problems

CVS patchset: 974
CVS date: 2001/11/07 02:15:24

</pre>
</div>
</content>
</entry>
<entry>
<title>Add prototypes for all functions in wine/*, to catch __stdcall function</title>
<updated>2001-07-04T14:05:09+00:00</updated>
<author>
<name>uid56437</name>
<email>none@none</email>
</author>
<published>2001-07-04T14:05:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=0342d76c613911b282e14a1188326075d1d43bca'/>
<id>0342d76c613911b282e14a1188326075d1d43bca</id>
<content type='text'>
attribute mismatches between function prototypes and function definitions.
Such a __stdcall mismatch can corrupt the cpu's stack, because both the
caller and the callee clean up function parameter from the stack (or none
of them removes the function parameters)
wine/* should be less sensitive to optimzation options due to this change.

CVS patchset: 245
CVS date: 2001/07/04 14:05:09

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
attribute mismatches between function prototypes and function definitions.
Such a __stdcall mismatch can corrupt the cpu's stack, because both the
caller and the callee clean up function parameter from the stack (or none
of them removes the function parameters)
wine/* should be less sensitive to optimzation options due to this change.

CVS patchset: 245
CVS date: 2001/07/04 14:05:09

</pre>
</div>
</content>
</entry>
<entry>
<title>finally - w32codec works again</title>
<updated>2001-06-09T18:40:41+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2001-06-09T18:40:41+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=0933fe6902e2504599b65cf6d235edbd1b901828'/>
<id>0933fe6902e2504599b65cf6d235edbd1b901828</id>
<content type='text'>
CVS patchset: 137
CVS date: 2001/06/09 18:40:41

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 137
CVS date: 2001/06/09 18:40:41

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