<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libffmpeg, branch 1-beta8</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>sanity check</title>
<updated>2003-03-07T01:22:54+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-03-07T01:22:54+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=da7a115d07adb077d22d389b8d48842622a181e5'/>
<id>da7a115d07adb077d22d389b8d48842622a181e5</id>
<content type='text'>
CVS patchset: 4355
CVS date: 2003/03/07 01:22:54

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4355
CVS date: 2003/03/07 01:22:54

</pre>
</div>
</content>
</entry>
<entry>
<title>Xine assert() replacement:</title>
<updated>2003-02-28T02:51:47+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2003-02-28T02:51:47+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=49327f43ca2196122a60314e67eeee929efea873'/>
<id>49327f43ca2196122a60314e67eeee929efea873</id>
<content type='text'>
All assert() function calls, with exceptions of libdvdread and libdvdnav, have been
replaced with XINE_ASSERT. Functionally XINE_ASSERT behaves just likes its predecesor but its
adding the ability to print out a stack trace at the point where the assertion fails.
So here are a few examples.
assert (0);
This use of assert was found in a couple locations most favorably being the default case of a switch
statement. This was the only thing there. So if the switch statement was unable to find a match
it would have defaulted to this and the user and the developers would be stuck wonder who died and where.
So it has been replaced with
XINE_ASSERT(0, "We have reach this point and don't have a default case");
It may seem a bit none descriptive but there is more going on behind the scene.
In addition to checking a condition is true/false, in this case '0', the XINE_ASSERT
prints out:
&lt;filename&gt;:&lt;function name&gt;:&lt;line number&gt; - assertion '&lt;assertion expression&gt;' failed. &lt;description&gt;
An example of this might be:
input_dvd.c:open_plugin:1178 - assertion '0' failed. xine_malloc failed!!! You have run out of memory
XINE_ASSERT and its helper function, print_trace, are found in src/xine-utils/xineutils.h

CVS patchset: 4301
CVS date: 2003/02/28 02:51:47

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All assert() function calls, with exceptions of libdvdread and libdvdnav, have been
replaced with XINE_ASSERT. Functionally XINE_ASSERT behaves just likes its predecesor but its
adding the ability to print out a stack trace at the point where the assertion fails.
So here are a few examples.
assert (0);
This use of assert was found in a couple locations most favorably being the default case of a switch
statement. This was the only thing there. So if the switch statement was unable to find a match
it would have defaulted to this and the user and the developers would be stuck wonder who died and where.
So it has been replaced with
XINE_ASSERT(0, "We have reach this point and don't have a default case");
It may seem a bit none descriptive but there is more going on behind the scene.
In addition to checking a condition is true/false, in this case '0', the XINE_ASSERT
prints out:
&lt;filename&gt;:&lt;function name&gt;:&lt;line number&gt; - assertion '&lt;assertion expression&gt;' failed. &lt;description&gt;
An example of this might be:
input_dvd.c:open_plugin:1178 - assertion '0' failed. xine_malloc failed!!! You have run out of memory
XINE_ASSERT and its helper function, print_trace, are found in src/xine-utils/xineutils.h

CVS patchset: 4301
CVS date: 2003/02/28 02:51:47

</pre>
</div>
</content>
</entry>
<entry>
<title>handle aspect ratio == 0</title>
<updated>2003-02-23T22:03:16+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2003-02-23T22:03:16+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ac748fb53881771f61fabc781ad2b6ebc03d11f1'/>
<id>ac748fb53881771f61fabc781ad2b6ebc03d11f1</id>
<content type='text'>
CVS patchset: 4271
CVS date: 2003/02/23 22:03:16

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4271
CVS date: 2003/02/23 22:03:16

