<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/video_out, branch 1-beta2</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>Make xine-lib compile with the SunPro compiler</title>
<updated>2002-12-22T00:35:04+00:00</updated>
<author>
<name>Robin KAY</name>
<email>komadori@users.sourceforge.net</email>
</author>
<published>2002-12-22T00:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=614e17928e8f7b1bdc632fd934499cbfea165d8a'/>
<id>614e17928e8f7b1bdc632fd934499cbfea165d8a</id>
<content type='text'>
CVS patchset: 3623
CVS date: 2002/12/22 00:35:04

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3623
CVS date: 2002/12/22 00:35:04

</pre>
</div>
</content>
</entry>
<entry>
<title>- add buf-&gt;decoder_info_ptr: portability for systems where pointer has</title>
<updated>2002-12-21T12:56:44+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-12-21T12:56:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5f31761a4fa6995592cdd536c52f6ddac8151a89'/>
<id>5f31761a4fa6995592cdd536c52f6ddac8151a89</id>
<content type='text'>
  different sizeof than integer.
- add extra_info structure to pass informations from input/demuxers down
  to the output frame. this can be used, for example, to pass the frame
  number of a frame (when known by decoder). also, immediate benefict is
  that we now have a slider which really shows the current position of
  the playing stream. new fields can be added to extra_info keeping
  binary compatibility
- bumpy everybody's api versions

CVS patchset: 3603
CVS date: 2002/12/21 12:56:44

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  different sizeof than integer.
- add extra_info structure to pass informations from input/demuxers down
  to the output frame. this can be used, for example, to pass the frame
  number of a frame (when known by decoder). also, immediate benefict is
  that we now have a slider which really shows the current position of
  the playing stream. new fields can be added to extra_info keeping
  binary compatibility
- bumpy everybody's api versions

CVS patchset: 3603
CVS date: 2002/12/21 12:56:44

</pre>
</div>
</content>
</entry>
<entry>
<title>fix off by one error</title>
<updated>2002-12-20T17:41:18+00:00</updated>
<author>
<name>Robin KAY</name>
<email>komadori@users.sourceforge.net</email>
</author>
<published>2002-12-20T17:41:18+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e315d1402cf9988403047f091964e940e1ee8b68'/>
<id>e315d1402cf9988403047f091964e940e1ee8b68</id>
<content type='text'>
CVS patchset: 3595
CVS date: 2002/12/20 17:41:18

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3595
CVS date: 2002/12/20 17:41:18

</pre>
</div>
</content>
</entry>
<entry>
<title>Check for changes in the global vo_scale's gui_pixel_aspect, and update the</title>
<updated>2002-12-20T14:25:13+00:00</updated>
<author>
<name>Juergen Keil</name>
<email>jkeil@users.sourceforge.net</email>
</author>
<published>2002-12-20T14:25:13+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=cd6150c5b28b2f2fc50939c01f3c275799854788'/>
<id>cd6150c5b28b2f2fc50939c01f3c275799854788</id>
<content type='text'>
frame's vo_scale.gui_pixel_aspect.
The real value of gui_pixel_aspect is determined when the first frame is
about to be drawn to the screen.  Before we draw the first frame of a clip,
several frames could be prepared for a certain width/height/ratio_code/...
but using vo_scale's default gui_pixel_aspect of 1.0.
The change makes sure that all frames will be updated to use the monitor's
correct gui_pixel_aspect value, once we know it.  Before this change I've
observed cases where xine tried to resize the video window all the time
while playing a clip, due to different gui_pixel_aspect values stored in
the video frames.

CVS patchset: 3594
CVS date: 2002/12/20 14:25:13

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
frame's vo_scale.gui_pixel_aspect.
The real value of gui_pixel_aspect is determined when the first frame is
about to be drawn to the screen.  Before we draw the first frame of a clip,
several frames could be prepared for a certain width/height/ratio_code/...
but using vo_scale's default gui_pixel_aspect of 1.0.
The change makes sure that all frames will be updated to use the monitor's
correct gui_pixel_aspect value, once we know it.  Before this change I've
observed cases where xine tried to resize the video window all the time
while playing a clip, due to different gui_pixel_aspect values stored in
the video frames.

