<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/audio_out, 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>fixing segfaults in arts</title>
<updated>2002-12-06T01:00:16+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-12-06T01:00:16+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=797ca59c15a79088c6710a2a3cee6d2b2a2796e5'/>
<id>797ca59c15a79088c6710a2a3cee6d2b2a2796e5</id>
<content type='text'>
CVS patchset: 3428
CVS date: 2002/12/06 01:00:16

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3428
CVS date: 2002/12/06 01:00:16

</pre>
</div>
</content>
</entry>
<entry>
<title>fix reading out mixer setting</title>
<updated>2002-11-28T08:03:23+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2002-11-28T08:03:23+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=87d6350fbba837a926a0f08a808e44c2b88fb66c'/>
<id>87d6350fbba837a926a0f08a808e44c2b88fb66c</id>
<content type='text'>
CVS patchset: 3385
CVS date: 2002/11/28 08:03:23

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3385
CVS date: 2002/11/28 08:03:23

</pre>
</div>
</content>
</entry>
<entry>
<title>return of the esd audio output driver</title>
<updated>2002-11-26T02:37:34+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2002-11-26T02:37:34+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8831e75a65b8831096c569570c5a418ac0de57c0'/>
<id>8831e75a65b8831096c569570c5a418ac0de57c0</id>
<content type='text'>
CVS patchset: 3374
CVS date: 2002/11/26 02:37:34

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3374
CVS date: 2002/11/26 02:37:34

</pre>
</div>
</content>
</entry>
<entry>
<title>return of the arts audio output plugin</title>
<updated>2002-11-25T22:01:56+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2002-11-25T22:01:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7ef126b0d3d816fe3b69bc797fc8559bb5aa6bac'/>
<id>7ef126b0d3d816fe3b69bc797fc8559bb5aa6bac</id>
<content type='text'>
CVS patchset: 3367
CVS date: 2002/11/25 22:01:56

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3367
CVS date: 2002/11/25 22:01:56

</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>- return -1 if there is no mixer available so that xine-ui gets the</title>
<updated>2002-11-16T11:39:10+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-11-16T11:39:10+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=34789cd33f958ac527315a78dc87b7a64f5a6f20'/>
<id>34789cd33f958ac527315a78dc87b7a64f5a6f20</id>
<content type='text'>
  capabilities correct
- after testing 8bit mode, switch back to 16bits, because some cards
  might not report all their capabilities otherwise
  (inspired by work of theo@kluter.net)

CVS patchset: 3270
CVS date: 2002/11/16 11:39:10

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  capabilities correct
- after testing 8bit mode, switch back to 16bits, because some cards
  might not report all their capabilities otherwise
  (inspired by work of theo@kluter.net)

CVS patchset: 3270
CVS date: 2002/11/16 11:39:10

</pre>
</div>
</content>
</entry>
<entry>
<title>audio_out.c takes care of locking again, so audio_oss_out.c doesn't need it any more</title>
<updated>2002-11-12T00:32:29+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2002-11-12T00:32:29+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=85b8f4f3384139cde46b121d7b77b6231a7332a2'/>
<id>85b8f4f3384139cde46b121d7b77b6231a7332a2</id>
<content type='text'>
CVS patchset: 3246
CVS date: 2002/11/12 00:32:29

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3246
CVS date: 2002/11/12 00:32:29

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix "Volume" support in the sun audio driver, the ui now wants to operate</title>
<updated>2002-11-02T14:39:51+00:00</updated>
<author>
<name>Juergen Keil</name>
<email>jkeil@users.sourceforge.net</email>
</author>
<published>2002-11-02T14:39:51+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=cb2e0ae53c91e84adbdb260158ae84245b06d8c6'/>
<id>cb2e0ae53c91e84adbdb260158ae84245b06d8c6</id>
<content type='text'>
on AO_PROP_MIXER_VOL

CVS patchset: 3147
CVS date: 2002/11/02 14:39:51

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

CVS patchset: 3147
CVS date: 2002/11/02 14:39:51

</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>
<entry>
<title>Fix some log messages in audio_alsa_out.c</title>
<updated>2002-10-24T13:52:56+00:00</updated>
<author>
<name>James Courtier-Dutton</name>
<email>jcdutton@users.sourceforge.net</email>
</author>
<published>2002-10-24T13:52:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b81b8bc6400a7a0c67a135663af0771ed27ae2d6'/>
<id>b81b8bc6400a7a0c67a135663af0771ed27ae2d6</id>
<content type='text'>
Fix input_dvd.c for new config file loading before init_class().

CVS patchset: 2982
CVS date: 2002/10/24 13:52:56

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix input_dvd.c for new config file loading before init_class().

CVS patchset: 2982
CVS date: 2002/10/24 13:52:56

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