<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libspudec, branch 1-beta0</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>* remove what appears to be debug code messing up colors for some SPUs</title>
<updated>2002-11-26T16:05:00+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-11-26T16:05:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=df308d6eac8943344bb3fe491ee0453340a487b3'/>
<id>df308d6eac8943344bb3fe491ee0453340a487b3</id>
<content type='text'>
  (thanks to James Slorach for providing the fix)
* implement a draft of a reset() function that will hopefully bring
  the spu decoder into a safe state
* handle broken SPUs more gracefully

CVS patchset: 3377
CVS date: 2002/11/26 16:05:00

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  (thanks to James Slorach for providing the fix)
* implement a draft of a reset() function that will hopefully bring
  the spu decoder into a safe state
* handle broken SPUs more gracefully

CVS patchset: 3377
CVS date: 2002/11/26 16:05:00

</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>the last patch moved the command parsing too far, forced_display is updated</title>
<updated>2002-11-20T14:00:34+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-11-20T14:00:34+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b70d092dedd938355864a589a624ea895f30a1a2'/>
<id>b70d092dedd938355864a589a624ea895f30a1a2</id>
<content type='text'>
inside spudec_do_commands, so it has to come before the check for it

CVS patchset: 3317
CVS date: 2002/11/20 14:00:34

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
inside spudec_do_commands, so it has to come before the check for it

CVS patchset: 3317
CVS date: 2002/11/20 14:00:34

</pre>
</div>
</content>
</entry>
<entry>
<title>this should fix the various overlay problems: we should not parse commands of</title>
<updated>2002-11-20T13:49:05+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-11-20T13:49:05+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=590cea21943883a2a7953951016f536e86438abc'/>
<id>590cea21943883a2a7953951016f536e86438abc</id>
<content type='text'>
SPUs we are going to drop because of wrong channel later, so move the
parsing after the drop checking
(and remove the birdcage hack)

CVS patchset: 3315
CVS date: 2002/11/20 13:49:05

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SPUs we are going to drop because of wrong channel later, so move the
parsing after the drop checking
(and remove the birdcage hack)

CVS patchset: 3315
CVS date: 2002/11/20 13:49:05

</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>Added some test code in, to help us with highlight problems with some DVDs.</title>
<updated>2002-11-19T13:31:03+00:00</updated>
<author>
<name>James Courtier-Dutton</name>
<email>jcdutton@users.sourceforge.net</email>
</author>
<published>2002-11-19T13:31:03+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=abf1ee28a26ecfdbd9ee0611ed9ee4be868f3907'/>
<id>abf1ee28a26ecfdbd9ee0611ed9ee4be868f3907</id>
<content type='text'>
Specifically the BIRDCAGE.

CVS patchset: 3304
CVS date: 2002/11/19 13:31:03

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

CVS patchset: 3304
CVS date: 2002/11/19 13:31:03

</pre>
</div>
</content>
</entry>
<entry>
<title>spu and overlay cleanups, mostly cosmetic</title>
<updated>2002-11-19T00:45:41+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-11-19T00:45:41+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7580770c5ff6df373c6056626abae7328ae5ab48'/>
<id>7580770c5ff6df373c6056626abae7328ae5ab48</id>
<content type='text'>
CVS patchset: 3298
CVS date: 2002/11/19 00:45:41

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3298
CVS date: 2002/11/19 00:45:41

</pre>
</div>
</content>
</entry>
<entry>
<title>the new metronom discontinuity handling allows for some cleanup</title>
<updated>2002-11-18T13:42:50+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-11-18T13:42:50+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c4233d3494206a6bdc4bb9878017e4b38b5c06d4'/>
<id>c4233d3494206a6bdc4bb9878017e4b38b5c06d4</id>
<content type='text'>
(some time guessing code should be obsolete now)
just tested quickly, but DVD menus and SPUs seem to work fine

CVS patchset: 3294
CVS date: 2002/11/18 13:42:50

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(some time guessing code should be obsolete now)
just tested quickly, but DVD menus and SPUs seem to work fine

CVS patchset: 3294
CVS date: 2002/11/18 13:42:50

</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup: remove unused old event listener code</title>
<updated>2002-11-17T16:18:33+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-11-17T16:18:33+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=43e002d4e37f1cbdca26b81886c0694a84715130'/>
<id>43e002d4e37f1cbdca26b81886c0694a84715130</id>
<content type='text'>
CVS patchset: 3276
CVS date: 2002/11/17 16:18:33

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

</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>
</feed>
