<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/dxr3, 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>use UTF-8 meta info setting, where we know the string is ASCII</title>
<updated>2004-12-16T13:58:57+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-12-16T13:58:57+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4a92f5cbb43ef017728d86857538cab54b29cfde'/>
<id>4a92f5cbb43ef017728d86857538cab54b29cfde</id>
<content type='text'>
(costly conversion is not necessary, because ASCII is a subset of UTF-8)

CVS patchset: 7264
CVS date: 2004/12/16 13:58:57

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(costly conversion is not necessary, because ASCII is a subset of UTF-8)

CVS patchset: 7264
CVS date: 2004/12/16 13:58:57

</pre>
</div>
</content>
</entry>
<entry>
<title>my sed script for the config entries converted a bit too much which breaks</title>
<updated>2004-12-16T13:31:40+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-12-16T13:31:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=031c6c1b15e7fff6b46f62763ef73d9d72e82fa2'/>
<id>031c6c1b15e7fff6b46f62763ef73d9d72e82fa2</id>
<content type='text'>
the DXR3 plugin in 1-rc8; shame on me

CVS patchset: 7263
CVS date: 2004/12/16 13:31:40

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the DXR3 plugin in 1-rc8; shame on me

CVS patchset: 7263
CVS date: 2004/12/16 13:31:40

</pre>
</div>
</content>
</entry>
<entry>
<title>huge patch ahead: reorganizing config entries with automatic conversion</title>
<updated>2004-12-12T22:00:47+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-12-12T22:00:47+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=16b6f9646902e6940a991f1d3577c068573015a8'/>
<id>16b6f9646902e6940a991f1d3577c068573015a8</id>
<content type='text'>
and backwards compatible translation
Sorry, I got a litte tired proof-reading the patch, so their might be
bugs lurking around. I will give it some further examination and
(as necessary) fixing tomorrow.

CVS patchset: 7233
CVS date: 2004/12/12 22:00:47

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and backwards compatible translation
Sorry, I got a litte tired proof-reading the patch, so their might be
bugs lurking around. I will give it some further examination and
(as necessary) fixing tomorrow.

CVS patchset: 7233
CVS date: 2004/12/12 22:00:47

</pre>
</div>
</content>
</entry>
<entry>
<title>patch to further improve overlay blending and to elimiate static variables</title>
<updated>2004-11-24T16:11:02+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-11-24T16:11:02+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8440a8229a5db4a8a61456a9b07b5e5d44777ea5'/>
<id>8440a8229a5db4a8a61456a9b07b5e5d44777ea5</id>
<content type='text'>
in alphablend.c; XShm subtitles work now, Xv works as well, other output
plugins untested

CVS patchset: 7156
CVS date: 2004/11/24 16:11:02

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in alphablend.c; XShm subtitles work now, Xv works as well, other output
plugins untested

CVS patchset: 7156
CVS date: 2004/11/24 16:11:02

</pre>
</div>
</content>
</entry>
<entry>
<title>fix a long-standing DXR3 DVD problem: forced subtitles were not handled correctly</title>
<updated>2004-10-08T20:39:51+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-10-08T20:39:51+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=cfc01156e5851256eb337ffd4b734f7bc0d272a1'/>
<id>cfc01156e5851256eb337ffd4b734f7bc0d272a1</id>
<content type='text'>
When forced subtitles are enabled, only those subtitles of a subtitle stream
with a special flag set should be displayed. The designers of the SPU format
decided to be funny and placed this flag near the end of a SPU. With the DXR3,
it can therefore happen that you already wrote half the SPU to the card,
because it spans across multiple buffers, when you finally notice that you are
not supposed to show this one at all. For that reason, the DXR3 had used a
different filtering, which worked most of the time, but was, in the end, wrong.
Now I found a way to invalidate a SPU after it had already been partly written
to the card, so we can do things the right way.
This finally fixes missing subtitles with "The Lord of the Rings - The Two Towers".

