<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libffmpeg, branch 0.5.2</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>Enable MMX accelerated code on x86</title>
<updated>2001-09-01T17:57:20+00:00</updated>
<author>
<name>Juergen Keil</name>
<email>jkeil@users.sourceforge.net</email>
</author>
<published>2001-09-01T17:57:20+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4fff623cae914340d0968855630d21ca69826b9a'/>
<id>4fff623cae914340d0968855630d21ca69826b9a</id>
<content type='text'>
Workaround a gcc-2.95.2 compiler bug in put_pixels_clamped_mmx,
add_pixels_clamped_mmx
Fix "debug" build for libffmpeg

CVS patchset: 541
CVS date: 2001/09/01 17:57:20

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Workaround a gcc-2.95.2 compiler bug in put_pixels_clamped_mmx,
add_pixels_clamped_mmx
Fix "debug" build for libffmpeg

CVS patchset: 541
CVS date: 2001/09/01 17:57:20

</pre>
</div>
</content>
</entry>
<entry>
<title>ffmpeg is stable enough so we don't need this option any longer</title>
<updated>2001-09-01T15:12:12+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2001-09-01T15:12:12+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=66d700c6d850b9d5cbd4183896fe0c7446e5b7b5'/>
<id>66d700c6d850b9d5cbd4183896fe0c7446e5b7b5</id>
<content type='text'>
CVS patchset: 537
CVS date: 2001/09/01 15:12:12

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 537
CVS date: 2001/09/01 15:12:12

</pre>
</div>
</content>
</entry>
<entry>
<title>Add mediaLib acceleration for UltarSPARCs to ffmpeg's libavcodec</title>
<updated>2001-08-31T14:32:24+00:00</updated>
<author>
<name>Juergen Keil</name>
<email>jkeil@users.sourceforge.net</email>
</author>
<published>2001-08-31T14:32:24+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=0bfbbc13906c4ca2c8d28aa22803a2594a9634b1'/>
<id>0bfbbc13906c4ca2c8d28aa22803a2594a9634b1</id>
<content type='text'>
CVS patchset: 531
CVS date: 2001/08/31 14:32:24

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 531
CVS date: 2001/08/31 14:32:24

</pre>
</div>
</content>
</entry>
<entry>
<title>Some users reported problems on Solaris SPARC with an undefined 'get_rl_index'.</title>
<updated>2001-08-30T15:43:10+00:00</updated>
<author>
<name>Juergen Keil</name>
<email>jkeil@users.sourceforge.net</email>
</author>
<published>2001-08-30T15:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=fc09cc5f4efab0bcd69b562278aa5f1b70a6f3eb'/>
<id>fc09cc5f4efab0bcd69b562278aa5f1b70a6f3eb</id>
<content type='text'>
Apparently because the compiler was unable to inline a call to get_rl_index
somewhere, and an 'extern inline' function does not output the assembler
code for such a function.
'static inline' fixes the problem.
(Another option to fix this problem is to use 'extern inline' in the header,
*and* include a non-inline version of the same function in the library, too.
See also the gcc.info file, "C Extensions" -&gt; Node "An Inline Function is As
Fast As a Macro")

CVS patchset: 522
CVS date: 2001/08/30 15:43:10

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apparently because the compiler was unable to inline a call to get_rl_index
somewhere, and an 'extern inline' function does not output the assembler
code for such a function.
'static inline' fixes the problem.
(Another option to fix this problem is to use 'extern inline' in the header,
*and* include a non-inline version of the same function in the library, too.
See also the gcc.info file, "C Extensions" -&gt; Node "An Inline Function is As
Fast As a Macro")

CVS patchset: 522
CVS date: 2001/08/30 15:43:10

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix byteorder problems on bigendian cpus</title>
<updated>2001-08-30T12:48:10+00:00</updated>
<author>
<name>Juergen Keil</name>
<email>jkeil@users.sourceforge.net</email>
</author>
<published>2001-08-30T12:48:10+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d565bee165faa5a3152431fb13cdb1565bebdce3'/>
<id>d565bee165faa5a3152431fb13cdb1565bebdce3</id>
<content type='text'>
CVS patchset: 521
CVS date: 2001/08/30 12:48:10

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 521
CVS date: 2001/08/30 12:48:10

</pre>
</div>
</content>
</entry>
<entry>
<title>update to ffmpeg 0.4.5, buf types cleanup based on patch provided by Miguel Freitas</title>
<updated>2001-08-28T19:16:19+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2001-08-28T19:16:19+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=6bea16fb8408d80701ba329edfb3cd7ae5b880af'/>
<id>6bea16fb8408d80701ba329edfb3cd7ae5b880af</id>
<content type='text'>
CVS patchset: 510
CVS date: 2001/08/28 19:16:19

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 510
CVS date: 2001/08/28 19:16:19

</pre>
</div>
</content>
</entry>
<entry>
<title>compile-fix for non-gnu systems (e.g. freebsd)</title>
<updated>2001-08-17T13:34:25+00:00</updated>
<author>
<name>Heiko Schaefer</name>
<email>heikos@users.sourceforge.net</email>
</author>
<published>2001-08-17T13:34:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=63d519983a6a5776e473454b912a2e7521c4262a'/>
<id>63d519983a6a5776e473454b912a2e7521c4262a</id>
<content type='text'>
CVS patchset: 441
CVS date: 2001/08/17 13:34:25

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 441
CVS date: 2001/08/17 13:34:25

</pre>
</div>
</content>
</entry>
<entry>
<title>non-debug build crashes with gcc asm error (tries to spill BP register).</title>
<updated>2001-08-13T17:31:39+00:00</updated>
<author>
<name>Juergen Keil</name>
<email>jkeil@users.sourceforge.net</email>
</author>
<published>2001-08-13T17:31:39+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f5c9de51542df9673e756c4185f4106094d1b125'/>
<id>f5c9de51542df9673e756c4185f4106094d1b125</id>
<content type='text'>
Enable standard GLOBAL_CFLAGS on a non-debug build.

CVS patchset: 420
CVS date: 2001/08/13 17:31:39

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable standard GLOBAL_CFLAGS on a non-debug build.

CVS patchset: 420
CVS date: 2001/08/13 17:31:39

</pre>
</div>
</content>
</entry>
<entry>
<title>added missing file to tarball</title>
<updated>2001-08-10T22:27:36+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2001-08-10T22:27:36+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f75794d625f1ad5577c976b107d823e4fa5eef6e'/>
<id>f75794d625f1ad5577c976b107d823e4fa5eef6e</id>
<content type='text'>
CVS patchset: 409
CVS date: 2001/08/10 22:27:36

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 409
CVS date: 2001/08/10 22:27:36

</pre>
</div>
</content>
</entry>
<entry>
<title>enabling ffmpeg by default, credits to gerard for his incredible work</title>
<updated>2001-08-10T22:14:24+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2001-08-10T22:14:24+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b1d64de93f63c11891c2983a96a7b5bc21cb76ce'/>
<id>b1d64de93f63c11891c2983a96a7b5bc21cb76ce</id>
<content type='text'>
CVS patchset: 408
CVS date: 2001/08/10 22:14:24

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 408
CVS date: 2001/08/10 22:14:24

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