<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libw32dll/wine/vfl.c, branch 1.2.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>Remove '#include "config.h"' from all public header files.</title>
<updated>2009-01-18T00:21:47+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2009-01-18T00:21:47+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c8f8261d199af4956aeaf387b2fde41baf905f83'/>
<id>c8f8261d199af4956aeaf387b2fde41baf905f83</id>
<content type='text'>
This requires that many other files include config.h themselves.
Also convert &lt;config.h&gt; to "config.h".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This requires that many other files include config.h themselves.
Also convert &lt;config.h&gt; to "config.h".
</pre>
</div>
</content>
</entry>
<entry>
<title>first draft of quicktime binary-only codec support</title>
<updated>2002-12-18T04:00:45+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2002-12-18T04:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=85632e5177760e08d3d40dcfe9456bef54fcdc2d'/>
<id>85632e5177760e08d3d40dcfe9456bef54fcdc2d</id>
<content type='text'>
CVS patchset: 3580
CVS date: 2002/12/18 04:00:45

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3580
CVS date: 2002/12/18 04:00:45

</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for some compile errors.</title>
<updated>2002-04-28T23:47:50+00:00</updated>
<author>
<name>James Courtier-Dutton</name>
<email>jcdutton@users.sourceforge.net</email>
</author>
<published>2002-04-28T23:47:50+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c571580695d3df66a61357bb4a14cf22568851d7'/>
<id>c571580695d3df66a61357bb4a14cf22568851d7</id>
<content type='text'>
CVS patchset: 1803
CVS date: 2002/04/28 23:47:50

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1803
CVS date: 2002/04/28 23:47:50

</pre>
</div>
</content>
</entry>
<entry>
<title>Commented out variable declarations leading to 'unused variable' warnings</title>
<updated>2002-02-01T14:23:13+00:00</updated>
<author>
<name>Rich J Wareham</name>
<email>richwareham@users.sourceforge.net</email>
</author>
<published>2002-02-01T14:23:13+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8f2902798e4597c8067ac0047fdf89278b8e642a'/>
<id>8f2902798e4597c8067ac0047fdf89278b8e642a</id>
<content type='text'>
CVS patchset: 1465
CVS date: 2002/02/01 14:23:13

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1465
CVS date: 2002/02/01 14:23:13

</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>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>
