<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/post/goom, branch 1-rc0</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>Try to avoid to discard audio buffers</title>
<updated>2003-07-26T23:31:55+00:00</updated>
<author>
<name>Thibaut Mattern</name>
<email>tmattern@users.sourceforge.net</email>
</author>
<published>2003-07-26T23:31:55+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e4d66ad489ed0d6b0f70b8d6600f8f1f687fb0bc'/>
<id>e4d66ad489ed0d6b0f70b8d6600f8f1f687fb0bc</id>
<content type='text'>
skip frames if there is less than 200ms of audio data in the audio_out fifo.
It works pretty well here, I can compile xine during a goom session without sound skips.
I know it's a hack, comments are welcomed.

CVS patchset: 5217
CVS date: 2003/07/26 23:31:55

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
skip frames if there is less than 200ms of audio data in the audio_out fifo.
It works pretty well here, I can compile xine during a goom session without sound skips.
I know it's a hack, comments are welcomed.

CVS patchset: 5217
CVS date: 2003/07/26 23:31:55

</pre>
</div>
</content>
</entry>
<entry>
<title>- compute a pts using metronom internals if the demuxer doesn't provide pts (demux_mpegaudio)</title>
<updated>2003-07-26T17:13:00+00:00</updated>
<author>
<name>Thibaut Mattern</name>
<email>tmattern@users.sourceforge.net</email>
</author>
<published>2003-07-26T17:13:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f67de27c237b39f9c5f2ceffd61e6b4561e7cbef'/>
<id>f67de27c237b39f9c5f2ceffd61e6b4561e7cbef</id>
<content type='text'>
- frame dropping
  it's more usable on my slow cpu now ;-)

CVS patchset: 5215
CVS date: 2003/07/26 17:13:00

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- frame dropping
  it's more usable on my slow cpu now ;-)

CVS patchset: 5215
CVS date: 2003/07/26 17:13:00

</pre>
</div>
</content>
</entry>
<entry>
<title>update video out api to allow better frame management (explicit locking)</title>
<updated>2003-05-31T18:33:28+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-05-31T18:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=af85be8db56a088a7689baf9f4d1d67c2ee0decf'/>
<id>af85be8db56a088a7689baf9f4d1d67c2ee0decf</id>
<content type='text'>
img-&gt;displayed is obsolete now, drivers should use img-&gt;free.

CVS patchset: 4994
CVS date: 2003/05/31 18:33:28

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
img-&gt;displayed is obsolete now, drivers should use img-&gt;free.

CVS patchset: 4994
CVS date: 2003/05/31 18:33:28

</pre>
</div>
</content>
</entry>
<entry>
<title>as announced on xine-devel, this is the big Makefile refactoring:</title>
<updated>2003-05-14T16:21:44+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-05-14T16:21:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8e1d76f47f530f3b76cfe81eb9da1348df17e801'/>
<id>8e1d76f47f530f3b76cfe81eb9da1348df17e801</id>
<content type='text'>
extracted some common targets and variables into a common Makefile
which is then included

CVS patchset: 4844
CVS date: 2003/05/14 16:21:44

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
extracted some common targets and variables into a common Makefile
which is then included

CVS patchset: 4844
CVS date: 2003/05/14 16:21:44

</pre>
</div>
</content>
</entry>
<entry>
<title>Don't forget to reset frame-&gt;bad_frame to 0 !</title>
<updated>2003-04-30T06:58:50+00:00</updated>
<author>
<name>Thibaut Mattern</name>
<email>tmattern@users.sourceforge.net</email>
</author>
<published>2003-04-30T06:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4f1dc4c3cebf7ba10aa9b59866c4e2f7a0bfd852'/>
<id>4f1dc4c3cebf7ba10aa9b59866c4e2f7a0bfd852</id>
<content type='text'>
Fix strange problems with viz plugins.

CVS patchset: 4716
CVS date: 2003/04/30 06:58:50

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix strange problems with viz plugins.

CVS patchset: 4716
CVS date: 2003/04/30 06:58:50

</pre>
</div>
</content>
</entry>
<entry>
<title>avoid sefault (tweaking fried memory is never a good idea ;-)</title>
<updated>2003-04-09T20:15:52+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2003-04-09T20:15:52+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=6ed63403e63a53e4de6f8b5b9d4a458fec791d82'/>
<id>6ed63403e63a53e4de6f8b5b9d4a458fec791d82</id>
<content type='text'>
CVS patchset: 4580
CVS date: 2003/04/09 20:15:52

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4580
CVS date: 2003/04/09 20:15:52

</pre>
</div>
</content>
</entry>
<entry>
<title>no no no, CFLAGS may be used here to let the filter works</title>
<updated>2003-03-16T09:28:38+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2003-03-16T09:28:38+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d0dfc450fd22fba76fdb6e984dd4cdbbc4e83e61'/>
<id>d0dfc450fd22fba76fdb6e984dd4cdbbc4e83e61</id>
<content type='text'>
CVS patchset: 4430
CVS date: 2003/03/16 09:28:38

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4430
CVS date: 2003/03/16 09:28:38

</pre>
</div>
</content>
</entry>
<entry>
<title>stop warning</title>
<updated>2003-03-16T09:25:59+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2003-03-16T09:25:59+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=cbfc26ab7c01d22a3f5ea7c7b0e0bb2fecd36b73'/>
<id>cbfc26ab7c01d22a3f5ea7c7b0e0bb2fecd36b73</id>
<content type='text'>
CVS patchset: 4429
CVS date: 2003/03/16 09:25:59

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4429
CVS date: 2003/03/16 09:25:59

</pre>
</div>
</content>
</entry>
<entry>
<title>Several post plugins were crashing with a failed assertion, due to</title>
<updated>2003-03-11T17:40:30+00:00</updated>
<author>
<name>Juergen Keil</name>
<email>jkeil@users.sourceforge.net</email>
</author>
<published>2003-03-11T17:40:30+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2bebd6d41a30ab3f3fd6bff2910c61f388f26066'/>
<id>2bebd6d41a30ab3f3fd6bff2910c61f388f26066</id>
<content type='text'>
closing a bogus xine_video_port_t:
xine-lib/src/xine-engine/audio_out.c:fifo_append_int:225: assertion `!buf-&gt;next' failed.
Next audio buffer is not NULL.

CVS patchset: 4395
CVS date: 2003/03/11 17:40:30

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closing a bogus xine_video_port_t:
xine-lib/src/xine-engine/audio_out.c:fifo_append_int:225: assertion `!buf-&gt;next' failed.
Next audio buffer is not NULL.

CVS patchset: 4395
CVS date: 2003/03/11 17:40:30

</pre>
</div>
</content>
</entry>
<entry>
<title>- revert stream info changes</title>
<updated>2003-03-06T22:59:35+00:00</updated>
<author>
<name>Bastien Nocera</name>
<email>hadess@users.sourceforge.net</email>
</author>
<published>2003-03-06T22:59:35+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=dee5cbca9b7d6d0e2bfcf7fd6c73073fac5dfad4'/>
<id>dee5cbca9b7d6d0e2bfcf7fd6c73073fac5dfad4</id>
<content type='text'>
CVS patchset: 4346
CVS date: 2003/03/06 22:59:35

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4346
CVS date: 2003/03/06 22:59:35

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