[FFmpeg-devel] [PATCH] R210 decoder

Michael Niedermayer michaelni
Thu Dec 17 00:32:46 CET 2009


On Wed, Dec 16, 2009 at 10:18:52PM +0100, Reimar D?ffinger wrote:
> Hello,
> a quite simple uncompressed format.
> Samples and documentation:
> http://samples.mplayerhq.hu/V-codecs/R210/

>  libavcodec/Makefile    |    1 
>  libavcodec/allcodecs.c |    1 
>  libavcodec/avcodec.h   |    1 
>  libavcodec/r210dec.c   |  104 +++++++++++++++++++++++++++++++++++++++++++++++++
>  libavformat/isom.c     |    1 
>  libavformat/riff.c     |    1 
>  6 files changed, 109 insertions(+)
> 59c1b9c5e7bc2b352594607ad250b4f45ea32004  r210dec.diff
> Index: libavcodec/allcodecs.c
> ===================================================================
> --- libavcodec/allcodecs.c	(revision 20886)
> +++ libavcodec/allcodecs.c	(working copy)
> @@ -145,6 +145,7 @@
>      REGISTER_DECODER (QDRAW, qdraw);
>      REGISTER_DECODER (QPEG, qpeg);
>      REGISTER_ENCDEC  (QTRLE, qtrle);
> +    REGISTER_DECODER (R210,  r210);
>      REGISTER_ENCDEC  (RAWVIDEO, rawvideo);
>      REGISTER_DECODER (RL2, rl2);
>      REGISTER_ENCDEC  (ROQ, roq);
> Index: libavcodec/r210dec.c
> ===================================================================
> --- libavcodec/r210dec.c	(revision 0)
> +++ libavcodec/r210dec.c	(revision 0)
> @@ -0,0 +1,104 @@
> +/*
> + * R210 decoder
> + *

> + * Copyright (c) 2009 Reimar D?ffinger <Reimar.Doeffinger at gmx.de>

was there some decisson to keep source ASCII ?

except this patch ok

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No great genius has ever existed without some touch of madness. -- 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/20091217/5644e164/attachment.pgp>



More information about the ffmpeg-devel mailing list