CVS patchset: 7021
CVS date: 2004/10/08 20:39:51

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When forced subtitles are enabled, only those subtitles of a subtitle stream
with a special flag set should be displayed. The designers of the SPU format
decided to be funny and placed this flag near the end of a SPU. With the DXR3,
it can therefore happen that you already wrote half the SPU to the card,
because it spans across multiple buffers, when you finally notice that you are
not supposed to show this one at all. For that reason, the DXR3 had used a
different filtering, which worked most of the time, but was, in the end, wrong.
Now I found a way to invalidate a SPU after it had already been partly written
to the card, so we can do things the right way.
This finally fixes missing subtitles with "The Lord of the Rings - The Two Towers".

CVS patchset: 7021
CVS date: 2004/10/08 20:39:51

</pre>
</div>
</content>
</entry>
<entry>
<title>- added cropping capability (thanks James Stembridge)</title>
<updated>2004-09-22T20:29:13+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2004-09-22T20:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=fa11460bbd06540d43ffe53d047f25639a0a6b83'/>
<id>fa11460bbd06540d43ffe53d047f25639a0a6b83</id>
<content type='text'>
- some vo drivers support cropping natively.
  (only xv and xvmc have been tested)
- add software crop fallback to video_out.c
- skip yuv2rgb processing at xshm for not yet cropped frames
  (these frames are never shown)
- libmpeg2 and ffmpeg now may use crop support
- bump vo api. (changes to xvmc/xxmc will follow)

CVS patchset: 6991
CVS date: 2004/09/22 20:29:13

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- some vo drivers support cropping natively.
  (only xv and xvmc have been tested)
- add software crop fallback to video_out.c
- skip yuv2rgb processing at xshm for not yet cropped frames
  (these frames are never shown)
- libmpeg2 and ffmpeg now may use crop support
- bump vo api. (changes to xvmc/xxmc will follow)

CVS patchset: 6991
CVS date: 2004/09/22 20:29:13

</pre>
</div>
</content>
</entry>
<entry>
<title>check for NAV updates earlier and thus more often;</title>
<updated>2004-08-19T10:35:32+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-08-19T10:35:32+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3034ac1224ee05d4e24c5c1ac46d0bd4d769edbb'/>
<id>3034ac1224ee05d4e24c5c1ac46d0bd4d769edbb</id>
<content type='text'>
fixes initially missing menu highlight in "Chicago" RC2

CVS patchset: 6899
CVS date: 2004/08/19 10:35:32

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes initially missing menu highlight in "Chicago" RC2

CVS patchset: 6899
CVS date: 2004/08/19 10:35:32

</pre>
</div>
</content>
</entry>
<entry>
<title>use 64bit arithmetics to prevent overflow</title>
<updated>2004-08-16T15:52:24+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-08-16T15:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=266398b966ea5b8717553ad7b8338078ec59f55f'/>
<id>266398b966ea5b8717553ad7b8338078ec59f55f</id>
<content type='text'>
CVS patchset: 6889
CVS date: 2004/08/16 15:52:24

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6889
CVS date: 2004/08/16 15:52:24

</pre>
</div>
</content>
</entry>
<entry>
<title>DXR3 support for more fine grained speed</title>
<updated>2004-08-16T15:21:03+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-08-16T15:21:03+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=0922e7e837a018a1be0430557e737f220974f627'/>
<id>0922e7e837a018a1be0430557e737f220974f627</id>
<content type='text'>
CVS patchset: 6885
CVS date: 2004/08/16 15:21:03

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6885
CVS date: 2004/08/16 15:21:03

</pre>
</div>
</content>
</entry>
<entry>
<title>no objections so far: committing the fine speed control patch</title>
<updated>2004-08-02T12:51:07+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2004-08-02T12:51:07+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2e2b861d367f376a67c86b7381132d5e1097d999'/>
<id>2e2b861d367f376a67c86b7381132d5e1097d999</id>
<content type='text'>
(in case of major trouble just revert the patch i sent to xine-devel)

CVS patchset: 6871
CVS date: 2004/08/02 12:51:07

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(in case of major trouble just revert the patch i sent to xine-devel)

CVS patchset: 6871
CVS date: 2004/08/02 12:51:07

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