<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/xine-engine/resample.c, branch xine-1_0-release</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>update copyright year (and we have to do it again in 3 weeks... ;-) )</title>
<updated>2003-12-09T00:02:28+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2003-12-09T00:02:28+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=011a6ccc1dd88b58e01f83ab13eb9119f45c23ea'/>
<id>011a6ccc1dd88b58e01f83ab13eb9119f45c23ea</id>
<content type='text'>
CVS patchset: 5879
CVS date: 2003/12/09 00:02:28

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5879
CVS date: 2003/12/09 00:02:28

</pre>
</div>
</content>
</entry>
<entry>
<title>rename internal API function (_x_&lt;function&gt;).</title>
<updated>2003-11-11T18:44:50+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2003-11-11T18:44:50+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=20ff61cb378d2550bedd582a5ce3eae07a84d731'/>
<id>20ff61cb378d2550bedd582a5ce3eae07a84d731</id>
<content type='text'>
CVS patchset: 5721
CVS date: 2003/11/11 18:44:50

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5721
CVS date: 2003/11/11 18:44:50

</pre>
</div>
</content>
</entry>
<entry>
<title>- removed xine-engine/locale.c as it is unused, fix static functions in the</title>
<updated>2003-07-27T12:47:23+00:00</updated>
<author>
<name>Bastien Nocera</name>
<email>hadess@users.sourceforge.net</email>
</author>
<published>2003-07-27T12:47:23+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=0aca38b38e8facd14540874dc3d68f65dac2364f'/>
<id>0aca38b38e8facd14540874dc3d68f65dac2364f</id>
<content type='text'>
engine and the utils, removed unused variables

CVS patchset: 5219
CVS date: 2003/07/27 12:47:23

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
engine and the utils, removed unused variables

CVS patchset: 5219
CVS date: 2003/07/27 12:47:23

</pre>
</div>
</content>
</entry>
<entry>
<title>fix interpolation bounds. previously it could cause buffer overrun (and segfault)</title>
<updated>2002-12-11T16:22:05+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-12-11T16:22:05+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=173b0a998d63295344cc02fb79cd26b97a431fa7'/>
<id>173b0a998d63295344cc02fb79cd26b97a431fa7</id>
<content type='text'>
if out_samples were bigger than 2*in_samples.

CVS patchset: 3483
CVS date: 2002/12/11 16:22:05

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if out_samples were bigger than 2*in_samples.

CVS patchset: 3483
CVS date: 2002/12/11 16:22:05

</pre>
</div>
</content>
</entry>
<entry>
<title>fix comments, c syntax</title>
<updated>2002-10-23T17:12:30+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2002-10-23T17:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b40fb8592fe58ab4bfe7a7f1f36b7751410274e3'/>
<id>b40fb8592fe58ab4bfe7a7f1f36b7751410274e3</id>
<content type='text'>
CVS patchset: 2967
CVS date: 2002/10/23 17:12:30

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 2967
CVS date: 2002/10/23 17:12:30

</pre>
</div>
</content>
</entry>
<entry>
<title>improved audio resampling for limited featured sound cards (like the ones found in</title>
<updated>2002-07-01T13:51:26+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-07-01T13:51:26+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=152d605773745cf59f89a3575ed0aed3c8bd5b2e'/>
<id>152d605773745cf59f89a3575ed0aed3c8bd5b2e</id>
<content type='text'>
laptops, supporting only 16 bits, only stereo etc). as added bonus of new "stackable"
conversion scheme fixes resampling for 8 bit streams.
(thanks Damien Clermonté for discussion and ideas)
note1: alsa patch untested.
note2: pass-through untested.

CVS patchset: 2187
CVS date: 2002/07/01 13:51:26

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
laptops, supporting only 16 bits, only stereo etc). as added bonus of new "stackable"
conversion scheme fixes resampling for 8 bit streams.
(thanks Damien Clermonté for discussion and ideas)
note1: alsa patch untested.
note2: pass-through untested.

CVS patchset: 2187
CVS date: 2002/07/01 13:51:26

</pre>
</div>
</content>
</entry>
<entry>
<title>Add intl support + more logging messages.</title>
<updated>2001-12-27T14:30:28+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2001-12-27T14:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=aff58bf56ef83eb8174400026a5bf8af7f8cc3bd'/>
<id>aff58bf56ef83eb8174400026a5bf8af7f8cc3bd</id>
<content type='text'>
CVS patchset: 1308
CVS date: 2001/12/27 14:30:28

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1308
CVS date: 2001/12/27 14:30:28

</pre>
</div>
</content>
</entry>
<entry>
<title>New audio out architecture changes.</title>
<updated>2001-08-21T19:48:48+00:00</updated>
<author>
<name>James Courtier-Dutton</name>
<email>jcdutton@users.sourceforge.net</email>
</author>
<published>2001-08-21T19:48:48+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d023bb7e503e744c763f8b1a577b4f8b3233b999'/>
<id>d023bb7e503e744c763f8b1a577b4f8b3233b999</id>
<content type='text'>
CVS patchset: 460
CVS date: 2001/08/21 19:48:48

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 460
CVS date: 2001/08/21 19:48:48

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