<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/m4, branch 0.9.8</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>Fixed conditional inclusion (Thanks to Miguel).</title>
<updated>2002-01-01T22:36:20+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2002-01-01T22:36:20+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=671368008941ee43f9e541477eef8530ded71654'/>
<id>671368008941ee43f9e541477eef8530ded71654</id>
<content type='text'>
CVS patchset: 1323
CVS date: 2002/01/01 22:36:20

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1323
CVS date: 2002/01/01 22:36:20

</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed forgotten xine.m4 exclusion.</title>
<updated>2001-12-28T22:17:09+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2001-12-28T22:17:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=bfc6c8a2990dfdacaf355ea8eeca4eece5ed7dfb'/>
<id>bfc6c8a2990dfdacaf355ea8eeca4eece5ed7dfb</id>
<content type='text'>
CVS patchset: 1318
CVS date: 2001/12/28 22:17:09

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1318
CVS date: 2001/12/28 22:17:09

</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed typo.</title>
<updated>2001-12-28T02:55:57+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2001-12-28T02:55:57+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=53f85212b6607afaae706076de829dd1c15050a6'/>
<id>53f85212b6607afaae706076de829dd1c15050a6</id>
<content type='text'>
CVS patchset: 1317
CVS date: 2001/12/28 02:55:57

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1317
CVS date: 2001/12/28 02:55:57

</pre>
</div>
</content>
</entry>
<entry>
<title>Add intl support + more logging messages.</title>
<updated>2001-12-27T14:30:28+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2001-12-27T14:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=aff58bf56ef83eb8174400026a5bf8af7f8cc3bd'/>
<id>aff58bf56ef83eb8174400026a5bf8af7f8cc3bd</id>
<content type='text'>
CVS patchset: 1308
CVS date: 2001/12/27 14:30:28

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1308
CVS date: 2001/12/27 14:30:28

</pre>
</div>
</content>
</entry>
<entry>
<title>merged dxr3 and dxr3enc drivers. Will autmatically use hardware mpeg</title>
<updated>2001-12-16T19:05:44+00:00</updated>
<author>
<name>Harm van der Heijden</name>
<email>hrm@users.sourceforge.net</email>
</author>
<published>2001-12-16T19:05:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=88584e824dc4d0a4a250574f274d7f999d83d36d'/>
<id>88584e824dc4d0a4a250574f274d7f999d83d36d</id>
<content type='text'>
decoding if using the dxr3 decoder plugin, uses on-the-fly mpeg
encoding otherwise (provided encoding support is compiled in).
some remarks:
- dxr3enc is no more. I've added some transition code in loadplugins.c
(look for the IGNORE_DXR3ENC) to prevent loading a stale dxr3enc plugin
from a previous install and to print a message if someone tries to
run xine -V dxr3enc.
- small updates to configure.in and _xine.m4. Mostly about the messages,
no new checks or anything.
- both dxr3_vo_standard.c and dxr3_vo_encoder.c are no more. The one and
only dxr3 video out driver is aptly named dxr3_video_out.c

CVS patchset: 1256
CVS date: 2001/12/16 19:05:44

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
decoding if using the dxr3 decoder plugin, uses on-the-fly mpeg
encoding otherwise (provided encoding support is compiled in).
some remarks:
- dxr3enc is no more. I've added some transition code in loadplugins.c
(look for the IGNORE_DXR3ENC) to prevent loading a stale dxr3enc plugin
from a previous install and to print a message if someone tries to
run xine -V dxr3enc.
- small updates to configure.in and _xine.m4. Mostly about the messages,
no new checks or anything.
- both dxr3_vo_standard.c and dxr3_vo_encoder.c are no more. The one and
only dxr3 video out driver is aptly named dxr3_video_out.c

CVS patchset: 1256
CVS date: 2001/12/16 19:05:44

