[Ffmpeg-devel] PATCH: BlackFin Optimized Color Space Converter

Guillaume POIRIER poirierg
Mon Apr 23 08:20:16 CEST 2007


Hi,

On 4/23/07, Marc Hoffman <mmh at pleasantst.com> wrote:
>
> The BlackFin Video Color Space Converters I420 YV12 to RGB formats
> 565, 555, and 888.

Index: internal_bfin.S
===================================================================
--- internal_bfin.S	(revision 0)
+++ internal_bfin.S	(revision 0)
@@ -0,0 +1,409 @@
+/*
+ * Copyright (C) 2007 Marc Hoffman <marc.hoffman at analog.com>
+ *                    April 20, 2007
+ *
+ * Blackfin Video Color Space Converters Operations
+ *  convert I420 YV12 to RGB in various formats,
+ *
+ * This file is part of FFmpeg.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.


Nit:

s/This library/FFmpeg/g (just like in all files in FFmpeg)

Guillaume
-- 
Rich, you're forgetting one thing here: *everybody* except you is
stupid.
    M?ns Rullg?rd



More information about the ffmpeg-devel mailing list