<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libmpeg2/stats.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>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>Mark more arrays as constant.</title>
<updated>2007-12-19T18:29:34+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-12-19T18:29:34+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=63ba5c5f0504600844f9a9e50b9d7da3b10953f0'/>
<id>63ba5c5f0504600844f9a9e50b9d7da3b10953f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark static strings as const.</title>
<updated>2007-12-19T10:35:07+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-12-19T10:35:07+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8005bb8cb115245bfa8770fb18c242ba35d38d17'/>
<id>8005bb8cb115245bfa8770fb18c242ba35d38d17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Small steps towards Pan &amp; Scan</title>
<updated>2002-01-10T14:19:19+00:00</updated>
<author>
<name>James Courtier-Dutton</name>
<email>jcdutton@users.sourceforge.net</email>
</author>
<published>2002-01-10T14:19:19+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d0dda56ad1f8f852455d87b2570f40c9dda10a36'/>
<id>d0dda56ad1f8f852455d87b2570f40c9dda10a36</id>
<content type='text'>
CVS patchset: 1383
CVS date: 2002/01/10 14:19:19

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1383
CVS date: 2002/01/10 14:19:19

</pre>
</div>
</content>
</entry>
<entry>
<title>More info is put in the vo_frame.</title>
<updated>2002-01-10T12:20:17+00:00</updated>
<author>
<name>James Courtier-Dutton</name>
<email>jcdutton@users.sourceforge.net</email>
</author>
<published>2002-01-10T12:20:17+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c6ef349e9687659a26041a7a74c5b8671e696159'/>
<id>c6ef349e9687659a26041a7a74c5b8671e696159</id>
<content type='text'>
CVS patchset: 1382
CVS date: 2002/01/10 12:20:17

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1382
CVS date: 2002/01/10 12:20:17

</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>
