<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/xine-engine, branch 1-beta8</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>confusion</title>
<updated>2003-03-08T17:24:22+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-03-08T17:24:22+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7b871acd6af00620030b95eadb50832fda6351d8'/>
<id>7b871acd6af00620030b95eadb50832fda6351d8</id>
<content type='text'>
CVS patchset: 4380
CVS date: 2003/03/08 17:24:22

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4380
CVS date: 2003/03/08 17:24:22

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix (for real) osd_draw_point(). NOTE: osd_render structure changed (point function pointer added)</title>
<updated>2003-03-08T17:22:16+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2003-03-08T17:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8dc8b90edcd9c4d3e0f23af2097ceb524a1dfd56'/>
<id>8dc8b90edcd9c4d3e0f23af2097ceb524a1dfd56</id>
<content type='text'>
CVS patchset: 4379
CVS date: 2003/03/08 17:22:16

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

</pre>
</div>
</content>
</entry>
<entry>
<title>Convenience change to MRL parsing as suggested by Michel Hermier:</title>
<updated>2003-03-08T14:16:54+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-03-08T14:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b7505eb3cfee6ccd289e72aaaa974f98c65e3c50'/>
<id>b7505eb3cfee6ccd289e72aaaa974f98c65e3c50</id>
<content type='text'>
Try to cut the MRL at the first '#' as before. But if that fails, do not bail
out, but try to cut at all further '#' as well.
This will make xine accept some illegal MRLs, but only in cases where it would have
failed before. The advantage is that filenames with '#' in them can now be used
without the difficult escaping.

CVS patchset: 4373
CVS date: 2003/03/08 14:16:54

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Try to cut the MRL at the first '#' as before. But if that fails, do not bail
out, but try to cut at all further '#' as well.
This will make xine accept some illegal MRLs, but only in cases where it would have
failed before. The advantage is that filenames with '#' in them can now be used
without the difficult escaping.

CVS patchset: 4373
CVS date: 2003/03/08 14:16:54

</pre>
</div>
</content>
</entry>
<entry>
<title>first step towards fixing the DVD menu highlighting problems</title>
<updated>2003-03-08T14:11:52+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-03-08T14:11:52+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3e6ea60cd46d69cfb663d52c7853751d456210ae'/>
<id>3e6ea60cd46d69cfb663d52c7853751d456210ae</id>
<content type='text'>
The problem arises because of inconsistent usage of libdvdread's functions regarding
NAV packet reading: libspudec and the dxr3 spu decoder use some of these functions,
but they used to have private copies of the relevant files of libdvdread. These do
not work any more now, since the internal layout of NAV packets in libdvdread
changed lately. So we should always use the functions from current libdvdread.
Please note that highlights might not work yet.
The next step will be to sync libdvdnav. Stay tuned.

CVS patchset: 4371
CVS date: 2003/03/08 14:11:52

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The problem arises because of inconsistent usage of libdvdread's functions regarding
NAV packet reading: libspudec and the dxr3 spu decoder use some of these functions,
but they used to have private copies of the relevant files of libdvdread. These do
not work any more now, since the internal layout of NAV packets in libdvdread
changed lately. So we should always use the functions from current libdvdread.
Please note that highlights might not work yet.
The next step will be to sync libdvdnav. Stay tuned.

CVS patchset: 4371
CVS date: 2003/03/08 14:11:52

</pre>
</div>
</content>
</entry>
<entry>
<title>fix xine_osd_draw_point()</title>
<updated>2003-03-08T12:53:04+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2003-03-08T12:53:04+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=33b1749ad986f19df42e61be870cb7953db46ac6'/>
<id>33b1749ad986f19df42e61be870cb7953db46ac6</id>
<content type='text'>
CVS patchset: 4370
CVS date: 2003/03/08 12:53:04

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4370
CVS date: 2003/03/08 12:53:04

</pre>
</div>
</content>
</entry>
<entry>
<title>Recognize VCD and CVD subtitle streams.</title>
<updated>2003-03-07T22:19:20+00:00</updated>
<author>
<name>Rocky Bernstein</name>
<email>rockyb@users.sourceforge.net</email>
</author>
<published>2003-03-07T22:19:20+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f81de288d47f6fada66abd8c8f284425e2eb7cf1'/>
<id>f81de288d47f6fada66abd8c8f284425e2eb7cf1</id>
<content type='text'>
Changes courtesy of Julio Sánchez &lt;j.sanchez  AT  terra.es&gt;

CVS patchset: 4366
CVS date: 2003/03/07 22:19:20

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes courtesy of Julio Sánchez &lt;j.sanchez  AT  terra.es&gt;

CVS patchset: 4366
CVS date: 2003/03/07 22:19:20

</pre>
</div>
</content>
</entry>
<entry>
<title>use return value of MRL-based config changing</title>
<updated>2003-03-07T17:00:56+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-03-07T17:00:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=de32e15f3b97963da9670a2e32609c4b1f033775'/>
<id>de32e15f3b97963da9670a2e32609c4b1f033775</id>
<content type='text'>
CVS patchset: 4360
CVS date: 2003/03/07 17:00:56

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4360
CVS date: 2003/03/07 17:00:56

</pre>
</div>
</content>
</entry>
<entry>
<title>workaround buggy pthread implementations with a timedwait</title>
<updated>2003-03-07T15:29:30+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-03-07T15:29:30+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=faf06d5ef4fbba98817ca1f863a9cfe8440f7265'/>
<id>faf06d5ef4fbba98817ca1f863a9cfe8440f7265</id>
<content type='text'>
(thanks Ewald)

CVS patchset: 4358
CVS date: 2003/03/07 15:29:30

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(thanks Ewald)

CVS patchset: 4358
CVS date: 2003/03/07 15:29:30

</pre>
</div>
</content>
</entry>
<entry>
<title>more work on console output cleanup</title>
<updated>2003-03-07T12:51:47+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2003-03-07T12:51:47+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8e59691b2a3296f45355e8da5455bd203a64243d'/>
<id>8e59691b2a3296f45355e8da5455bd203a64243d</id>
<content type='text'>
CVS patchset: 4357
CVS date: 2003/03/07 12:51:47

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4357
CVS date: 2003/03/07 12:51:47

</pre>
</div>
</content>
</entry>
<entry>
<title>new params for ignoring video/audio/spu</title>
<updated>2003-03-07T01:30:37+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-03-07T01:30:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=82e24288adc9f9d6f490b0b352a5ecc5ed6f8700'/>
<id>82e24288adc9f9d6f490b0b352a5ecc5ed6f8700</id>
<content type='text'>
CVS patchset: 4356
CVS date: 2003/03/07 01:30:37

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4356
CVS date: 2003/03/07 01:30:37

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