<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src, branch 1.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>ignore non mono audio streams by default</title>
<updated>2005-07-26T17:55:50+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2005-07-26T17:55:50+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7a4d57c447fa7e33f31d8c43683697c3fd3b16e1'/>
<id>7a4d57c447fa7e33f31d8c43683697c3fd3b16e1</id>
<content type='text'>
CVS patchset: 7681
CVS date: 2005/07/26 17:55:50

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7681
CVS date: 2005/07/26 17:55:50

</pre>
</div>
</content>
</entry>
<entry>
<title>*BUGFIX*</title>
<updated>2005-07-25T20:27:15+00:00</updated>
<author>
<name>Thibaut Mattern</name>
<email>tmattern@users.sourceforge.net</email>
</author>
<published>2005-07-25T20:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=57531db7d8dc47cc3d6efeb5f8900c3950b81731'/>
<id>57531db7d8dc47cc3d6efeb5f8900c3950b81731</id>
<content type='text'>
Argl, always the same error.
Fixed random bugs, and playback of this stream :
  http://naboo.homelinux.org/~tmattern/samples/mov/tidemo1-24bit-rle.mov

CVS patchset: 7679
CVS date: 2005/07/25 20:27:15

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Argl, always the same error.
Fixed random bugs, and playback of this stream :
  http://naboo.homelinux.org/~tmattern/samples/mov/tidemo1-24bit-rle.mov

CVS patchset: 7679
CVS date: 2005/07/25 20:27:15

</pre>
</div>
</content>
</entry>
<entry>
<title>ops missed this one</title>
<updated>2005-07-22T16:42:00+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2005-07-22T16:42:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2a746d5cd956a8bc632eacac49f8c4aec3c44db3'/>
<id>2a746d5cd956a8bc632eacac49f8c4aec3c44db3</id>
<content type='text'>
CVS patchset: 7676
CVS date: 2005/07/22 16:42:00

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7676
CVS date: 2005/07/22 16:42:00

</pre>
</div>
</content>
</entry>
<entry>
<title>another gcc 2.9x fix</title>
<updated>2005-07-22T16:37:44+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2005-07-22T16:37:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5e5a91178e91469655f6558ecd874d1cbf486478'/>
<id>5e5a91178e91469655f6558ecd874d1cbf486478</id>
<content type='text'>
CVS patchset: 7675
CVS date: 2005/07/22 16:37:44

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7675
CVS date: 2005/07/22 16:37:44

</pre>
</div>
</content>
</entry>
<entry>
<title>gcc 2.9x compat</title>
<updated>2005-07-21T20:48:37+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2005-07-21T20:48:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f8e3f90f02567712db05667655a3e2547dfbe5e7'/>
<id>f8e3f90f02567712db05667655a3e2547dfbe5e7</id>
<content type='text'>
CVS patchset: 7673
CVS date: 2005/07/21 20:48:37

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7673
CVS date: 2005/07/21 20:48:37

</pre>
</div>
</content>
</entry>
<entry>
<title>- change frontend_lock and config_lock to recursive mutexes to fix</title>
<updated>2005-07-21T02:51:14+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2005-07-21T02:51:14+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5643c9ba08abfca48787d49ae762dbbf504ded07'/>
<id>5643c9ba08abfca48787d49ae762dbbf504ded07</id>
<content type='text'>
  reentrancy problems (as reported by Reinhard Nissl and Darren Salt)
- add a new recursive mutex support check to configure so we should fail
  nicely if system doesn't provides it
(please test)

CVS patchset: 7670
CVS date: 2005/07/21 02:51:14

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  reentrancy problems (as reported by Reinhard Nissl and Darren Salt)
- add a new recursive mutex support check to configure so we should fail
  nicely if system doesn't provides it
(please test)

CVS patchset: 7670
CVS date: 2005/07/21 02:51:14

</pre>
</div>
</content>
</entry>
<entry>
<title>here is cvs update people requested - somebody please check for gcc4 compatibility</title>
<updated>2005-07-19T20:30:38+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2005-07-19T20:30:38+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=fcc9a6282dd3c541055636ac49882d1639da251b'/>
<id>fcc9a6282dd3c541055636ac49882d1639da251b</id>
<content type='text'>
CVS patchset: 7668
CVS date: 2005/07/19 20:30:38

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7668
CVS date: 2005/07/19 20:30:38

</pre>
</div>
</content>
</entry>
<entry>
<title>update goom to 2k4-0 + patches. details:</title>
<updated>2005-07-19T18:10:29+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2005-07-19T18:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=6bfc655ee19aa82cce3277e6f9c861661cca5fb4'/>
<id>6bfc655ee19aa82cce3277e6f9c861661cca5fb4</id>
<content type='text'>
- removed convolve_fx: goom logo is definitely annoying. besides using
xine_fast_memcpy instead of convolve makes it much faster!
- reduced number of tentacles: too many tentacles on low res (320x240)
made it too brighter
- darker ifs.c: again problem with low res, image was saturating
to white most of the time
- increased fps to 14 now that goom is faster ;-)

CVS patchset: 7667
CVS date: 2005/07/19 18:10:29

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- removed convolve_fx: goom logo is definitely annoying. besides using
xine_fast_memcpy instead of convolve makes it much faster!
- reduced number of tentacles: too many tentacles on low res (320x240)
made it too brighter
- darker ifs.c: again problem with low res, image was saturating
to white most of the time
- increased fps to 14 now that goom is faster ;-)

CVS patchset: 7667
CVS date: 2005/07/19 18:10:29

</pre>
</div>
</content>
</entry>
<entry>
<title>"fill" video post plugin. Crops left and right side of widescreen video to fill a 4/3 screen</title>
<updated>2005-07-18T18:02:51+00:00</updated>
<author>
<name>James Stembridge</name>
<email>jstembridge@users.sourceforge.net</email>
</author>
<published>2005-07-18T18:02:51+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d1245110dbd99f3018847c59316b677b92423973'/>
<id>d1245110dbd99f3018847c59316b677b92423973</id>
<content type='text'>
CVS patchset: 7666
CVS date: 2005/07/18 18:02:51

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7666
CVS date: 2005/07/18 18:02:51

</pre>
</div>
</content>
</entry>
<entry>
<title>Aspect ratio applies to image after cropping</title>
<updated>2005-07-18T17:59:37+00:00</updated>
<author>
<name>James Stembridge</name>
<email>jstembridge@users.sourceforge.net</email>
</author>
<published>2005-07-18T17:59:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2aad69fc2d8c66ee0eee17608147850e97ae6c36'/>
<id>2aad69fc2d8c66ee0eee17608147850e97ae6c36</id>
<content type='text'>
CVS patchset: 7665
CVS date: 2005/07/18 17:59:37

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7665
CVS date: 2005/07/18 17:59:37

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