<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 25, 2016 at 3:10 AM, chen <span dir="ltr"><<a href="mailto:chenm003@163.com" target="_blank">chenm003@163.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial"><div>From 1bea85513646e4d9d992bbe326a9cb<wbr>3275ec313a Mon Sep 17 00:00:00 2001</div><div>From: Min Chen <<a href="mailto:min.chen@multicorewareinc.com" target="_blank">min.chen@multicorewareinc.com</a><wbr>></div><div>Date: Mon, 24 Oct 2016 16:38:55 -0500</div><div>Subject: [PATCH] [PPC] GPL v2 copyright header</div><div><br></div><div>---</div><div> source/common/ppc/dct_<wbr>altivec.cpp       |   24 ++++++++++++++++++++++++</div><div> source/common/ppc/intrapred_<wbr>altivec.cpp |   28 ++++++++++++++++++++++++----</div><div> source/common/ppc/ipfilter_<wbr>altivec.cpp  |   28 ++++++++++++++++++++++++----</div><div> 3 files changed, 72 insertions(+), 8 deletions(-)</div></div></blockquote><div><br></div><div>These files aren't part of the repo today. Perhaps you are missing another patch that adds these files to the repo?</div><div>Also, these patches don't look like regular hg patches that are sent to the mailing list. Please fix and resend. </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial"><div><br></div><div>diff --git a/source/common/ppc/dct_<wbr>altivec.cpp b/source/common/ppc/dct_<wbr>altivec.cpp</div><div>index 0d33be4..7542a8e 100644</div><div>--- a/source/common/ppc/dct_<wbr>altivec.cpp</div><div>+++ b/source/common/ppc/dct_<wbr>altivec.cpp</div><div>@@ -1,3 +1,27 @@</div><div>+/****************************<wbr>******************************<wbr>*******************</div><div>+ * Copyright (C) 2013 x265 project</div><div>+ *</div><div>+ * Authors: Roger Moussalli <<a href="mailto:rmoussal@us.ibm.com" target="_blank">rmoussal@us.ibm.com</a>></div><div>+ *          Min Chen <<a href="mailto:min.chen@multicorewareinc.com" target="_blank">min.chen@multicorewareinc.com</a><wbr>></div><div>+ *</div><div>+ * This program is free software; you can redistribute it and/or modify</div><div>+ * it under the terms of the GNU General Public License as published by</div><div>+ * the Free Software Foundation; either version 2 of the License, or</div><div>+ * (at your option) any later version.</div><div>+ *</div><div>+ * This program is distributed in the hope that it will be useful,</div><div>+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</div><div>+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</div><div>+ * GNU General Public License for more details.</div><div>+ *</div><div>+ * You should have received a copy of the GNU General Public License</div><div>+ * along with this program; if not, write to the Free Software</div><div>+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111, USA.</div><div>+ *</div><div>+ * This program is also available under a commercial proprietary license.</div><div>+ * For more information, contact us at license @ <a href="http://x265.com" target="_blank">x265.com</a>.</div><div>+ ******************************<wbr>******************************<wbr>*****************/</div><div>+</div><div> #include "common.h"</div><div> #include "primitives.h"</div><div> #include "contexts.h"   // costCoeffNxN_c</div><div>diff --git a/source/common/ppc/intrapred_<wbr>altivec.cpp b/source/common/ppc/intrapred_<wbr>altivec.cpp</div><div>index f2b1c5e..d27f5b6 100644</div><div>--- a/source/common/ppc/intrapred_<wbr>altivec.cpp</div><div>+++ b/source/common/ppc/intrapred_<wbr>altivec.cpp</div><div>@@ -1,12 +1,32 @@</div><div>-#include <iostream></div><div>+/****************************<wbr>******************************<wbr>*******************</div><div>+ * Copyright (C) 2013 x265 project</div><div>+ *</div><div>+ * Authors: Roger Moussalli <<a href="mailto:rmoussal@us.ibm.com" target="_blank">rmoussal@us.ibm.com</a>></div><div>+ *          Min Chen <<a href="mailto:min.chen@multicorewareinc.com" target="_blank">min.chen@multicorewareinc.com</a><wbr>></div><div>+ *</div><div>+ * This program is free software; you can redistribute it and/or modify</div><div>+ * it under the terms of the GNU General Public License as published by</div><div>+ * the Free Software Foundation; either version 2 of the License, or</div><div>+ * (at your option) any later version.</div><div>+ *</div><div>+ * This program is distributed in the hope that it will be useful,</div><div>+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</div><div>+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</div><div>+ * GNU General Public License for more details.</div><div>+ *</div><div>+ * You should have received a copy of the GNU General Public License</div><div>+ * along with this program; if not, write to the Free Software</div><div>+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111, USA.</div><div>+ *</div><div>+ * This program is also available under a commercial proprietary license.</div><div>+ * For more information, contact us at license @ <a href="http://x265.com" target="_blank">x265.com</a>.</div><div>+ ******************************<wbr>******************************<wbr>*****************/</div><div> </div><div>+#include <iostream></div><div> #include <vector></div><div>-</div><div> #include <assert.h></div><div>-</div><div> #include <math.h></div><div> #include <cmath></div><div>-</div><div> #include <linux/types.h></div><div> #include <stdlib.h></div><div> #include <stdio.h></div><div>diff --git a/source/common/ppc/ipfilter_<wbr>altivec.cpp b/source/common/ppc/ipfilter_<wbr>altivec.cpp</div><div>index 3468968..55ee76a 100644</div><div>--- a/source/common/ppc/ipfilter_<wbr>altivec.cpp</div><div>+++ b/source/common/ppc/ipfilter_<wbr>altivec.cpp</div><div>@@ -1,14 +1,34 @@</div><div>-#include <iostream></div><div>+/****************************<wbr>******************************<wbr>*******************</div><div>+ * Copyright (C) 2013 x265 project</div><div>+ *</div><div>+ * Authors: Roger Moussalli <<a href="mailto:rmoussal@us.ibm.com" target="_blank">rmoussal@us.ibm.com</a>></div><div>+ *          Min Chen <<a href="mailto:min.chen@multicorewareinc.com" target="_blank">min.chen@multicorewareinc.com</a><wbr>></div><div>+ *</div><div>+ * This program is free software; you can redistribute it and/or modify</div><div>+ * it under the terms of the GNU General Public License as published by</div><div>+ * the Free Software Foundation; either version 2 of the License, or</div><div>+ * (at your option) any later version.</div><div>+ *</div><div>+ * This program is distributed in the hope that it will be useful,</div><div>+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</div><div>+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</div><div>+ * GNU General Public License for more details.</div><div>+ *</div><div>+ * You should have received a copy of the GNU General Public License</div><div>+ * along with this program; if not, write to the Free Software</div><div>+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111, USA.</div><div>+ *</div><div>+ * This program is also available under a commercial proprietary license.</div><div>+ * For more information, contact us at license @ <a href="http://x265.com" target="_blank">x265.com</a>.</div><div>+ ******************************<wbr>******************************<wbr>*****************/</div><div> </div><div>+#include <iostream></div><div> #include "common.h"</div><div> #include "primitives.h"</div><div> #include "ppccommon.h"</div><div> </div><div> using namespace X265_NS;</div><div> </div><div>-</div><div>-</div><div>-</div><div> // ORIGINAL : for(col=0; col<16; col++) {sum[col]  = src[ocol+col + 0 * srcStride] * c[0];}</div><div> #define multiply_pixel_coeff(/*vector int*/ v_sum_0, /*vector int*/ v_sum_1, /*vector int*/ v_sum_2, /*vector int*/ v_sum_3, /*const pixel * */ src, /*int*/ src_offset, /*vector signed short*/ v_coeff) \</div><div> { \</div><span class="HOEnZb"><font color="#888888"><div>-- </div><div>1.7.9.msysgit.0</div><div><br></div></font></span></div><br>______________________________<wbr>_________________<br>
x265-devel mailing list<br>
<a href="mailto:x265-devel@videolan.org">x265-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/x265-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/<wbr>listinfo/x265-devel</a><br>
<br></blockquote></div><br></div></div>