<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libspudec, branch 1-beta5</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>Michael's num_buttons patch</title>
<updated>2003-02-20T18:09:09+00:00</updated>
<author>
<name>Siggi Langauf</name>
<email>siggi@users.sourceforge.net</email>
</author>
<published>2003-02-20T18:09:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3533250839d26dc102c89f04eb93ec7c0320f6f8'/>
<id>3533250839d26dc102c89f04eb93ec7c0320f6f8</id>
<content type='text'>
(menu detection by number of SPU buttons)

CVS patchset: 4220
CVS date: 2003/02/20 18:09:09

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(menu detection by number of SPU buttons)

CVS patchset: 4220
CVS date: 2003/02/20 18:09:09

</pre>
</div>
</content>
</entry>
<entry>
<title>remove old FIXME</title>
<updated>2003-02-17T15:39:17+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-02-17T15:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=1133fa9148c5ebfd5c8077dcb611a3d39144382a'/>
<id>1133fa9148c5ebfd5c8077dcb611a3d39144382a</id>
<content type='text'>
CVS patchset: 4184
CVS date: 2003/02/17 15:39:17

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4184
CVS date: 2003/02/17 15:39:17

</pre>
</div>
</content>
</entry>
<entry>
<title>malloc.h is deprecated on FreeBSD and apparently unneeded on gnu/linux</title>
<updated>2003-02-12T17:29:30+00:00</updated>
<author>
<name>Heiko Schaefer</name>
<email>heikos@users.sourceforge.net</email>
</author>
<published>2003-02-12T17:29:30+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=18d53b56f5038bee8a2db36743aadbfa43eda134'/>
<id>18d53b56f5038bee8a2db36743aadbfa43eda134</id>
<content type='text'>
CVS patchset: 4139
CVS date: 2003/02/12 17:29:30

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4139
CVS date: 2003/02/12 17:29:30

</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>Fix memory leaks</title>
<updated>2002-12-21T16:35:46+00:00</updated>
<author>
<name>Ewald Snel</name>
<email>esnel@users.sourceforge.net</email>
</author>
<published>2002-12-21T16:35:46+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=1e4b8a7b60032f2a68ede460a2f10452b0af03e2'/>
<id>1e4b8a7b60032f2a68ede460a2f10452b0af03e2</id>
<content type='text'>
CVS patchset: 3614
CVS date: 2002/12/21 16:35:46

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

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