[Mplayer-cvslog] CVS: main/libmpcodecs img_format.c,1.2,1.3 img_format.h,1.5,1.6
Arpi of Ize
arpi at mplayerhq.hu
Sat Jun 22 10:48:09 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux open.c,1.47,1.48
- Next message: [Mplayer-cvslog] CVS: main/postproc rgb2rgb.c,1.48,1.49 rgb2rgb.h,1.20,1.21 rgb2rgb_template.c,1.50,1.51 swscale.c,1.90,1.91 swscale_template.c,1.77,1.78 yuv2rgb.c,1.10,1.11 yuv2rgb_mlib.c,1.2,1.3 yuv2rgb_template.c,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv17234
Modified Files:
img_format.c img_format.h
Log Message:
NV12 added
Index: img_format.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/img_format.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- img_format.c 29 Nov 2001 17:08:17 -0000 1.2
+++ img_format.c 22 Jun 2002 08:47:56 -0000 1.3
@@ -22,6 +22,7 @@
case IMGFMT_CLPL: return("Planar CLPL");
case IMGFMT_Y800: return("Planar Y800");
case IMGFMT_Y8: return("Planar Y8");
+ case IMGFMT_NV12: return("Planar NV12");
case IMGFMT_IUYV: return("Packed IUYV");
case IMGFMT_IY41: return("Packed IY41");
case IMGFMT_IYU1: return("Packed IYU1");
Index: img_format.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/img_format.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- img_format.h 29 Nov 2001 17:08:17 -0000 1.5
+++ img_format.h 22 Jun 2002 08:47:56 -0000 1.6
@@ -37,6 +37,7 @@
#define IMGFMT_CLPL 0x4C504C43
#define IMGFMT_Y800 0x30303859
#define IMGFMT_Y8 0x20203859
+#define IMGFMT_NV12 0x3231564E
/* Packed YUV Formats */
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux open.c,1.47,1.48
- Next message: [Mplayer-cvslog] CVS: main/postproc rgb2rgb.c,1.48,1.49 rgb2rgb.h,1.20,1.21 rgb2rgb_template.c,1.50,1.51 swscale.c,1.90,1.91 swscale_template.c,1.77,1.78 yuv2rgb.c,1.10,1.11 yuv2rgb_mlib.c,1.2,1.3 yuv2rgb_template.c,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list