<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/xine-utils, branch 1.1.11.1</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>Allow CR &amp; LF termination of XML element names.</title>
<updated>2008-03-17T16:01:40+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2008-03-17T16:01:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=bfcacf9ccf8331baf47a7db55017d0ca5e273080'/>
<id>bfcacf9ccf8331baf47a7db55017d0ca5e273080</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport the MANGLE macro handling from 1.2-libavutil branch (and adapt).</title>
<updated>2008-03-02T17:52:09+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2008-03-02T17:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=6772044da2f3574f09b8f39832710daab249e83f'/>
<id>6772044da2f3574f09b8f39832710daab249e83f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove some unnecessary tests (which the compiler would discard).</title>
<updated>2008-02-09T16:51:19+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2008-02-09T16:51:19+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=34af4adde1c65495fa8948c482ef83bd73204d89'/>
<id>34af4adde1c65495fa8948c482ef83bd73204d89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert XML parser ABI breakage into ABI extension. Bump the soname accordingly.</title>
<updated>2007-12-31T13:29:40+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-12-31T13:29:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=147a5017b476e4cd61aadb8e7420bc20832abfef'/>
<id>147a5017b476e4cd61aadb8e7420bc20832abfef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dereference buffer size pointers when comparing buffer sizes.</title>
<updated>2007-12-30T17:23:50+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-12-30T17:23:50+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=aa3d3aacdb991ad989933d71734e300535c7d350'/>
<id>aa3d3aacdb991ad989933d71734e300535c7d350</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>xmlparser: fix token buffer being too small</title>
<updated>2007-12-27T14:25:28+00:00</updated>
<author>
<name>Maximilian Schwerin</name>
<email>post@mschwerin.de</email>
</author>
<published>2007-12-27T14:25:28+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a2d20c60cd88481989316a8cedf8bd7d1e9be94a'/>
<id>a2d20c60cd88481989316a8cedf8bd7d1e9be94a</id>
<content type='text'>
What this patch does is replace the token buffer of static size in
xml_parser_get_node with a malloced buffer. If the lexer notices, that it
needs more size it just increases the size of this buffer by factor two and
tries again. This may not be very elegant, but it works.

node_name and property_name are dynamically-sized too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
What this patch does is replace the token buffer of static size in
xml_parser_get_node with a malloced buffer. If the lexer notices, that it
needs more size it just increases the size of this buffer by factor two and
tries again. This may not be very elegant, but it works.

node_name and property_name are dynamically-sized too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix an off-by-one error concerning UTF-8-encoded BOMs.</title>
<updated>2007-12-17T16:55:35+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-12-17T16:55:35+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a7e8065a32e0151ef995d696881d4d2ecf27fd33'/>
<id>a7e8065a32e0151ef995d696881d4d2ecf27fd33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert XML to UTF-8 for parsing if a BOM is detected.</title>
<updated>2007-12-14T21:44:43+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-12-14T21:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=6bbfd480d0d173887305db527b641f832b6c4310'/>
<id>6bbfd480d0d173887305db527b641f832b6c4310</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge.</title>
<updated>2007-11-23T19:32:35+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-11-23T19:32:35+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=740cb399dcf72420ac0c8a6048dca8fac09daf3d'/>
<id>740cb399dcf72420ac0c8a6048dca8fac09daf3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark the PPC asm memcpy() implementations as hidden symbols.</title>
<updated>2007-11-20T12:09:46+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-11-20T12:09:46+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=cbaade083f6378381a96eacf76b0d2a522c675ae'/>
<id>cbaade083f6378381a96eacf76b0d2a522c675ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