</pre>
</div>
</content>
</entry>
<entry>
<title>Include GPL HuffYUV v1 tables</title>
<updated>2003-02-23T14:18:59+00:00</updated>
<author>
<name>James Stembridge</name>
<email>jstembridge@users.sourceforge.net</email>
</author>
<published>2003-02-23T14:18:59+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=175ce6ec441c79e8550f0cbab3e541012850e52e'/>
<id>175ce6ec441c79e8550f0cbab3e541012850e52e</id>
<content type='text'>
CVS patchset: 4263
CVS date: 2003/02/23 14:18:59

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4263
CVS date: 2003/02/23 14:18:59

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash when opening ffmpeg decoder fails</title>
<updated>2003-02-23T01:22:56+00:00</updated>
<author>
<name>James Stembridge</name>
<email>jstembridge@users.sourceforge.net</email>
</author>
<published>2003-02-23T01:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a0cb8b13c47a49fb6c12a2d6e95a706cdf210fa1'/>
<id>a0cb8b13c47a49fb6c12a2d6e95a706cdf210fa1</id>
<content type='text'>
CVS patchset: 4259
CVS date: 2003/02/23 01:22:56

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4259
CVS date: 2003/02/23 01:22:56

</pre>
</div>
</content>
</entry>
<entry>
<title>fix aspect ratio detection code</title>
<updated>2003-02-22T17:32:31+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2003-02-22T17:32:31+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=28e013cd13d35ba35b2d0e7621e61e8c074d7f0b'/>
<id>28e013cd13d35ba35b2d0e7621e61e8c074d7f0b</id>
<content type='text'>
CVS patchset: 4256
CVS date: 2003/02/22 17:32:31

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4256
CVS date: 2003/02/22 17:32:31

</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for SunPro compiler. Already sent to ffmpeg-devel</title>
<updated>2003-02-22T01:17:21+00:00</updated>
<author>
<name>Robin KAY</name>
<email>komadori@users.sourceforge.net</email>
</author>
<published>2003-02-22T01:17:21+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=19f77b8ceb4e584653534140e5bcca77d4c99091'/>
<id>19f77b8ceb4e584653534140e5bcca77d4c99091</id>
<content type='text'>
CVS patchset: 4238
CVS date: 2003/02/22 01:17:21

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4238
CVS date: 2003/02/22 01:17:21

</pre>
</div>
</content>
</entry>
<entry>
<title>Support RGBA32 format ffmpeg frames. Allows playback of RGB HuffYUV files</title>
<updated>2003-02-20T02:13:19+00:00</updated>
<author>
<name>James Stembridge</name>
<email>jstembridge@users.sourceforge.net</email>
</author>
<published>2003-02-20T02:13:19+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3ff2ddff9fab10226571a14e7a7e2020eadb90ba'/>
<id>3ff2ddff9fab10226571a14e7a7e2020eadb90ba</id>
<content type='text'>
CVS patchset: 4210
CVS date: 2003/02/20 02:13:19

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4210
CVS date: 2003/02/20 02:13:19

</pre>
</div>
</content>
</entry>
<entry>
<title>Small omission from HuffYUV support</title>
<updated>2003-02-19T22:15:43+00:00</updated>
<author>
<name>James Stembridge</name>
<email>jstembridge@users.sourceforge.net</email>
</author>
<published>2003-02-19T22:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=994a215ad108657b7f120589dcd70950b9aa2525'/>
<id>994a215ad108657b7f120589dcd70950b9aa2525</id>
<content type='text'>
CVS patchset: 4206
CVS date: 2003/02/19 22:15:43

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4206
CVS date: 2003/02/19 22:15:43

</pre>
</div>
</content>
</entry>
<entry>
<title>Support for YUY2 HuffYUV video</title>
<updated>2003-02-19T21:37:15+00:00</updated>
<author>
<name>James Stembridge</name>
<email>jstembridge@users.sourceforge.net</email>
</author>
<published>2003-02-19T21:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ca8fd8f4748c07e19fbfff317f302e79072c01b1'/>
<id>ca8fd8f4748c07e19fbfff317f302e79072c01b1</id>
<content type='text'>
CVS patchset: 4203
CVS date: 2003/02/19 21:37:15

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4203
CVS date: 2003/02/19 21:37:15

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