<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/include/xine.h.tmpl.in, branch 1.2.5</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>merging in the new_api branch ... unfortunately video_out / vo_scale is broken now ... matthias/miguel: please fix it :-)</title>
<updated>2002-09-04T23:31:05+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2002-09-04T23:31:05+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=403f01979cef7e03b8322ddb870e3959c8de0f77'/>
<id>403f01979cef7e03b8322ddb870e3959c8de0f77</id>
<content type='text'>
CVS patchset: 2606
CVS date: 2002/09/04 23:31:05

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 2606
CVS date: 2002/09/04 23:31:05

</pre>
</div>
</content>
</entry>
<entry>
<title>- reimplement independent x/y zooming.</title>
<updated>2002-08-15T03:12:24+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-08-15T03:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=fcb74c4f0e6fc5a1deec0839c773067d0a8b9e90'/>
<id>fcb74c4f0e6fc5a1deec0839c773067d0a8b9e90</id>
<content type='text'>
- new helper module (vo_scale.c) with all common scaling code of video out
drivers. it should greatly simplify drivers development by removing the
boring frame/window calculation, aspect ratio, zooming etc.
obs: not completely tested, may contain bugs and break things. also only
xshm and xv have being simplified so far, others will follow shortly.

CVS patchset: 2455
CVS date: 2002/08/15 03:12:24

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- new helper module (vo_scale.c) with all common scaling code of video out
drivers. it should greatly simplify drivers development by removing the
boring frame/window calculation, aspect ratio, zooming etc.
obs: not completely tested, may contain bugs and break things. also only
xshm and xv have being simplified so far, others will follow shortly.

CVS patchset: 2455
CVS date: 2002/08/15 03:12:24

</pre>
</div>
</content>
</entry>
<entry>
<title>grrr</title>
<updated>2002-08-11T15:06:13+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-08-11T15:06:13+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a86555566d56fc6c38025b52bd1558097e9d6c3c'/>
<id>a86555566d56fc6c38025b52bd1558097e9d6c3c</id>
<content type='text'>
CVS patchset: 2431
CVS date: 2002/08/11 15:06:13

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 2431
CVS date: 2002/08/11 15:06:13

</pre>
</div>
</content>
</entry>
<entry>
<title>syncing my local tree:</title>
<updated>2002-08-10T21:25:20+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-08-10T21:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e19962f736e9a0a7541314d4293c3158794d5f47'/>
<id>e19962f736e9a0a7541314d4293c3158794d5f47</id>
<content type='text'>
- removes w32codec syncshutdown hack
- vo_driver api changed to support drivers with persistent overlays. that
will break binary compatibility xine-lib/xine-ui (xine-ui needs to be
recompiled). in order to keep binary compatibility
overlay_begin/overlay_end must be added after redraw_needed.
- video_overlay cleanups
- fix a hard to trigger condition where redraw wouldn't happen (freeing
handles)

CVS patchset: 2427
CVS date: 2002/08/10 21:25:20

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- removes w32codec syncshutdown hack
- vo_driver api changed to support drivers with persistent overlays. that
will break binary compatibility xine-lib/xine-ui (xine-ui needs to be
recompiled). in order to keep binary compatibility
overlay_begin/overlay_end must be added after redraw_needed.
- video_overlay cleanups
- fix a hard to trigger condition where redraw wouldn't happen (freeing
handles)

CVS patchset: 2427
CVS date: 2002/08/10 21:25:20

</pre>
</div>
</content>
</entry>
<entry>
<title>remained incompatible xine_tvmode_* functions to xine_tvmode_*2,</title>
<updated>2002-08-03T17:33:06+00:00</updated>
<author>
<name>Siggi Langauf</name>
<email>siggi@users.sourceforge.net</email>
</author>
<published>2002-08-03T17:33:06+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=1a5b2c18310f9dece9ffbfd0130291661ff5353f'/>
<id>1a5b2c18310f9dece9ffbfd0130291661ff5353f</id>
<content type='text'>
added backwards compatible functions
=&gt; binary compatibility with former libxine0 0.9.11 and 0.9.12
Someone who uses nvtvd should definitely test this!
They should be renamed back when the new API is released.

CVS patchset: 2386
CVS date: 2002/08/03 17:33:06

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
added backwards compatible functions
=&gt; binary compatibility with former libxine0 0.9.11 and 0.9.12
Someone who uses nvtvd should definitely test this!
They should be renamed back when the new API is released.

CVS patchset: 2386
CVS date: 2002/08/03 17:33:06

</pre>
</div>
</content>
</entry>
<entry>
<title>Apply Bill Fink's patch for skip by chapter capability.</title>
<updated>2002-07-17T21:23:57+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2002-07-17T21:23:57+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7d8fa869a3a0698424c7d325dff69f446ea63308'/>
<id>7d8fa869a3a0698424c7d325dff69f446ea63308</id>
<content type='text'>
CVS patchset: 2308
CVS date: 2002/07/17 21:23:57

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 2308
CVS date: 2002/07/17 21:23:57

</pre>
</div>
</content>
</entry>
<entry>
<title>Made nvtvmode configurable (bool).</title>
<updated>2002-07-09T12:45:17+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2002-07-09T12:45:17+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d2d1bcd82bc0ddbd5534d9db8e9fcc1b479316b6'/>
<id>d2d1bcd82bc0ddbd5534d9db8e9fcc1b479316b6</id>
<content type='text'>
CVS patchset: 2235
CVS date: 2002/07/09 12:45:17

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 2235
CVS date: 2002/07/09 12:45:17

</pre>
</div>
</content>
</entry>
<entry>
<title>logo mrl fix (where else?)</title>
<updated>2002-06-23T19:34:36+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2002-06-23T19:34:36+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=6bd244f210873b33611713256c58d9d139e0e945'/>
<id>6bd244f210873b33611713256c58d9d139e0e945</id>
<content type='text'>
CVS patchset: 2140
CVS date: 2002/06/23 19:34:36

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 2140
CVS date: 2002/06/23 19:34:36

</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid explicit void proto.</title>
<updated>2002-06-16T22:15:11+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2002-06-16T22:15:11+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ae4d95894f7fe74e452e29ed13ddcac663ba95a6'/>
<id>ae4d95894f7fe74e452e29ed13ddcac663ba95a6</id>
<content type='text'>
CVS patchset: 2082
CVS date: 2002/06/16 22:15:11

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 2082
CVS date: 2002/06/16 22:15:11

</pre>
</div>
</content>
</entry>
<entry>
<title>Remove no more needed XINE_LOGO.</title>
<updated>2002-06-12T12:22:25+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2002-06-12T12:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=6c5572a3e91e95c7f92f1110fac91caa241a9a87'/>
<id>6c5572a3e91e95c7f92f1110fac91caa241a9a87</id>
<content type='text'>
Internationalize all config related stuff.
Fix not registered mrl ending in roq/film  demuxer.
Add bindtextdomain() calls in load_plugins (for audio/video out plugins).

CVS patchset: 2066
CVS date: 2002/06/12 12:22:25

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Internationalize all config related stuff.
Fix not registered mrl ending in roq/film  demuxer.
Add bindtextdomain() calls in load_plugins (for audio/video out plugins).

CVS patchset: 2066
CVS date: 2002/06/12 12:22:25

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