<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/video_out, branch last-internal-ffmpeg</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>Merge from 1.2 main.</title>
<updated>2007-12-12T21:39:58+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-12-12T21:39:58+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=44234828cf17a0a302975dc3f5f8b671f86a8ac2'/>
<id>44234828cf17a0a302975dc3f5f8b671f86a8ac2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace usage of xine_xmalloc_aligned() with av_mallocz() from libavutil, link plugins needing it to libavutil.</title>
<updated>2007-12-12T11:31:40+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-12-12T11:31:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2e3f351aab6f653313d113f0d2ec0374c2d7aee4'/>
<id>2e3f351aab6f653313d113f0d2ec0374c2d7aee4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove commented out xine_xmalloc_aligned for cleanness.</title>
<updated>2007-12-12T11:08:15+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-12-12T11:08:15+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2de3756752386d6b0b09ec5b8a51c0c2a2a8d805'/>
<id>2de3756752386d6b0b09ec5b8a51c0c2a2a8d805</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use av_mallocz from libavutil rather than xine_xmalloc_aligned for allocating memory.</title>
<updated>2007-12-12T10:43:52+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-12-12T10:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a1fc4db0fe834e9caa06aa1ebb1cb5397f0b61a3'/>
<id>a1fc4db0fe834e9caa06aa1ebb1cb5397f0b61a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create a libyuv2rgb.la library to split out the yuv2rgb source files.</title>
<updated>2007-12-12T10:43:26+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-12-12T10:43:26+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b9c4575c8ca6a0ba36620ea446b59ad84c196a2d'/>
<id>b9c4575c8ca6a0ba36620ea446b59ad84c196a2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump the interface version for video output plugins.</title>
<updated>2007-12-11T17:15:14+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-12-11T17:15:14+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=158ced5414ebb912f1d5111d2303097c7206f656'/>
<id>158ced5414ebb912f1d5111d2303097c7206f656</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from 1.2 main branch.</title>
<updated>2007-12-11T15:23:37+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-12-11T15:23:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=aa43f8f317dc7880d783569921447b3c541db96a'/>
<id>aa43f8f317dc7880d783569921447b3c541db96a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use the if(foo) free(foo); construct, as free(NULL); is well defined.</title>
<updated>2007-12-11T15:17:11+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-12-11T15:17:11+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ce072469888db55316d648918229f2b83fc5e7cf'/>
<id>ce072469888db55316d648918229f2b83fc5e7cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use two C files to build the two versions of directfb. Just add -DDIRECTFB_X11 to CFLAGS.</title>
<updated>2007-12-11T14:59:08+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-12-11T14:59:08+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=1f4132d88afabba613d1c1a6da0ff84027078975'/>
<id>1f4132d88afabba613d1c1a6da0ff84027078975</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use default_*_class_dispose macro whenever the class dispose function only called free().</title>
<updated>2007-12-11T14:40:37+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-12-11T14:40:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=32a70cef7fdce1648d6850dafbe78bee04830429'/>
<id>32a70cef7fdce1648d6850dafbe78bee04830429</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
