<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/input/libdvdnav, 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>get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replace XINE_ASSERT by _x_assert, which works exaclty as assert, except that it still warns with NDEBUG defined (but don't abort). Fix missuning of assert(0), which isn't safe, abort is abort, assert is for debugging purpose only, so all assert(0) has been converted to abort() alls. In osd_preload_fonts(): alloc needed memory chunk. Define NDEBUG in CFLAGS, for non DEBUG build only.</title>
<updated>2003-12-07T15:34:29+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2003-12-07T15:34:29+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c8fdff20285b59cd892297317572fbb4c3633f78'/>
<id>c8fdff20285b59cd892297317572fbb4c3633f78</id>
<content type='text'>
CVS patchset: 5860
CVS date: 2003/12/07 15:34:29

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5860
CVS date: 2003/12/07 15:34:29

</pre>
</div>
</content>
</entry>
<entry>
<title>undelete diff patch, sorry.</title>
<updated>2003-10-13T11:59:39+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2003-10-13T11:59:39+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=cbad731a5de845631bf527c99d8574b8486dea0e'/>
<id>cbad731a5de845631bf527c99d8574b8486dea0e</id>
<content type='text'>
CVS patchset: 5506
CVS date: 2003/10/13 11:59:39

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5506
CVS date: 2003/10/13 11:59:39

</pre>
</div>
</content>
</entry>
<entry>
<title>Add vcdx plugin(CVS) and dependent libs(no CVS, broken API).</title>
<updated>2003-10-13T11:47:11+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2003-10-13T11:47:11+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=bf6b1747ae4bad46dbbf5fa2189a18b45c1d6b38'/>
<id>bf6b1747ae4bad46dbbf5fa2189a18b45c1d6b38</id>
<content type='text'>
Ability to use external libs (--with-external-vcdnav), disable
vcdx build and build old vcd instead (--disable-vcdx).
This last feature is useful since vcdx take /hours/ to start
playback, that can help people who don't want vcd navigation.
Remove all .la files, even in subdirs (eg: post)

CVS patchset: 5505
CVS date: 2003/10/13 11:47:11

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ability to use external libs (--with-external-vcdnav), disable
vcdx build and build old vcd instead (--disable-vcdx).
This last feature is useful since vcdx take /hours/ to start
playback, that can help people who don't want vcd navigation.
Remove all .la files, even in subdirs (eg: post)

CVS patchset: 5505
CVS date: 2003/10/13 11:47:11

</pre>
</div>
</content>
</entry>
<entry>
<title>Try to track problems better. If a DVD fails to play, we will not get a little more info printed as to why it failed.</title>
<updated>2003-09-15T21:52:09+00:00</updated>
<author>
<name>James Courtier-Dutton</name>
<email>jcdutton@users.sourceforge.net</email>
</author>
<published>2003-09-15T21:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a298fedd7291d61dcfde6227915be5e6347e0509'/>
<id>a298fedd7291d61dcfde6227915be5e6347e0509</id>
<content type='text'>
CVS patchset: 5386
CVS date: 2003/09/15 21:52:09

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5386
CVS date: 2003/09/15 21:52:09

</pre>
</div>
</content>
</entry>
<entry>
<title>small change to Daniel's great warning-reduction patch</title>
<updated>2003-08-27T14:56:00+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-08-27T14:56:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=90801327e86f2e32f1b17cb6f27bdeeeae2b97f8'/>
<id>90801327e86f2e32f1b17cb6f27bdeeeae2b97f8</id>
<content type='text'>
CVS patchset: 5313
CVS date: 2003/08/27 14:56:00

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5313
CVS date: 2003/08/27 14:56:00

</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and fft*post are untouched (fft: for now).</title>
<updated>2003-08-25T21:51:37+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2003-08-25T21:51:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=babb07bcbec3674a3f542cf6ae3f2d6b212a3ed4'/>
<id>babb07bcbec3674a3f542cf6ae3f2d6b212a3ed4</id>
<content type='text'>
CVS patchset: 5310
CVS date: 2003/08/25 21:51:37

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5310
CVS date: 2003/08/25 21:51:37

</pre>
</div>
</content>
</entry>
<entry>
<title>AMD64 support patch by Adrian Schroeter</title>
<updated>2003-08-25T14:32:37+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-08-25T14:32:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=92939d3b6df9165df0d7a25c4214c32401d9131d'/>
<id>92939d3b6df9165df0d7a25c4214c32401d9131d</id>
<content type='text'>
CVS patchset: 5308
CVS date: 2003/08/25 14:32:37

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5308
CVS date: 2003/08/25 14:32:37

</pre>
</div>
</content>
</entry>
<entry>
<title>remove useless gnu89 compiler flag, some configure tweaking</title>
<updated>2003-08-07T09:26:53+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-08-07T09:26:53+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f78ed1b4f87c53357ce23fa10d4f9976a69b5bad'/>
<id>f78ed1b4f87c53357ce23fa10d4f9976a69b5bad</id>
<content type='text'>
CVS patchset: 5257
CVS date: 2003/08/07 09:26:53

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5257
CVS date: 2003/08/07 09:26:53

</pre>
</div>
</content>
</entry>
<entry>
<title>merge libdvdnav cvs (fixes "Red Dragon" RC2 scene selection)</title>
<updated>2003-08-03T09:44:16+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-08-03T09:44:16+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=177cfab9a3de13a46ce5325e2ef93a519c712cc8'/>
<id>177cfab9a3de13a46ce5325e2ef93a519c712cc8</id>
<content type='text'>
CVS patchset: 5233
CVS date: 2003/08/03 09:44:16

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5233
CVS date: 2003/08/03 09:44:16

</pre>
</div>
</content>
</entry>
<entry>
<title>sync libdvdnav</title>
<updated>2003-07-19T13:04:03+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-07-19T13:04:03+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d4c67c092ddcbef7ded5295f67701baa850ca533'/>
<id>d4c67c092ddcbef7ded5295f67701baa850ca533</id>
<content type='text'>
CVS patchset: 5187
CVS date: 2003/07/19 13:04:03

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5187
CVS date: 2003/07/19 13:04:03

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