<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src, branch 1.1.9</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>Constify bits of the OGM subtitle hack. Add a changelog entry.</title>
<updated>2008-01-06T15:56:24+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2008-01-06T15:56:24+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3b8eab0196256be7240878cb718fceb7cd373549'/>
<id>3b8eab0196256be7240878cb718fceb7cd373549</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>for resolving Korean subtitle bug</title>
<updated>2008-01-06T16:03:20+00:00</updated>
<author>
<name>Dongsu Park</name>
<email>dpark1978@gmail.com</email>
</author>
<published>2008-01-06T16:03:20+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=45aa7ebe596abd3263c747c642a2416a7ebbbbba'/>
<id>45aa7ebe596abd3263c747c642a2416a7ebbbbba</id>
<content type='text'>
In draw_subtitle(), if the given encoding is one the CJK charset, colored
typefaces functionality is disabled and subtitles are printed with the
render_text() method. Otherwise subtitles are drawn by ogm_render_line()
function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In draw_subtitle(), if the given encoding is one the CJK charset, colored
typefaces functionality is disabled and subtitles are printed with the
render_text() method. Otherwise subtitles are drawn by ogm_render_line()
function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tell the Real demuxer about lists of http references.</title>
<updated>2008-01-06T03:30:02+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2008-01-06T03:30:02+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ff632b94b6b25c35239ebb49a8e123d11f2fa8f4'/>
<id>ff632b94b6b25c35239ebb49a8e123d11f2fa8f4</id>
<content type='text'>
Such broken wrong-extension wrong-MIME-type lists exist in the wild...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Such broken wrong-extension wrong-MIME-type lists exist in the wild...
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable the VMware Screen codec (ffmpeg).</title>
<updated>2008-01-05T22:18:27+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2008-01-05T22:18:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=051c124db8a2ab27f45530323d9cbd673e277794'/>
<id>051c124db8a2ab27f45530323d9cbd673e277794</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass $(X_CFLAGS) when compiling syncfb.</title>
<updated>2008-01-04T18:12:53+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2008-01-04T18:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=29de3d76ef4761e34aee107d458bfabe3ce96298'/>
<id>29de3d76ef4761e34aee107d458bfabe3ce96298</id>
<content type='text'>
Noticed by Thomas Koeller &lt;tkoeller@users.sourceforge.net&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Noticed by Thomas Koeller &lt;tkoeller@users.sourceforge.net&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed an issue in input_pvr with setting the frequency of the tuner for ivtv versions 0.10.6+</title>
<updated>2008-01-03T23:00:08+00:00</updated>
<author>
<name>Richard van Paasen</name>
<email>rvpaasen@t3i.nl</email>
</author>
<published>2008-01-03T23:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=9276e56845b6c048cdf1e98574fa8fc80ffe8488'/>
<id>9276e56845b6c048cdf1e98574fa8fc80ffe8488</id>
<content type='text'>
Note: the old code divided the frequency by 62.5. But, the ivtv driver
expects a different format. I changed the implementation in input_pvr such
that the frequency can be given as provided by cable companies, multiplied by
1000: e.g. 503250 for 503.250 MHz.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note: the old code divided the frequency by 62.5. But, the ivtv driver
expects a different format. I changed the implementation in input_pvr such
that the frequency can be given as provided by cable companies, multiplied by
1000: e.g. 503250 for 503.250 MHz.
</pre>
</div>
</content>
</entry>
<entry>
<title>Detect corrupted or broken seek tables for CBR MP3 files. [Bug #3]</title>
<updated>2008-01-03T14:16:07+00:00</updated>
<author>
<name>Thibaut Mattern</name>
<email>thibaut.mattern@gmail.com</email>
</author>
<published>2008-01-03T14:16:07+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=46c59ae8695a4b6f62af89afef68895e70985d77'/>
<id>46c59ae8695a4b6f62af89afef68895e70985d77</id>
<content type='text'>
--HG--
extra : transplant_source : %00%11%94ZZG%2A%A0%2A%3B%DA%CDx%AC%02%A8%E8%C3%DF%A5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : transplant_source : %00%11%94ZZG%2A%A0%2A%3B%DA%CDx%AC%02%A8%E8%C3%DF%A5
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid potential install-time mislinkage against libxine.so.2.</title>
<updated>2008-01-01T17:31:12+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2008-01-01T17:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=284db4a4fc4941b7a3b903d3ab23b04840517fd1'/>
<id>284db4a4fc4941b7a3b903d3ab23b04840517fd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid locking log_lock once the buffer has been allocated.</title>
<updated>2007-04-15T20:25:20+00:00</updated>
<author>
<name>Reinhard Nißl</name>
<email>rnissl@gmx.de</email>
</author>
<published>2007-04-15T20:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=22c70084bc88af56b103c5b28ad74c9260058ae7'/>
<id>22c70084bc88af56b103c5b28ad74c9260058ae7</id>
<content type='text'>
(transplanted from 4988e864d1a9db84756668ea33a9f6860ded879e)

--HG--
extra : transplant_source : I%88%E8d%D1%A9%DB%84ufh%EA3%A9%F6%86%0D%ED%87%9E
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(transplanted from 4988e864d1a9db84756668ea33a9f6860ded879e)

--HG--
extra : transplant_source : I%88%E8d%D1%A9%DB%84ufh%EA3%A9%F6%86%0D%ED%87%9E
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid immediate frame drops by giving decoder a further chance to</title>
<updated>2007-04-15T20:21:51+00:00</updated>
<author>
<name>Reinhard Nißl</name>
<email>rnissl@gmx.de</email>
</author>
<published>2007-04-15T20:21:51+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7cf44fc4bb54e61f569c7ae969df04b1d4db6f8d'/>
<id>7cf44fc4bb54e61f569c7ae969df04b1d4db6f8d</id>
<content type='text'>
supply decoded frames.
There can still be scheduling delays which may let the number of
frames ready for displaying to drop below frame drop limit just
for a short period of time.
Therefore the changes remember that the decoder should have been
asked to drop some frames but do not actually have the decoder to
drop some frames. When the situation has improved at the next time
when the check is performed, the remembered frame drop is canceled
or otherwise (when the number of frames is still below frame drop
limit) executed.
(transplanted from b016e80a8206a56ba3996021bacff88b8ba44621)

--HG--
extra : transplant_source : %B0%16%E8%0A%82%06%A5k%A3%99%60%21%BA%CF%F8%8B%8B%A4F%21
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
supply decoded frames.
There can still be scheduling delays which may let the number of
frames ready for displaying to drop below frame drop limit just
for a short period of time.
Therefore the changes remember that the decoder should have been
asked to drop some frames but do not actually have the decoder to
drop some frames. When the situation has improved at the next time
when the check is performed, the remembered frame drop is canceled
or otherwise (when the number of frames is still below frame drop
limit) executed.
(transplanted from b016e80a8206a56ba3996021bacff88b8ba44621)

--HG--
extra : transplant_source : %B0%16%E8%0A%82%06%A5k%A3%99%60%21%BA%CF%F8%8B%8B%A4F%21
</pre>
</div>
</content>
</entry>
</feed>
