<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/dxr3, branch 0.9.7</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>switched to librte for mpeg encoding from the zapping project</title>
<updated>2001-12-02T21:14:51+00:00</updated>
<author>
<name>Harm van der Heijden</name>
<email>hrm@users.sourceforge.net</email>
</author>
<published>2001-12-02T21:14:51+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=0c7f1fc07f7fcb5948f3c696d07afe738e51cb1e'/>
<id>0c7f1fc07f7fcb5948f3c696d07afe738e51cb1e</id>
<content type='text'>
(zapping.sf.net). librte is a wrapper for the mp1e backend.
This works very well. I'm considering throwing out support
for libfame (current default) and libffmpeg to be able to clean
up the code. It's now a tangled mess of defines...
Read the comments at the top of dxr3_vo_encoder.c to find out
how to enable librte.

CVS patchset: 1161
CVS date: 2001/12/02 21:14:51

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(zapping.sf.net). librte is a wrapper for the mp1e backend.
This works very well. I'm considering throwing out support
for libfame (current default) and libffmpeg to be able to clean
up the code. It's now a tangled mess of defines...
Read the comments at the top of dxr3_vo_encoder.c to find out
how to enable librte.

CVS patchset: 1161
CVS date: 2001/12/02 21:14:51

</pre>
</div>
</content>
</entry>
<entry>
<title>Grrr, again enabled mp1e by accident. Back to good ol' libfame now.</title>
<updated>2001-12-02T07:10:02+00:00</updated>
<author>
<name>Harm van der Heijden</name>
<email>hrm@users.sourceforge.net</email>
</author>
<published>2001-12-02T07:10:02+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=be39e2efb8c947a164a33f7e275cfcd365ceeade'/>
<id>be39e2efb8c947a164a33f7e275cfcd365ceeade</id>
<content type='text'>
CVS patchset: 1159
CVS date: 2001/12/02 07:10:02

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1159
CVS date: 2001/12/02 07:10:02

</pre>
</div>
</content>
</entry>
<entry>
<title>av sync should now be good. was mainly a weird problem with fwrite</title>
<updated>2001-12-02T07:08:59+00:00</updated>
<author>
<name>Harm van der Heijden</name>
<email>hrm@users.sourceforge.net</email>
</author>
<published>2001-12-02T07:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5e065fac75277ceb91e76c964934c661ab70422d'/>
<id>5e065fac75277ceb91e76c964934c661ab70422d</id>
<content type='text'>
seemingly not doing its job.

CVS patchset: 1158
CVS date: 2001/12/02 07:08:59

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
seemingly not doing its job.

CVS patchset: 1158
CVS date: 2001/12/02 07:08:59

</pre>
</div>
</content>
</entry>
<entry>
<title>some more work on dxr3enc with the mp1e encoder. (default is still</title>
<updated>2001-12-02T03:40:27+00:00</updated>
<author>
<name>Harm van der Heijden</name>
<email>hrm@users.sourceforge.net</email>
</author>
<published>2001-12-02T03:40:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=abed4121bc790d8129b13a778848e8905b39e5b3'/>
<id>abed4121bc790d8129b13a778848e8905b39e5b3</id>
<content type='text'>
libfame). There's a massive A/V sync problem because the mpeg is
encoded and sent in the frame_copy function. It should be done in the
display_frame one, but that currently gives buffering problems that
upset the dxr3 card. define MP1E_DISPLAY_FRAME to 1 the source and see
for yourself... Perhaps Mike can conjure up another magic dxr3 register
variable to make things right like he did last time :-)

CVS patchset: 1157
CVS date: 2001/12/02 03:40:27

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libfame). There's a massive A/V sync problem because the mpeg is
encoded and sent in the frame_copy function. It should be done in the
display_frame one, but that currently gives buffering problems that
upset the dxr3 card. define MP1E_DISPLAY_FRAME to 1 the source and see
for yourself... Perhaps Mike can conjure up another magic dxr3 register
variable to make things right like he did last time :-)

CVS patchset: 1157
CVS date: 2001/12/02 03:40:27

