[FFmpeg-devel] [PATCH 08/13] Add missing nut-specific codec tags for rawvideo pixel formats.

Michael Niedermayer michaelni
Sun May 9 23:04:39 CEST 2010


On Sun, May 09, 2010 at 03:29:01PM +0200, Stefano Sabatini wrote:
> Add codec tags for the formats:
> RGB[15] Packed RGB 5:5:5, 16bpp, (msb)1A 5R 5G 5B(lsb), little-endian [NOT in AVI]
> BGR[15] Packed BGR 5:5:5, 16bpp, (msb)1A 5B 5G 5R(lsb), little-endian [NOT in AVI]
> RGB[16] Packed RGB 5:6:5, 16bpp, (msb)   5R 6G 5B(lsb), little-endian [NOT in AVI]
> BGR[16] Packed BGR 5:6:5, 16bpp, (msb)   5B 6G 5R(lsb), little-endian [NOT in AVI]
> [15]BGR Packed RGB 5:5:5, 16bpp, (msb)1A 5R 5G 5B(lsb), big-endian [NOT in AVI]
> [15]RGB Packed BGR 5:5:5, 16bpp, (msb)1A 5B 5G 5R(lsb), big-endian [NOT in AVI]
> [16]BGR Packed RGB 5:6:5, 16bpp, (msb)   5R 6G 5B(lsb), big-endian [NOT in AVI]
> [16]RGB Packed BGR 5:6:5, 16bpp, (msb)   5B 6G 5R(lsb), big-endian [NOT in AVI]
> RGBA    Packed RGBA 8:8:8:8, 32bpp, RGBA [NOT in AVI]
> BGRA    Packed RGBA 8:8:8:8, 32bpp, BGRA [NOT in AVI]
> ABGR    Packed RGBA 8:8:8:8, 32bpp, ABGR [NOT in AVI]
> ARGB    Packed RGBA 8:8:8:8, 32bpp, ARGB [NOT in AVI]
> RGB[24] Packed RGB 8:8:8, 24bpp RGB [NOT in AVI]
> BGR[24] Packed RGB 8:8:8, 24bpp BGR [NOT in AVI]
> 
> which are listed in the nut4cc.txt spec.
> ---
>  libavcodec/raw.c |   10 ++++++++++
>  1 files changed, 10 insertions(+), 0 deletions(-)

ok

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The educated differ from the uneducated as much as the living from the
dead. -- Aristotle 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100509/bb4b0f2b/attachment.pgp>



More information about the ffmpeg-devel mailing list