<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/xine-engine, branch 1.2.4</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 snapshot size.</title>
<updated>2013-09-19T11:59:05+00:00</updated>
<author>
<name>Torsten Jager</name>
<email>t.jager@gmx.de</email>
</author>
<published>2013-09-19T11:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=31e23d119f16eec1ed718750c0c871bbfef2d0af'/>
<id>31e23d119f16eec1ed718750c0c871bbfef2d0af</id>
<content type='text'>
Follow ratio while staying near the user setting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow ratio while staying near the user setting.
</pre>
</div>
</content>
</entry>
<entry>
<title>Really fix snapshot colors.</title>
<updated>2013-09-19T11:59:00+00:00</updated>
<author>
<name>Torsten Jager</name>
<email>t.jager@gmx.de</email>
</author>
<published>2013-09-19T11:59:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=660d5c95c3e99c223db08f2b5c5e45a3ccae9c7f'/>
<id>660d5c95c3e99c223db08f2b5c5e45a3ccae9c7f</id>
<content type='text'>
The real bug was libyuv2rgb_mmx outputting bgr24 instead of
requested rgb24. Previous fix tried to work around by swapping
the input UV planes as well. Better than nothing but... well.
Now both modes are supported, and kludge removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The real bug was libyuv2rgb_mmx outputting bgr24 instead of
requested rgb24. Previous fix tried to work around by swapping
the input UV planes as well. Better than nothing but... well.
Now both modes are supported, and kludge removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>audio_out speed control fix</title>
<updated>2013-09-13T10:50:30+00:00</updated>
<author>
<name>Torsten Jager</name>
<email>t.jager@gmx.de</email>
</author>
<published>2013-09-13T10:50:30+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=005a3bd67c9569d5252125c402f6d9b4ae8729f5'/>
<id>005a3bd67c9569d5252125c402f6d9b4ae8729f5</id>
<content type='text'>
This addresses an old fixme, and an occasional pthread mutex issue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This addresses an old fixme, and an occasional pthread mutex issue.
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright year update by hg log info</title>
<updated>2013-09-13T10:50:25+00:00</updated>
<author>
<name>Torsten Jager</name>
<email>t.jager@gmx.de</email>
</author>
<published>2013-09-13T10:50:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=50caa6c2122224df42c6d8a5c88ffb5b2d4afb8b'/>
<id>50caa6c2122224df42c6d8a5c88ffb5b2d4afb8b</id>
<content type='text'>
script execution time: 55"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
script execution time: 55"
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge.</title>
<updated>2013-09-04T15:25:53+00:00</updated>
<author>
<name>Darren Salt</name>
<email>devspam@moreofthesa.me.uk</email>
</author>
<published>2013-09-04T15:25:53+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b196a6012ace0ce8636412cf3a439df1a170e797'/>
<id>b196a6012ace0ce8636412cf3a439df1a170e797</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed another potential xine_play () hang</title>
<updated>2013-08-22T14:49:00+00:00</updated>
<author>
<name>Torsten Jager</name>
<email>t.jager@gmx.de</email>
</author>
<published>2013-08-22T14:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=9b35b0ffb21b25a60c95ffc71aa10082341beec3'/>
<id>9b35b0ffb21b25a60c95ffc71aa10082341beec3</id>
<content type='text'>
xine_play() may be called from a thread that has the display device locked
(eg an X window event handler). If it is waiting for a frame we better wake
it up _before_ we start displaying, or the first 10 seconds of video are lost.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
xine_play() may be called from a thread that has the display device locked
(eg an X window event handler). If it is waiting for a frame we better wake
it up _before_ we start displaying, or the first 10 seconds of video are lost.
</pre>
</div>
</content>
</entry>
<entry>
<title>Some copyright/dev fixes.</title>
<updated>2013-07-25T17:04:30+00:00</updated>
<author>
<name>Darren Salt</name>
<email>devspam@moreofthesa.me.uk</email>
</author>
<published>2013-07-25T17:04:30+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7e1e415976f2feeed1f055baf64dcf574488dc66'/>
<id>7e1e415976f2feeed1f055baf64dcf574488dc66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix comment</title>
<updated>2013-07-03T20:02:25+00:00</updated>
<author>
<name>Xavier Bachelot</name>
<email>xavier@bachelot.org</email>
</author>
<published>2013-07-03T20:02:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=bcb68d44c677f30bbc3e734686bec0cb735c46af'/>
<id>bcb68d44c677f30bbc3e734686bec0cb735c46af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Distribute a header needed for the VAAPI plugin.</title>
<updated>2013-06-26T19:24:36+00:00</updated>
<author>
<name>Darren Salt</name>
<email>devspam@moreofthesa.me.uk</email>
</author>
<published>2013-06-26T19:24:36+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=df2ee80fd855c31d2a93799c2c3f0a27bca9daa6'/>
<id>df2ee80fd855c31d2a93799c2c3f0a27bca9daa6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check stat() return value for failure before using returned data</title>
<updated>2013-04-15T20:10:34+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2013-04-15T20:10:34+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a3385e7a57da315b65334475e47a46016966746b'/>
<id>a3385e7a57da315b65334475e47a46016966746b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
