<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src, branch 1.0</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 segfault with 'none' audio plugin.</title>
<updated>2004-12-25T17:52:10+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2004-12-25T17:52:10+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c2e817d4ed02e1e184ce7f2e64c51ac2cc3d63bd'/>
<id>c2e817d4ed02e1e184ce7f2e64c51ac2cc3d63bd</id>
<content type='text'>
CVS patchset: 7301
CVS date: 2004/12/25 17:52:10

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7301
CVS date: 2004/12/25 17:52:10

</pre>
</div>
</content>
</entry>
<entry>
<title>- AVI: set audio and video codecs on open, overridden by the decoders</title>
<updated>2004-12-24T17:43:36+00:00</updated>
<author>
<name>Bastien Nocera</name>
<email>hadess@users.sourceforge.net</email>
</author>
<published>2004-12-24T17:43:36+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=bfdfc73a53874bfd268606432a0609cdfebb1a78'/>
<id>bfdfc73a53874bfd268606432a0609cdfebb1a78</id>
<content type='text'>
- ASF: same as above, as well as the video dimensions

CVS patchset: 7298
CVS date: 2004/12/24 17:43:36

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- ASF: same as above, as well as the video dimensions

CVS patchset: 7298
CVS date: 2004/12/24 17:43:36

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash related to relative HTTP redirect URLs.</title>
<updated>2004-12-24T01:59:11+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2004-12-24T01:59:11+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3e0803b5fa44a10eba8960ff163b982ac29131d3'/>
<id>3e0803b5fa44a10eba8960ff163b982ac29131d3</id>
<content type='text'>
These URLs are now canonicalised.

CVS patchset: 7297
CVS date: 2004/12/24 01:59:11

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These URLs are now canonicalised.

CVS patchset: 7297
CVS date: 2004/12/24 01:59:11

</pre>
</div>
</content>
</entry>
<entry>
<title>do not list plugins more than once</title>
<updated>2004-12-22T22:05:22+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-12-22T22:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=585f2f2b82d5ad7e8599b7a0880e6f213e0fb3db'/>
<id>585f2f2b82d5ad7e8599b7a0880e6f213e0fb3db</id>
<content type='text'>
CVS patchset: 7296
CVS date: 2004/12/22 22:05:22

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7296
CVS date: 2004/12/22 22:05:22

</pre>
</div>
</content>
</entry>
<entry>
<title>fix potential memleak</title>
<updated>2004-12-22T21:32:36+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-12-22T21:32:36+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=1859eb0262e2eeef22aaea981797cb0e603927e1'/>
<id>1859eb0262e2eeef22aaea981797cb0e603927e1</id>
<content type='text'>
CVS patchset: 7295
CVS date: 2004/12/22 21:32:36

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7295
CVS date: 2004/12/22 21:32:36

</pre>
</div>
</content>
</entry>
<entry>
<title>calling update_output_size() right before actually showing the subtitle</title>
<updated>2004-12-22T21:29:25+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-12-22T21:29:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=de1a710b64e0c20a36f988ba01a5875fd4b43388'/>
<id>de1a710b64e0c20a36f988ba01a5875fd4b43388</id>
<content type='text'>
will fix problems, when the size of the output area changed between the
initial call and the drawing (which might be in the magnitude of seconds
or minutes caused by _x_spu_decoder_sleep(), especially when using separate
text subtitles); this caused the first subtitle to be missing sometimes,
because users would switch to fullscreen after starting playback
also fix missing first subtitle after seeking (reset of decoders tate was
incomplete)

CVS patchset: 7294
CVS date: 2004/12/22 21:29:25

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
will fix problems, when the size of the output area changed between the
initial call and the drawing (which might be in the magnitude of seconds
or minutes caused by _x_spu_decoder_sleep(), especially when using separate
text subtitles); this caused the first subtitle to be missing sometimes,
because users would switch to fullscreen after starting playback
also fix missing first subtitle after seeking (reset of decoders tate was
incomplete)

CVS patchset: 7294
CVS date: 2004/12/22 21:29:25

</pre>
</div>
</content>
</entry>
<entry>
<title>rename clashing snd_mixer_wait</title>
<updated>2004-12-22T17:51:38+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2004-12-22T17:51:38+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a9392af3735dda8783da7cdda808086fdfc46682'/>
<id>a9392af3735dda8783da7cdda808086fdfc46682</id>
<content type='text'>
CVS patchset: 7293
CVS date: 2004/12/22 17:51:38

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7293
CVS date: 2004/12/22 17:51:38

</pre>
</div>
</content>
</entry>
<entry>
<title>add CMML bos page reconizer</title>
<updated>2004-12-21T05:30:40+00:00</updated>
<author>
<name>Conrad Parker</name>
<email>conrad@users.sourceforge.net</email>
</author>
<published>2004-12-21T05:30:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=260fd38a92180038934600da06baefa296b2b23a'/>
<id>260fd38a92180038934600da06baefa296b2b23a</id>
<content type='text'>
CVS patchset: 7292
CVS date: 2004/12/21 05:30:40

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7292
CVS date: 2004/12/21 05:30:40

</pre>
</div>
</content>
</entry>
<entry>
<title>add BY_CONTENT method for detecting DV streams</title>
<updated>2004-12-21T05:24:47+00:00</updated>
<author>
<name>Conrad Parker</name>
<email>conrad@users.sourceforge.net</email>
</author>
<published>2004-12-21T05:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=96d8ff7f328532cb057d4ff53eebd1718d9849c1'/>
<id>96d8ff7f328532cb057d4ff53eebd1718d9849c1</id>
<content type='text'>
CVS patchset: 7291
CVS date: 2004/12/21 05:24:47

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7291
CVS date: 2004/12/21 05:24:47

</pre>
</div>
</content>
</entry>
<entry>
<title>- Don't try to second guess the front-end when it tells us we have an expose</title>
<updated>2004-12-20T23:09:20+00:00</updated>
<author>
<name>Bastien Nocera</name>
<email>hadess@users.sourceforge.net</email>
</author>
<published>2004-12-20T23:09:20+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f16fe177b416bfd225f1a35b652d40c82485ab76'/>
<id>f16fe177b416bfd225f1a35b652d40c82485ab76</id>
<content type='text'>
event, fixes fullscreen with pause "white bits" using Totem, or xine-ui when
paused.

CVS patchset: 7290
CVS date: 2004/12/20 23:09:20

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
event, fixes fullscreen with pause "white bits" using Totem, or xine-ui when
paused.

CVS patchset: 7290
CVS date: 2004/12/20 23:09:20

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