<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src, 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>Fix build with the old, outdated and deprecated internal ffmpeg.</title>
<updated>2010-02-25T18:06:31+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2010-02-25T18:06:31+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=032fc4e2349ca6d047110311eb8f69b4556ee3e6'/>
<id>032fc4e2349ca6d047110311eb8f69b4556ee3e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>src/dxr3/compat.h needs to be in the tarball...</title>
<updated>2010-02-24T01:30:53+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2010-02-24T01:30:53+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=293a8f011bc74b9089cff8c1a52e51d4cb578b2d'/>
<id>293a8f011bc74b9089cff8c1a52e51d4cb578b2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add locking for when adjusting audio frame discarding.</title>
<updated>2009-09-14T23:49:22+00:00</updated>
<author>
<name>Roger Scott</name>
<email>ras351@hotmail.com</email>
</author>
<published>2009-09-14T23:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7d4c68e4ba6932bfd300a9dc12d7e11b9cfb555d'/>
<id>7d4c68e4ba6932bfd300a9dc12d7e11b9cfb555d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent discard_{frames,buffers} from going negative.</title>
<updated>2010-02-23T21:58:55+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2010-02-23T21:58:55+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=87db48cae2e7875af646327143e09e1c4cd230ad'/>
<id>87db48cae2e7875af646327143e09e1c4cd230ad</id>
<content type='text'>
Based on patches from Roger Scott &lt;ras351@hotmail.com&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on patches from Roger Scott &lt;ras351@hotmail.com&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>WMAPro support</title>
<updated>2010-02-21T14:43:00+00:00</updated>
<author>
<name>Christopher Martin</name>
<email>christopher.martin@utoronto.ca</email>
</author>
<published>2010-02-21T14:43:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4e697948c4646cf4a5a2fd06490db034b1ae076c'/>
<id>4e697948c4646cf4a5a2fd06490db034b1ae076c</id>
<content type='text'>
Rename "wmav3" to "wmapro" in xine-lib's internals to line up xine-lib's
nomenclature with what everyone else calls it and knows it as.
[Tweaked by ds to avoid API change.]

Tell xine-lib that when it finds wmapro, look to ffmpeg.

ffmpeg's wmapro decoder is unique in that it puts out samples that
are floats, not 16-bit ints. These need to be converted.

This requires external ffmpeg.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename "wmav3" to "wmapro" in xine-lib's internals to line up xine-lib's
nomenclature with what everyone else calls it and knows it as.
[Tweaked by ds to avoid API change.]

Tell xine-lib that when it finds wmapro, look to ffmpeg.

ffmpeg's wmapro decoder is unique in that it puts out samples that
are floats, not 16-bit ints. These need to be converted.

This requires external ffmpeg.
</pre>
</div>
</content>
</entry>
</feed>
