<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/input, branch 1.1.6</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>Oops. Silly mistake with fstat.</title>
<updated>2007-04-14T14:59:17+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-04-14T14:59:17+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=9c8e4a2b16306a24d37053d7dc12c6de98afd74b'/>
<id>9c8e4a2b16306a24d37053d7dc12c6de98afd74b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't read channels.conf if it isn't a normal file or a link to a normal file.</title>
<updated>2007-04-14T13:23:40+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-04-14T13:23:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7674ac43ca10034e1bfdbf283db75da7041ddb27'/>
<id>7674ac43ca10034e1bfdbf283db75da7041ddb27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reworked the channels.conf file handling in the DVB plugin.</title>
<updated>2007-04-14T13:22:53+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-04-14T13:22:53+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=547024e5bbe2294df9528738975230aca8aa8394'/>
<id>547024e5bbe2294df9528738975230aca8aa8394</id>
<content type='text'>
Previously, with junk content, the plugin could potentially consume lots of
memory (possibly causing a local DoS).

Also, a few small memory leaks have been eliminated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, with junk content, the plugin could potentially consume lots of
memory (possibly causing a local DoS).

Also, a few small memory leaks have been eliminated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark various private arrays, structs &amp; fn parameters as static and/or const.</title>
<updated>2007-04-08T00:12:44+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-04-08T00:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3a233b827783151c4c08985224782f1dcce43a8f'/>
<id>3a233b827783151c4c08985224782f1dcce43a8f</id>
<content type='text'>
Two of the modified files are headers, but each contains definitions as well as
declarations and is only ever used once.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Two of the modified files are headers, but each contains definitions as well as
declarations and is only ever used once.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly.</title>
<updated>2007-04-07T17:34:07+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-04-07T17:34:07+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=13ef1266e96335725e4b00cbe84753cfb1d9c52c'/>
<id>13ef1266e96335725e4b00cbe84753cfb1d9c52c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use xineplug_LTLIBRARIES wherever possible.</title>
<updated>2007-04-06T13:31:01+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-04-06T13:31:01+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d4c9af94f21cd575bd57da36d489d37812a5610e'/>
<id>d4c9af94f21cd575bd57da36d489d37812a5610e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup check for WIN32, use #elif rather than #else/#ifdef.</title>
<updated>2007-04-04T11:41:11+00:00</updated>
<author>
<name>Pascal S. de Kloe</name>
<email>pascal@quies.net</email>
</author>
<published>2007-04-04T11:41:11+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b34dcf208b9c69bfda299ab6fe035ad99ed7ec01'/>
<id>b34dcf208b9c69bfda299ab6fe035ad99ed7ec01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for sys/dvdio.h, and use that if found, rather than having a check for the BSDs.</title>
<updated>2007-04-04T11:38:41+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-04-04T11:38:41+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=11256a884cae65ebfce0bc98cb5d034e431557c1'/>
<id>11256a884cae65ebfce0bc98cb5d034e431557c1</id>
<content type='text'>
Thanks to Pascal S. de Kloe for pointing at this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Pascal S. de Kloe for pointing at this.
</pre>
</div>
</content>
</entry>
<entry>
<title>When EOVERFLOW is not defined, use EINVAL instead.</title>
<updated>2007-04-04T11:16:06+00:00</updated>
<author>
<name>Pascal S. de Kloe</name>
<email>pascal@quies.net</email>
</author>
<published>2007-04-04T11:16:06+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=76e028c87087ca9e897a1d3b564379e67e3ce58a'/>
<id>76e028c87087ca9e897a1d3b564379e67e3ce58a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rationalise use of .hgignore, removes a bunch of files that only ignored automake-related files.</title>
<updated>2007-04-03T02:36:40+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-04-03T02:36:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c29a5c39d5efb63c713902489571b0b0ab84ca91'/>
<id>c29a5c39d5efb63c713902489571b0b0ab84ca91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
