Update of /cvsroot/freevo/freevo/lib/mevas/patches
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31476/mevas/patches
Added Files:
.cvsignore README mplayer-monsterpatch-2004-08-14.patch
Log Message:
mevas lib for future gui usage
--- 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: .cvsignore ---
*.pyc *.pyo
--- 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 Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog