[FFmpeg-cvslog] dsputil: Separate h264chroma

compn tempn at twmi.rr.com
Thu Feb 7 13:52:11 CET 2013


On Thu,  7 Feb 2013 13:29:18 +0100 (CET), Diego Biurrun wrote:
>ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Jan 19 03:34:47 2013 +0100| [79dad2a932534d1155079f937649e099f9e5cc27] | committer: Diego Biurrun
>
>dsputil: Separate h264chroma
>
>> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=79dad2a932534d1155079f937649e099f9e5cc27

>diff --git a/libavcodec/h264chroma.c b/libavcodec/h264chroma.c
>new file mode 100644
>index 0000000..2bd2df3
>--- /dev/null
>+++ b/libavcodec/h264chroma.c
>@@ -0,0 +1,64 @@
>+/*
>+ * This file is part of Libav.
>+ *
>+ * Libav is free software; you can redistribute it and/or


>diff --git a/libavcodec/h264chroma.h b/libavcodec/h264chroma.h
>new file mode 100644
>index 0000000..7e1e2ed
>--- /dev/null
>+++ b/libavcodec/h264chroma.h
>@@ -0,0 +1,38 @@
>+/*
>+ * This file is part of Libav.
>+ *
>+ * Libav is free software; you can redistribute it and/or


>diff --git a/libavcodec/x86/h264chroma_init.c b/libavcodec/x86/h264chroma_init.c
>new file mode 100644
>index 0000000..f1f3a19
>--- /dev/null
>+++ b/libavcodec/x86/h264chroma_init.c
>@@ -0,0 +1,116 @@
>+/*
>+ * This file is part of Libav.
>+ *
>+ * Libav is free software; you can redistribute it and/or

these files are missing author attribution.
removing author attribution goes against section 1 of the LGPL.

1. You may copy and distribute verbatim copies of the Library's
complete source code as you receive it, in any medium, provided that
you conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and distribute a copy of this License along with the Library.

libav doesnt care about lgpl violations?

-compn


More information about the ffmpeg-cvslog mailing list