<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libmpeg2, branch xine_1-rc7-release</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>old comment</title>
<updated>2004-10-27T14:14:20+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2004-10-27T14:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=0e8de4fe9783f1ca1d0bde226c0177e6f26d3a84'/>
<id>0e8de4fe9783f1ca1d0bde226c0177e6f26d3a84</id>
<content type='text'>
CVS patchset: 7078
CVS date: 2004/10/27 14:14:20

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7078
CVS date: 2004/10/27 14:14:20

</pre>
</div>
</content>
</entry>
<entry>
<title>xxmc driver updates:</title>
<updated>2004-10-12T07:40:07+00:00</updated>
<author>
<name>Thomas Hellström</name>
<email>totte67@users.sourceforge.net</email>
</author>
<published>2004-10-12T07:40:07+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=937f0bc598b5b91cc0a8368d6007467d0925d5f6'/>
<id>937f0bc598b5b91cc0a8368d6007467d0925d5f6</id>
<content type='text'>
Updated software fallback mechanism to be compatible with post plugin
deinterlacing. A decoder using the plugin can now request a software
fallback format to be used if acceleration fails.
Removed the software deinterlacer that was inherited from the xv plugin.
Made idct/mocomp fall back to software decoding for interlaced streams, since
these are not rendered correctly either with the xvmc or the xxmc plugin.

CVS patchset: 7029
CVS date: 2004/10/12 07:40:07

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated software fallback mechanism to be compatible with post plugin
deinterlacing. A decoder using the plugin can now request a software
fallback format to be used if acceleration fails.
Removed the software deinterlacer that was inherited from the xv plugin.
Made idct/mocomp fall back to software decoding for interlaced streams, since
these are not rendered correctly either with the xvmc or the xxmc plugin.

CVS patchset: 7029
CVS date: 2004/10/12 07:40:07

</pre>
</div>
</content>
</entry>
<entry>
<title>xxmc patch by Thomas Hellstrom (with some changes)</title>
<updated>2004-09-28T18:49:38+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2004-09-28T18:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=fe2a390351727cb5ae264588293f8bd7d6d5198e'/>
<id>fe2a390351727cb5ae264588293f8bd7d6d5198e</id>
<content type='text'>
there is still some work to do, please report any breakages.
note: new xxmc driver tested with both nvidia and via libraries.

CVS patchset: 7007
CVS date: 2004/09/28 18:49:38

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
there is still some work to do, please report any breakages.
note: new xxmc driver tested with both nvidia and via libraries.

CVS patchset: 7007
CVS date: 2004/09/28 18:49:38

</pre>
</div>
</content>
</entry>
<entry>
<title>make it compile on sparc32 (without VIS) again...</title>
<updated>2004-09-27T23:28:59+00:00</updated>
<author>
<name>Siggi Langauf</name>
<email>siggi@users.sourceforge.net</email>
</author>
<published>2004-09-27T23:28:59+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c25e199eef53ebb21b52e777005c680577883891'/>
<id>c25e199eef53ebb21b52e777005c680577883891</id>
<content type='text'>
CVS patchset: 7003
CVS date: 2004/09/27 23:28:59

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7003
CVS date: 2004/09/27 23:28:59

</pre>
</div>
</content>
</entry>
<entry>
<title>- added cropping capability (thanks James Stembridge)</title>
<updated>2004-09-22T20:29:13+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2004-09-22T20:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=fa11460bbd06540d43ffe53d047f25639a0a6b83'/>
<id>fa11460bbd06540d43ffe53d047f25639a0a6b83</id>
<content type='text'>
- some vo drivers support cropping natively.
  (only xv and xvmc have been tested)
- add software crop fallback to video_out.c
- skip yuv2rgb processing at xshm for not yet cropped frames
  (these frames are never shown)
- libmpeg2 and ffmpeg now may use crop support
- bump vo api. (changes to xvmc/xxmc will follow)

CVS patchset: 6991
CVS date: 2004/09/22 20:29:13

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- some vo drivers support cropping natively.
  (only xv and xvmc have been tested)
- add software crop fallback to video_out.c
- skip yuv2rgb processing at xshm for not yet cropped frames
  (these frames are never shown)
