<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/audio_dec, branch 1.2.3</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>Raise priority of FAAD audio plugin ahead of FFmpeg.</title>
<updated>2013-03-30T13:57:02+00:00</updated>
<author>
<name>Chris Rankin</name>
<email>rankincj@yahoo.com</email>
</author>
<published>2013-03-30T13:57:02+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=195c3566cd4bdf4d652647cfa731aa557a84cbd4'/>
<id>195c3566cd4bdf4d652647cfa731aa557a84cbd4</id>
<content type='text'>
The FFmpeg plugin must reopen the audio device when changing the config settings, and this isn't a quick operation with some hardware - the device can sometimes remain unable to be opened for several seconds after being closed. The FAAD plugin doesn't have this problem, and so make it the preferred decoder for AAC.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The FFmpeg plugin must reopen the audio device when changing the config settings, and this isn't a quick operation with some hardware - the device can sometimes remain unable to be opened for several seconds after being closed. The FAAD plugin doesn't have this problem, and so make it the preferred decoder for AAC.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from 1.1.</title>
<updated>2012-06-09T17:30:59+00:00</updated>
<author>
<name>Darren Salt</name>
<email>devspam@moreofthesa.me.uk</email>
</author>
<published>2012-06-09T17:30:59+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f78bedc5da5b9bfb72383726c48e1f3287c5b956'/>
<id>f78bedc5da5b9bfb72383726c48e1f3287c5b956</id>
<content type='text'>
--HG--
rename : src/libfaad/xine_faad_decoder.c =&gt; src/audio_dec/xine_faad_decoder.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
rename : src/libfaad/xine_faad_decoder.c =&gt; src/audio_dec/xine_faad_decoder.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Include arpa/inet.h for htons.</title>
<updated>2012-04-21T19:28:09+00:00</updated>
<author>
<name>Alexis Ballier</name>
<email>aballier@gentoo.org</email>
</author>
<published>2012-04-21T19:28:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=868b053a13cc7df0f1e82e90fd4596f60ada12f2'/>
<id>868b053a13cc7df0f1e82e90fd4596f60ada12f2</id>
<content type='text'>
See http://pubs.opengroup.org/onlinepubs/9699919799/functions/htonl.html
Fixes build on FreeBSD.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See http://pubs.opengroup.org/onlinepubs/9699919799/functions/htonl.html
Fixes build on FreeBSD.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix musepack decoder compilation if libmpcdec headers aren't available.</title>
<updated>2012-02-05T01:45:39+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2012-02-05T01:45:39+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f2623c09650d451d7e33fec957cacdaa8ef9eb5a'/>
<id>f2623c09650d451d7e33fec957cacdaa8ef9eb5a</id>
<content type='text'>
--HG--
branch : 1.2.1-branch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : 1.2.1-branch
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from 1.1.</title>
<updated>2011-12-21T23:37:04+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2011-12-21T23:37:04+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=bdb8abcdf99d455f3f29fce1a6e9b30052bc93a1'/>
<id>bdb8abcdf99d455f3f29fce1a6e9b30052bc93a1</id>
<content type='text'>
--HG--
rename : src/libdts/xine_dts_decoder.c =&gt; src/audio_dec/xine_dts_decoder.c
rename : src/libxineadec/xine_lpcm_decoder.c =&gt; src/audio_dec/xine_lpcm_decoder.c
rename : src/combined/decoder_flac.c =&gt; src/combined/flac_decoder.c
rename : src/combined/demux_flac.c =&gt; src/combined/flac_demuxer.c
rename : src/libsputext/xine_sputext_decoder.c =&gt; src/spu_dec/sputext_decoder.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
rename : src/libdts/xine_dts_decoder.c =&gt; src/audio_dec/xine_dts_decoder.c
rename : src/libxineadec/xine_lpcm_decoder.c =&gt; src/audio_dec/xine_lpcm_decoder.c
rename : src/combined/decoder_flac.c =&gt; src/combined/flac_decoder.c
rename : src/combined/demux_flac.c =&gt; src/combined/flac_demuxer.c
rename : src/libsputext/xine_sputext_decoder.c =&gt; src/spu_dec/sputext_decoder.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from 1.1.</title>
<updated>2011-12-10T22:49:27+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2011-12-10T22:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=471aee5bb21bb5d568ac1ddaea0b35c18cda5c07'/>
<id>471aee5bb21bb5d568ac1ddaea0b35c18cda5c07</id>
<content type='text'>
--HG--
rename : src/liba52/xine_a52_decoder.c =&gt; src/audio_dec/xine_a52_decoder.c
rename : src/libspudvb/xine_spudvb_decoder.c =&gt; src/spu_dec/spudvb_decoder.c
rename : src/libxinevdec/image.c =&gt; src/video_dec/image.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
rename : src/liba52/xine_a52_decoder.c =&gt; src/audio_dec/xine_a52_decoder.c
rename : src/libspudvb/xine_spudvb_decoder.c =&gt; src/spu_dec/spudvb_decoder.c
rename : src/libxinevdec/image.c =&gt; src/video_dec/image.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from 1.1.</title>
<updated>2011-11-11T19:19:26+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2011-11-11T19:19:26+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3d54887fc6fdba2413328d26fce3a96a4873ddb1'/>
<id>3d54887fc6fdba2413328d26fce3a96a4873ddb1</id>
<content type='text'>
--HG--
rename : src/libfaad/xine_faad_decoder.c =&gt; src/audio_dec/xine_faad_decoder.c
rename : src/libspudvb/xine_spudvb_decoder.c =&gt; src/spu_dec/spudvb_decoder.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
rename : src/libfaad/xine_faad_decoder.c =&gt; src/audio_dec/xine_faad_decoder.c
rename : src/libspudvb/xine_spudvb_decoder.c =&gt; src/spu_dec/spudvb_decoder.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefix open_cloexec() and create_cloexec() with xine_, and add new xine_socket_cloexec() function.</title>
<updated>2011-10-03T11:38:45+00:00</updated>
<author>
<name>Chris Rankin</name>
<email>rankincj@yahoo.com</email>
</author>
<published>2011-10-03T11:38:45+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a39a950269d165f18448cc7d6da691bf14b9e03b'/>
<id>a39a950269d165f18448cc7d6da691bf14b9e03b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CLOEXEC support for VDR plugin, plus a few extra descriptors.</title>
<updated>2011-10-03T00:48:45+00:00</updated>
<author>
<name>Chris Rankin</name>
<email>rankincj@yahoo.com</email>
</author>
<published>2011-10-03T00:48:45+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=cba782a23ee5c9c668e02f9c6d95acba70464d18'/>
<id>cba782a23ee5c9c668e02f9c6d95acba70464d18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from 1.1.</title>
<updated>2011-10-01T17:45:02+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2011-10-01T17:45:02+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d7c4d2bd622b1405ff520006dbeaf739e9725a89'/>
<id>d7c4d2bd622b1405ff520006dbeaf739e9725a89</id>
<content type='text'>
--HG--
rename : src/libdts/xine_dts_decoder.c =&gt; src/audio_dec/xine_dts_decoder.c
rename : src/libmusepack/xine_musepack_decoder.c =&gt; src/audio_dec/xine_musepack_decoder.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
rename : src/libdts/xine_dts_decoder.c =&gt; src/audio_dec/xine_dts_decoder.c
rename : src/libmusepack/xine_musepack_decoder.c =&gt; src/audio_dec/xine_musepack_decoder.c
</pre>
</div>
</content>
</entry>
</feed>
