<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src, branch 1.1.11.1</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>calculate AIFF files samplerate from 80-bit float, fixes wrong playback of some AIFF files</title>
<updated>2008-03-26T16:01:20+00:00</updated>
<author>
<name>Kirill Belokurov</name>
<email>kirill.belokurov@gmail.com</email>
</author>
<published>2008-03-26T16:01:20+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=fd4cb7f8687ded5d128cd8a63df99d69201f1b9a'/>
<id>fd4cb7f8687ded5d128cd8a63df99d69201f1b9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix overreading from input buffer and report lost bytes in lpcm decoder</title>
<updated>2008-03-28T15:00:38+00:00</updated>
<author>
<name>Kirill Belokurov</name>
<email>kirill.belokurov@gmail.com</email>
</author>
<published>2008-03-28T15:00:38+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7d7b7eb2f71df2e90e4100348993966e5c26d022'/>
<id>7d7b7eb2f71df2e90e4100348993966e5c26d022</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>take into account CPU endianness when converting 24bit=&gt;16bit samples</title>
<updated>2008-03-27T15:29:00+00:00</updated>
<author>
<name>Kirill Belokurov</name>
<email>kirill.belokurov@gmail.com</email>
</author>
<published>2008-03-27T15:29:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8fd1e52ecdd12b6e8b6ad920e47702201aeafb4b'/>
<id>8fd1e52ecdd12b6e8b6ad920e47702201aeafb4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>AIFF comment chunks are word-aligned, so we should seek extra byte for them</title>
<updated>2008-03-28T13:52:34+00:00</updated>
<author>
<name>Kirill Belokurov</name>
<email>kirill.belokurov@gmail.com</email>
</author>
<published>2008-03-28T13:52:34+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=aba07be1265b56cc777c17e09cccebe1121ef697'/>
<id>aba07be1265b56cc777c17e09cccebe1121ef697</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>read only full frames into buffer - otherwise decoder will lose trailing bytes for 24bit AIFF</title>
<updated>2008-03-27T15:27:12+00:00</updated>
<author>
<name>Kirill Belokurov</name>
<email>kirill.belokurov@gmail.com</email>
</author>
<published>2008-03-27T15:27:12+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=30216c0016482506a11fa7f54d72d724e56fa5b3'/>
<id>30216c0016482506a11fa7f54d72d724e56fa5b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More checking for memory allocation failures.</title>
<updated>2008-03-28T22:50:47+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2008-03-28T22:50:47+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b2602b679fa4f7a3d9d2ea8bfe8bc9298451ed60'/>
<id>b2602b679fa4f7a3d9d2ea8bfe8bc9298451ed60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Be more careful with malloc(x+1), particularly on 32-bit.</title>
<updated>2008-03-26T18:54:55+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2008-03-26T18:54:55+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=1bedd052b17aab0fc6b1b85a727207648908095b'/>
<id>1bedd052b17aab0fc6b1b85a727207648908095b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace various malloc(x*sizeof(y)) with calloc(x,sizeof(y)).</title>
<updated>2008-03-23T15:52:33+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2008-03-23T15:52:33+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2f6bd99aa3b9e9bee0601f90ab6e772c011c50ad'/>
<id>2f6bd99aa3b9e9bee0601f90ab6e772c011c50ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for failure of various memory allocations. (SA29484)</title>
<updated>2008-03-23T01:51:28+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2008-03-23T01:51:28+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7a29f15cf90a3629185ef1f3987e24a3910785db'/>
<id>7a29f15cf90a3629185ef1f3987e24a3910785db</id>
<content type='text'>
Ref. http://aluigi.altervista.org/adv/xinehof-adv.txt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ref. http://aluigi.altervista.org/adv/xinehof-adv.txt
</pre>
</div>
</content>
</entry>
<entry>
<title>WAV demuxer: search for the 'fmt ' chunk instead of assuming it's the first one</title>
<updated>2008-03-24T15:14:44+00:00</updated>
<author>
<name>Kirill Belokurov</name>
<email>kirill.belokurov@gmail.com</email>
</author>
<published>2008-03-24T15:14:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a6f1d697255078f31f718a7918974233da3d7bf3'/>
<id>a6f1d697255078f31f718a7918974233da3d7bf3</id>
<content type='text'>
(fixes playback of some files)

--HG--
extra : transplant_source : %F0N%EC%A4v%94%CA%1F%05%E3%E2%AC%5D8-%18c%AD%B1%E4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(fixes playback of some files)

--HG--
extra : transplant_source : %F0N%EC%A4v%94%CA%1F%05%E3%E2%AC%5D8-%18c%AD%B1%E4
</pre>
</div>
</content>
</entry>
</feed>