- libmpeg2 and ffmpeg now may use crop support
- bump vo api. (changes to xvmc/xxmc will follow)

CVS patchset: 6991
CVS date: 2004/09/22 20:29:13

</pre>
</div>
</content>
</entry>
<entry>
<title>use correct frame flags for adjusting duration.</title>
<updated>2004-07-14T22:27:10+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2004-07-14T22:27:10+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c96f17102d2223f6d2c3efdcb9bd2aef7a9b3bb8'/>
<id>c96f17102d2223f6d2c3efdcb9bd2aef7a9b3bb8</id>
<content type='text'>
fixes sailor_moon_op_frag.mpg duration problem (wrong duration for
frames marked as progressive)

CVS patchset: 6794
CVS date: 2004/07/14 22:27:10

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes sailor_moon_op_frag.mpg duration problem (wrong duration for
frames marked as progressive)

CVS patchset: 6794
CVS date: 2004/07/14 22:27:10

</pre>
</div>
</content>
</entry>
<entry>
<title>applied patch from Daniel Mack disabling altivec if ENABLE_ALTIVEC is not set.</title>
<updated>2004-06-01T14:01:29+00:00</updated>
<author>
<name>Conrad Parker</name>
<email>conrad@users.sourceforge.net</email>
</author>
<published>2004-06-01T14:01:29+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=1e58df533d8b4b464ace641c71fb477f03e077cb'/>
<id>1e58df533d8b4b464ace641c71fb477f03e077cb</id>
<content type='text'>
CVS patchset: 6624
CVS date: 2004/06/01 14:01:29

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6624
CVS date: 2004/06/01 14:01:29

</pre>
</div>
</content>
</entry>
<entry>
<title>vis.h is missing from dist.</title>
<updated>2004-04-29T12:47:39+00:00</updated>
<author>
<name>Robin KAY</name>
<email>komadori@users.sourceforge.net</email>
</author>
<published>2004-04-29T12:47:39+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=545cc028be147382c76e56229f45af42cb400909'/>
<id>545cc028be147382c76e56229f45af42cb400909</id>
<content type='text'>
CVS patchset: 6459
CVS date: 2004/04/29 12:47:39

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6459
CVS date: 2004/04/29 12:47:39

</pre>
</div>
</content>
</entry>
<entry>
<title>Backport VIS motion_comp code from libmpeg2 CVS so libmpeg2 uses these routines as well as the recently synced ffmpeg tree.</title>
<updated>2004-04-28T00:38:08+00:00</updated>
<author>
<name>Robin KAY</name>
<email>komadori@users.sourceforge.net</email>
</author>
<published>2004-04-28T00:38:08+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2b18f4ca9e2984dc6cf9aa0352385242bb761fdc'/>
<id>2b18f4ca9e2984dc6cf9aa0352385242bb761fdc</id>
<content type='text'>
CVS patchset: 6454
CVS date: 2004/04/28 00:38:08

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6454
CVS date: 2004/04/28 00:38:08

</pre>
</div>
</content>
</entry>
<entry>
<title>changing decoder priorities:</title>
<updated>2004-03-16T14:12:03+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-03-16T14:12:03+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d6e52e911e07f78a065cbc3b72c4175fed0f5e6d'/>
<id>d6e52e911e07f78a065cbc3b72c4175fed0f5e6d</id>
<content type='text'>
* increase ffmpeg from 5 to 6
* increase some others from 6 to 7 (they should still override ffmpeg)
* increase liba52 from 2 to 5 (since 5 is somewhat default)
* decrease win32 DLL Qt from 5 to 1 (don't worry, this is the only decoder
  to handle these types, so this is not really a change; it's just that
  all the other win32 decoders use prio 1)

CVS patchset: 6272
CVS date: 2004/03/16 14:12:03

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* increase ffmpeg from 5 to 6
* increase some others from 6 to 7 (they should still override ffmpeg)
* increase liba52 from 2 to 5 (since 5 is somewhat default)
* decrease win32 DLL Qt from 5 to 1 (don't worry, this is the only decoder
  to handle these types, so this is not really a change; it's just that
  all the other win32 decoders use prio 1)

CVS patchset: 6272
CVS date: 2004/03/16 14:12:03

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