</pre>
</div>
</content>
</entry>
<entry>
<title>Argh! previous commit accidentally made mp1e the default; now back</title>
<updated>2001-12-01T19:37:21+00:00</updated>
<author>
<name>Harm van der Heijden</name>
<email>hrm@users.sourceforge.net</email>
</author>
<published>2001-12-01T19:37:21+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=742043db716a6c83656607642a0789380663cb7f'/>
<id>742043db716a6c83656607642a0789380663cb7f</id>
<content type='text'>
to libfame...

CVS patchset: 1152
CVS date: 2001/12/01 19:37:21

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to libfame...

CVS patchset: 1152
CVS date: 2001/12/01 19:37:21

</pre>
</div>
</content>
</entry>
<entry>
<title>removed some testing stuff</title>
<updated>2001-12-01T19:36:30+00:00</updated>
<author>
<name>Harm van der Heijden</name>
<email>hrm@users.sourceforge.net</email>
</author>
<published>2001-12-01T19:36:30+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3f21970a5e492485c175fd4da841684045d55549'/>
<id>3f21970a5e492485c175fd4da841684045d55549</id>
<content type='text'>
CVS patchset: 1151
CVS date: 2001/12/01 19:36:30

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1151
CVS date: 2001/12/01 19:36:30

</pre>
</div>
</content>
</entry>
<entry>
<title>added support for mp1e real-time encoder. Needs a separate patch</title>
<updated>2001-12-01T19:32:44+00:00</updated>
<author>
<name>Harm van der Heijden</name>
<email>hrm@users.sourceforge.net</email>
</author>
<published>2001-12-01T19:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=9872ea4c7e58bb6aadeba619a8d6872e7f7b78b8'/>
<id>9872ea4c7e58bb6aadeba619a8d6872e7f7b78b8</id>
<content type='text'>
for mp1e sources though. libfame encoder still the default.

CVS patchset: 1150
CVS date: 2001/12/01 19:32:44

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for mp1e sources though. libfame encoder still the default.

CVS patchset: 1150
CVS date: 2001/12/01 19:32:44

</pre>
</div>
</content>
</entry>
<entry>
<title>Add Edward Salley's fullscreen rectangle mode for overlay users</title>
<updated>2001-11-29T07:17:07+00:00</updated>
<author>
<name>Mike Lampard</name>
<email>mlampard@users.sourceforge.net</email>
</author>
<published>2001-11-29T07:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=97bbfb0c9e3516c404a9a654948eea92b26edad6'/>
<id>97bbfb0c9e3516c404a9a654948eea92b26edad6</id>
<content type='text'>
CVS patchset: 1133
CVS date: 2001/11/29 07:17:07

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1133
CVS date: 2001/11/29 07:17:07

</pre>
</div>
</content>
</entry>
<entry>
<title>now copes a little better with stills (VIDEO_BUFFER_FILL) but</title>
<updated>2001-11-26T01:12:00+00:00</updated>
<author>
<name>Harm van der Heijden</name>
<email>hrm@users.sourceforge.net</email>
</author>
<published>2001-11-26T01:12:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4a1eb8b09fce7d9e36b69f1de6b262228f07842e'/>
<id>4a1eb8b09fce7d9e36b69f1de6b262228f07842e</id>
<content type='text'>
it still throws off metronom so audio is missing for a while...

CVS patchset: 1113
CVS date: 2001/11/26 01:12:00

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it still throws off metronom so audio is missing for a while...

CVS patchset: 1113
CVS date: 2001/11/26 01:12:00

</pre>
</div>
</content>
</entry>
<entry>
<title>- accidentally commited leftover from failed experiment last time;</title>
<updated>2001-11-25T21:13:15+00:00</updated>
<author>
<name>Harm van der Heijden</name>
<email>hrm@users.sourceforge.net</email>
</author>
<published>2001-11-25T21:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f71bef912b13306b9f2ad49404f907c442489d58'/>
<id>f71bef912b13306b9f2ad49404f907c442489d58</id>
<content type='text'>
now removed.

CVS patchset: 1111
CVS date: 2001/11/25 21:13:15

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
now removed.

CVS patchset: 1111
CVS date: 2001/11/25 21:13:15

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