<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/xine-engine/plugin_catalog.h, branch xine-1-beta4-release</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>Siggi and i have an agreement about the preloading. :)</title>
<updated>2003-01-03T22:38:25+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-01-03T22:38:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=deb9a6340e65ae359293cf50785f95adf80b193d'/>
<id>deb9a6340e65ae359293cf50785f95adf80b193d</id>
<content type='text'>
now any plugin may add a PLUGIN_MUST_PRELOAD to it's type and
the class initialization function will be called on xine startup.

CVS patchset: 3764
CVS date: 2003/01/03 22:38:25

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
now any plugin may add a PLUGIN_MUST_PRELOAD to it's type and
the class initialization function will be called on xine startup.

CVS patchset: 3764
CVS date: 2003/01/03 22:38:25

</pre>
</div>
</content>
</entry>
<entry>
<title>- new post plugin property: type</title>
<updated>2002-12-29T14:04:43+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-12-29T14:04:43+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d6423b628bb7437529b2d9c4cf388fd9560886b7'/>
<id>d6423b628bb7437529b2d9c4cf388fd9560886b7</id>
<content type='text'>
- include post plugins in plugin catalog

CVS patchset: 3716
CVS date: 2002/12/29 14:04:43

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- include post plugins in plugin catalog

CVS patchset: 3716
CVS date: 2002/12/29 14:04:43

</pre>
</div>
</content>
</entry>
<entry>
<title>create ~/.xine if it doesn't exist for plugin catalog</title>
<updated>2002-12-13T21:31:38+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2002-12-13T21:31:38+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d5bc7fc752fa5dad088c017890d1d600ca5c026d'/>
<id>d5bc7fc752fa5dad088c017890d1d600ca5c026d</id>
<content type='text'>
CVS patchset: 3514
CVS date: 2002/12/13 21:31:38

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3514
CVS date: 2002/12/13 21:31:38

</pre>
</div>
</content>
</entry>
<entry>
<title>introduce the catalog cache. saves information from plugins with</title>
<updated>2002-12-08T20:53:02+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-12-08T20:53:02+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3c919d37ea15fa0d0b1d63203a8ce2f7129a6f55'/>
<id>3c919d37ea15fa0d0b1d63203a8ce2f7129a6f55</id>
<content type='text'>
file size and modification date to ~/.xine/catalog.cache.
next time xine starts the first stage loader won't need to open any libraries,
reducing the loading time. the difference under gdb can be quite dramatic.
note1: xine still have to initialize all input and demuxers on startup.
note2: i have not added post plugins to cache yet.

CVS patchset: 3464
CVS date: 2002/12/08 20:53:02

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
file size and modification date to ~/.xine/catalog.cache.
next time xine starts the first stage loader won't need to open any libraries,
reducing the loading time. the difference under gdb can be quite dramatic.
note1: xine still have to initialize all input and demuxers on startup.
note2: i have not added post plugins to cache yet.

CVS patchset: 3464
CVS date: 2002/12/08 20:53:02

</pre>
</div>
</content>
</entry>
<entry>
<title>- add post plugins to the plugin catalog</title>
<updated>2002-12-01T15:10:04+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-12-01T15:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b160989dd4f95b0aa4d12862e0bbf91b501c1236'/>
<id>b160989dd4f95b0aa4d12862e0bbf91b501c1236</id>
<content type='text'>
- fix some bugs in plugin loader that prevented it from traversing subdirs
- implement some public API functions for post plugin handling here

CVS patchset: 3403
CVS date: 2002/12/01 15:10:04

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fix some bugs in plugin loader that prevented it from traversing subdirs
- implement some public API functions for post plugin handling here

CVS patchset: 3403
CVS date: 2002/12/01 15:10:04

</pre>
</div>
</content>
</entry>
<entry>
<title>introduction of xine_stream_t and async xine events - all still in developement</title>
<updated>2002-10-14T15:46:48+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2002-10-14T15:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=bcaee71a3a763a545e1f8457aca26dc679462677'/>
<id>bcaee71a3a763a545e1f8457aca26dc679462677</id>
<content type='text'>
CVS patchset: 2828
CVS date: 2002/10/14 15:46:48

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 2828
CVS date: 2002/10/14 15:46:48

</pre>
</div>
</content>
</entry>
<entry>
<title>allow multiple decoders per stream type, sort them by priority and</title>
<updated>2002-09-09T13:57:12+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-09-09T13:57:12+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b3cb8d528ee17a4ce2ac4c2257a7d82a1729c343'/>
<id>b3cb8d528ee17a4ce2ac4c2257a7d82a1729c343</id>
<content type='text'>
fallback, if one refuses to work

CVS patchset: 2635
CVS date: 2002/09/09 13:57:12

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fallback, if one refuses to work

CVS patchset: 2635
CVS date: 2002/09/09 13:57:12

</pre>
</div>
</content>
</entry>
<entry>
<title>introduce "const"</title>
<updated>2002-09-06T18:13:10+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-09-06T18:13:10+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=6c4cd36cc5ced530a387327c4f6c576074424c6c'/>
<id>6c4cd36cc5ced530a387327c4f6c576074424c6c</id>
<content type='text'>
fix some input plugins that would not copy the mrl on open

CVS patchset: 2623
CVS date: 2002/09/06 18:13:10

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix some input plugins that would not copy the mrl on open

CVS patchset: 2623
CVS date: 2002/09/06 18:13:10

</pre>
</div>
</content>
</entry>
<entry>
<title>first steps towards implementing plugin list functions</title>
<updated>2002-09-05T16:24:14+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2002-09-05T16:24:14+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=73323efba4f2da47ea7de0fcea2b022d0c297ded'/>
<id>73323efba4f2da47ea7de0fcea2b022d0c297ded</id>
<content type='text'>
CVS patchset: 2613
CVS date: 2002/09/05 16:24:14

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 2613
CVS date: 2002/09/05 16:24:14

</pre>
</div>
</content>
</entry>
<entry>
<title>merging in the new_api branch ... unfortunately video_out / vo_scale is broken now ... matthias/miguel: please fix it :-)</title>
<updated>2002-09-04T23:31:05+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2002-09-04T23:31:05+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=403f01979cef7e03b8322ddb870e3959c8de0f77'/>
<id>403f01979cef7e03b8322ddb870e3959c8de0f77</id>
<content type='text'>
CVS patchset: 2606
CVS date: 2002/09/04 23:31:05

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 2606
CVS date: 2002/09/04 23:31:05

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