<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/xine-utils/base64.c, branch vdr-xine-version-802</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>Rename base64 functions to _x_ as they should not be part of the public API.</title>
<updated>2008-01-27T12:58:31+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2008-01-27T12:58:31+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7c166d8088e0a128a7b223c62fd2b8dc1a1b70c5'/>
<id>7c166d8088e0a128a7b223c62fd2b8dc1a1b70c5</id>
<content type='text'>
Note that these will be removed as soon as -libavutil branch is merged, in favour of libavutil's base64 implementation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that these will be removed as soon as -libavutil branch is merged, in favour of libavutil's base64 implementation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move base64 header to xine-utils as we don't want it installed.</title>
<updated>2008-01-27T12:52:33+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2008-01-27T12:52:33+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d3801a2f741ac6931824bfef41ea0e7c39aa193d'/>
<id>d3801a2f741ac6931824bfef41ea0e7c39aa193d</id>
<content type='text'>
--HG--
rename : include/xine/base64.h =&gt; src/xine-utils/base64.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
rename : include/xine/base64.h =&gt; src/xine-utils/base64.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from -plugin-loader branch.</title>
<updated>2008-01-24T13:47:01+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2008-01-24T13:47:01+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d3f318eec71d38ce34f590daef0fed1f6cbf2eae'/>
<id>d3f318eec71d38ce34f590daef0fed1f6cbf2eae</id>
<content type='text'>
base64.{c,h} functions are given "xine_" prefixes and are exported.

--HG--
rename : src/xine-utils/base64.h =&gt; include/xine/base64.h
rename : src/xine-engine/configfile.h =&gt; include/xine/configfile.h
rename : src/xine-engine/plugin_catalog.h =&gt; include/xine/plugin_catalog.h
rename : src/xine-utils/xineutils.h =&gt; include/xine/xineutils.h
rename : src/input/base64.c =&gt; src/xine-utils/base64.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
base64.{c,h} functions are given "xine_" prefixes and are exported.

--HG--
rename : src/xine-utils/base64.h =&gt; include/xine/base64.h
rename : src/xine-engine/configfile.h =&gt; include/xine/configfile.h
rename : src/xine-engine/plugin_catalog.h =&gt; include/xine/plugin_catalog.h
rename : src/xine-utils/xineutils.h =&gt; include/xine/xineutils.h
rename : src/input/base64.c =&gt; src/xine-utils/base64.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Config entry deserialization.</title>
<updated>2007-04-10T16:45:53+00:00</updated>
<author>
<name>Thibaut Mattern</name>
<email>thibaut.mattern@gmail.com</email>
</author>
<published>2007-04-10T16:45:53+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=0ce330ec329e1d15a49ae5c5ea4741bcfbf924d3'/>
<id>0ce330ec329e1d15a49ae5c5ea4741bcfbf924d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Moved base64 stuff to xine-utils.</title>
<updated>2007-04-06T13:28:37+00:00</updated>
<author>
<name>Thibaut Mattern</name>
<email>thibaut.mattern@gmail.com</email>
</author>
<published>2007-04-06T13:28:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=42cbd632976d2c9d5293ad03418dce3c7db2797d'/>
<id>42cbd632976d2c9d5293ad03418dce3c7db2797d</id>
<content type='text'>
- Added config entry serialization.
- Added serialized config entries to the plugin cache.

--HG--
rename : src/input/base64.c =&gt; src/xine-utils/base64.c
rename : src/input/base64.h =&gt; src/xine-utils/base64.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added config entry serialization.
- Added serialized config entries to the plugin cache.

--HG--
rename : src/input/base64.c =&gt; src/xine-utils/base64.c
rename : src/input/base64.h =&gt; src/xine-utils/base64.h
</pre>
</div>
</content>
</entry>
</feed>
