<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/xine-utils/list.c, 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>Update all the code to the new headers layout.</title>
<updated>2007-12-19T01:59:06+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-12-19T01:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=9da4e2dde0da695c240cf48390217ac97cb10c1c'/>
<id>9da4e2dde0da695c240cf48390217ac97cb10c1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete most of the CVS $Id$/$Log$ lines.</title>
<updated>2007-11-10T22:06:10+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-11-10T22:06:10+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3c175fd21df04c5c0afa160f81aea0c305f69dc5'/>
<id>3c175fd21df04c5c0afa160f81aea0c305f69dc5</id>
<content type='text'>
--HG--
extra : transplant_source : %E0%D0%C5%8B%BEU%DD%24%5D7%1F%ADV%AD%EB%23%CBU%80%EB
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : transplant_source : %E0%D0%C5%8B%BEU%DD%24%5D7%1F%ADV%AD%EB%23%CBU%80%EB
</pre>
</div>
</content>
</entry>
<entry>
<title>Update FSF address on non-contributed code and COPYING files.</title>
<updated>2007-11-09T17:11:05+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-11-09T17:11:05+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c8f3cd1faf678b64920ad62f1275b03aae0157a7'/>
<id>c8f3cd1faf678b64920ad62f1275b03aae0157a7</id>
<content type='text'>
For contributed code, leave whatever the version we last synced for is using
to make simpler future syncs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For contributed code, leave whatever the version we last synced for is using
to make simpler future syncs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use protected visibility for all the functions exported by libxine.so, so that their binding is local to the library (has a similar effect to -Bsymbolic, but will work better with hidden visibility enabled, that is step two).</title>
<updated>2006-09-26T05:19:47+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2006-09-26T05:19:47+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=1b23ad7e208929b8b99e37de64282f74070f37b6'/>
<id>1b23ad7e208929b8b99e37de64282f74070f37b6</id>
<content type='text'>
CVS patchset: 8289
CVS date: 2006/09/26 05:19:47

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8289
CVS date: 2006/09/26 05:19:47

</pre>
</div>
</content>
</entry>
<entry>
<title>1) various warning fixes</title>
<updated>2006-04-05T22:12:17+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@users.sourceforge.net</email>
</author>
<published>2006-04-05T22:12:17+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=639bd610bfcb1a028b91a5c3d125045c8de6d8b7'/>
<id>639bd610bfcb1a028b91a5c3d125045c8de6d8b7</id>
<content type='text'>
2) [coverity] fixes:
  - 279 (w32): test should be on input parametr type, not typeW
  - 267 (aout): can be ignored but there was warning anyway
  - 234 (w32): missing free on error &amp; exit
  - 152 (w32): missing free on error &amp; exit
  - 148 (w32): fixed bound of static array in test
  - 101 (ffdec): defense code when avodec_encode_video will fail (just defense to the future,
         should never happen with current ffmpeg in xine)
  - 98, 99 (w32): check negative handle by _x_assert (it's used as index to array)
  - 90 (w32): negate pointer check (+added check for size)
  - 89 (w32): added NULL and size check

CVS patchset: 7959
CVS date: 2006/04/05 22:12:17

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2) [coverity] fixes:
  - 279 (w32): test should be on input parametr type, not typeW
  - 267 (aout): can be ignored but there was warning anyway
  - 234 (w32): missing free on error &amp; exit
  - 152 (w32): missing free on error &amp; exit
  - 148 (w32): fixed bound of static array in test
  - 101 (ffdec): defense code when avodec_encode_video will fail (just defense to the future,
         should never happen with current ffmpeg in xine)
  - 98, 99 (w32): check negative handle by _x_assert (it's used as index to array)
  - 90 (w32): negate pointer check (+added check for size)
  - 89 (w32): added NULL and size check

CVS patchset: 7959
CVS date: 2006/04/05 22:12:17

</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt the engine to the new list code.</title>
<updated>2006-01-27T07:46:09+00:00</updated>
<author>
<name>Thibaut Mattern</name>
<email>tmattern@users.sourceforge.net</email>
</author>
<published>2006-01-27T07:46:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=0a391246fd4e8a3c64f3d817cd8ec11c9aaaffd9'/>
<id>0a391246fd4e8a3c64f3d817cd8ec11c9aaaffd9</id>
<content type='text'>
CVS patchset: 7848
CVS date: 2006/01/27 07:46:09

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7848
CVS date: 2006/01/27 07:46:09

</pre>
</div>
</content>
</entry>
<entry>
<title>reverse the order plugins with equal priorities are handled so that plugins</title>
<updated>2004-12-20T21:38:24+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-12-20T21:38:24+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d18f0ffcf6cac260e15cc927e188225b304a00ae'/>
<id>d18f0ffcf6cac260e15cc927e188225b304a00ae</id>
<content type='text'>
appearing earlier in the plugin path actually override later plugins;
also check the priority of video_out plugins on loading for symmetry to the
audio_out loading

CVS patchset: 7289
CVS date: 2004/12/20 21:38:24

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
appearing earlier in the plugin path actually override later plugins;
also check the priority of video_out plugins on loading for symmetry to the
audio_out loading

CVS patchset: 7289
CVS date: 2004/12/20 21:38:24

</pre>
</div>
</content>
</entry>
<entry>
<title>- flush the events queue before returning from an open() so that the front-ends</title>
<updated>2004-04-16T16:34:22+00:00</updated>
<author>
<name>Bastien Nocera</name>
<email>hadess@users.sourceforge.net</email>
</author>
<published>2004-04-16T16:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c2657bde789251c0b8e120861edb3f4f9989fc89'/>
<id>c2657bde789251c0b8e120861edb3f4f9989fc89</id>
<content type='text'>
can receive error events before the end of xine_open()

CVS patchset: 6410
CVS date: 2004/04/16 16:34:22

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
can receive error events before the end of xine_open()

CVS patchset: 6410
CVS date: 2004/04/16 16:34:22

</pre>
</div>
</content>
</entry>
<entry>
<title>update copyright year (and we have to do it again in 3 weeks... ;-) )</title>
<updated>2003-12-09T00:02:28+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2003-12-09T00:02:28+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=011a6ccc1dd88b58e01f83ab13eb9119f45c23ea'/>
<id>011a6ccc1dd88b58e01f83ab13eb9119f45c23ea</id>
<content type='text'>
CVS patchset: 5879
CVS date: 2003/12/09 00:02:28

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5879
CVS date: 2003/12/09 00:02:28

</pre>
</div>
</content>
</entry>
<entry>
<title>all code where xine_list_free() is used (correctly) assumes that</title>
<updated>2003-12-08T11:49:16+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-12-08T11:49:16+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=084c1a6847baaeabaedb0d74a12b1b0ec0b2c7d9'/>
<id>084c1a6847baaeabaedb0d74a12b1b0ec0b2c7d9</id>
<content type='text'>
xine_list_free() frees the elements and itself, unfortunately this
has not been true

CVS patchset: 5868
CVS date: 2003/12/08 11:49:16

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
xine_list_free() frees the elements and itself, unfortunately this
has not been true

CVS patchset: 5868
CVS date: 2003/12/08 11:49:16

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