<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/xine-engine, branch 1-rc3c</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>make that a define to improve maintainability</title>
<updated>2004-04-08T13:37:54+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-04-08T13:37:54+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=05778635e41665a615230c029d49b58de0a4b858'/>
<id>05778635e41665a615230c029d49b58de0a4b858</id>
<content type='text'>
CVS patchset: 6350
CVS date: 2004/04/08 13:37:54

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6350
CVS date: 2004/04/08 13:37:54

</pre>
</div>
</content>
</entry>
<entry>
<title>Degrease jerking with OGM subtitles.</title>
<updated>2004-04-08T11:10:10+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@users.sourceforge.net</email>
</author>
<published>2004-04-08T11:10:10+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=1a9a587144539c3a706d5a6d82f58bc07d3eecdf'/>
<id>1a9a587144539c3a706d5a6d82f58bc07d3eecdf</id>
<content type='text'>
CVS patchset: 6348
CVS date: 2004/04/08 11:10:10

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6348
CVS date: 2004/04/08 11:10:10

</pre>
</div>
</content>
</entry>
<entry>
<title>Michael's patch for improving playback with subtitles, fix the long seeking.</title>
<updated>2004-04-07T18:10:20+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@users.sourceforge.net</email>
</author>
<published>2004-04-07T18:10:20+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ef959e21c2fb8688ff2bfcf7758e9323be8b65f7'/>
<id>ef959e21c2fb8688ff2bfcf7758e9323be8b65f7</id>
<content type='text'>
CVS patchset: 6342
CVS date: 2004/04/07 18:10:20

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6342
CVS date: 2004/04/07 18:10:20

</pre>
</div>
</content>
</entry>
<entry>
<title>the patch to audio_out from 1.128 to 1.129 changed a calculation from</title>
<updated>2004-04-07T18:07:25+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-04-07T18:07:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=25bbdcdc14a1a470c405882368ff9466ba418b6e'/>
<id>25bbdcdc14a1a470c405882368ff9466ba418b6e</id>
<content type='text'>
x = a / b + c
to
y = b + c
x = a / y
which is wrong and breaks the resampling sync method; changing to
y = a / b
x = y + c
should fix; thanks to Carsten Weinhold for the patch

CVS patchset: 6341
CVS date: 2004/04/07 18:07:25

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
x = a / b + c
to
y = b + c
x = a / y
which is wrong and breaks the resampling sync method; changing to
y = a / b
x = y + c
should fix; thanks to Carsten Weinhold for the patch

CVS patchset: 6341
CVS date: 2004/04/07 18:07:25

</pre>
</div>
</content>
</entry>
<entry>
<title>Patch for using timeout in cddb lookup (xine was freezed just because of firewall!!!).</title>
<updated>2004-04-06T18:40:32+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@users.sourceforge.net</email>
</author>
<published>2004-04-06T18:40:32+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=81de862996c8af79e73f550b0160e9c091722a71'/>
<id>81de862996c8af79e73f550b0160e9c091722a71</id>
<content type='text'>
New functions into io_helper:
  _x_io_tcp_connect_finish ... wait for successful connect with timeout
  _x_io_tcp_read_line ... read the string from the socket (improvements neded)
Use io_helper functions in input_cdda.
Don't try connect again to freedb server, if previous connecting was failed.

CVS patchset: 6337
CVS date: 2004/04/06 18:40:32

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New functions into io_helper:
  _x_io_tcp_connect_finish ... wait for successful connect with timeout
  _x_io_tcp_read_line ... read the string from the socket (improvements neded)
Use io_helper functions in input_cdda.
Don't try connect again to freedb server, if previous connecting was failed.

CVS patchset: 6337
CVS date: 2004/04/06 18:40:32

</pre>
</div>
</content>
</entry>
<entry>
<title>- add XINE_MSG_AUDIO_OUT_UNAVAILABLE event to warn when the audio device is</title>
<updated>2004-04-05T20:01:24+00:00</updated>
<author>
<name>Bastien Nocera</name>
<email>hadess@users.sourceforge.net</email>
</author>
<published>2004-04-05T20:01:24+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7c56dc4a7f9bcfa9b0a117e29deafe03193c52cd'/>
<id>7c56dc4a7f9bcfa9b0a117e29deafe03193c52cd</id>
<content type='text'>
busy.

CVS patchset: 6333
CVS date: 2004/04/05 20:01:24

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
busy.

CVS patchset: 6333
CVS date: 2004/04/05 20:01:24

</pre>
</div>
</content>
</entry>
<entry>
<title>- remove stream from the streams list when it is disposed</title>
<updated>2004-04-05T17:58:54+00:00</updated>
<author>
<name>Bastien Nocera</name>
<email>hadess@users.sourceforge.net</email>
</author>
<published>2004-04-05T17:58:54+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4b62d4a577a66e5423c6e9c3bbb28336fb29c332'/>
<id>4b62d4a577a66e5423c6e9c3bbb28336fb29c332</id>
<content type='text'>
CVS patchset: 6329
CVS date: 2004/04/05 17:58:54

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6329
CVS date: 2004/04/05 17:58:54

</pre>
</div>
</content>
</entry>
<entry>
<title>destroy the mutexes properly</title>
<updated>2004-03-29T19:50:58+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-03-29T19:50:58+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f45b863a8caa8821620b6babeeef99eb6091ec18'/>
<id>f45b863a8caa8821620b6babeeef99eb6091ec18</id>
<content type='text'>
CVS patchset: 6318
CVS date: 2004/03/29 19:50:58

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6318
CVS date: 2004/03/29 19:50:58

</pre>
</div>
</content>
</entry>
<entry>
<title>this needs to be an irrevocable ticket</title>
<updated>2004-03-28T19:56:08+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-03-28T19:56:08+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b49f1f936736c48252aefe4323d47edad27202cc'/>
<id>b49f1f936736c48252aefe4323d47edad27202cc</id>
<content type='text'>
CVS patchset: 6313
CVS date: 2004/03/28 19:56:08

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6313
CVS date: 2004/03/28 19:56:08

</pre>
</div>
</content>
</entry>
<entry>
<title>move the ticket acquire/release deeper inside the decoder loops</title>
<updated>2004-03-28T19:51:56+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-03-28T19:51:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=36bf433fccf651d2c566b8364297a8bb5b0c119a'/>
<id>36bf433fccf651d2c566b8364297a8bb5b0c119a</id>
<content type='text'>
(buf-&gt;free_buffer() for example must not be called with a ticket held, since
it can block, when the demuxer triggered nbc, which will occupy the fifo lock)

CVS patchset: 6312
CVS date: 2004/03/28 19:51:56

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(buf-&gt;free_buffer() for example must not be called with a ticket held, since
it can block, when the demuxer triggered nbc, which will occupy the fifo lock)

CVS patchset: 6312
CVS date: 2004/03/28 19:51:56

</pre>
</div>
</content>
</entry>
</feed>
