<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libspudvb, branch 1.1.3</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>Implement visibility support, available on GCC 4.0 and later and on some 3.4 (through backports), to avoid exporting unneeded internal symbols, making plugins' loading faster and use of internal copies of libraries more solid. It should automatically fall back to the old way in GCCs that does not support -fvisibility=hidden, but has to be tested carefully. No issues were found in the months of testing in Gentoo, but this requires special attention anyway.</title>
<updated>2006-07-10T22:08:12+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2006-07-10T22:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e70c5600f5653c6915931717bdd52f9a6a2f2d9d'/>
<id>e70c5600f5653c6915931717bdd52f9a6a2f2d9d</id>
<content type='text'>
CVS patchset: 8101
CVS date: 2006/07/10 22:08:12

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8101
CVS date: 2006/07/10 22:08:12

</pre>
</div>
</content>
</entry>
<entry>
<title>Various static/const fixes from Gentoo.</title>
<updated>2006-06-02T22:18:56+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2006-06-02T22:18:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=6a90ef1128ca51713804e94da00f9c3a7440ec16'/>
<id>6a90ef1128ca51713804e94da00f9c3a7440ec16</id>
<content type='text'>
CVS patchset: 8009
CVS date: 2006/06/02 22:18:56

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8009
CVS date: 2006/06/02 22:18:56

</pre>
</div>
</content>
</entry>
<entry>
<title>Make various arrays and structures (mainly xine_plugin_info) const.</title>
<updated>2006-05-03T19:46:06+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2006-05-03T19:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=1e21218596ab3eb84da7b2ec8aedd46827284b8a'/>
<id>1e21218596ab3eb84da7b2ec8aedd46827284b8a</id>
<content type='text'>
(Diego Pettenò)

CVS patchset: 7985
CVS date: 2006/05/03 19:46:06

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(Diego Pettenò)

CVS patchset: 7985
CVS date: 2006/05/03 19:46:06

</pre>
</div>
</content>
</entry>
<entry>
<title>move alphablend to core</title>
<updated>2005-09-25T00:44:04+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2005-09-25T00:44:04+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=856eea768db38b7e6342114ff0020c42f3c95eb6'/>
<id>856eea768db38b7e6342114ff0020c42f3c95eb6</id>
<content type='text'>
CVS patchset: 7745
CVS date: 2005/09/25 00:44:04

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7745
CVS date: 2005/09/25 00:44:04

</pre>
</div>
</content>
</entry>
<entry>
<title>*BUGFIX*</title>
<updated>2005-08-25T15:36:29+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@users.sourceforge.net</email>
</author>
<published>2005-08-25T15:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f45651f26bc3aa1b312d282c5d8c4b04be0c2505'/>
<id>f45651f26bc3aa1b312d282c5d8c4b04be0c2505</id>
<content type='text'>
Windows ports fixes and improvements due to my current work on toxine:
- first experiments with external win32 pthreads,
  more portable code (pthread_t may be a struct)
- headers refactored
- moved dirent win32 replacement to lib/, hide it for frontends,
  used system version, if found, not used non-POSIX dirent-&gt;d_reclen
  (this item doesn't work in MinGW), fix memleak in dvb
- separated settings for postproc and avcodec when using external ffmpeg
- check for malloc.h in public xine.m4, used it conditionally in xine headers
- replaced random() by POSIX more common rand()
- prevent one segfault in directx vo plugin, if fails
- M$VC port update

CVS patchset: 7709
CVS date: 2005/08/25 15:36:29

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Windows ports fixes and improvements due to my current work on toxine:
- first experiments with external win32 pthreads,
  more portable code (pthread_t may be a struct)
- headers refactored
- moved dirent win32 replacement to lib/, hide it for frontends,
  used system version, if found, not used non-POSIX dirent-&gt;d_reclen
  (this item doesn't work in MinGW), fix memleak in dvb
- separated settings for postproc and avcodec when using external ffmpeg
- check for malloc.h in public xine.m4, used it conditionally in xine headers
- replaced random() by POSIX more common rand()
- prevent one segfault in directx vo plugin, if fails
- M$VC port update

CVS patchset: 7709
CVS date: 2005/08/25 15:36:29

</pre>
</div>
</content>
</entry>
<entry>
<title>remove errant debugging aid..</title>
<updated>2004-12-18T19:51:46+00:00</updated>
<author>
<name>Mike Lampard</name>
<email>mlampard@users.sourceforge.net</email>
</author>
<published>2004-12-18T19:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=135b736a40bd59de2e5c3a26f7c2f527597849e6'/>
<id>135b736a40bd59de2e5c3a26f7c2f527597849e6</id>
<content type='text'>
CVS patchset: 7275
CVS date: 2004/12/18 19:51:46

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7275
CVS date: 2004/12/18 19:51:46

</pre>
</div>
</content>
</entry>
<entry>
<title>move the timer thread init to the display function.</title>
<updated>2004-12-18T19:47:02+00:00</updated>
<author>
<name>Mike Lampard</name>
<email>mlampard@users.sourceforge.net</email>
</author>
<published>2004-12-18T19:47:02+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3f9805472582308a01540c3f89f32247e7d3ee30'/>
<id>3f9805472582308a01540c3f89f32247e7d3ee30</id>
<content type='text'>
CVS patchset: 7274
CVS date: 2004/12/18 19:47:02

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7274
CVS date: 2004/12/18 19:47:02

</pre>
</div>
</content>
</entry>
<entry>
<title>fix flashing subtitles, repeating subs, 'missing' subs.</title>
<updated>2004-12-18T17:04:31+00:00</updated>
<author>
<name>Mike Lampard</name>
<email>mlampard@users.sourceforge.net</email>
</author>
<published>2004-12-18T17:04:31+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=cac67a52296cf318285f4018008728546434780b'/>
<id>cac67a52296cf318285f4018008728546434780b</id>
<content type='text'>
fix sync problem caused by previous timeout code - move timing to separate thread.

CVS patchset: 7273
CVS date: 2004/12/18 17:04:31

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix sync problem caused by previous timeout code - move timing to separate thread.

CVS patchset: 7273
CVS date: 2004/12/18 17:04:31

</pre>
</div>
</content>
</entry>
<entry>
<title>add timeout on display</title>
<updated>2004-12-13T11:43:45+00:00</updated>
<author>
<name>Mike Lampard</name>
<email>mlampard@users.sourceforge.net</email>
</author>
<published>2004-12-13T11:43:45+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ab7efb339b863785b248d3d49b94530f755eceed'/>
<id>ab7efb339b863785b248d3d49b94530f755eceed</id>
<content type='text'>
CVS patchset: 7242
CVS date: 2004/12/13 11:43:45

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7242
CVS date: 2004/12/13 11:43:45

</pre>
</div>
</content>
</entry>
<entry>
<title>dont wait for full pes packet before decoding starts.  this improves</title>
<updated>2004-12-09T13:19:37+00:00</updated>
<author>
<name>Mike Lampard</name>
<email>mlampard@users.sourceforge.net</email>
</author>
<published>2004-12-09T13:19:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=0a08a72bd1458ecf07f6efa94f068a1f71117e95'/>
<id>0a08a72bd1458ecf07f6efa94f068a1f71117e95</id>
<content type='text'>
subtitle timing somewhat.

CVS patchset: 7218
CVS date: 2004/12/09 13:19:37

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
subtitle timing somewhat.

CVS patchset: 7218
CVS date: 2004/12/09 13:19:37

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