<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/video_out, branch 1.1.20</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>Fixed asprintf usage</title>
<updated>2011-10-10T09:41:10+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2011-10-10T09:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=9f105cfe9059df4a9a1f5278679151a5d9c387f6'/>
<id>9f105cfe9059df4a9a1f5278679151a5d9c387f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefix open_cloexec() and create_cloexec() with xine_, and add new xine_socket_cloexec() function.</title>
<updated>2011-10-03T11:11:56+00:00</updated>
<author>
<name>Chris Rankin</name>
<email>rankincj@yahoo.com</email>
</author>
<published>2011-10-03T11:11:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5db268a002e7a102855e84a3ff5e1c27ca7cb927'/>
<id>5db268a002e7a102855e84a3ff5e1c27ca7cb927</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark simple file and socket descriptors as uninheritable.</title>
<updated>2011-10-01T13:14:27+00:00</updated>
<author>
<name>Chris Rankin</name>
<email>rankincj@yahoo.com</email>
</author>
<published>2011-10-01T13:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=62a669d9f04e83debe729347617a935707badc7e'/>
<id>62a669d9f04e83debe729347617a935707badc7e</id>
<content type='text'>
This patch creates two utility functions:

  int open_cloexec(pathname, flags)
  int create_cloexec(pathname, flags, mode)

These return a file descriptor with the CLOEXEC flag set, to ensure
that the descriptor is not inherited across a fork/exec operation.

The sockets returned by:

   _x_io_tcp_connect_ipv4()
   _x_io_tcp_connect()

now also have their CLOEXEC flag set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch creates two utility functions:

  int open_cloexec(pathname, flags)
  int create_cloexec(pathname, flags, mode)

These return a file descriptor with the CLOEXEC flag set, to ensure
that the descriptor is not inherited across a fork/exec operation.

The sockets returned by:

   _x_io_tcp_connect_ipv4()
   _x_io_tcp_connect()

now also have their CLOEXEC flag set.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove an excess "{".</title>
<updated>2011-05-16T14:49:02+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2011-05-16T14:49:02+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4decf418a1f1bd0be76734f656c2f4d63f2fe204'/>
<id>4decf418a1f1bd0be76734f656c2f4d63f2fe204</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Recognize changes of cropping parameters within a frame and trigger recalculation of displayed window.</title>
<updated>2011-03-02T14:21:01+00:00</updated>
<author>
<name>Andreas Auras</name>
<email>yak54@inkennet.de</email>
</author>
<published>2011-03-02T14:21:01+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2d5761c41570c2d70df7645299aa26be4ee34ec1'/>
<id>2d5761c41570c2d70df7645299aa26be4ee34ec1</id>
<content type='text'>
This issue comes up when a post plugin only changes the cropping parameters of a frame without changing width, height or ratio of the frame.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This issue comes up when a post plugin only changes the cropping parameters of a frame without changing width, height or ratio of the frame.
</pre>
</div>
</content>
</entry>
<entry>
<title>Option for disabling HW acceleration in directx.</title>
<updated>2010-11-10T08:55:10+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@civ.zcu.cz</email>
</author>
<published>2010-11-10T08:55:10+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=6e86fc3b309d1b17635c2e129796839f3bead274'/>
<id>6e86fc3b309d1b17635c2e129796839f3bead274</id>
<content type='text'>
Useful for example when composite managers occupy the HW.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Useful for example when composite managers occupy the HW.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix building with recent videoproto</title>
<updated>2010-08-16T12:02:55+00:00</updated>
<author>
<name>Geoff Leach</name>
<email>gl@cs.rmit.edu.au</email>
</author>
<published>2010-08-16T12:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=714cab339b43166682cc2bc297f9ba2b3c9f9edd'/>
<id>714cab339b43166682cc2bc297f9ba2b3c9f9edd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Spelling fixes.</title>
<updated>2010-07-29T19:53:14+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2010-07-29T19:53:14+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ba47a8161c17196ad8e27e96c396f2e0083edb07'/>
<id>ba47a8161c17196ad8e27e96c396f2e0083edb07</id>
<content type='text'>
Source: informational messages generated by lintian.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Source: informational messages generated by lintian.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for Xv gamma adjustment.</title>
<updated>2010-04-08T15:04:21+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2010-04-08T15:04:21+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=818165da93f72b8b32c164bcabb3eae2d4e4dc31'/>
<id>818165da93f72b8b32c164bcabb3eae2d4e4dc31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport YUV build optimisation.</title>
<updated>2010-01-21T16:29:50+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2010-01-21T16:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=76d6a14f1d72ac8afd3398d268cd1b91752331be'/>
<id>76d6a14f1d72ac8afd3398d268cd1b91752331be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
