<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libspudec, branch 1-rc3</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>API version bounce</title>
<updated>2003-12-14T22:13:22+00:00</updated>
<author>
<name>Siggi Langauf</name>
<email>siggi@users.sourceforge.net</email>
</author>
<published>2003-12-14T22:13:22+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5d30a7730fa08774a1c48082580eb40a4e9a8095'/>
<id>5d30a7730fa08774a1c48082580eb40a4e9a8095</id>
<content type='text'>
CVS patchset: 5912
CVS date: 2003/12/14 22:13:22

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5912
CVS date: 2003/12/14 22:13:22

</pre>
</div>
</content>
</entry>
<entry>
<title>get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replace XINE_ASSERT by _x_assert, which works exaclty as assert, except that it still warns with NDEBUG defined (but don't abort). Fix missuning of assert(0), which isn't safe, abort is abort, assert is for debugging purpose only, so all assert(0) has been converted to abort() alls. In osd_preload_fonts(): alloc needed memory chunk. Define NDEBUG in CFLAGS, for non DEBUG build only.</title>
<updated>2003-12-07T15:34:29+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2003-12-07T15:34:29+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c8fdff20285b59cd892297317572fbb4c3633f78'/>
<id>c8fdff20285b59cd892297317572fbb4c3633f78</id>
<content type='text'>
CVS patchset: 5860
CVS date: 2003/12/07 15:34:29

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5860
CVS date: 2003/12/07 15:34:29

</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's relevant too. Small other little fix (can't remember). Change few internal function prototype because it xine_t pointer need to be used if some xine's internal sections. NOTE: libdvd{nav,read} is still too noisy, i will take a look to made it quit, without invasive changes. To be continued...</title>
<updated>2003-12-05T15:54:56+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2003-12-05T15:54:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7958ce62d6ae127ee9b8664c8afae5754063389f'/>
<id>7958ce62d6ae127ee9b8664c8afae5754063389f</id>
<content type='text'>
CVS patchset: 5844
CVS date: 2003/12/05 15:54:56

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5844
CVS date: 2003/12/05 15:54:56

</pre>
</div>
</content>
</entry>
<entry>
<title>* new unscaled overlay feature (using XShape extension)</title>
<updated>2003-11-26T01:03:31+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-11-26T01:03:31+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f7c890258f736dc45ae81e2097df6c9658e93606'/>
<id>f7c890258f736dc45ae81e2097df6c9658e93606</id>
<content type='text'>
  text subtitles may now be rendered at full screen resolution
* load xine fonts on demand - faster startup
note: support added to xv, xshm and vidix

CVS patchset: 5780
CVS date: 2003/11/26 01:03:31

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  text subtitles may now be rendered at full screen resolution
* load xine fonts on demand - faster startup
note: support added to xv, xshm and vidix

CVS patchset: 5780
CVS date: 2003/11/26 01:03:31

</pre>
</div>
</content>
</entry>
<entry>
<title>better use saturation to convert an illegal button number to a legal one</title>
<updated>2003-11-12T17:52:59+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-11-12T17:52:59+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=9b7983249fc3981822e5fc9d3c9b383c65b4ff74'/>
<id>9b7983249fc3981822e5fc9d3c9b383c65b4ff74</id>
<content type='text'>
CVS patchset: 5724
CVS date: 2003/11/12 17:52:59

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5724
CVS date: 2003/11/12 17:52:59

</pre>
</div>
</content>
</entry>
<entry>
<title>if we are trying to activate a menu with an invalid button,</title>
<updated>2003-11-09T21:49:36+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-11-09T21:49:36+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4b444b68f9f75bde65708f70a1dd2f88e7448eca'/>
<id>4b444b68f9f75bde65708f70a1dd2f88e7448eca</id>
<content type='text'>
fall back to button 1

CVS patchset: 5716
CVS date: 2003/11/09 21:49:36

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fall back to button 1

CVS patchset: 5716
CVS date: 2003/11/09 21:49:36

</pre>
</div>
</content>
</entry>
<entry>
<title>I should have seen this coming...</title>
<updated>2003-10-23T20:12:33+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-10-23T20:12:33+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=bc348464a67516b828815673585f8724651d969a'/>
<id>bc348464a67516b828815673585f8724651d969a</id>
<content type='text'>
The changes to the video API of course require the video/spu decoder and
post plugin APIs to be increased as well.

CVS patchset: 5579
CVS date: 2003/10/23 20:12:33

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The changes to the video API of course require the video/spu decoder and
post plugin APIs to be increased as well.

CVS patchset: 5579
CVS date: 2003/10/23 20:12:33

</pre>
</div>
</content>
</entry>
<entry>
<title>thank god noone defined LOG_BUTTON</title>
<updated>2003-10-12T18:51:59+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-10-12T18:51:59+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=946b3aec22a9a9b308b25f1ca592815949f44891'/>
<id>946b3aec22a9a9b308b25f1ca592815949f44891</id>
<content type='text'>
CVS patchset: 5491
CVS date: 2003/10/12 18:51:59

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5491
CVS date: 2003/10/12 18:51:59

</pre>
</div>
</content>
</entry>
<entry>
<title>- rename to overlay_manager</title>
<updated>2003-08-15T14:36:55+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-08-15T14:36:55+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e648375a3eec5de906fd60206e1d5e23e2e078d0'/>
<id>e648375a3eec5de906fd60206e1d5e23e2e078d0</id>
<content type='text'>
- fix gcc3.3 warnings
- try to set overlay event's object type properly

CVS patchset: 5289
CVS date: 2003/08/15 14:36:55

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fix gcc3.3 warnings
- try to set overlay event's object type properly

CVS patchset: 5289
CVS date: 2003/08/15 14:36:55

</pre>
</div>
</content>
</entry>
<entry>
<title>not really needed, but as I implemented button groups in dxr3, why not doing</title>
<updated>2003-08-05T15:08:40+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-08-05T15:08:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4b456d4e7062949eb1bbdf1b0708dff388b3f3f7'/>
<id>4b456d4e7062949eb1bbdf1b0708dff388b3f3f7</id>
<content type='text'>
it the right way in libspudec as well?

CVS patchset: 5249
CVS date: 2003/08/05 15:08:40

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it the right way in libspudec as well?

CVS patchset: 5249
CVS date: 2003/08/05 15:08:40

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