Update of /cvsroot/freevo/kaa/mevas/patches
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5843/mevas/patches
Added Files:
README mplayer-monsterpatch-2004-08-14.patch
Log Message:
move mevas to kaa.mevas
--- NEW FILE: README ---
This patch is diffed against MPlayer CVS from 2004-08-14. There may
be more more recent patches at:
http://sault.org/mebox/downloads.php
--- NEW FILE: mplayer-monsterpatch-2004-08-14.patch ---
--- main.orig/libmpcodecs/vf_bmovl2.c 1969-12-31 19:00:00.000000000 -0500
+++ main/libmpcodecs/vf_bmovl2.c 2004-08-14 14:03:55.466954768 -0400
@@ -0,0 +1,980 @@
+/* vf_bmovl2.c - BitMap OVerLay Video Filter for MPlayer -
+ * Extra Tasty Crispy Version
+ * (C) 2004 Jason Tackaberry <[EMAIL PROTECTED]>
+ * Licenced under the GNU General Public License
+ *
+ * Portions of code taken from vf_bmovl.c which is
+ * (C) 2002 Per Wigren <[EMAIL PROTECTED]>
+ *
+ * Use MPlayer as a framebuffer to read bitmaps and commands from a FIFO
+ * and display them in the window. This is an enhancement of the original
+ * bmovl.
+ *
+ * See DOCS/tech/vf_bmovl2.txt for details.
+ */
+
+#ifndef HAVE_NO_POSIX_SELECT
[...1902 lines suppressed...]
+ p->exp_y = cmd->args[1].v.i;
+ config(vf, p->cfg_width, p->cfg_height, p->cfg_d_width,
p->cfg_d_height, p->cfg_flags, p->cfg_outfmt);
+ fprintf(stderr, "vf_expand (%x): cmd id=%d, x=%d, y=%d\n", vf,
cmd->id, p->exp_x, p->exp_y);
+
+ }
+ return 0;
+}
+
+
static int open(vf_instance_t *vf, char* args){
vf->config=config;
vf->control=control;
@@ -355,6 +381,7 @@
vf->priv->exp_x,
vf->priv->exp_y,
vf->priv->osd);
+ mp_input_add_cmd_filter((mp_input_cmd_filter)cmd_filter, vf);
return 1;
}
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog