<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libxinevdec, branch 1-rc1</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>Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and fft*post are untouched (fft: for now).</title>
<updated>2003-08-25T21:51:37+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2003-08-25T21:51:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=babb07bcbec3674a3f542cf6ae3f2d6b212a3ed4'/>
<id>babb07bcbec3674a3f542cf6ae3f2d6b212a3ed4</id>
<content type='text'>
CVS patchset: 5310
CVS date: 2003/08/25 21:51:37

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5310
CVS date: 2003/08/25 21:51:37

</pre>
</div>
</content>
</entry>
<entry>
<title>pay attention to img-&gt;pitches when copying yv12 and i420 frames</title>
<updated>2003-08-12T19:08:24+00:00</updated>
<author>
<name>James Stembridge</name>
<email>jstembridge@users.sourceforge.net</email>
</author>
<published>2003-08-12T19:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2d139c2d9b8ee0e2c043fc188e4bfcd0328e59a5'/>
<id>2d139c2d9b8ee0e2c043fc188e4bfcd0328e59a5</id>
<content type='text'>
CVS patchset: 5283
CVS date: 2003/08/12 19:08:24

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5283
CVS date: 2003/08/12 19:08:24

</pre>
</div>
</content>
</entry>
<entry>
<title>use extra info from yuv4mpeg2 demuxer, fixes fps and aspect errors</title>
<updated>2003-08-12T18:45:09+00:00</updated>
<author>
<name>James Stembridge</name>
<email>jstembridge@users.sourceforge.net</email>
</author>
<published>2003-08-12T18:45:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=dd6f605b00945b4117be0e786f69cb2f0e174797'/>
<id>dd6f605b00945b4117be0e786f69cb2f0e174797</id>
<content type='text'>
CVS patchset: 5282
CVS date: 2003/08/12 18:45:09

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5282
CVS date: 2003/08/12 18:45:09

</pre>
</div>
</content>
</entry>
<entry>
<title>support for arbitrary aspect ratios</title>
<updated>2003-08-04T03:47:09+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-08-04T03:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ed3497a1e20f74c28afc2124480c60fbdbf37fab'/>
<id>ed3497a1e20f74c28afc2124480c60fbdbf37fab</id>
<content type='text'>
patch by Philip Jgenstedt

CVS patchset: 5243
CVS date: 2003/08/04 03:47:09

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

CVS patchset: 5243
CVS date: 2003/08/04 03:47:09

</pre>
</div>
</content>
</entry>
<entry>
<title>- add VO_INTERLACED_FLAG to get_frame</title>
<updated>2003-06-11T23:08:54+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-06-11T23:08:54+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=04dd7cc6866e3946cae1c3ad1b3b221ed8a27930'/>
<id>04dd7cc6866e3946cae1c3ad1b3b221ed8a27930</id>
<content type='text'>
- do not trust progressive_frame for detecting NTSC 3:2, quote:
'the alternating progressive_frame encoding problem. This is a problem where the progressive_frame flag alternates between true and false every frame, when it really should have been set to "true" all the time.'
'There is a lot of content that is affected by this issue, because it's caused by a dumb decision by a very big company that made a very popular MPEG encoder. They've since fixed the encoder, but there are apparently still authoring companies that use it, because the problem is on a lot of high-profile current discs, like Disney's "Monsters Inc." and "Beauty and the Beast".'
http://www.hometheaterhifi.com/volume_8_2/dvd-benchmark-special-report-chroma-bug-4-2001.html

CVS patchset: 5025
CVS date: 2003/06/11 23:08:54

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- do not trust progressive_frame for detecting NTSC 3:2, quote:
'the alternating progressive_frame encoding problem. This is a problem where the progressive_frame flag alternates between true and false every frame, when it really should have been set to "true" all the time.'
'There is a lot of content that is affected by this issue, because it's caused by a dumb decision by a very big company that made a very popular MPEG encoder. They've since fixed the encoder, but there are apparently still authoring companies that use it, because the problem is on a lot of high-profile current discs, like Disney's "Monsters Inc." and "Beauty and the Beast".'
http://www.hometheaterhifi.com/volume_8_2/dvd-benchmark-special-report-chroma-bug-4-2001.html

CVS patchset: 5025
CVS date: 2003/06/11 23:08:54

</pre>
</div>
</content>
</entry>
<entry>
<title>initial ideas for automatic enabling/disabling deinterlacer</title>
<updated>2003-06-06T19:42:04+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-06-06T19:42:04+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=738c241460754cfd0c666bd0d5611db92957458d'/>
<id>738c241460754cfd0c666bd0d5611db92957458d</id>
<content type='text'>
fixes, comments, suggestions are welcome

CVS patchset: 5011
CVS date: 2003/06/06 19:42:04

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes, comments, suggestions are welcome

CVS patchset: 5011
CVS date: 2003/06/06 19:42:04

</pre>
</div>
</content>
</entry>
<entry>
<title>fix uv order for yv12 and add support for i420</title>
<updated>2003-05-28T13:16:43+00:00</updated>
<author>
<name>James Stembridge</name>
<email>jstembridge@users.sourceforge.net</email>
</author>
<published>2003-05-28T13:16:43+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=dd43be108587af6968dbec55b12aebcbd5ada49a'/>
<id>dd43be108587af6968dbec55b12aebcbd5ada49a</id>
<content type='text'>
CVS patchset: 4974
CVS date: 2003/05/28 13:16:43

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4974
CVS date: 2003/05/28 13:16:43

</pre>
</div>
</content>
</entry>
<entry>
<title>as announced on xine-devel, this is the big Makefile refactoring:</title>
<updated>2003-05-14T16:21:44+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-05-14T16:21:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8e1d76f47f530f3b76cfe81eb9da1348df17e801'/>
<id>8e1d76f47f530f3b76cfe81eb9da1348df17e801</id>
<content type='text'>
extracted some common targets and variables into a common Makefile
which is then included

CVS patchset: 4844
CVS date: 2003/05/14 16:21:44

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
extracted some common targets and variables into a common Makefile
which is then included

CVS patchset: 4844
CVS date: 2003/05/14 16:21:44

</pre>
</div>
</content>
</entry>
<entry>
<title>png image loader fix</title>
<updated>2003-05-11T22:00:09+00:00</updated>
<author>
<name>Stefan Holst</name>
<email>holstsn@users.sourceforge.net</email>
</author>
<published>2003-05-11T22:00:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=509d6a8ad1d48f8ecd0e9e13df2dd8c731f9e582'/>
<id>509d6a8ad1d48f8ecd0e9e13df2dd8c731f9e582</id>
<content type='text'>
CVS patchset: 4828
CVS date: 2003/05/11 22:00:09

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4828
CVS date: 2003/05/11 22:00:09

</pre>
</div>
</content>
</entry>
<entry>
<title>- fix the image/png decoder on big endian machines</title>
<updated>2003-04-21T13:26:29+00:00</updated>
<author>
<name>Bastien Nocera</name>
<email>hadess@users.sourceforge.net</email>
</author>
<published>2003-04-21T13:26:29+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8b64ee5ef1ec23458c925a60ffbf0427e0eacf32'/>
<id>8b64ee5ef1ec23458c925a60ffbf0427e0eacf32</id>
<content type='text'>
CVS patchset: 4647
CVS date: 2003/04/21 13:26:29

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4647
CVS date: 2003/04/21 13:26:29

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