</pre>
</div>
</content>
</entry>
<entry>
<title>- major code cleanup in dxr3enc driver. Still one big c file, but now</title>
<updated>2001-12-11T02:26:58+00:00</updated>
<author>
<name>Harm van der Heijden</name>
<email>hrm@users.sourceforge.net</email>
</author>
<published>2001-12-11T02:26:58+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=1416e359d0bfcb59d2021d3904b50dc55bbfe466'/>
<id>1416e359d0bfcb59d2021d3904b50dc55bbfe466</id>
<content type='text'>
easy to split into core + fame + rte
- now official support for librte-0.4 (zapping.sf.net); updated configure
scripts, checks for librte added. Possible to compile both librte and libfame
support in at the same time, configuration via .xinerc.
- fixed YUY2 decoding, both for libfame and librte.
Note: unifying dxr3enc (non-mpeg) and dxr3 (mpeg) seems rather easy
right now. I think I'll wait with it for a bit, because perhaps the
dxr3-dvd fixes need major replumbing in the dxr3 vo driver (but I don't
expect that; all mpeg stuff is done in the dxr3 decoder plugin)

CVS patchset: 1220
CVS date: 2001/12/11 02:26:58

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
easy to split into core + fame + rte
- now official support for librte-0.4 (zapping.sf.net); updated configure
scripts, checks for librte added. Possible to compile both librte and libfame
support in at the same time, configuration via .xinerc.
- fixed YUY2 decoding, both for libfame and librte.
Note: unifying dxr3enc (non-mpeg) and dxr3 (mpeg) seems rather easy
right now. I think I'll wait with it for a bit, because perhaps the
dxr3-dvd fixes need major replumbing in the dxr3 vo driver (but I don't
expect that; all mpeg stuff is done in the dxr3 decoder plugin)

CVS patchset: 1220
CVS date: 2001/12/11 02:26:58

</pre>
</div>
</content>
</entry>
<entry>
<title>Add autoconf 2.5x patch from Bernhard Rosenkraenzer &lt;bero@redhat.de&gt;.</title>
<updated>2001-11-26T21:07:49+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2001-11-26T21:07:49+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=35e9b7803015ddca595913c88a8476df269a9a16'/>
<id>35e9b7803015ddca595913c88a8476df269a9a16</id>
<content type='text'>
CVS patchset: 1119
CVS date: 2001/11/26 21:07:49

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1119
CVS date: 2001/11/26 21:07:49

</pre>
</div>
</content>
</entry>
<entry>
<title>enable autoconfig for dxr3enc plugin</title>
<updated>2001-11-01T15:31:34+00:00</updated>
<author>
<name>Mike Lampard</name>
<email>mlampard@users.sourceforge.net</email>
</author>
<published>2001-11-01T15:31:34+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=84a372ab43f70cdd65898b02808f014486d73fcb'/>
<id>84a372ab43f70cdd65898b02808f014486d73fcb</id>
<content type='text'>
CVS patchset: 926
CVS date: 2001/11/01 15:31:34

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 926
CVS date: 2001/11/01 15:31:34

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix of strdup() using without proto by Jeff Licquia &lt;jlicquia@progeny.com&gt;.</title>
<updated>2001-10-13T12:14:20+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2001-10-13T12:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=859398ec7ec9b431f3ef42194dc6178be0091800'/>
<id>859398ec7ec9b431f3ef42194dc6178be0091800</id>
<content type='text'>
CVS patchset: 791
CVS date: 2001/10/13 12:14:20

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 791
CVS date: 2001/10/13 12:14:20

</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed ogg/vorbis stuff (don't link vorbis plusgin to libogg, etc...). Clean</title>
<updated>2001-10-08T21:52:09+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2001-10-08T21:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=91c75489c506bc8791c9c55bdc6c9efd67c58384'/>
<id>91c75489c506bc8791c9c55bdc6c9efd67c58384</id>
<content type='text'>
up the ogg/vorbis check (overriding $LIBS is gone now).

CVS patchset: 771
CVS date: 2001/10/08 21:52:09

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
up the ogg/vorbis check (overriding $LIBS is gone now).

CVS patchset: 771
CVS date: 2001/10/08 21:52:09

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