<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libspucc, branch 1-beta11</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>- font encoding cleanup patch by Frantisek Dvorak</title>
<updated>2003-03-26T11:06:39+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-03-26T11:06:39+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=28bb8ccf2791599f24ec705c6075a747d7f10030'/>
<id>28bb8ccf2791599f24ec705c6075a747d7f10030</id>
<content type='text'>
- xinefonts use unicode now
- fix endianess in xine-fontconv.c
- public render text api uses locale

CVS patchset: 4486
CVS date: 2003/03/26 11:06:39

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- xinefonts use unicode now
- fix endianess in xine-fontconv.c
- public render text api uses locale

CVS patchset: 4486
CVS date: 2003/03/26 11:06:39

</pre>
</div>
</content>
</entry>
<entry>
<title>first step towards fixing the DVD menu highlighting problems</title>
<updated>2003-03-08T14:11:52+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-03-08T14:11:52+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3e6ea60cd46d69cfb663d52c7853751d456210ae'/>
<id>3e6ea60cd46d69cfb663d52c7853751d456210ae</id>
<content type='text'>
The problem arises because of inconsistent usage of libdvdread's functions regarding
NAV packet reading: libspudec and the dxr3 spu decoder use some of these functions,
but they used to have private copies of the relevant files of libdvdread. These do
not work any more now, since the internal layout of NAV packets in libdvdread
changed lately. So we should always use the functions from current libdvdread.
Please note that highlights might not work yet.
The next step will be to sync libdvdnav. Stay tuned.

CVS patchset: 4371
CVS date: 2003/03/08 14:11:52

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The problem arises because of inconsistent usage of libdvdread's functions regarding
NAV packet reading: libspudec and the dxr3 spu decoder use some of these functions,
but they used to have private copies of the relevant files of libdvdread. These do
not work any more now, since the internal layout of NAV packets in libdvdread
changed lately. So we should always use the functions from current libdvdread.
Please note that highlights might not work yet.
The next step will be to sync libdvdnav. Stay tuned.

CVS patchset: 4371
CVS date: 2003/03/08 14:11:52

</pre>
</div>
</content>
</entry>
<entry>
<title>- cleanup internal interfaces for rewiring</title>
<updated>2002-12-26T21:53:41+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-12-26T21:53:41+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4b80217cb872335e6f01de22d58fc0778da265c6'/>
<id>4b80217cb872335e6f01de22d58fc0778da265c6</id>
<content type='text'>
- fix UI_PLAYBACK_FINISHED rifle

CVS patchset: 3686
CVS date: 2002/12/26 21:53:41

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fix UI_PLAYBACK_FINISHED rifle

CVS patchset: 3686
CVS date: 2002/12/26 21:53:41

</pre>
</div>
</content>
</entry>
<entry>
<title>Make xine-lib compile with the SunPro compiler</title>
<updated>2002-12-22T00:35:04+00:00</updated>
<author>
<name>Robin KAY</name>
<email>komadori@users.sourceforge.net</email>
</author>
<published>2002-12-22T00:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=614e17928e8f7b1bdc632fd934499cbfea165d8a'/>
<id>614e17928e8f7b1bdc632fd934499cbfea165d8a</id>
<content type='text'>
CVS patchset: 3623
CVS date: 2002/12/22 00:35:04

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3623
CVS date: 2002/12/22 00:35:04

</pre>
</div>
</content>
</entry>
<entry>
<title>- add buf-&gt;decoder_info_ptr: portability for systems where pointer has</title>
<updated>2002-12-21T12:56:44+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-12-21T12:56:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5f31761a4fa6995592cdd536c52f6ddac8151a89'/>
<id>5f31761a4fa6995592cdd536c52f6ddac8151a89</id>
<content type='text'>
  different sizeof than integer.
- add extra_info structure to pass informations from input/demuxers down
  to the output frame. this can be used, for example, to pass the frame
  number of a frame (when known by decoder). also, immediate benefict is
  that we now have a slider which really shows the current position of
  the playing stream. new fields can be added to extra_info keeping
  binary compatibility
- bumpy everybody's api versions

CVS patchset: 3603
CVS date: 2002/12/21 12:56:44

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  different sizeof than integer.
- add extra_info structure to pass informations from input/demuxers down
  to the output frame. this can be used, for example, to pass the frame
  number of a frame (when known by decoder). also, immediate benefict is
  that we now have a slider which really shows the current position of
  the playing stream. new fields can be added to extra_info keeping
  binary compatibility
- bumpy everybody's api versions

CVS patchset: 3603
CVS date: 2002/12/21 12:56:44

</pre>
</div>
</content>
</entry>
<entry>
<title>- remove unneeded event listener thread, the real deadlock has already been fixed</title>
<updated>2002-12-09T21:56:28+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-12-09T21:56:28+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d87dba631480c070d028b4332ba3a1853e18a38b'/>
<id>d87dba631480c070d028b4332ba3a1853e18a38b</id>
<content type='text'>
- send an additional frame format event, so that the CC decoder knows initial size

CVS patchset: 3473
CVS date: 2002/12/09 21:56:28

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- send an additional frame format event, so that the CC decoder knows initial size

CVS patchset: 3473
CVS date: 2002/12/09 21:56:28

</pre>
</div>
</content>
</entry>
<entry>
<title>fix CC-decoding related deadlocks</title>
<updated>2002-12-09T21:24:35+00:00</updated>
<author>
<name>Christian Vogler</name>
<email>cvogler@users.sourceforge.net</email>
</author>
<published>2002-12-09T21:24:35+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e6512d27b6f14fb1bc09c66ca04904786fe3b306'/>
<id>e6512d27b6f14fb1bc09c66ca04904786fe3b306</id>
<content type='text'>
CVS patchset: 3472
CVS date: 2002/12/09 21:24:35

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3472
CVS date: 2002/12/09 21:24:35

</pre>
</div>
</content>
</entry>
<entry>
<title>wrong event unpacking</title>
<updated>2002-12-08T15:50:35+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-12-08T15:50:35+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=93641eb17c0bf9ad8d13c7c631d1a5af8e07c239'/>
<id>93641eb17c0bf9ad8d13c7c631d1a5af8e07c239</id>
<content type='text'>
CVS patchset: 3461
CVS date: 2002/12/08 15:50:35

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3461
CVS date: 2002/12/08 15:50:35

</pre>
</div>
</content>
</entry>
<entry>
<title>bring the closed caption decoder back</title>
<updated>2002-12-06T17:24:20+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-12-06T17:24:20+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=da7327e77693ee7d7bdb5874ac0f0643f5d2dde4'/>
<id>da7327e77693ee7d7bdb5874ac0f0643f5d2dde4</id>
<content type='text'>
CVS patchset: 3442
CVS date: 2002/12/06 17:24:20

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3442
CVS date: 2002/12/06 17:24:20

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