<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/ChangeLog, branch 1-rc3</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>- check that setting the "bits per sample" was what we asked for even if the ioctl works (fixes playback of 8 bits sounds on i810 soundcards)</title>
<updated>2003-12-13T19:22:33+00:00</updated>
<author>
<name>Bastien Nocera</name>
<email>hadess@users.sourceforge.net</email>
</author>
<published>2003-12-13T19:22:33+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f8f51e876ab6295264b4a13aba54e3298a2484ed'/>
<id>f8f51e876ab6295264b4a13aba54e3298a2484ed</id>
<content type='text'>
CVS patchset: 5904
CVS date: 2003/12/13 19:22:33

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5904
CVS date: 2003/12/13 19:22:33

</pre>
</div>
</content>
</entry>
<entry>
<title>Update win32 MSVC build:</title>
<updated>2003-12-13T11:35:07+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@users.sourceforge.net</email>
</author>
<published>2003-12-13T11:35:07+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=6e8e94faf64728ff0124b0ccbe67071264153ec6'/>
<id>6e8e94faf64728ff0124b0ccbe67071264153ec6</id>
<content type='text'>
  * internal names cleanup
  * http input plugin uses http_helper.c
  * fix change in audio_directx
  * MSVC stoped compile xineui because of 'this', mysterious
  * change non-constand array lengths to malloc/free,
    it good for such old compilers as my MSVC 6.0
  * change lprintf macro for MSVC to compile again
    (I don't know, how use variable number of macro arguments  in MSVC...)
  * merge compiling of xine-utils and xine-engine

CVS patchset: 5902
CVS date: 2003/12/13 11:35:07

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  * internal names cleanup
  * http input plugin uses http_helper.c
  * fix change in audio_directx
  * MSVC stoped compile xineui because of 'this', mysterious
  * change non-constand array lengths to malloc/free,
    it good for such old compilers as my MSVC 6.0
  * change lprintf macro for MSVC to compile again
    (I don't know, how use variable number of macro arguments  in MSVC...)
  * merge compiling of xine-utils and xine-engine

CVS patchset: 5902
CVS date: 2003/12/13 11:35:07

</pre>
</div>
</content>
</entry>
<entry>
<title>id3v2.3</title>
<updated>2003-12-13T01:01:53+00:00</updated>
<author>
<name>Thibaut Mattern</name>
<email>tmattern@users.sourceforge.net</email>
</author>
<published>2003-12-13T01:01:53+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3c1be2b59efdfbe7f52dd80a2bb139dd45baf5e1'/>
<id>3c1be2b59efdfbe7f52dd80a2bb139dd45baf5e1</id>
<content type='text'>
mmst bugfix

CVS patchset: 5899
CVS date: 2003/12/13 01:01:53

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

CVS patchset: 5899
CVS date: 2003/12/13 01:01:53

</pre>
</div>
</content>
</entry>
<entry>
<title>add entry about all the cleanup</title>
<updated>2003-12-12T19:42:25+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-12-12T19:42:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b2ff474f54bb0878d4b292e30682a8b89db73d3e'/>
<id>b2ff474f54bb0878d4b292e30682a8b89db73d3e</id>
<content type='text'>
CVS patchset: 5893
CVS date: 2003/12/12 19:42:25

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5893
CVS date: 2003/12/12 19:42:25

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash with really long subtitle/language names in ogm/off files</title>
<updated>2003-12-09T23:55:11+00:00</updated>
<author>
<name>Bastien Nocera</name>
<email>hadess@users.sourceforge.net</email>
</author>
<published>2003-12-09T23:55:11+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=31aa4a19da2de6bf3299d64a73bc2a1d39a0474a'/>
<id>31aa4a19da2de6bf3299d64a73bc2a1d39a0474a</id>
<content type='text'>
Fixes playback of http://www.lysator.liu.se/~philip/sample.ogg
Front-ends should be using XINE_LANG_LABEL_MAX_SIZE as the max size for
language/subtitle labels

CVS patchset: 5882
CVS date: 2003/12/09 23:55:11

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes playback of http://www.lysator.liu.se/~philip/sample.ogg
Front-ends should be using XINE_LANG_LABEL_MAX_SIZE as the max size for
language/subtitle labels

CVS patchset: 5882
CVS date: 2003/12/09 23:55:11

</pre>
</div>
</content>
</entry>
<entry>
<title>rtp improvements</title>
<updated>2003-12-08T12:36:19+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-12-08T12:36:19+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=6bebfd821c3622ba05979c6da92a408b3e9f001c'/>
<id>6bebfd821c3622ba05979c6da92a408b3e9f001c</id>
<content type='text'>
CVS patchset: 5871
CVS date: 2003/12/08 12:36:19

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5871
CVS date: 2003/12/08 12:36:19

</pre>
</div>
</content>
</entry>
<entry>
<title>fix tvtime segfaults</title>
<updated>2003-12-07T15:36:16+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-12-07T15:36:16+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b3c179133c86071a3c58c25ae83a604ba0428eed'/>
<id>b3c179133c86071a3c58c25ae83a604ba0428eed</id>
<content type='text'>
CVS patchset: 5861
CVS date: 2003/12/07 15:36:16

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5861
CVS date: 2003/12/07 15:36:16

</pre>
</div>
</content>
</entry>
<entry>
<title>Attempt to detect end of real rtsp streams</title>
<updated>2003-12-04T22:11:25+00:00</updated>
<author>
<name>James Stembridge</name>
<email>jstembridge@users.sourceforge.net</email>
</author>
<published>2003-12-04T22:11:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=1044a6fe262477a8c42bacbb18bed907227b9d84'/>
<id>1044a6fe262477a8c42bacbb18bed907227b9d84</id>
<content type='text'>
Minor hexdump cleanup

CVS patchset: 5839
CVS date: 2003/12/04 22:11:25

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Minor hexdump cleanup

CVS patchset: 5839
CVS date: 2003/12/04 22:11:25

</pre>
</div>
</content>
</entry>
<entry>
<title>sputext improvements</title>
<updated>2003-12-04T03:26:47+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-12-04T03:26:47+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e54eda2e57e611ee32bd56d0b700113f40234a6e'/>
<id>e54eda2e57e611ee32bd56d0b700113f40234a6e</id>
<content type='text'>
CVS patchset: 5834
CVS date: 2003/12/04 03:26:47

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5834
CVS date: 2003/12/04 03:26:47

</pre>
</div>
</content>
</entry>
<entry>
<title>use AUDIODEV on sun</title>
<updated>2003-11-29T15:42:19+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-11-29T15:42:19+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c08eec502efd476d482776bdaffd0513d7c4110b'/>
<id>c08eec502efd476d482776bdaffd0513d7c4110b</id>
<content type='text'>
CVS patchset: 5818
CVS date: 2003/11/29 15:42:19

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5818
CVS date: 2003/11/29 15:42:19

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