<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/post, branch 1.2.6</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>Copyright year update by hg log.</title>
<updated>2014-06-06T19:12:20+00:00</updated>
<author>
<name>Torsten Jager</name>
<email>t.jager@gmx.de</email>
</author>
<published>2014-06-06T19:12:20+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e7064965ea221e89383533e012da64e67ddcb6f8'/>
<id>e7064965ea221e89383533e012da64e67ddcb6f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Solaris problem in goom assembler.</title>
<updated>2014-05-19T07:36:01+00:00</updated>
<author>
<name>Jonathan Perkin</name>
<email>jperkin@NetBSD.org</email>
</author>
<published>2014-05-19T07:36:01+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=03dda50f8e56f8f353c0b015b90128a8c1d0853e'/>
<id>03dda50f8e56f8f353c0b015b90128a8c1d0853e</id>
<content type='text'>
Solaris cannot handle this MMX section, failing with:
error: can't find a register in class GENERAL_REGS while reloading 'asm'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Solaris cannot handle this MMX section, failing with:
error: can't find a register in class GENERAL_REGS while reloading 'asm'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated comment why code is disabled in X86_64</title>
<updated>2014-05-19T07:33:56+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2014-05-19T07:33:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3e29ee96d92a93abf1b8198132721643693c63e2'/>
<id>3e29ee96d92a93abf1b8198132721643693c63e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>moved register initializations out of loop. do not require registers for arguments.</title>
<updated>2014-05-19T07:17:07+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2014-05-19T07:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=bf9e61592900d683cd13fddf7807691f39c2e250'/>
<id>bf9e61592900d683cd13fddf7807691f39c2e250</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Require less GPRs for asm parameters.</title>
<updated>2014-05-19T07:06:20+00:00</updated>
<author>
<name>Alan Barrett</name>
<email>apb@NetBSD.org</email>
</author>
<published>2014-05-19T07:06:20+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f6aaa4c1e321c6657d20b8fe43693e451fa56d71'/>
<id>f6aaa4c1e321c6657d20b8fe43693e451fa56d71</id>
<content type='text'>
In affine_1d_MMX(), move the initialisation of %mm3 and %mm4 registers
into a separate asm statement, to give the compiler more freedom
for register allocation.  Fixes a problem with gcc-4.5.4 on NetBSD/i386.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In affine_1d_MMX(), move the initialisation of %mm3 and %mm4 registers
into a separate asm statement, to give the compiler more freedom
for register allocation.  Fixes a problem with gcc-4.5.4 on NetBSD/i386.
</pre>
</div>
</content>
</entry>
<entry>
<title>Only compile MMX/SSE code on x86/x86_64.</title>
<updated>2014-05-18T20:25:45+00:00</updated>
<author>
<name>Thomas Klausner</name>
<email>tk@giga.or.at</email>
</author>
<published>2014-05-18T20:25:45+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a03461a652590c2e341bcd034eb539640599f09e'/>
<id>a03461a652590c2e341bcd034eb539640599f09e</id>
<content type='text'>
The greedy2frame code uses MMX or SSE instructions. Only compile this code on architectures where they exist.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The greedy2frame code uses MMX or SSE instructions. Only compile this code on architectures where they exist.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix debug build with clang</title>
<updated>2014-04-22T08:34:37+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2014-04-22T08:34:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e3ee41ccae05d06258d37a9643c091720e14f600'/>
<id>e3ee41ccae05d06258d37a9643c091720e14f600</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build with clang</title>
<updated>2014-04-20T15:05:27+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2014-04-20T15:05:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=603b235a8ae5938e7cbdd4577a3130b1763fe14e'/>
<id>603b235a8ae5938e7cbdd4577a3130b1763fe14e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence compiler warnings on register_enum () arg #4.</title>
<updated>2014-03-10T15:36:55+00:00</updated>
<author>
<name>Torsten Jager</name>
<email>t.jager@gmx.de</email>
</author>
<published>2014-03-10T15:36:55+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=9dc01446b018803415e0fe02b0f060b037e0738a'/>
<id>9dc01446b018803415e0fe02b0f060b037e0738a</id>
<content type='text'>
Making them all "const char * const *" did work too
(even with Kaffeine build/run), but that would be
an API change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Making them all "const char * const *" did work too
(even with Kaffeine build/run), but that would be
an API change.
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright year update by hg log info #2.</title>
<updated>2013-10-14T15:44:10+00:00</updated>
<author>
<name>Torsten Jager</name>
<email>t.jager@gmx.de</email>
</author>
<published>2013-10-14T15:44:10+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c2a1e087ac54a165dbf632650143f6a90ba51784'/>
<id>c2a1e087ac54a165dbf632650143f6a90ba51784</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
