<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libmpeg2/Makefile.am, 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>Final pass over decoders.m4</title>
<updated>2007-05-15T03:24:01+00:00</updated>
<author>
<name>Matt Messier</name>
<email>mmessier@grapetv.org</email>
</author>
<published>2007-05-15T03:24:01+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d1b1501547f9415ac6ee38bc99f528d9dcfdf21d'/>
<id>d1b1501547f9415ac6ee38bc99f528d9dcfdf21d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Another round of Makefile.am cleanups</title>
<updated>2007-05-11T23:28:18+00:00</updated>
<author>
<name>Matt Messier</name>
<email>mmessier@grapetv.org</email>
</author>
<published>2007-05-11T23:28:18+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=67b0ebb21185cb8ea2972dead6870bab8306724e'/>
<id>67b0ebb21185cb8ea2972dead6870bab8306724e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>RIP: AC_OPTIMIZATIONS</title>
<updated>2007-05-08T04:03:41+00:00</updated>
<author>
<name>Matt Messier</name>
<email>mmessier@grapetv.org</email>
</author>
<published>2007-05-08T04:03:41+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3736bbc56bd4cf5b0326a2d14a370f11e58ead83'/>
<id>3736bbc56bd4cf5b0326a2d14a370f11e58ead83</id>
<content type='text'>
-- Removed m4/optimizations.m4, and along with it, AC_OPTIMIZATIONS.
-- Stripped down, cleaned up, and merged the former together with other compiler
   characteristic checks.
-- Do not set any optimization flags into CFLAGS.  Update all Makefile.am's with
   proper AM_CFLAGS, AM_CPPFLAGS, AM_LDFLAGS, etc. to set up optimization flags,
   usually from DEFAULT_OCFLAGS.
-- Start cleaning up CFLAGS/CPPFLAGS stuff in Makefile.am's all over the place.
-- Correct a number of places where CFLAGS itself was being mangled in
   Makefile to on-the-fly adjust optimizations to work around compiler bugs.
   This stuff is now done correctly.
-- The run of automake from autogen.sh is now clean of warnings.
-- Cleaned out some (now) dead macros from m4/_xine.m4
-- Mac OS X intel builds out-of-the-box now -- dropped optimization on
   post/deinterlace/plugins/kdetv-greedyh to O1_CFLAGS.
-- OBJCFLAGS is now getting set correctly everywhere that it needs to be
-- Various other miscellaneous cleanups all over
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-- Removed m4/optimizations.m4, and along with it, AC_OPTIMIZATIONS.
-- Stripped down, cleaned up, and merged the former together with other compiler
   characteristic checks.
-- Do not set any optimization flags into CFLAGS.  Update all Makefile.am's with
   proper AM_CFLAGS, AM_CPPFLAGS, AM_LDFLAGS, etc. to set up optimization flags,
   usually from DEFAULT_OCFLAGS.
-- Start cleaning up CFLAGS/CPPFLAGS stuff in Makefile.am's all over the place.
-- Correct a number of places where CFLAGS itself was being mangled in
   Makefile to on-the-fly adjust optimizations to work around compiler bugs.
   This stuff is now done correctly.
-- The run of automake from autogen.sh is now clean of warnings.
-- Cleaned out some (now) dead macros from m4/_xine.m4
-- Mac OS X intel builds out-of-the-box now -- dropped optimization on
   post/deinterlace/plugins/kdetv-greedyh to O1_CFLAGS.
-- OBJCFLAGS is now getting set correctly everywhere that it needs to be
-- Various other miscellaneous cleanups all over
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename xine_decoder.c to xine_mpeg2_decoder.c.</title>
<updated>2007-04-04T20:35:03+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-04-04T20:35:03+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=80ae291df82f5016ce0cfd927569e49e8ce25725'/>
<id>80ae291df82f5016ce0cfd927569e49e8ce25725</id>
<content type='text'>
Use xineplug_LTLIBRARIES.

--HG--
rename : src/libmpeg2/xine_decoder.c =&gt; src/libmpeg2/xine_mpeg2_decoder.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use xineplug_LTLIBRARIES.

