<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libffmpeg/libavcodec, branch 1-beta7</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>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>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>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 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>
<entry>
<title>*** empty log message ***</title>
<updated>2003-02-03T02:08:59+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-02-03T02:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=62fb98919c87051826c505e28abe2de3be9ee547'/>
<id>62fb98919c87051826c505e28abe2de3be9ee547</id>
<content type='text'>
CVS patchset: 4099
CVS date: 2003/02/03 02:08:59

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4099
CVS date: 2003/02/03 02:08:59

</pre>
</div>
</content>
</entry>
<entry>
<title>update ffmpeg</title>
<updated>2003-01-31T18:29:43+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-01-31T18:29:43+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5350f2b7701f01bc4f234d3971fb8a623a8cd72a'/>
<id>5350f2b7701f01bc4f234d3971fb8a623a8cd72a</id>
<content type='text'>
CVS patchset: 4068
CVS date: 2003/01/31 18:29:43

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4068
CVS date: 2003/01/31 18:29:43

</pre>
</div>
</content>
</entry>
<entry>
<title>mff, including unexistant file, stupid guy i am....</title>
<updated>2003-01-29T18:30:40+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2003-01-29T18:30:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=013e5dc23ee725c989b71c3d031b98bd0967b911'/>
<id>013e5dc23ee725c989b71c3d031b98bd0967b911</id>
<content type='text'>
CVS patchset: 4044
CVS date: 2003/01/29 18:30:40

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4044
CVS date: 2003/01/29 18:30:40

</pre>
</div>
</content>
</entry>
<entry>
<title>auto* fix: pass 1</title>
<updated>2003-01-29T11:10:50+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2003-01-29T11:10:50+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=098a9e1144f620e3d975648920384d233dd85ed1'/>
<id>098a9e1144f620e3d975648920384d233dd85ed1</id>
<content type='text'>
CVS patchset: 4036
CVS date: 2003/01/29 11:10:50

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4036
CVS date: 2003/01/29 11:10:50

</pre>
</div>
</content>
</entry>
<entry>
<title>fix missing file</title>
<updated>2003-01-09T12:23:39+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-01-09T12:23:39+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=10b439f9d117d24286b2917409c2727286f3811e'/>
<id>10b439f9d117d24286b2917409c2727286f3811e</id>
<content type='text'>
CVS patchset: 3844
CVS date: 2003/01/09 12:23:39

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3844
CVS date: 2003/01/09 12:23:39

</pre>
</div>
</content>
</entry>
<entry>
<title>syncing ffmpeg (with some compilation fixes)</title>
<updated>2003-01-08T13:18:42+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-01-08T13:18:42+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=6f1c8d4eafabd914b87e9171bf4d04f4ef9160ea'/>
<id>6f1c8d4eafabd914b87e9171bf4d04f4ef9160ea</id>
<content type='text'>
- fixes wma bugs
- mace, huffyuv and mp3 decoders imported (but not enabled)
tested: wma (v1 and v2), mpeg4, msmpeg4 v1, v2 and v3, divx3, divx4, divx5, xvid and
dv decoders. everything looks fine.

CVS patchset: 3828
CVS date: 2003/01/08 13:18:42

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fixes wma bugs
- mace, huffyuv and mp3 decoders imported (but not enabled)
tested: wma (v1 and v2), mpeg4, msmpeg4 v1, v2 and v3, divx3, divx4, divx5, xvid and
dv decoders. everything looks fine.

CVS patchset: 3828
CVS date: 2003/01/08 13:18:42

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