<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libw32dll/wine, branch 0.9.13</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>- win32 bugfixes</title>
<updated>2002-07-05T20:54:37+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-07-05T20:54:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=52ae732957764b953b3b2491afda4376ce595c43'/>
<id>52ae732957764b953b3b2491afda4376ce595c43</id>
<content type='text'>
- asf bugfixes
- ffmpeg supporting ms iso mpeg4
- softsync fix by Bill Fink

CVS patchset: 2216
CVS date: 2002/07/05 20:54:37

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- asf bugfixes
- ffmpeg supporting ms iso mpeg4
- softsync fix by Bill Fink

CVS patchset: 2216
CVS date: 2002/07/05 20:54:37

</pre>
</div>
</content>
</entry>
<entry>
<title>Define __stdcall and __cdecl as empty macros when gcc is not used, so that we</title>
<updated>2002-06-26T15:54:25+00:00</updated>
<author>
<name>Juergen Keil</name>
<email>jkeil@users.sourceforge.net</email>
</author>
<published>2002-06-26T15:54:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c8de1ad24d9bdcd76d93e0445514ed3e80cd57ba'/>
<id>c8de1ad24d9bdcd76d93e0445514ed3e80cd57ba</id>
<content type='text'>
can compile xine once again, using a non-gcc compiler.

CVS patchset: 2167
CVS date: 2002/06/26 15:54:25

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
can compile xine once again, using a non-gcc compiler.

CVS patchset: 2167
CVS date: 2002/06/26 15:54:25

</pre>
</div>
</content>
</entry>
<entry>
<title>Let cvs ignore a lot of files that are built.</title>
<updated>2002-06-23T16:18:44+00:00</updated>
<author>
<name>Dennis Björklund</name>
<email>dennisbj@users.sourceforge.net</email>
</author>
<published>2002-06-23T16:18:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=aac8f9c329942d0be3128cdab01083eed067ad2f'/>
<id>aac8f9c329942d0be3128cdab01083eed067ad2f</id>
<content type='text'>
CVS patchset: 2138
CVS date: 2002/06/23 16:18:44

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 2138
CVS date: 2002/06/23 16:18:44

</pre>
</div>
</content>
</entry>
<entry>
<title>update win32 codec loading code</title>
<updated>2002-06-21T01:44:17+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-06-21T01:44:17+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4aadaafa08dc0d3b926378581c37b2e2f0492731'/>
<id>4aadaafa08dc0d3b926378581c37b2e2f0492731</id>
<content type='text'>
- shiny new win32 crap from avifile and mplayer!
- shiny new compilation warnings!
- use directshow filter to decode msmpeg v1/v2
- disable SYNC_SHUTDOWN ugly hack (will be removed soon, i hope)

CVS patchset: 2114
CVS date: 2002/06/21 01:44:17

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- shiny new win32 crap from avifile and mplayer!
- shiny new compilation warnings!
- use directshow filter to decode msmpeg v1/v2
- disable SYNC_SHUTDOWN ugly hack (will be removed soon, i hope)

CVS patchset: 2114
CVS date: 2002/06/21 01:44:17

</pre>
</div>
</content>
</entry>
<entry>
<title>Replace all exit(1) with abort().</title>
<updated>2002-04-29T23:31:59+00:00</updated>
<author>
<name>James Courtier-Dutton</name>
<email>jcdutton@users.sourceforge.net</email>
</author>
<published>2002-04-29T23:31:59+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=0ec1fddf7f2eaf8eb29123d79e3462e723a37c1d'/>
<id>0ec1fddf7f2eaf8eb29123d79e3462e723a37c1d</id>
<content type='text'>
xine-lib should really never do an exit or abort, but instead pass back nice error values to the calling application, but until that happens, use abort() as that is tracable with gdb, whereas exit(1) is not backtraceable.

CVS patchset: 1811
CVS date: 2002/04/29 23:31:59

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
xine-lib should really never do an exit or abort, but instead pass back nice error values to the calling application, but until that happens, use abort() as that is tracable with gdb, whereas exit(1) is not backtraceable.

CVS patchset: 1811
CVS date: 2002/04/29 23:31:59

</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>Fix compile problems with wine including the wrong header files.</title>
<updated>2002-04-07T12:17:26+00:00</updated>
<author>
<name>James Courtier-Dutton</name>
<email>jcdutton@users.sourceforge.net</email>
</author>
<published>2002-04-07T12:17:26+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=28fd212fe15c240f337575a12057d3468e5ee05d'/>
<id>28fd212fe15c240f337575a12057d3468e5ee05d</id>
<content type='text'>
CVS patchset: 1695
CVS date: 2002/04/07 12:17:26

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1695
CVS date: 2002/04/07 12:17:26

</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of GLOBAL_CFLAGS, use CFLAGS instead. Note: maybe things are broken</title>
<updated>2002-03-24T23:31:56+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2002-03-24T23:31:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=fceae5849b57feab320e768696564b3b93bcddc7'/>
<id>fceae5849b57feab320e768696564b3b93bcddc7</id>
<content type='text'>
now, so check and report, thanks.

CVS patchset: 1629
CVS date: 2002/03/24 23:31:56

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
now, so check and report, thanks.

CVS patchset: 1629
CVS date: 2002/03/24 23:31:56

</pre>
</div>
</content>
</entry>
<entry>
<title>this one is used</title>
<updated>2002-02-02T14:30:08+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-02-02T14:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ef6e3362fcf60fe345573b883f086411ea0f70b4'/>
<id>ef6e3362fcf60fe345573b883f086411ea0f70b4</id>
<content type='text'>
CVS patchset: 1469
CVS date: 2002/02/02 14:30:08

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1469
CVS date: 2002/02/02 14:30:08

</pre>
</div>
</content>
</entry>
<entry>
<title>Re-add 'regs' variable.  It's used on *BSD and Solaris</title>
<updated>2002-02-01T21:48:42+00:00</updated>
<author>
<name>Juergen Keil</name>
<email>jkeil@users.sourceforge.net</email>
</author>
<published>2002-02-01T21:48:42+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c3e77b4289878fd806b1a0031af53faccfd02ba7'/>
<id>c3e77b4289878fd806b1a0031af53faccfd02ba7</id>
<content type='text'>
CVS patchset: 1466
CVS date: 2002/02/01 21:48:42

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

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