<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib, branch 1.1.21</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>Bump shlib version (compatible); release.</title>
<updated>2012-06-09T17:17:31+00:00</updated>
<author>
<name>Darren Salt</name>
<email>devspam@moreofthesa.me.uk</email>
</author>
<published>2012-06-09T17:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=9f1eb4a63fc25a5f46c64d2c374d005eb692e2ee'/>
<id>9f1eb4a63fc25a5f46c64d2c374d005eb692e2ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct detection of AAC ADIF.</title>
<updated>2012-06-09T16:15:05+00:00</updated>
<author>
<name>Darren Salt</name>
<email>devspam@moreofthesa.me.uk</email>
</author>
<published>2012-06-09T16:15:05+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5f5e4800790e0539e8df5d8449e599236ad0116c'/>
<id>5f5e4800790e0539e8df5d8449e599236ad0116c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a possible NULL dereference when cleaning up in the FFT vis plugin code.</title>
<updated>2012-06-09T14:38:03+00:00</updated>
<author>
<name>Darren Salt</name>
<email>devspam@moreofthesa.me.uk</email>
</author>
<published>2012-06-09T14:38:03+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8eae9306239d6683d7cd06bf92be02bbd1c43865'/>
<id>8eae9306239d6683d7cd06bf92be02bbd1c43865</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Double-free with some AAC files (missing check).</title>
<updated>2012-06-09T16:09:49+00:00</updated>
<author>
<name>Darren Salt</name>
<email>devspam@moreofthesa.me.uk</email>
</author>
<published>2012-06-09T16:09:49+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7d997a77166b94aea43afbbc252f1aa0af00a7fa'/>
<id>7d997a77166b94aea43afbbc252f1aa0af00a7fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changelog update.</title>
<updated>2012-06-08T14:01:17+00:00</updated>
<author>
<name>Darren Salt</name>
<email>devspam@moreofthesa.me.uk</email>
</author>
<published>2012-06-08T14:01:17+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4edc2d3b758cb4348cfe2115707be54d71f5fce8'/>
<id>4edc2d3b758cb4348cfe2115707be54d71f5fce8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mng: fixed loop play of short streams.</title>
<updated>2012-06-08T08:52:56+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2012-06-08T08:52:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e7c16396d9e863b08bc1f8bf087b5297ff61a6b7'/>
<id>e7c16396d9e863b08bc1f8bf087b5297ff61a6b7</id>
<content type='text'>
discontinuity is not detected with short streams.

_x_demux_control_start() is not enough; BUF_CONTROL_START in
decoders skips discontinuity indication when gapless switch is in use.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
discontinuity is not detected with short streams.

_x_demux_control_start() is not enough; BUF_CONTROL_START in
decoders skips discontinuity indication when gapless switch is in use.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix utilization of _POSIX_THREAD_PRIORITY_SCHEDULING macro</title>
<updated>2012-06-08T08:15:29+00:00</updated>
<author>
<name>Brad Smith</name>
<email>brad@comstyle.com</email>
</author>
<published>2012-06-08T08:15:29+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=230bccb2dcdaed84ce9820b13c4dc1f58eacb13a'/>
<id>230bccb2dcdaed84ce9820b13c4dc1f58eacb13a</id>
<content type='text'>
A POSIX compliant OS can have a setting
of (-1) instead of say 200112L to indicate that the OS
does not implement the feature. The code as it is would
still attempt to utilize the functions if (-1) were
being set and fail to build.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A POSIX compliant OS can have a setting
of (-1) instead of say 200112L to indicate that the OS
does not implement the feature. The code as it is would
still attempt to utilize the functions if (-1) were
being set and fail to build.
</pre>
</div>
</content>
</entry>
<entry>
<title>demux_ts: increased max A-V diff to 4 seconds</title>
<updated>2012-06-08T06:49:27+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2012-06-08T06:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e6f6b79fa729c82663b04901bd58d8d95e685cac'/>
<id>e6f6b79fa729c82663b04901bd58d8d95e685cac</id>
<content type='text'>
Fixes playback of some DVB streams (bug 381)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes playback of some DVB streams (bug 381)
</pre>
</div>
</content>
</entry>
<entry>
<title>fix make uninstall for libxine-1.def</title>
<updated>2012-06-06T09:42:34+00:00</updated>
<author>
<name>Volker Grabsch</name>
<email>vog@notjusthosting.com</email>
</author>
<published>2012-06-06T09:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=cd929724be459ab969e9c29d867c7a1a8c99ee0f'/>
<id>cd929724be459ab969e9c29d867c7a1a8c99ee0f</id>
<content type='text'>
"make uninstall" tries to remove the local "libxine-1.def" instead of
the installed "/.../i686-pc-mingw32/lib/libxine-1.def".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"make uninstall" tries to remove the local "libxine-1.def" instead of
the installed "/.../i686-pc-mingw32/lib/libxine-1.def".
</pre>
</div>
</content>
</entry>
<entry>
<title>fix install/uninstall static library in windows</title>
<updated>2012-06-06T09:41:28+00:00</updated>
<author>
<name>Volker Grabsch</name>
<email>vog@notjusthosting.com</email>
</author>
<published>2012-06-06T09:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4739a43b5fb9397036eea218ff67e2163faa948b'/>
<id>4739a43b5fb9397036eea218ff67e2163faa948b</id>
<content type='text'>
The problem is that libxine-1.def is not generated when building a static
library, so it can't be installed or uninstalled. So the corresponding commands
in Makefile.am should be allowed to fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The problem is that libxine-1.def is not generated when building a static
library, so it can't be installed or uninstalled. So the corresponding commands
in Makefile.am should be allowed to fail.
</pre>
</div>
</content>
</entry>
</feed>
