<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libmad, branch README</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>small libmad debug output cleanup</title>
<updated>2001-09-12T17:33:34+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2001-09-12T17:33:34+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=351db40c64b02835f48bb299295c49deac775997'/>
<id>351db40c64b02835f48bb299295c49deac775997</id>
<content type='text'>
CVS patchset: 624
CVS date: 2001/09/12 17:33:34

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

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some Floating point exceptions</title>
<updated>2001-09-11T14:10:04+00:00</updated>
<author>
<name>James Courtier-Dutton</name>
<email>jcdutton@users.sourceforge.net</email>
</author>
<published>2001-09-11T14:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8580a7e3f20c34fb62ff93d41f6c9ea3a814aa2d'/>
<id>8580a7e3f20c34fb62ff93d41f6c9ea3a814aa2d</id>
<content type='text'>
Document return values of audio_out.c:open

CVS patchset: 615
CVS date: 2001/09/11 14:10:04

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Document return values of audio_out.c:open

CVS patchset: 615
CVS date: 2001/09/11 14:10:04

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error checking for failed ao_instance-&gt;open</title>
<updated>2001-09-06T13:36:18+00:00</updated>
<author>
<name>Juergen Keil</name>
<email>jkeil@users.sourceforge.net</email>
</author>
<published>2001-09-06T13:36:18+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=1248f263c9bc4aa7d69e59f8be4c9baed74dc2f0'/>
<id>1248f263c9bc4aa7d69e59f8be4c9baed74dc2f0</id>
<content type='text'>
CVS patchset: 577
CVS date: 2001/09/06 13:36:18

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 577
CVS date: 2001/09/06 13:36:18

</pre>
</div>
</content>
</entry>
<entry>
<title>sometimes mpeg audio streams change parameters, other times libmad is simply wrong guess them and corrects it's guesses later - so let's take care of that</title>
<updated>2001-09-01T21:56:38+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2001-09-01T21:56:38+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=fc3af7a5b93200cabea2e0eb9c1f441a875c6ddd'/>
<id>fc3af7a5b93200cabea2e0eb9c1f441a875c6ddd</id>
<content type='text'>
CVS patchset: 546
CVS date: 2001/09/01 21:56:38

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 546
CVS date: 2001/09/01 21:56:38

</pre>
</div>
</content>
</entry>
<entry>
<title>Do not crash, when caller passes bufs with more than INPUT_BUF_SIZE bytes</title>
<updated>2001-09-01T17:59:42+00:00</updated>
<author>
<name>Juergen Keil</name>
<email>jkeil@users.sourceforge.net</email>
</author>
<published>2001-09-01T17:59:42+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7e0cc0f49a0df188ebac9bb0554dbd6486801c7d'/>
<id>7e0cc0f49a0df188ebac9bb0554dbd6486801c7d</id>
<content type='text'>
CVS patchset: 542
CVS date: 2001/09/01 17:59:42

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 542
CVS date: 2001/09/01 17:59:42

</pre>
</div>
</content>
</entry>
<entry>
<title>First checkin of new audio_out architecture.</title>
<updated>2001-08-21T19:39:50+00:00</updated>
<author>
<name>James Courtier-Dutton</name>
<email>jcdutton@users.sourceforge.net</email>
</author>
<published>2001-08-21T19:39:50+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=790d5baee128cb40800fee392e74c01afefe4756'/>
<id>790d5baee128cb40800fee392e74c01afefe4756</id>
<content type='text'>
Audio sync and AC3 formatting now done in xine-lib/src/xine-engine/audio_out.c
Audio out now done in xine-lib/src/audio_out/*
Currently, only xine-lib/src/audio_oss_out.c is active.
Re-support of others will follow as other people implement them.
ao_functions split into ao_instance and ao_driver
and function in a similar fashion as video_out.
All decoder plugins now call ao_instance instead of ao_functions.
ao_instance is used in xine-lib/src/xine-engine/audio_out.c
ao_driver is used in xine-lib/src/audio_out/*
See also changes in xine-ui files

CVS patchset: 459
CVS date: 2001/08/21 19:39:50

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Audio sync and AC3 formatting now done in xine-lib/src/xine-engine/audio_out.c
Audio out now done in xine-lib/src/audio_out/*
Currently, only xine-lib/src/audio_oss_out.c is active.
Re-support of others will follow as other people implement them.
ao_functions split into ao_instance and ao_driver
and function in a similar fashion as video_out.
All decoder plugins now call ao_instance instead of ao_functions.
ao_instance is used in xine-lib/src/xine-engine/audio_out.c
ao_driver is used in xine-lib/src/audio_out/*
See also changes in xine-ui files

CVS patchset: 459
CVS date: 2001/08/21 19:39:50

</pre>
</div>
</content>
</entry>
<entry>
<title>new mpeg audio decoder plugin (libmad) added</title>
<updated>2001-08-12T02:57:55+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2001-08-12T02:57:55+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d831b53279b0814ace01fc1d82bded5a73bb856c'/>
<id>d831b53279b0814ace01fc1d82bded5a73bb856c</id>
<content type='text'>
CVS patchset: 414
CVS date: 2001/08/12 02:57:55

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

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