[Mplayer-cvslog] CVS: main/libvo osd.h,NONE,1.1
Zoltan Ponekker
pontscho at users.sourceforge.net
Tue Apr 24 13:35:09 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main/libvo mmx.h,1.3,1.4 vo_3dfx.c,1.4,1.5 vo_gl.c,1.4,1.5 vo_mga.c,1.10,1.11 vo_syncfb.c,1.4,1.5 vo_x11.c,1.15,1.16 vo_xmga.c,1.16,1.17 vo_xv.c,1.15,1.16 x11_common.c,1.14,1.15 yuv2rgb.c,1.1.1.1,1.2
- Next message: [Mplayer-cvslog] CVS: main subreader.h,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libvo
In directory usw-pr-cvs1:/tmp/cvs-serv9351/libvo
Added Files:
osd.h
Log Message:
init.
--- NEW FILE ---
#ifndef __MPLAYER_OSD_H
#define __MPLAYER_OSD_H
// Generic alpha renderers for all YUV modes and RGB depths.
// These are "reference implementations", should be optimized later (MMX, etc)
extern void vo_draw_alpha_yv12(int w,int h, unsigned char* src, unsigned char *srca, int srcstride, unsigned char* dstbase,int dststride);
extern void vo_draw_alpha_yuy2(int w,int h, unsigned char* src, unsigned char *srca, int srcstride, unsigned char* dstbase,int dststride);
extern void vo_draw_alpha_rgb24(int w,int h, unsigned char* src, unsigned char *srca, int srcstride, unsigned char* dstbase,int dststride);
extern void vo_draw_alpha_rgb32(int w,int h, unsigned char* src, unsigned char *srca, int srcstride, unsigned char* dstbase,int dststride);
extern void vo_draw_alpha_rgb15(int w,int h, unsigned char* src, unsigned char *srca, int srcstride, unsigned char* dstbase,int dststride);
extern void vo_draw_alpha_rgb16(int w,int h, unsigned char* src, unsigned char *srca, int srcstride, unsigned char* dstbase,int dststride);
#endif
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
- Previous message: [Mplayer-cvslog] CVS: main/libvo mmx.h,1.3,1.4 vo_3dfx.c,1.4,1.5 vo_gl.c,1.4,1.5 vo_mga.c,1.10,1.11 vo_syncfb.c,1.4,1.5 vo_x11.c,1.15,1.16 vo_xmga.c,1.16,1.17 vo_xv.c,1.15,1.16 x11_common.c,1.14,1.15 yuv2rgb.c,1.1.1.1,1.2
- Next message: [Mplayer-cvslog] CVS: main subreader.h,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list