<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/input, 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>Compiler warning fixes.</title>
<updated>2010-02-25T00:48:12+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2010-02-25T00:48:12+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5dc1f14b931db97076d32bb1285354fa304ebae2'/>
<id>5dc1f14b931db97076d32bb1285354fa304ebae2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>isatty() takes an int, not a FILE *.</title>
<updated>2010-02-25T00:09:11+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2010-02-25T00:09:11+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=cdeee7eb6710adb3fee02c4e5f1e7493f2af70cc'/>
<id>cdeee7eb6710adb3fee02c4e5f1e7493f2af70cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a size check (wrong variable, causing int/ptr comparison) in rmff.c.</title>
<updated>2010-02-25T00:02:29+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2010-02-25T00:02:29+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=cb82d7b686affd1d90e72b88acddf8d8d99ed972'/>
<id>cb82d7b686affd1d90e72b88acddf8d8d99ed972</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix up V4L/V4L2 for non-Linux.</title>
<updated>2010-02-24T23:57:04+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2010-02-24T23:57:04+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f6fe1935082d9dc1c6f923e80f62c9e9c90d1169'/>
<id>f6fe1935082d9dc1c6f923e80f62c9e9c90d1169</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid invalid fstat calls when opening empty files</title>
<updated>2010-02-21T19:12:01+00:00</updated>
<author>
<name>Ulrich Eckhardt</name>
<email>doomster@knuut.de</email>
</author>
<published>2010-02-21T19:12:01+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b808b9acc254027fa881c3123ab1b73984e2c1dd'/>
<id>b808b9acc254027fa881c3123ab1b73984e2c1dd</id>
<content type='text'>
When opening empty files with xine, it reports:
&gt; This is xine (X11 gui) - a free video player v0.99.6cvs.
&gt; (c) 2000-2007 The xine Team.
&gt; system call fstat: Bad file descriptor
&gt; system call fstat: Bad file descriptor
&gt; call failed
&gt; object not accessible
&gt; object not accessible
&gt; call failed

The problem was that when detecting an empty file, it is closed, but the file
descriptor in struct file_input_plugin_t is still left at the previous value,
causing the errors when it is used later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When opening empty files with xine, it reports:
&gt; This is xine (X11 gui) - a free video player v0.99.6cvs.
&gt; (c) 2000-2007 The xine Team.
&gt; system call fstat: Bad file descriptor
&gt; system call fstat: Bad file descriptor
&gt; call failed
&gt; object not accessible
&gt; object not accessible
&gt; call failed

The problem was that when detecting an empty file, it is closed, but the file
descriptor in struct file_input_plugin_t is still left at the previous value,
causing the errors when it is used later.
</pre>
</div>
</content>
</entry>
<entry>
<title>libv4l check shouldn't fail &amp; abort unless --enable-libv4l is given.</title>
<updated>2010-02-06T01:29:55+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2010-02-06T01:29:55+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=fd6d1cc6ccda5ff8319ae0eb8417c5db5700938a'/>
<id>fd6d1cc6ccda5ff8319ae0eb8417c5db5700938a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove pointless output from stats logging; make the const variables static.</title>
<updated>2010-02-03T14:55:46+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2010-02-03T14:55:46+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3dc6735f00368c1ace2f63cb35c58f98d22586ba'/>
<id>3dc6735f00368c1ace2f63cb35c58f98d22586ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix dvdnav map file closure.</title>
<updated>2010-01-30T12:27:25+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2010-01-30T12:27:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=820e1f36e84e6135c53efdbadd6b6eff1c920ab1'/>
<id>820e1f36e84e6135c53efdbadd6b6eff1c920ab1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Link the v4l2 plugin with libv4l2 (if required); use pkgconfig to locate it.</title>
<updated>2010-01-29T18:36:36+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2010-01-29T18:36:36+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=81e86315a6966e172f4988f8925f830e01072c53'/>
<id>81e86315a6966e172f4988f8925f830e01072c53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert xine_log → xprintf.</title>
<updated>2010-01-26T21:55:45+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2010-01-26T21:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=392689a404398eb48005f519b187341fd1f91dec'/>
<id>392689a404398eb48005f519b187341fd1f91dec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
