<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libflac/Makefile.am, branch 1.1.11</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>  * Replace --enable-flac configure option with --with-libflac, as the FLAC</title>
<updated>2006-12-25T20:04:17+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2006-12-25T20:04:17+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=fdaeeb0c00f879c3703a1372ee4689bd6739c1fd'/>
<id>fdaeeb0c00f879c3703a1372ee4689bd6739c1fd</id>
<content type='text'>
    support is always built-in through the audio demuxer plugin and the FFmpeg
    decoder plugin, the option only controls the extra FLAC plugin that uses
    libFLAC both for demuxing and decoding.

CVS patchset: 8457
CVS date: 2006/12/25 20:04:17

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    support is always built-in through the audio demuxer plugin and the FFmpeg
    decoder plugin, the option only controls the extra FLAC plugin that uses
    libFLAC both for demuxing and decoding.

CVS patchset: 8457
CVS date: 2006/12/25 20:04:17

</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>*BUGFIX*</title>
<updated>2005-11-30T18:44:52+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@users.sourceforge.net</email>
</author>
<published>2005-11-30T18:44:52+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5effdd37bee3a4a10c393dbf739c90cb259180ef'/>
<id>5effdd37bee3a4a10c393dbf739c90cb259180ef</id>
<content type='text'>
Added XINE_LIB to linking for this plugins (required on win-platforms).

CVS patchset: 7816
CVS date: 2005/11/30 18:44:52

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added XINE_LIB to linking for this plugins (required on win-platforms).

CVS patchset: 7816
CVS date: 2005/11/30 18:44:52

</pre>
</div>
</content>
</entry>
<entry>
<title>huge patch ahead: reorganizing config entries with automatic conversion</title>
<updated>2004-12-12T22:00:47+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-12-12T22:00:47+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=16b6f9646902e6940a991f1d3577c068573015a8'/>
<id>16b6f9646902e6940a991f1d3577c068573015a8</id>
<content type='text'>
and backwards compatible translation
Sorry, I got a litte tired proof-reading the patch, so their might be
bugs lurking around. I will give it some further examination and
(as necessary) fixing tomorrow.

CVS patchset: 7233
CVS date: 2004/12/12 22:00:47

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and backwards compatible translation
Sorry, I got a litte tired proof-reading the patch, so their might be
bugs lurking around. I will give it some further examination and
(as necessary) fixing tomorrow.

CVS patchset: 7233
CVS date: 2004/12/12 22:00:47

</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and fft*post are untouched (fft: for now).</title>
<updated>2003-08-25T21:51:37+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2003-08-25T21:51:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=babb07bcbec3674a3f542cf6ae3f2d6b212a3ed4'/>
<id>babb07bcbec3674a3f542cf6ae3f2d6b212a3ed4</id>
<content type='text'>
CVS patchset: 5310
CVS date: 2003/08/25 21:51:37

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5310
CVS date: 2003/08/25 21:51:37

</pre>
</div>
</content>
</entry>
<entry>
<title>as announced on xine-devel, this is the big Makefile refactoring:</title>
<updated>2003-05-14T16:21:44+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-05-14T16:21:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8e1d76f47f530f3b76cfe81eb9da1348df17e801'/>
<id>8e1d76f47f530f3b76cfe81eb9da1348df17e801</id>
<content type='text'>
extracted some common targets and variables into a common Makefile
which is then included

CVS patchset: 4844
CVS date: 2003/05/14 16:21:44

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
extracted some common targets and variables into a common Makefile
which is then included

CVS patchset: 4844
CVS date: 2003/05/14 16:21:44

</pre>
</div>
</content>
</entry>
<entry>
<title>add flac autoconf/m4 stuff</title>
<updated>2003-01-20T02:30:01+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-01-20T02:30:01+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=80c57f3b4043db3ed458ac3494c23915b52b32cd'/>
<id>80c57f3b4043db3ed458ac3494c23915b52b32cd</id>
<content type='text'>
CVS patchset: 3976
CVS date: 2003/01/20 02:30:01

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3976
CVS date: 2003/01/20 02:30:01

</pre>
</div>
</content>
</entry>
<entry>
<title>flac demuxer+decoder</title>
<updated>2003-01-18T20:01:59+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-01-18T20:01:59+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7178a84291eaa302428a1e4d8043692508110b73'/>
<id>7178a84291eaa302428a1e4d8043692508110b73</id>
<content type='text'>
based on work from John McCutchan &lt;ttb@tentacle.dhs.org&gt;
play and seeking seem to work. lots of debug messages and maybe bugs.
it needs automagic stuff to detect libflac...
may someone take care of that? Stephen?

CVS patchset: 3961
CVS date: 2003/01/18 20:01:59

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
based on work from John McCutchan &lt;ttb@tentacle.dhs.org&gt;
play and seeking seem to work. lots of debug messages and maybe bugs.
it needs automagic stuff to detect libflac...
may someone take care of that? Stephen?

CVS patchset: 3961
CVS date: 2003/01/18 20:01:59

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