<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/post/planar, branch 1.1.1</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>hopefuly it will fix 'make debug'</title>
<updated>2005-10-30T22:37:45+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2005-10-30T22:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=76cebb55a9520cd99e69d344aab0e30f7b940e80'/>
<id>76cebb55a9520cd99e69d344aab0e30f7b940e80</id>
<content type='text'>
CVS patchset: 7788
CVS date: 2005/10/30 22:37:45

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7788
CVS date: 2005/10/30 22:37:45

</pre>
</div>
</content>
</entry>
<entry>
<title>fix destination aspect ratio and add support for non 4/3 displays</title>
<updated>2005-09-11T13:37:31+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2005-09-11T13:37:31+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=44b9e700ca169719aee8f3282f62dd531d86bde5'/>
<id>44b9e700ca169719aee8f3282f62dd531d86bde5</id>
<content type='text'>
patch by Jason Tackaberry

CVS patchset: 7724
CVS date: 2005/09/11 13:37:31

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
patch by Jason Tackaberry

CVS patchset: 7724
CVS date: 2005/09/11 13:37:31

</pre>
</div>
</content>
</entry>
<entry>
<title>*BUGFIX*</title>
<updated>2005-09-05T17:02:56+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@users.sourceforge.net</email>
</author>
<published>2005-09-05T17:02:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=69a1b10dd38c06f34747e7a55d62fdfcec2883cc'/>
<id>69a1b10dd38c06f34747e7a55d62fdfcec2883cc</id>
<content type='text'>
Build improvements and WIN32 port updates:
 - add --with-pthread-pefix and --with-zlib-pefix options
 - prepare for removing internal zlib and pthreads-win32 relics,
   updated documentation for possible WIN32 developers (only for me? :-&gt;)
 - fixed bug in unimportant part of configure.ac for MinGW due to xine paths
 - fixed my bug in cdda (but it compiled fine anyway)
 - fixed unimportant bug in planar Makefile.am
 - next MSVC update due to external zlib, pthreads and latest changes,
   removed relic includes
 - checked distcheck

CVS patchset: 7719
CVS date: 2005/09/05 17:02:56

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Build improvements and WIN32 port updates:
 - add --with-pthread-pefix and --with-zlib-pefix options
 - prepare for removing internal zlib and pthreads-win32 relics,
   updated documentation for possible WIN32 developers (only for me? :-&gt;)
 - fixed bug in unimportant part of configure.ac for MinGW due to xine paths
 - fixed my bug in cdda (but it compiled fine anyway)
 - fixed unimportant bug in planar Makefile.am
 - next MSVC update due to external zlib, pthreads and latest changes,
   removed relic includes
 - checked distcheck

CVS patchset: 7719
CVS date: 2005/09/05 17:02:56

</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>"fill" video post plugin. Crops left and right side of widescreen video to fill a 4/3 screen</title>
<updated>2005-07-18T18:02:51+00:00</updated>
<author>
<name>James Stembridge</name>
<email>jstembridge@users.sourceforge.net</email>
</author>
<published>2005-07-18T18:02:51+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d1245110dbd99f3018847c59316b677b92423973'/>
<id>d1245110dbd99f3018847c59316b677b92423973</id>
<content type='text'>
CVS patchset: 7666
CVS date: 2005/07/18 18:02:51

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7666
CVS date: 2005/07/18 18:02:51

</pre>
</div>
</content>
</entry>
<entry>
<title>**BUGFIX**</title>
<updated>2005-02-13T13:14:43+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@users.sourceforge.net</email>
</author>
<published>2005-02-13T13:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4274c6e0952fad298b3f31222a4db7d4bc50c773'/>
<id>4274c6e0952fad298b3f31222a4db7d4bc50c773</id>
<content type='text'>
Used utf-8 for comments visible in po-files.
(user visible texts should be only in ASCII).

CVS patchset: 7406
CVS date: 2005/02/13 13:14:43

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Used utf-8 for comments visible in po-files.
(user visible texts should be only in ASCII).

CVS patchset: 7406
CVS date: 2005/02/13 13:14:43

</pre>
</div>
</content>
</entry>
<entry>
<title>**BUGFIX**</title>
<updated>2005-02-06T19:52:54+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@users.sourceforge.net</email>
</author>
<published>2005-02-06T19:52:54+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e2336a094a8a7f9ff19a5a2e2ea9be2e88d6db1f'/>
<id>e2336a094a8a7f9ff19a5a2e2ea9be2e88d6db1f</id>
<content type='text'>
Convert non-ASCII latin1 character to ASCII in xine source code.
Synchronize po-files.
Czech translation update.

CVS patchset: 7387
CVS date: 2005/02/06 19:52:54

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Convert non-ASCII latin1 character to ASCII in xine source code.
Synchronize po-files.
Czech translation update.

CVS patchset: 7387
CVS date: 2005/02/06 19:52:54

</pre>
</div>
</content>
</entry>
<entry>
<title>**BUGFIX**</title>
<updated>2005-01-15T17:04:48+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2005-01-15T17:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=1c943fc952d7af487bcd8796c0494a995bcbeef2'/>
<id>1c943fc952d7af487bcd8796c0494a995bcbeef2</id>
<content type='text'>
fix compiler warning

CVS patchset: 7349
CVS date: 2005/01/15 17:04:48

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix compiler warning

CVS patchset: 7349
CVS date: 2005/01/15 17:04:48

</pre>
</div>
</content>
</entry>
<entry>
<title>Assume that front ends can handle tabs (ffmpeg post-proc plugin).</title>
<updated>2005-01-10T18:03:34+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2005-01-10T18:03:34+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=05d128326d940cc72302013f95dab862a536e06d'/>
<id>05d128326d940cc72302013f95dab862a536e06d</id>
<content type='text'>
CVS patchset: 7337
CVS date: 2005/01/10 18:03:34

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7337
CVS date: 2005/01/10 18:03:34

</pre>
</div>
</content>
</entry>
<entry>
<title>Convert plugin help text to UTF-8.</title>
<updated>2005-01-03T20:09:49+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2005-01-03T20:09:49+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=750a66e5c57290523d70d5a4d3c7674aeb49467d'/>
<id>750a66e5c57290523d70d5a4d3c7674aeb49467d</id>
<content type='text'>
CVS patchset: 7320
CVS date: 2005/01/03 20:09:49

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7320
CVS date: 2005/01/03 20:09:49

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