[NUT-devel] [nut]: r672 - docs/nut4cc.txt

stefano subversion at mplayerhq.hu
Sat Jun 5 19:10:39 CEST 2010


Author: stefano
Date: Sat Jun  5 19:10:38 2010
New Revision: 672

Log:
Add other rawvideo NUT codec tag entries:
B4BY    Packed BGR 1:2:1,  8bpp, (msb)4U 1B 2G 1R(lsb), one pixel per byte, the 4 most significant bits are unused
R4BY    Packed RGB 1:2:1,  8bpp, (msb)4U 1R 2G 1B(lsb), one pixel per byte, the 4 most significant bits are unused

Modified:
   docs/nut4cc.txt

Modified: docs/nut4cc.txt
==============================================================================
--- docs/nut4cc.txt	Fri Jun  4 17:34:39 2010	(r671)
+++ docs/nut4cc.txt	Sat Jun  5 19:10:38 2010	(r672)
@@ -100,6 +100,8 @@ B1W0    black/white bitstream, 1bpp, 0 i
 B0W1    black/white bitstream, 1bpp, 1 is white, 0 is black, in each byte pixels are ordered from the msb to the lsb [NOT in AVI]
 BGR[4]  Packed BGR 1:2:1 bitstream,  4bpp, (msb)1B 2G 1R(lsb), a byte contains two pixels, the first pixel in the byte is the one composed by the 4 msb bits [NOT in AVI]
 RGB[4]  Packed RGB 1:2:1 bitstream,  4bpp, (msb)1R 2G 1B(lsb), a byte contains two pixels, the first pixel in the byte is the one composed by the 4 msb bits [NOT in AVI]
+B4BY    Packed BGR 1:2:1,  8bpp, (msb)4U 1B 2G 1R(lsb), one pixel per byte, the 4 most significant bits are unused
+R4BY    Packed RGB 1:2:1,  8bpp, (msb)4U 1R 2G 1B(lsb), one pixel per byte, the 4 most significant bits are unused
 BGR[8]  Packed RGB 3:3:2,  8bpp, (msb)2B 3G 3R(lsb) [NOT in AVI]
 RGB[8]  Packed RGB 3:3:2,  8bpp, (msb)2R 3G 3B(lsb) [NOT in AVI]
 RGB[48] Packed RGB 16:16:16, 48bpp, 16R, 16G, 16B, the 2-byte value for each R/G/B component is stored as little-endian [NOT in AVI]


More information about the NUT-devel mailing list