--HG--
rename : src/libmpeg2/xine_decoder.c =&gt; src/libmpeg2/xine_mpeg2_decoder.c
</pre>
</div>
</content>
</entry>
<entry>
<title>The mpeg2 decoding plugin uses ceil(), so link it to libm.</title>
<updated>2006-12-25T18:35:53+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2006-12-25T18:35:53+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=405f1b981b60db61ff20a44927abcae679dd42bb'/>
<id>405f1b981b60db61ff20a44927abcae679dd42bb</id>
<content type='text'>
CVS patchset: 8448
CVS date: 2006/12/25 18:35:53

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8448
CVS date: 2006/12/25 18:35:53

</pre>
</div>
</content>
</entry>
<entry>
<title>Implement visibility support, available on GCC 4.0 and later and on some 3.4 (through backports), to avoid exporting unneeded internal symbols, making plugins' loading faster and use of internal copies of libraries more solid. It should automatically fall back to the old way in GCCs that does not support -fvisibility=hidden, but has to be tested carefully. No issues were found in the months of testing in Gentoo, but this requires special attention anyway.</title>
<updated>2006-07-10T22:08:12+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2006-07-10T22:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e70c5600f5653c6915931717bdd52f9a6a2f2d9d'/>
<id>e70c5600f5653c6915931717bdd52f9a6a2f2d9d</id>
<content type='text'>
CVS patchset: 8101
CVS date: 2006/07/10 22:08:12

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8101
CVS date: 2006/07/10 22:08:12

</pre>
</div>
</content>
</entry>
<entry>
<title>**BUGFIX**</title>
<updated>2005-04-25T22:44:22+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2005-04-25T22:44:22+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=0e226aea818f0735b2f566894856eeee6a0a9a36'/>
<id>0e226aea818f0735b2f566894856eeee6a0a9a36</id>
<content type='text'>
Gotcha! Unfortunately, this disrupted make distcheck, so it is a showstopper
for the release. I am too tired to wait another hour for the compilation, so
things will have to wait until tomorrow morning.

CVS patchset: 7498
CVS date: 2005/04/25 22:44:22

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Gotcha! Unfortunately, this disrupted make distcheck, so it is a showstopper
for the release. I am too tired to wait another hour for the compilation, so
things will have to wait until tomorrow morning.

CVS patchset: 7498
CVS date: 2005/04/25 22:44:22

</pre>
</div>
</content>
</entry>
<entry>
<title>**BUGFIX**</title>
<updated>2005-04-09T11:22:14+00:00</updated>
<author>
<name>Thomas Hellström</name>
<email>totte67@users.sourceforge.net</email>
</author>
<published>2005-04-09T11:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=18216a2fe0871d528f941ba4e5feeb8f9472523e'/>
<id>18216a2fe0871d528f941ba4e5feeb8f9472523e</id>
<content type='text'>
Multiple slice-per-rows (HDTV) fixes in the libmpeg2 code, particularly
regarding VLD XvMC.
Cleaned up hardware acceleration hooks in libmpeg2.
Fixed X include path searching while configure detects XvMC support.

CVS patchset: 7449
CVS date: 2005/04/09 11:22:14

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Multiple slice-per-rows (HDTV) fixes in the libmpeg2 code, particularly
regarding VLD XvMC.
Cleaned up hardware acceleration hooks in libmpeg2.
Fixed X include path searching while configure detects XvMC support.

CVS patchset: 7449
CVS date: 2005/04/09 11:22:14

</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed segfault when seeking with the "xvmc" and "xxmc" plugins playing</title>
<updated>2004-11-13T19:32:51+00:00</updated>
<author>
<name>Thomas Hellström</name>
<email>totte67@users.sourceforge.net</email>
</author>
<published>2004-11-13T19:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a213a237d17cd0fb00611fe56380a94e3b675638'/>
<id>a213a237d17cd0fb00611fe56380a94e3b675638</id>
<content type='text'>
files with IDCT / mocomp XvMC acceleration.
Cleaned up some ugly xvmc / xxmc naming.

CVS patchset: 7122
CVS date: 2004/11/13 19:32:51

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
files with IDCT / mocomp XvMC acceleration.
Cleaned up some ugly xvmc / xxmc naming.

CVS patchset: 7122
CVS date: 2004/11/13 19:32:51

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