CVS patchset: 3594
CVS date: 2002/12/20 14:25:13

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix undefined symbols (link to appropriate libraries)</title>
<updated>2002-12-19T21:40:02+00:00</updated>
<author>
<name>Ewald Snel</name>
<email>esnel@users.sourceforge.net</email>
</author>
<published>2002-12-19T21:40:02+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2fdced1ea06d359bb39fecc6b22488c203714568'/>
<id>2fdced1ea06d359bb39fecc6b22488c203714568</id>
<content type='text'>
CVS patchset: 3589
CVS date: 2002/12/19 21:40:02

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3589
CVS date: 2002/12/19 21:40:02

</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for exclusive overlays</title>
<updated>2002-12-18T21:38:58+00:00</updated>
<author>
<name>Robin KAY</name>
<email>komadori@users.sourceforge.net</email>
</author>
<published>2002-12-18T21:38:58+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=72f1d71415bb4cbd442724b74a404ce8ad6e87b1'/>
<id>72f1d71415bb4cbd442724b74a404ce8ad6e87b1</id>
<content type='text'>
CVS patchset: 3587
CVS date: 2002/12/18 21:38:58

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3587
CVS date: 2002/12/18 21:38:58

</pre>
</div>
</content>
</entry>
<entry>
<title>The bandwidth cost is too high to do one-field deinterlacing in hardware.</title>
<updated>2002-12-14T18:48:57+00:00</updated>
<author>
<name>Robin KAY</name>
<email>komadori@users.sourceforge.net</email>
</author>
<published>2002-12-14T18:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=07a59f0e933d3bd7f7cf6304832b7e0a06220595'/>
<id>07a59f0e933d3bd7f7cf6304832b7e0a06220595</id>
<content type='text'>
CVS patchset: 3522
CVS date: 2002/12/14 18:48:57

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3522
CVS date: 2002/12/14 18:48:57

</pre>
</div>
</content>
</entry>
<entry>
<title>Stupid bug! Now reduced data copied to video RAM by 25%</title>
<updated>2002-12-13T23:41:52+00:00</updated>
<author>
<name>Robin KAY</name>
<email>komadori@users.sourceforge.net</email>
</author>
<published>2002-12-13T23:41:52+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4ee79ef2a5f0843917309052bd672060a2a2e06e'/>
<id>4ee79ef2a5f0843917309052bd672060a2a2e06e</id>
<content type='text'>
CVS patchset: 3515
CVS date: 2002/12/13 23:41:52

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3515
CVS date: 2002/12/13 23:41:52

</pre>
</div>
</content>
</entry>
<entry>
<title>- bring syncfb back (yuy2 doesn't seem to work though)</title>
<updated>2002-12-13T01:03:55+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-12-13T01:03:55+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=31b7044dd773bdc63ad673d09a46255a845bcad3'/>
<id>31b7044dd773bdc63ad673d09a46255a845bcad3</id>
<content type='text'>
- check for sdl support on class initialization

CVS patchset: 3504
CVS date: 2002/12/13 01:03:55

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- check for sdl support on class initialization

CVS patchset: 3504
CVS date: 2002/12/13 01:03:55

</pre>
</div>
</content>
</entry>
<entry>
<title>fix sdl</title>
<updated>2002-12-13T00:20:11+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-12-13T00:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f26c2306eab2cc93335a873027d5a6e57084886b'/>
<id>f26c2306eab2cc93335a873027d5a6e57084886b</id>
<content type='text'>
CVS patchset: 3503
CVS date: 2002/12/13 00:20:11

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3503
CVS date: 2002/12/13 00:20:11

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