<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libmpeg2/idct_mmx.c, branch 1.2.0</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 libmpeg2 inside video_dec/libmpeg2.</title>
<updated>2007-12-22T22:24:00+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-12-22T22:24:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b7a18f2d1b7afe26d1816621178a52c527d773f4'/>
<id>b7a18f2d1b7afe26d1816621178a52c527d773f4</id>
<content type='text'>
--HG--
rename : src/libmpeg2/Makefile.am =&gt; src/video_dec/libmpeg2/Makefile.am
rename : src/libmpeg2/cpu_state.c =&gt; src/video_dec/libmpeg2/cpu_state.c
rename : src/libmpeg2/decode.c =&gt; src/video_dec/libmpeg2/decode.c
rename : src/libmpeg2/header.c =&gt; src/video_dec/libmpeg2/header.c
rename : src/libmpeg2/idct.c =&gt; src/video_dec/libmpeg2/idct.c
rename : src/libmpeg2/idct_altivec.c =&gt; src/video_dec/libmpeg2/idct_altivec.c
rename : src/libmpeg2/idct_mlib.c =&gt; src/video_dec/libmpeg2/idct_mlib.c
rename : src/libmpeg2/idct_mlib.h =&gt; src/video_dec/libmpeg2/idct_mlib.h
rename : src/libmpeg2/idct_mmx.c =&gt; src/video_dec/libmpeg2/idct_mmx.c
rename : src/libmpeg2/libmpeg2_accel.c =&gt; src/video_dec/libmpeg2/libmpeg2_accel.c
rename : src/libmpeg2/libmpeg2_accel.h =&gt; src/video_dec/libmpeg2/libmpeg2_accel.h
rename : src/libmpeg2/motion_comp.c =&gt; src/video_dec/libmpeg2/motion_comp.c
rename : src/libmpeg2/motion_comp_altivec.c =&gt; src/video_dec/libmpeg2/motion_comp_altivec.c
rename : src/libmpeg2/motion_comp_mlib.c =&gt; src/video_dec/libmpeg2/motion_comp_mlib.c
rename : src/libmpeg2/motion_comp_mmx.c =&gt; src/video_dec/libmpeg2/motion_comp_mmx.c
rename : src/libmpeg2/motion_comp_vis.c =&gt; src/video_dec/libmpeg2/motion_comp_vis.c
rename : src/libmpeg2/mpeg2.h =&gt; src/video_dec/libmpeg2/mpeg2.h
rename : src/libmpeg2/mpeg2_internal.h =&gt; src/video_dec/libmpeg2/mpeg2_internal.h
rename : src/libmpeg2/slice.c =&gt; src/video_dec/libmpeg2/slice.c
rename : src/libmpeg2/slice_xvmc.c =&gt; src/video_dec/libmpeg2/slice_xvmc.c
rename : src/libmpeg2/slice_xvmc_vld.c =&gt; src/video_dec/libmpeg2/slice_xvmc_vld.c
rename : src/libmpeg2/stats.c =&gt; src/video_dec/libmpeg2/stats.c
rename : src/libmpeg2/vis.h =&gt; src/video_dec/libmpeg2/vis.h
rename : src/libmpeg2/vlc.h =&gt; src/video_dec/libmpeg2/vlc.h
rename : src/libmpeg2/xine_mpeg2_decoder.c =&gt; src/video_dec/libmpeg2/xine_mpeg2_decoder.c
rename : src/libmpeg2/xvmc.h =&gt; src/video_dec/libmpeg2/xvmc.h
rename : src/libmpeg2/xvmc_vld.h =&gt; src/video_dec/libmpeg2/xvmc_vld.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
rename : src/libmpeg2/Makefile.am =&gt; src/video_dec/libmpeg2/Makefile.am
rename : src/libmpeg2/cpu_state.c =&gt; src/video_dec/libmpeg2/cpu_state.c
rename : src/libmpeg2/decode.c =&gt; src/video_dec/libmpeg2/decode.c
rename : src/libmpeg2/header.c =&gt; src/video_dec/libmpeg2/header.c
rename : src/libmpeg2/idct.c =&gt; src/video_dec/libmpeg2/idct.c
rename : src/libmpeg2/idct_altivec.c =&gt; src/video_dec/libmpeg2/idct_altivec.c
rename : src/libmpeg2/idct_mlib.c =&gt; src/video_dec/libmpeg2/idct_mlib.c
rename : src/libmpeg2/idct_mlib.h =&gt; src/video_dec/libmpeg2/idct_mlib.h
rename : src/libmpeg2/idct_mmx.c =&gt; src/video_dec/libmpeg2/idct_mmx.c
rename : src/libmpeg2/libmpeg2_accel.c =&gt; src/video_dec/libmpeg2/libmpeg2_accel.c
rename : src/libmpeg2/libmpeg2_accel.h =&gt; src/video_dec/libmpeg2/libmpeg2_accel.h
rename : src/libmpeg2/motion_comp.c =&gt; src/video_dec/libmpeg2/motion_comp.c
rename : src/libmpeg2/motion_comp_altivec.c =&gt; src/video_dec/libmpeg2/motion_comp_altivec.c
rename : src/libmpeg2/motion_comp_mlib.c =&gt; src/video_dec/libmpeg2/motion_comp_mlib.c
rename : src/libmpeg2/motion_comp_mmx.c =&gt; src/video_dec/libmpeg2/motion_comp_mmx.c
rename : src/libmpeg2/motion_comp_vis.c =&gt; src/video_dec/libmpeg2/motion_comp_vis.c
rename : src/libmpeg2/mpeg2.h =&gt; src/video_dec/libmpeg2/mpeg2.h
rename : src/libmpeg2/mpeg2_internal.h =&gt; src/video_dec/libmpeg2/mpeg2_internal.h
rename : src/libmpeg2/slice.c =&gt; src/video_dec/libmpeg2/slice.c
rename : src/libmpeg2/slice_xvmc.c =&gt; src/video_dec/libmpeg2/slice_xvmc.c
rename : src/libmpeg2/slice_xvmc_vld.c =&gt; src/video_dec/libmpeg2/slice_xvmc_vld.c
rename : src/libmpeg2/stats.c =&gt; src/video_dec/libmpeg2/stats.c
rename : src/libmpeg2/vis.h =&gt; src/video_dec/libmpeg2/vis.h
rename : src/libmpeg2/vlc.h =&gt; src/video_dec/libmpeg2/vlc.h
rename : src/libmpeg2/xine_mpeg2_decoder.c =&gt; src/video_dec/libmpeg2/xine_mpeg2_decoder.c
rename : src/libmpeg2/xvmc.h =&gt; src/video_dec/libmpeg2/xvmc.h
rename : src/libmpeg2/xvmc_vld.h =&gt; src/video_dec/libmpeg2/xvmc_vld.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Update all the code to the new headers layout.</title>
<updated>2007-12-19T01:59:06+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-12-19T01:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=9da4e2dde0da695c240cf48390217ac97cb10c1c'/>
<id>9da4e2dde0da695c240cf48390217ac97cb10c1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable AMD64 mmx/sse support in some plugins (tvtime, libmpeg2, goom...)</title>
<updated>2006-02-04T14:06:29+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2006-02-04T14:06:29+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5e7976e7ef58bab9ae5b55a87acf369868c7a955'/>
<id>5e7976e7ef58bab9ae5b55a87acf369868c7a955</id>
<content type='text'>
patch by dani3l

