<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libmpeg2, branch 1-beta0</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>- remove unneeded event listener thread, the real deadlock has already been fixed</title>
<updated>2002-12-09T21:56:28+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-12-09T21:56:28+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d87dba631480c070d028b4332ba3a1853e18a38b'/>
<id>d87dba631480c070d028b4332ba3a1853e18a38b</id>
<content type='text'>
- send an additional frame format event, so that the CC decoder knows initial size

CVS patchset: 3473
CVS date: 2002/12/09 21:56:28

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- send an additional frame format event, so that the CC decoder knows initial size

CVS patchset: 3473
CVS date: 2002/12/09 21:56:28

</pre>
</div>
</content>
</entry>
<entry>
<title>fix CC-decoding related deadlocks</title>
<updated>2002-12-09T21:24:35+00:00</updated>
<author>
<name>Christian Vogler</name>
<email>cvogler@users.sourceforge.net</email>
</author>
<published>2002-12-09T21:24:35+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e6512d27b6f14fb1bc09c66ca04904786fe3b306'/>
<id>e6512d27b6f14fb1bc09c66ca04904786fe3b306</id>
<content type='text'>
CVS patchset: 3472
CVS date: 2002/12/09 21:24:35

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3472
CVS date: 2002/12/09 21:24:35

</pre>
</div>
</content>
</entry>
<entry>
<title>embed closed caption decoding again (needs testing)</title>
<updated>2002-12-06T17:29:14+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-12-06T17:29:14+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=eecfa8d81ad62f165bf4daee0ce9ded211ea7243'/>
<id>eecfa8d81ad62f165bf4daee0ce9ded211ea7243</id>
<content type='text'>
CVS patchset: 3445
CVS date: 2002/12/06 17:29:14

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3445
CVS date: 2002/12/06 17:29:14

</pre>
</div>
</content>
</entry>
<entry>
<title>Developers can now run "make" in their work area (e.g. src/libffmpeg) and it</title>
<updated>2002-11-22T05:25:14+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2002-11-22T05:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4b97c5dc4ef7cc049c18f9636859d341eeb531c5'/>
<id>4b97c5dc4ef7cc049c18f9636859d341eeb531c5</id>
<content type='text'>
will build all dependent parts (e.g. libxine.la). The directory must still
be prepared by running autogen.sh.

CVS patchset: 3331
CVS date: 2002/11/22 05:25:14

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
will build all dependent parts (e.g. libxine.la). The directory must still
be prepared by running autogen.sh.

CVS patchset: 3331
CVS date: 2002/11/22 05:25:14

</pre>
</div>
</content>
</entry>
<entry>
<title>engine modifications to allow post plugin layer:</title>
<updated>2002-11-20T11:57:38+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-11-20T11:57:38+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4e95a4f5224e241075b8cd86b4423c85c1d0ee26'/>
<id>4e95a4f5224e241075b8cd86b4423c85c1d0ee26</id>
<content type='text'>
* new public output interface xine_{audio,video}_port_t instead of
  xine_{ao,vo}_driver_t, old names kept as aliases for compatibility
* modified the engine to allow multiple streams per output
* renaming of some internal structures according to public changes
* moving SCR out of per-stream-metronom into a global metronom_clock_t
  residing in xine_t and therefore easily available to the output layer
* adapting all available plugins
  (note to external projects: the compiler will help you a lot, if a plugin
  compiles, it is adapted, because all changes add new parameters to some
  functions)
* bump up all interface versions because of xine_t and xine_stream_t changes

CVS patchset: 3312
CVS date: 2002/11/20 11:57:38

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* new public output interface xine_{audio,video}_port_t instead of
  xine_{ao,vo}_driver_t, old names kept as aliases for compatibility
* modified the engine to allow multiple streams per output
* renaming of some internal structures according to public changes
* moving SCR out of per-stream-metronom into a global metronom_clock_t
  residing in xine_t and therefore easily available to the output layer
* adapting all available plugins
  (note to external projects: the compiler will help you a lot, if a plugin
  compiles, it is adapted, because all changes add new parameters to some
  functions)
* bump up all interface versions because of xine_t and xine_stream_t changes

CVS patchset: 3312
CVS date: 2002/11/20 11:57:38

</pre>
</div>
</content>
</entry>
<entry>
<title>merge metronom's improvements (inform decoders about discontinuities)</title>
<updated>2002-11-12T18:40:50+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-11-12T18:40:50+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5caae571ccadaaf00a90d4ec321c5ab4b4cc4191'/>
<id>5caae571ccadaaf00a90d4ec321c5ab4b4cc4191</id>
<content type='text'>
http://sourceforge.net/mailarchive/forum.php?thread_id=1297475&amp;forum_id=7131

CVS patchset: 3250
CVS date: 2002/11/12 18:40:50

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://sourceforge.net/mailarchive/forum.php?thread_id=1297475&amp;forum_id=7131

CVS patchset: 3250
CVS date: 2002/11/12 18:40:50

</pre>
</div>
</content>
</entry>
<entry>
<title>prevent libmpeg2 from freeing the same frame twice</title>
<updated>2002-11-11T18:16:01+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-11-11T18:16:01+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=9b83acfaaf30f69b1dbeafb4a59d2c78d7643035'/>
<id>9b83acfaaf30f69b1dbeafb4a59d2c78d7643035</id>
<content type='text'>
CVS patchset: 3237
CVS date: 2002/11/11 18:16:01

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3237
CVS date: 2002/11/11 18:16:01

</pre>
</div>
</content>
</entry>
<entry>
<title>Complete frame rate calculation.</title>
<updated>2002-10-31T22:22:23+00:00</updated>
<author>
<name>Thibaut Mattern</name>
<email>tmattern@users.sourceforge.net</email>
</author>
<published>2002-10-31T22:22:23+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7b5e89c817893ddf66c8c4d8cf876f59c203dfeb'/>
<id>7b5e89c817893ddf66c8c4d8cf876f59c203dfeb</id>
<content type='text'>
CVS patchset: 3117
CVS date: 2002/10/31 22:22:23

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3117
CVS date: 2002/10/31 22:22:23

</pre>
</div>
</content>
</entry>
<entry>
<title>enhance log output</title>
<updated>2002-10-29T01:29:46+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2002-10-29T01:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=03821e9655604052b18a3430de97bd9f3c904212'/>
<id>03821e9655604052b18a3430de97bd9f3c904212</id>
<content type='text'>
CVS patchset: 3082
CVS date: 2002/10/29 01:29:46

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3082
CVS date: 2002/10/29 01:29:46

</pre>
</div>
</content>
</entry>
<entry>
<title>Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",</title>
<updated>2002-10-28T13:30:58+00:00</updated>
<author>
<name>Juergen Keil</name>
<email>jkeil@users.sourceforge.net</email>
</author>
<published>2002-10-28T13:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=711c71162d608a177e1d5329145a769ad9938de1'/>
<id>711c71162d608a177e1d5329145a769ad9938de1</id>
<content type='text'>
to get a minimal dynamic linker symbol table

CVS patchset: 3073
CVS date: 2002/10/28 13:30:58

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to get a minimal dynamic linker symbol table

CVS patchset: 3073
CVS date: 2002/10/28 13:30:58

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