<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/dxr3, branch 1-alpha2</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>when the image does not fit the viewport and black bars need to be added, their</title>
<updated>2002-11-22T18:06:09+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-11-22T18:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8cee0fd2910cbdafe45e1c5d43fa930d367cec47'/>
<id>8cee0fd2910cbdafe45e1c5d43fa930d367cec47</id>
<content type='text'>
size ratio and therefore the position of the image is now configurable
(I remembered my arts lessons at school where the teacher told us that images
look more pleasing when the lower border is twice the size of the upper and set
the default accordingly. ;)

CVS patchset: 3337
CVS date: 2002/11/22 18:06:09

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
size ratio and therefore the position of the image is now configurable
(I remembered my arts lessons at school where the teacher told us that images
look more pleasing when the lower border is twice the size of the upper and set
the default accordingly. ;)

CVS patchset: 3337
CVS date: 2002/11/22 18:06:09

</pre>
</div>
</content>
</entry>
<entry>
<title>patch by degen@home.se to make dxr3 compile without X11</title>
<updated>2002-11-22T16:20:33+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-11-22T16:20:33+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=69afc242bd4e16828ca769fa4f066e7f46b129f8'/>
<id>69afc242bd4e16828ca769fa4f066e7f46b129f8</id>
<content type='text'>
CVS patchset: 3332
CVS date: 2002/11/22 16:20:33

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3332
CVS date: 2002/11/22 16:20:33

</pre>
</div>
</content>
</entry>
<entry>
<title>Developers can now run "make" in their work area (e.g. src/libffmpeg) and it</title>
<updated>2002-11-22T05:25:14+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2002-11-22T05:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4b97c5dc4ef7cc049c18f9636859d341eeb531c5'/>
<id>4b97c5dc4ef7cc049c18f9636859d341eeb531c5</id>
<content type='text'>
will build all dependent parts (e.g. libxine.la). The directory must still
be prepared by running autogen.sh.

CVS patchset: 3331
CVS date: 2002/11/22 05:25:14

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
will build all dependent parts (e.g. libxine.la). The directory must still
be prepared by running autogen.sh.

CVS patchset: 3331
CVS date: 2002/11/22 05:25:14

</pre>
</div>
</content>
</entry>
<entry>
<title>bring dxr3 spu decoder up to the latest interface</title>
<updated>2002-11-21T21:39:43+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-11-21T21:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b504080b87d156b89fc43a2b227da2256000a9d5'/>
<id>b504080b87d156b89fc43a2b227da2256000a9d5</id>
<content type='text'>
(The dxr3 spu encoder works so good, that I almost did not realize that all
these SPUs I saw on my TV where decoded by libspudec and reencoded by the
dxr3 video out. :)

CVS patchset: 3328
CVS date: 2002/11/21 21:39:43

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(The dxr3 spu encoder works so good, that I almost did not realize that all
these SPUs I saw on my TV where decoded by libspudec and reencoded by the
dxr3 video out. :)

CVS patchset: 3328
CVS date: 2002/11/21 21:39:43

</pre>
</div>
</content>
</entry>
<entry>
<title>engine modifications to allow post plugin layer:</title>
<updated>2002-11-20T11:57:38+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-11-20T11:57:38+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4e95a4f5224e241075b8cd86b4423c85c1d0ee26'/>
<id>4e95a4f5224e241075b8cd86b4423c85c1d0ee26</id>
<content type='text'>
* new public output interface xine_{audio,video}_port_t instead of
  xine_{ao,vo}_driver_t, old names kept as aliases for compatibility
* modified the engine to allow multiple streams per output
* renaming of some internal structures according to public changes
* moving SCR out of per-stream-metronom into a global metronom_clock_t
  residing in xine_t and therefore easily available to the output layer
* adapting all available plugins
  (note to external projects: the compiler will help you a lot, if a plugin
  compiles, it is adapted, because all changes add new parameters to some
  functions)
* bump up all interface versions because of xine_t and xine_stream_t changes

CVS patchset: 3312
CVS date: 2002/11/20 11:57:38

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* new public output interface xine_{audio,video}_port_t instead of
  xine_{ao,vo}_driver_t, old names kept as aliases for compatibility
* modified the engine to allow multiple streams per output
* renaming of some internal structures according to public changes
* moving SCR out of per-stream-metronom into a global metronom_clock_t
  residing in xine_t and therefore easily available to the output layer
* adapting all available plugins
  (note to external projects: the compiler will help you a lot, if a plugin
  compiles, it is adapted, because all changes add new parameters to some
  functions)
* bump up all interface versions because of xine_t and xine_stream_t changes

CVS patchset: 3312
CVS date: 2002/11/20 11:57:38

</pre>
</div>
</content>
</entry>
<entry>
<title>make Carsten happy: the dxr3 image should now disappear on close</title>
<updated>2002-11-17T17:55:21+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-11-17T17:55:21+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=14369ea84f454c4d4e9bd8fa1f7d03b7fd7a0913'/>
<id>14369ea84f454c4d4e9bd8fa1f7d03b7fd7a0913</id>
<content type='text'>
CVS patchset: 3282
CVS date: 2002/11/17 17:55:21

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3282
CVS date: 2002/11/17 17:55:21

</pre>
</div>
</content>
</entry>
<entry>
<title>cleaning up spu types. now avi subtitles may be enabled again.</title>
<updated>2002-11-15T00:20:31+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-11-15T00:20:31+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=eca1bc92a62d5ad690080f4950c9b58c3989f26b'/>
<id>eca1bc92a62d5ad690080f4950c9b58c3989f26b</id>
<content type='text'>
(+ missed ffmpeg/dv patch)

CVS patchset: 3263
CVS date: 2002/11/15 00:20:31

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(+ missed ffmpeg/dv patch)

CVS patchset: 3263
CVS date: 2002/11/15 00:20:31

</pre>
</div>
</content>
</entry>
<entry>
<title>adapt dxr3 decoder to new interface (add discontinuity function)</title>
<updated>2002-11-12T21:29:34+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-11-12T21:29:34+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ad156c2b24273d21e4a065e231af276711aa6301'/>
<id>ad156c2b24273d21e4a065e231af276711aa6301</id>
<content type='text'>
CVS patchset: 3251
CVS date: 2002/11/12 21:29:34

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3251
CVS date: 2002/11/12 21:29:34

</pre>
</div>
</content>
</entry>
<entry>
<title>set fixed offset, otherwise the offset accumulates during multiple plugin</title>
<updated>2002-11-10T13:12:47+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-11-10T13:12:47+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c88b7dcd587c2211e035954ba4ebf2b67060887b'/>
<id>c88b7dcd587c2211e035954ba4ebf2b67060887b</id>
<content type='text'>
instantiations

CVS patchset: 3218
CVS date: 2002/11/10 13:12:47

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

CVS patchset: 3218
CVS date: 2002/11/10 13:12:47

</pre>
</div>
</content>
</entry>
<entry>
<title>alphablend wants to know the pitch</title>
<updated>2002-10-29T15:19:44+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-10-29T15:19:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4d910814b52c53ac6af78f77e20ee5db7eab3211'/>
<id>4d910814b52c53ac6af78f77e20ee5db7eab3211</id>
<content type='text'>
CVS patchset: 3088
CVS date: 2002/10/29 15:19:44

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3088
CVS date: 2002/10/29 15:19:44

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