<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/post/planar/denoise3d.c, branch xine-1_0-release</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>swap usage of "up" and "down" to the more common meaning:</title>
<updated>2004-04-17T19:54:31+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-04-17T19:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=1f6f435497b141d52e6c8cd97eec59da79001ae1'/>
<id>1f6f435497b141d52e6c8cd97eec59da79001ae1</id>
<content type='text'>
 "down" is the usual datapath from decoder to output, "up" is the opposite way
-&gt; this means swapping two function names
-&gt; this means increasing the post plugin iface version
external plugin developers: just swap usage of
_x_post_frame_copy_up() and _x_post_frame_copy_down() functions

CVS patchset: 6412
CVS date: 2004/04/17 19:54:31

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 "down" is the usual datapath from decoder to output, "up" is the opposite way
-&gt; this means swapping two function names
-&gt; this means increasing the post plugin iface version
external plugin developers: just swap usage of
_x_post_frame_copy_up() and _x_post_frame_copy_down() functions

CVS patchset: 6412
CVS date: 2004/04/17 19:54:31

</pre>
</div>
</content>
</entry>
<entry>
<title>the new, refined post plugin architecture</title>
<updated>2004-01-07T19:52:42+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-01-07T19:52:42+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5e25dd8a73f15e8116da5ce8fda14f8f671473ce'/>
<id>5e25dd8a73f15e8116da5ce8fda14f8f671473ce</id>
<content type='text'>
* post plugins are now much safer (fewer races/inconsistencies) and easier to write
* all post plugins are ported to the new architecture (and should work)
* ports can now be opened and closed with a NULL stream

CVS patchset: 6007
CVS date: 2004/01/07 19:52:42

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* post plugins are now much safer (fewer races/inconsistencies) and easier to write
* all post plugins are ported to the new architecture (and should work)
* ports can now be opened and closed with a NULL stream

CVS patchset: 6007
CVS date: 2004/01/07 19:52:42

</pre>
</div>
</content>
</entry>
<entry>
<title>fix post plugins interception</title>
<updated>2003-12-07T15:33:25+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-12-07T15:33:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a2dcf860b2777e530646abd00202c3fb5b3a5a81'/>
<id>a2dcf860b2777e530646abd00202c3fb5b3a5a81</id>
<content type='text'>
two tvtime plugins do not crash xine anymore :)
(but why would anybody do that?)

CVS patchset: 5859
CVS date: 2003/12/07 15:33:25

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
two tvtime plugins do not crash xine anymore :)
(but why would anybody do that?)

CVS patchset: 5859
CVS date: 2003/12/07 15:33:25

</pre>
</div>
</content>
</entry>
<entry>
<title>rename internal API function (_x_&lt;function&gt;).</title>
<updated>2003-11-11T18:44:50+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2003-11-11T18:44:50+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=20ff61cb378d2550bedd582a5ce3eae07a84d731'/>
<id>20ff61cb378d2550bedd582a5ce3eae07a84d731</id>
<content type='text'>
CVS patchset: 5721
CVS date: 2003/11/11 18:44:50

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5721
CVS date: 2003/11/11 18:44:50

</pre>
</div>
</content>
</entry>
<entry>
<title>provide help to video post plugins</title>
<updated>2003-11-01T18:34:22+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-11-01T18:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=cede4748a3a045fad768f0cfd19b48b2d201292d'/>
<id>cede4748a3a045fad768f0cfd19b48b2d201292d</id>
<content type='text'>
CVS patchset: 5669
CVS date: 2003/11/01 18:34:22

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5669
CVS date: 2003/11/01 18:34:22

</pre>
</div>
</content>
</entry>
<entry>
<title>Replace copy member in vo_frame_t with proc_frame and proc_slice. Increase video_out API version to 18.</title>
<updated>2003-10-22T20:38:09+00:00</updated>
<author>
<name>Robin KAY</name>
<email>komadori@users.sourceforge.net</email>
</author>
<published>2003-10-22T20:38:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=51616b96cd2793085ae314fecde90ac9a0735a04'/>
<id>51616b96cd2793085ae314fecde90ac9a0735a04</id>
<content type='text'>
CVS patchset: 5574
CVS date: 2003/10/22 20:38:09

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5574
CVS date: 2003/10/22 20:38:09

</pre>
</div>
</content>
</entry>
<entry>
<title>- add XvMC support</title>
<updated>2003-10-06T21:52:42+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-10-06T21:52:42+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2e29bd1fe0c87addc57755fb9812569e75cd4e39'/>
<id>2e29bd1fe0c87addc57755fb9812569e75cd4e39</id>
<content type='text'>
- bump vo and post interface versions
obs: video_out_xvmc.c needs some more work, see todo.

CVS patchset: 5459
CVS date: 2003/10/06 21:52:42

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- bump vo and post interface versions
obs: video_out_xvmc.c needs some more work, see todo.

CVS patchset: 5459
CVS date: 2003/10/06 21:52:42

</pre>
</div>
</content>
</entry>
<entry>
<title>fix some small memleaks</title>
<updated>2003-08-15T14:43:29+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-08-15T14:43:29+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5fc2e2ea8a7d6bd9d95007ab8479e84a46410a9a'/>
<id>5fc2e2ea8a7d6bd9d95007ab8479e84a46410a9a</id>
<content type='text'>
CVS patchset: 5292
CVS date: 2003/08/15 14:43:29

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5292
CVS date: 2003/08/15 14:43:29

</pre>
</div>
</content>
</entry>
<entry>
<title>handle frame flags properly, small aspect ratio fix for expand</title>
<updated>2003-08-12T13:56:25+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-08-12T13:56:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=eb8339e2b2719c63eeac10f3ec4df4c86d4b38ce'/>
<id>eb8339e2b2719c63eeac10f3ec4df4c86d4b38ce</id>
<content type='text'>
CVS patchset: 5277
CVS date: 2003/08/12 13:56:25

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5277
CVS date: 2003/08/12 13:56:25

</pre>
</div>
</content>
</entry>
<entry>
<title>support for arbitrary aspect ratios</title>
<updated>2003-08-04T03:47:09+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-08-04T03:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ed3497a1e20f74c28afc2124480c60fbdbf37fab'/>
<id>ed3497a1e20f74c28afc2124480c60fbdbf37fab</id>
<content type='text'>
patch by Philip Jgenstedt

CVS patchset: 5243
CVS date: 2003/08/04 03:47:09

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

CVS patchset: 5243
CVS date: 2003/08/04 03:47:09

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