CVS patchset: 7867
CVS date: 2006/02/04 14:06:29

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
patch by dani3l

CVS patchset: 7867
CVS date: 2006/02/04 14:06:29

</pre>
</div>
</content>
</entry>
<entry>
<title>fix some compiler warnings by using the extern declaration more consistently</title>
<updated>2003-10-26T11:23:17+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-10-26T11:23:17+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=599cd321144346dea6eea7a3bb2f3a2076539d1a'/>
<id>599cd321144346dea6eea7a3bb2f3a2076539d1a</id>
<content type='text'>
(that is: putting them in the .h, not in the .c)

CVS patchset: 5602
CVS date: 2003/10/26 11:23:17

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(that is: putting them in the .h, not in the .c)

CVS patchset: 5602
CVS date: 2003/10/26 11:23:17

</pre>
</div>
</content>
</entry>
<entry>
<title>- add XvMC support</title>
<updated>2003-10-06T21:52:42+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-10-06T21:52:42+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2e29bd1fe0c87addc57755fb9812569e75cd4e39'/>
<id>2e29bd1fe0c87addc57755fb9812569e75cd4e39</id>
<content type='text'>
- bump vo and post interface versions
obs: video_out_xvmc.c needs some more work, see todo.

CVS patchset: 5459
CVS date: 2003/10/06 21:52:42

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- bump vo and post interface versions
obs: video_out_xvmc.c needs some more work, see todo.

CVS patchset: 5459
CVS date: 2003/10/06 21:52:42

</pre>
</div>
</content>
</entry>
<entry>
<title>libmpeg2 patches for gcc3.1 from michel</title>
<updated>2002-06-04T23:07:56+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2002-06-04T23:07:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b971db9ab0beb88edc4ceb23009619488f0c5be5'/>
<id>b971db9ab0beb88edc4ceb23009619488f0c5be5</id>
<content type='text'>
CVS patchset: 2018
CVS date: 2002/06/04 23:07:56

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 2018
CVS date: 2002/06/04 23:07:56

</pre>
</div>
</content>
</entry>
<entry>
<title>- sync with mpeg2dec 0.2.1</title>
<updated>2002-04-01T13:18:21+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-04-01T13:18:21+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c466f03689df63a5c6cbad58318551759a96b183'/>
<id>c466f03689df63a5c6cbad58318551759a96b183</id>
<content type='text'>
- small changes to frame freeing logic

CVS patchset: 1655
CVS date: 2002/04/01 13:18:21

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- small changes to frame freeing logic

CVS patchset: 1655
CVS date: 2002/04/01 13:18:21

</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'xine_' prefix to all of xine-utils functions (what about cpu</title>
<updated>2001-11-17T14:26:36+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2001-11-17T14:26:36+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=bacac99192b65faed1a0047a8be5b95abf15873d'/>
<id>bacac99192b65faed1a0047a8be5b95abf15873d</id>
<content type='text'>
acceleration?). Merge xine-utils header files to a new one "xineutils.h".
Update xine-lib C/headers to reflect those changes.
dxr3 headers are no more installed ine $includdir, but $includdir/xine.

CVS patchset: 1054
CVS date: 2001/11/17 14:26:36

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
acceleration?). Merge xine-utils header files to a new one "xineutils.h".
Update xine-lib C/headers to reflect those changes.
dxr3 headers are no more installed ine $includdir, but $includdir/xine.

CVS patchset: 1054
CVS date: 2001/11/17 14:26:36

</pre>
</div>
</content>
</entry>
<entry>
<title>Initial revision</title>
<updated>2001-04-18T22:33:39+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2001-04-18T22:33:39+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=db6b7c2e1c52c536a7f9690a410bf69817e0b2c5'/>
<id>db6b7c2e1c52c536a7f9690a410bf69817e0b2c5</id>
<content type='text'>
CVS patchset: 1
CVS date: 2001/04/18 22:33:39

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1
CVS date: 2001/04/18 22:33:39

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