<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/input/libdvdread/dvd_reader.c, branch 1.1.18.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>libdvdread is now part of libdvdnav</title>
<updated>2003-04-30T17:03:18+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-04-30T17:03:18+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a51e1a89215aacff0c301980692be4641d4ec13d'/>
<id>a51e1a89215aacff0c301980692be4641d4ec13d</id>
<content type='text'>
CVS patchset: 4726
CVS date: 2003/04/30 17:03:18

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4726
CVS date: 2003/04/30 17:03:18

</pre>
</div>
</content>
</entry>
<entry>
<title>patch to enable playing dvds through the network. requires modified libdvdcss:</title>
<updated>2003-03-20T23:35:53+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-03-20T23:35:53+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=fab960c330cfedd8cdd1476b42394353dccd50f1'/>
<id>fab960c330cfedd8cdd1476b42394353dccd50f1</id>
<content type='text'>
http://www.via.ecp.fr/via/ml/libdvdcss-devel/200303/msg00027.html

CVS patchset: 4457
CVS date: 2003/03/20 23:35:53

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://www.via.ecp.fr/via/ml/libdvdcss-devel/200303/msg00027.html

CVS patchset: 4457
CVS date: 2003/03/20 23:35:53

</pre>
</div>
</content>
</entry>
<entry>
<title>update to libdvdread 0.9.4</title>
<updated>2003-02-28T15:54:36+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-02-28T15:54:36+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=dc1bafc4e3159921148daa073dc058a6c2ba301b'/>
<id>dc1bafc4e3159921148daa073dc058a6c2ba301b</id>
<content type='text'>
CVS patchset: 4306
CVS date: 2003/02/28 15:54:36

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4306
CVS date: 2003/02/28 15:54:36

</pre>
</div>
</content>
</entry>
<entry>
<title>sync to libdvdread cvs should fix segfault when playing DVDs copied to HD</title>
<updated>2002-11-27T21:19:07+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-11-27T21:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a0a7c3a8389dd1a21f286befa638d94a90463684'/>
<id>a0a7c3a8389dd1a21f286befa638d94a90463684</id>
<content type='text'>
thanks to Markus Plail for reporting this bug and the fix as well

CVS patchset: 3381
CVS date: 2002/11/27 21:19:07

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
thanks to Markus Plail for reporting this bug and the fix as well

CVS patchset: 3381
CVS date: 2002/11/27 21:19:07

</pre>
</div>
</content>
</entry>
<entry>
<title>Added "compat.h" to clear up compiler error of undeclared macros.</title>
<updated>2002-10-22T04:28:10+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2002-10-22T04:28:10+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=9ddc54ae7b79c49b5904888775f089f0d4614e02'/>
<id>9ddc54ae7b79c49b5904888775f089f0d4614e02</id>
<content type='text'>
Changed PATH_MAX to XINE_PATH_MAX
Compiler warnings to be fixed:
dvd_reader.c: In function `DVDOpenPath':
dvd_reader.c:187: warning: implicit declaration of function `strdup'
dvd_reader.c:187: warning: assignment makes pointer from integer without a cast
dvd_reader.c: In function `DVDOpen':
dvd_reader.c:282: warning: assignment makes pointer from integer without a cast
dvd_reader.c:292: warning: implicit declaration of function `fchdir'
dvd_reader.c:312: warning: implicit declaration of function `strcasecmp'
dvd_reader.c:361: warning: assignment makes pointer from integer without a cast
dvd_reader.c: In function `findDVDFile':
dvd_reader.c:460: warning: implicit declaration of function `strncasecmp'

CVS patchset: 2906
CVS date: 2002/10/22 04:28:10

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed PATH_MAX to XINE_PATH_MAX
Compiler warnings to be fixed:
dvd_reader.c: In function `DVDOpenPath':
dvd_reader.c:187: warning: implicit declaration of function `strdup'
dvd_reader.c:187: warning: assignment makes pointer from integer without a cast
dvd_reader.c: In function `DVDOpen':
dvd_reader.c:282: warning: assignment makes pointer from integer without a cast
dvd_reader.c:292: warning: implicit declaration of function `fchdir'
dvd_reader.c:312: warning: implicit declaration of function `strcasecmp'
dvd_reader.c:361: warning: assignment makes pointer from integer without a cast
dvd_reader.c: In function `findDVDFile':
dvd_reader.c:460: warning: implicit declaration of function `strncasecmp'

CVS patchset: 2906
CVS date: 2002/10/22 04:28:10

</pre>
</div>
</content>
</entry>
<entry>
<title>align reads in memory to allow use of raw devices</title>
<updated>2002-08-19T17:21:00+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-08-19T17:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=bdfcf94f2e839d3e87dc35e00495ffa573253c12'/>
<id>bdfcf94f2e839d3e87dc35e00495ffa573253c12</id>
<content type='text'>
CVS patchset: 2484
CVS date: 2002/08/19 17:21:00

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 2484
CVS date: 2002/08/19 17:21:00

</pre>
</div>
</content>
</entry>
<entry>
<title>First stage of DVD plugin -&gt; dvdnav conversion</title>
<updated>2002-08-08T17:49:20+00:00</updated>
<author>
<name>Rich J Wareham</name>
<email>richwareham@users.sourceforge.net</email>
</author>
<published>2002-08-08T17:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=892715d418f93897aa941bf8aaee69e74628099f'/>
<id>892715d418f93897aa941bf8aaee69e74628099f</id>
<content type='text'>
CVS patchset: 2404
CVS date: 2002/08/08 17:49:20

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 2404
CVS date: 2002/08/08 17:49:20

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