<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libdts, branch 0.9.8</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>updates for closed caption decoder</title>
<updated>2002-01-05T21:54:16+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-01-05T21:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3517e658ee37cb82ba28a4e05fc708bba9e82af6'/>
<id>3517e658ee37cb82ba28a4e05fc708bba9e82af6</id>
<content type='text'>
CVS patchset: 1344
CVS date: 2002/01/05 21:54:16

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1344
CVS date: 2002/01/05 21:54:16

</pre>
</div>
</content>
</entry>
<entry>
<title>Remove some printf's now that DTS passthru works for everyone! :-)</title>
<updated>2002-01-03T22:53:27+00:00</updated>
<author>
<name>James Courtier-Dutton</name>
<email>jcdutton@users.sourceforge.net</email>
</author>
<published>2002-01-03T22:53:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a64f5688e458002bd9c87fe51a0b36980190cbab'/>
<id>a64f5688e458002bd9c87fe51a0b36980190cbab</id>
<content type='text'>
CVS patchset: 1329
CVS date: 2002/01/03 22:53:27

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1329
CVS date: 2002/01/03 22:53:27

</pre>
</div>
</content>
</entry>
<entry>
<title>An attempt at improving DTS passthru.</title>
<updated>2001-12-16T17:45:37+00:00</updated>
<author>
<name>James Courtier-Dutton</name>
<email>jcdutton@users.sourceforge.net</email>
</author>
<published>2001-12-16T17:45:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d40c02ae2a3ccd4c884dab7ff35579228ae138a9'/>
<id>d40c02ae2a3ccd4c884dab7ff35579228ae138a9</id>
<content type='text'>
CVS patchset: 1255
CVS date: 2001/12/16 17:45:37

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1255
CVS date: 2001/12/16 17:45:37

</pre>
</div>
</content>
</entry>
<entry>
<title>audio_decoder-&gt;reset() on discontinuities</title>
<updated>2001-12-11T15:30:05+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2001-12-11T15:30:05+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7c6b15eb257aa005e3d01394c09ca1f48e0f7ab7'/>
<id>7c6b15eb257aa005e3d01394c09ca1f48e0f7ab7</id>
<content type='text'>
CVS patchset: 1221
CVS date: 2001/12/11 15:30:05

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1221
CVS date: 2001/12/11 15:30:05

</pre>
</div>
</content>
</entry>
<entry>
<title>Disable _XOPEN_SOURCE define for solaris, it causes compile errors with a</title>
<updated>2001-12-10T12:31:08+00:00</updated>
<author>
<name>Juergen Keil</name>
<email>jkeil@users.sourceforge.net</email>
</author>
<published>2001-12-10T12:31:08+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b1b8432e471c8fe89e4b088e4a2cb66c665220da'/>
<id>b1b8432e471c8fe89e4b088e4a2cb66c665220da</id>
<content type='text'>
va_list typedef redefine. We get the prototype for swab() on solais by
including stdlib.h / unistd.h

CVS patchset: 1209
CVS date: 2001/12/10 12:31:08

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
va_list typedef redefine. We get the prototype for swab() on solais by
including stdlib.h / unistd.h

CVS patchset: 1209
CVS date: 2001/12/10 12:31:08

</pre>
</div>
</content>
</entry>
<entry>
<title>Move SPDIF encaps into the audio decoders.</title>
<updated>2001-12-09T18:31:01+00:00</updated>
<author>
<name>James Courtier-Dutton</name>
<email>jcdutton@users.sourceforge.net</email>
</author>
<published>2001-12-09T18:31:01+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7e0416720dbeb41dec90ccb80428e5aa560e1a65'/>
<id>7e0416720dbeb41dec90ccb80428e5aa560e1a65</id>
<content type='text'>
This makes the SPDIF out code in xine-engine/audio_out.c very simple.
It will also make audio sync better as the correct number of samples will
be passed to got_audio_samples.

CVS patchset: 1195
CVS date: 2001/12/09 18:31:01

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the SPDIF out code in xine-engine/audio_out.c very simple.
It will also make audio sync better as the correct number of samples will
be passed to got_audio_samples.

CVS patchset: 1195
CVS date: 2001/12/09 18:31:01

</pre>
</div>
</content>
</entry>
<entry>
<title>Improvements to DTS passthru.</title>
<updated>2001-11-28T23:43:14+00:00</updated>
<author>
<name>James Courtier-Dutton</name>
<email>jcdutton@users.sourceforge.net</email>
</author>
<published>2001-11-28T23:43:14+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e30eaee957861342ba5ddf0703f4865e24cec1b4'/>
<id>e30eaee957861342ba5ddf0703f4865e24cec1b4</id>
<content type='text'>
CVS patchset: 1129
CVS date: 2001/11/28 23:43:14

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1129
CVS date: 2001/11/28 23:43:14

</pre>
</div>
</content>
</entry>
<entry>
<title>Improve DTS support.</title>
<updated>2001-11-27T00:00:34+00:00</updated>
<author>
<name>James Courtier-Dutton</name>
<email>jcdutton@users.sourceforge.net</email>
</author>
<published>2001-11-27T00:00:34+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8c189f8457736c655a1d70cc974526b0e9d990f2'/>
<id>8c189f8457736c655a1d70cc974526b0e9d990f2</id>
<content type='text'>
CVS patchset: 1121
CVS date: 2001/11/27 00:00:34

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1121
CVS date: 2001/11/27 00:00:34

</pre>
</div>
</content>
</entry>
<entry>
<title>Small change.</title>
<updated>2001-11-16T21:06:21+00:00</updated>
<author>
<name>James Courtier-Dutton</name>
<email>jcdutton@users.sourceforge.net</email>
</author>
<published>2001-11-16T21:06:21+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=75a1024fb27dbff9c4bfc948392910af94797683'/>
<id>75a1024fb27dbff9c4bfc948392910af94797683</id>
<content type='text'>
CVS patchset: 1053
CVS date: 2001/11/16 21:06:21

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1053
CVS date: 2001/11/16 21:06:21

</pre>
</div>
</content>
</entry>
<entry>
<title>DTS Audio should work via the SPDIF Digital out.</title>
<updated>2001-11-16T20:24:56+00:00</updated>
<author>
<name>James Courtier-Dutton</name>
<email>jcdutton@users.sourceforge.net</email>
</author>
<published>2001-11-16T20:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=6740e86779eae01c7b4f211be5fd8a9f2b0b92e9'/>
<id>6740e86779eae01c7b4f211be5fd8a9f2b0b92e9</id>
<content type='text'>
Added DTS syncinfo check and header parsing.

CVS patchset: 1051
CVS date: 2001/11/16 20:24:56

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added DTS syncinfo check and header parsing.

CVS patchset: 1051
CVS date: 2001/11/16 20:24:56

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