[MPlayer-cvslog] CVS: main/DOCS/tech colorspaces.txt,1.12,1.13
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Sat Nov 20 11:53:07 CET 2004
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var2/tmp/cvs-serv30599/DOCS/tech
Modified Files:
colorspaces.txt
Log Message:
4 and 8 bit formats work with a palette.
Index: colorspaces.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/colorspaces.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- colorspaces.txt 2 Oct 2004 18:02:30 -0000 1.12
+++ colorspaces.txt 20 Nov 2004 10:53:04 -0000 1.13
@@ -120,6 +120,12 @@
5B6G5R IMGFMT_RGB16
1A5R5G5B IMGFMT_BGR15
1A5B5G5R IMGFMT_RGB15
+
+The following are palettized formats, the palette is in the second plane.
+When they come out of the swscaler (this can be different when they
+come from a codec!), their palette is organized in such a way,
+that you actually get:
+
3R3G2B IMGFMT_BGR8
2B3G3R IMGFMT_RGB8
1R2G1B IMGFMT_BGR4_CHAR
More information about the MPlayer-cvslog
mailing list