<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libflac/decoder_flac.c, branch 1.1.15</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>Move the flac plugins sources into the combined directory, like wavpack.</title>
<updated>2007-04-04T18:47:46+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-04-04T18:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=0e0d536d4d4c3c354fdebd7ee8b1c70a2a9edc0c'/>
<id>0e0d536d4d4c3c354fdebd7ee8b1c70a2a9edc0c</id>
<content type='text'>
--HG--
rename : src/libflac/decoder_flac.c =&gt; src/combined/decoder_flac.c
rename : src/libflac/demux_flac.c =&gt; src/combined/demux_flac.c
rename : src/libflac/demux_flac.h =&gt; src/combined/demux_flac.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
rename : src/libflac/decoder_flac.c =&gt; src/combined/decoder_flac.c
rename : src/libflac/demux_flac.c =&gt; src/combined/demux_flac.c
rename : src/libflac/demux_flac.h =&gt; src/combined/demux_flac.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for libflac &lt;1.1.3, thanks to Ville Skyttä for reporting, closes bug #1627321.</title>
<updated>2007-02-03T11:06:40+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-02-03T11:06:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=514a9684972102eccf5a8a85c65febcc3966e21f'/>
<id>514a9684972102eccf5a8a85c65febcc3966e21f</id>
<content type='text'>
CVS patchset: 8586
CVS date: 2007/02/03 11:06:40

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8586
CVS date: 2007/02/03 11:06:40

</pre>
</div>
</content>
</entry>
<entry>
<title>  * Make the libFLAC-based decoder and demuxer for FLAC files work with recent</title>
<updated>2006-12-25T19:22:00+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2006-12-25T19:22:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3fb9e4c425b7dfcc7ffe65441a4a8d85d8951a1c'/>
<id>3fb9e4c425b7dfcc7ffe65441a4a8d85d8951a1c</id>
<content type='text'>
    FLAC release 1.1.3.

CVS patchset: 8455
CVS date: 2006/12/25 19:22:00

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    FLAC release 1.1.3.

CVS patchset: 8455
CVS date: 2006/12/25 19:22:00

</pre>
</div>
</content>
</entry>
<entry>
<title>- avoid crashing when the FLAC file is broken</title>
<updated>2006-08-05T13:34:42+00:00</updated>
<author>
<name>Bastien Nocera</name>
<email>hadess@users.sourceforge.net</email>
</author>
<published>2006-08-05T13:34:42+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=45e94a4e3640b74ceb28da94d7b867a0cab04fdb'/>
<id>45e94a4e3640b74ceb28da94d7b867a0cab04fdb</id>
<content type='text'>
CVS patchset: 8164
CVS date: 2006/08/05 13:34:42

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8164
CVS date: 2006/08/05 13:34:42

</pre>
</div>
</content>
</entry>
<entry>
<title>Implement visibility support, available on GCC 4.0 and later and on some 3.4 (through backports), to avoid exporting unneeded internal symbols, making plugins' loading faster and use of internal copies of libraries more solid. It should automatically fall back to the old way in GCCs that does not support -fvisibility=hidden, but has to be tested carefully. No issues were found in the months of testing in Gentoo, but this requires special attention anyway.</title>
<updated>2006-07-10T22:08:12+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2006-07-10T22:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e70c5600f5653c6915931717bdd52f9a6a2f2d9d'/>
<id>e70c5600f5653c6915931717bdd52f9a6a2f2d9d</id>
<content type='text'>
CVS patchset: 8101
CVS date: 2006/07/10 22:08:12

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8101
CVS date: 2006/07/10 22:08:12

</pre>
</div>
</content>
</entry>
<entry>
<title>Various static/const fixes from Gentoo.</title>
<updated>2006-06-02T22:18:56+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2006-06-02T22:18:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=6a90ef1128ca51713804e94da00f9c3a7440ec16'/>
<id>6a90ef1128ca51713804e94da00f9c3a7440ec16</id>
<content type='text'>
CVS patchset: 8009
CVS date: 2006/06/02 22:18:56

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8009
CVS date: 2006/06/02 22:18:56

</pre>
</div>
</content>
</entry>
<entry>
<title>Make various arrays and structures (mainly xine_plugin_info) const.</title>
<updated>2006-05-03T19:46:06+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2006-05-03T19:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=1e21218596ab3eb84da7b2ec8aedd46827284b8a'/>
<id>1e21218596ab3eb84da7b2ec8aedd46827284b8a</id>
<content type='text'>
(Diego Pettenò)

CVS patchset: 7985
CVS date: 2006/05/03 19:46:06

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(Diego Pettenò)

CVS patchset: 7985
CVS date: 2006/05/03 19:46:06

</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed channels to mode translation in audio decoders.</title>
<updated>2006-03-07T08:03:08+00:00</updated>
<author>
<name>Thibaut Mattern</name>
<email>tmattern@users.sourceforge.net</email>
</author>
<published>2006-03-07T08:03:08+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=013d38071c3579a2006baf107b9f43cbef0bc569'/>
<id>013d38071c3579a2006baf107b9f43cbef0bc569</id>
<content type='text'>
Patch from Chris Brien.

CVS patchset: 7922
CVS date: 2006/03/07 08:03:08

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch from Chris Brien.

CVS patchset: 7922
CVS date: 2006/03/07 08:03:08

</pre>
</div>
</content>
</entry>
<entry>
<title>this has been forgotten</title>
<updated>2005-02-09T20:18:17+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2005-02-09T20:18:17+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ef39fdf38b38df5d84ae1e48790ff55dfc675615'/>
<id>ef39fdf38b38df5d84ae1e48790ff55dfc675615</id>
<content type='text'>
CVS patchset: 7396
CVS date: 2005/02/09 20:18:17

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7396
CVS date: 2005/02/09 20:18:17

</pre>
</div>
</content>
</entry>
<entry>
<title>implement steps 1, 2, 3 and 4 of the seeking proposal:</title>
<updated>2004-06-13T21:28:52+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2004-06-13T21:28:52+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f85a943fdff3f12db8faf4b84e4f63aafdc60db3'/>
<id>f85a943fdff3f12db8faf4b84e4f63aafdc60db3</id>
<content type='text'>
http://article.gmane.org/gmane.comp.video.xine.devel/9532
it is now up to demuxers to decide what the 0..65535 position means.
demuxers tested: ogg, voc, flac, rm, asf, vqa, vob, avi, y4m, au, mov, ts, mp3, mpg, wav, ra, mve

CVS patchset: 6686
CVS date: 2004/06/13 21:28:52

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://article.gmane.org/gmane.comp.video.xine.devel/9532
it is now up to demuxers to decide what the 0..65535 position means.
demuxers tested: ogg, voc, flac, rm, asf, vqa, vob, avi, y4m, au, mov, ts, mp3, mpg, wav, ra, mve

CVS patchset: 6686
CVS date: 2004/06/13 21:28:52

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