[x265] [PATCH] update copyright header
Min Chen
chenm003 at 163.com
Tue Sep 22 01:48:53 CEST 2015
# HG changeset patch
# User Min Chen <chenm003 at 163.com>
# Date 1442879326 18000
# Node ID 54ead7d00d54f96f3d7c80e9f7da1800da14cf07
# Parent 713565d08b07c488b519f464998f2606361a6dbc
update copyright header
---
source/common/bitstream.h | 1 +
source/common/common.h | 1 +
source/common/constants.cpp | 1 +
source/common/constants.h | 1 +
source/common/contexts.h | 1 +
source/common/cudata.cpp | 1 +
source/common/deblock.cpp | 1 +
source/common/deblock.h | 1 +
source/common/ipfilter.cpp | 1 +
source/common/loopfilter.cpp | 1 +
source/common/picyuv.cpp | 1 +
source/common/predict.cpp | 1 +
source/common/predict.h | 1 +
source/common/quant.cpp | 1 +
source/common/quant.h | 1 +
source/common/threading.h | 1 +
source/common/threadpool.cpp | 1 +
source/common/version.cpp | 1 +
source/common/wavefront.cpp | 1 +
source/common/wavefront.h | 1 +
source/common/x86/blockcopy8.asm | 1 +
source/common/x86/blockcopy8.h | 1 +
source/common/x86/const-a.asm | 1 +
source/common/x86/cpu-a.asm | 1 +
source/common/x86/dct8.h | 1 +
source/common/x86/loopfilter.h | 1 +
source/common/x86/mc-a.asm | 1 +
source/common/x86/mc-a2.asm | 2 ++
source/common/x86/pixel-a.asm | 1 +
source/common/x86/pixel-util.h | 1 +
source/common/x86/pixel.h | 2 ++
source/common/x86/pixeladd8.asm | 1 +
source/common/x86/sad-a.asm | 1 +
source/common/x86/ssd-a.asm | 2 ++
source/common/x86/x86util.asm | 1 +
source/common/yuv.cpp | 1 +
source/encoder/analysis.cpp | 1 +
source/encoder/analysis.h | 1 +
source/encoder/bitcost.cpp | 1 +
source/encoder/encoder.cpp | 1 +
source/encoder/entropy.cpp | 1 +
source/encoder/entropy.h | 1 +
source/encoder/level.cpp | 1 +
source/encoder/motion.cpp | 1 +
source/encoder/motion.h | 1 +
source/encoder/nal.cpp | 1 +
source/encoder/rdcost.h | 1 +
source/encoder/search.cpp | 1 +
source/encoder/search.h | 1 +
source/encoder/slicetype.h | 1 +
source/encoder/weightPrediction.cpp | 1 +
source/test/testbench.cpp | 1 +
source/test/checkasm-a.asm | 2 ++
source/test/ipfilterharness.h | 1 +
source/test/pixelharness.h | 1 +
source/test/testharness.h | 1 +
source/x265.h | 1 +
57 files changed, 61 insertions(+), 0 deletions(-)
diff -r 713565d08b07 -r 54ead7d00d54 source/common/bitstream.h
--- a/source/common/bitstream.h Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/bitstream.h Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Author: Steve Borho <steve at borho.org>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/common.h
--- a/source/common/common.h Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/common.h Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Deepthi Nandakumar <deepthi at multicorewareinc.com>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/constants.cpp
--- a/source/common/constants.cpp Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/constants.cpp Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2015 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+* Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/constants.h
--- a/source/common/constants.h Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/constants.h Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2015 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/contexts.h
--- a/source/common/contexts.h Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/contexts.h Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2015 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+* Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/cudata.cpp
--- a/source/common/cudata.cpp Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/cudata.cpp Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2015 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/deblock.cpp
--- a/source/common/deblock.cpp Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/deblock.cpp Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Author: Gopu Govindaswamy <gopu at multicorewareinc.com>
+* Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/deblock.h
--- a/source/common/deblock.h Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/deblock.h Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Author: Gopu Govindaswamy <gopu at multicorewareinc.com>
+* Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/ipfilter.cpp
--- a/source/common/ipfilter.cpp Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/ipfilter.cpp Mon Sep 21 18:48:46 2015 -0500
@@ -4,6 +4,7 @@
* Authors: Deepthi Devaki <deepthidevaki at multicorewareinc.com>,
* Rajesh Paulraj <rajesh at multicorewareinc.com>
* Praveen Kumar Tiwari <praveen at multicorewareinc.com>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/loopfilter.cpp
--- a/source/common/loopfilter.cpp Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/loopfilter.cpp Mon Sep 21 18:48:46 2015 -0500
@@ -3,6 +3,7 @@
*
* Authors: Praveen Kumar Tiwari <praveen at multicorewareinc.com>
* Dnyaneshwar Gorade <dnyaneshwar at multicorewareinc.com>
+* Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/picyuv.cpp
--- a/source/common/picyuv.cpp Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/picyuv.cpp Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2015 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/predict.cpp
--- a/source/common/predict.cpp Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/predict.cpp Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Deepthi Nandakumar <deepthi at multicorewareinc.com>
+* Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/predict.h
--- a/source/common/predict.h Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/predict.h Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Deepthi Nandakumar <deepthi at multicorewareinc.com>
+* Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/quant.cpp
--- a/source/common/quant.cpp Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/quant.cpp Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2015 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/quant.h
--- a/source/common/quant.h Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/quant.h Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2015 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/threading.h
--- a/source/common/threading.h Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/threading.h Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/threadpool.cpp
--- a/source/common/threadpool.cpp Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/threadpool.cpp Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/version.cpp
--- a/source/common/version.cpp Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/version.cpp Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/wavefront.cpp
--- a/source/common/wavefront.cpp Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/wavefront.cpp Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/wavefront.h
--- a/source/common/wavefront.h Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/wavefront.h Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/x86/blockcopy8.asm
--- a/source/common/x86/blockcopy8.asm Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/x86/blockcopy8.asm Mon Sep 21 18:48:46 2015 -0500
@@ -3,6 +3,7 @@
;*
;* Authors: Praveen Kumar Tiwari <praveen at multicorewareinc.com>
;* Murugan Vairavel <murugan at multicorewareinc.com>
+;* Min Chen <chenm003 at 163.com>
;*
;* This program is free software; you can redistribute it and/or modify
;* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/x86/blockcopy8.h
--- a/source/common/x86/blockcopy8.h Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/x86/blockcopy8.h Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+;* Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/x86/const-a.asm
--- a/source/common/x86/const-a.asm Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/x86/const-a.asm Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
;* const-a.asm: x86 global constants
;*****************************************************************************
;* Copyright (C) 2010-2013 x264 project
+;* Copyright (C) 2013-2015 x265 project
;*
;* Authors: Loren Merritt <lorenm at u.washington.edu>
;* Fiona Glaser <fiona at x264.com>
diff -r 713565d08b07 -r 54ead7d00d54 source/common/x86/cpu-a.asm
--- a/source/common/x86/cpu-a.asm Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/x86/cpu-a.asm Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
;* cpu-a.asm: x86 cpu utilities
;*****************************************************************************
;* Copyright (C) 2003-2013 x264 project
+;* Copyright (C) 2013-2015 x265 project
;*
;* Authors: Laurent Aimar <fenrir at via.ecp.fr>
;* Loren Merritt <lorenm at u.washington.edu>
diff -r 713565d08b07 -r 54ead7d00d54 source/common/x86/dct8.h
--- a/source/common/x86/dct8.h Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/x86/dct8.h Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Nabajit Deka <nabajit at multicorewareinc.com>
+;* Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/x86/loopfilter.h
--- a/source/common/x86/loopfilter.h Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/x86/loopfilter.h Mon Sep 21 18:48:46 2015 -0500
@@ -3,6 +3,7 @@
*
* Authors: Dnyaneshwar Gorade <dnyaneshwar at multicorewareinc.com>
* Praveen Kumar Tiwari <praveen at multicorewareinc.com>
+;* Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/x86/mc-a.asm
--- a/source/common/x86/mc-a.asm Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/x86/mc-a.asm Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
;* mc-a.asm: x86 motion compensation
;*****************************************************************************
;* Copyright (C) 2003-2013 x264 project
+;* Copyright (C) 2013-2015 x265 project
;*
;* Authors: Loren Merritt <lorenm at u.washington.edu>
;* Fiona Glaser <fiona at x264.com>
diff -r 713565d08b07 -r 54ead7d00d54 source/common/x86/mc-a2.asm
--- a/source/common/x86/mc-a2.asm Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/x86/mc-a2.asm Mon Sep 21 18:48:46 2015 -0500
@@ -2,12 +2,14 @@
;* mc-a2.asm: x86 motion compensation
;*****************************************************************************
;* Copyright (C) 2005-2013 x264 project
+;* Copyright (C) 2013-2015 x265 project
;*
;* Authors: Loren Merritt <lorenm at u.washington.edu>
;* Fiona Glaser <fiona at x264.com>
;* Holger Lubitz <holger at lubitz.org>
;* Mathieu Monnier <manao at melix.net>
;* Oskar Arvidsson <oskar at irock.se>
+;* Min Chen <chenm003 at 163.com>
;*
;* This program is free software; you can redistribute it and/or modify
;* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/x86/pixel-a.asm
--- a/source/common/x86/pixel-a.asm Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/x86/pixel-a.asm Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
;* pixel.asm: x86 pixel metrics
;*****************************************************************************
;* Copyright (C) 2003-2013 x264 project
+;* Copyright (C) 2013-2015 x265 project
;*
;* Authors: Loren Merritt <lorenm at u.washington.edu>
;* Holger Lubitz <holger at lubitz.org>
diff -r 713565d08b07 -r 54ead7d00d54 source/common/x86/pixel-util.h
--- a/source/common/x86/pixel-util.h Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/x86/pixel-util.h Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+;* Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/x86/pixel.h
--- a/source/common/x86/pixel.h Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/x86/pixel.h Mon Sep 21 18:48:46 2015 -0500
@@ -2,10 +2,12 @@
* pixel.h: x86 pixel metrics
*****************************************************************************
* Copyright (C) 2003-2013 x264 project
+ * Copyright (C) 2013-2015 x265 project
*
* Authors: Laurent Aimar <fenrir at via.ecp.fr>
* Loren Merritt <lorenm at u.washington.edu>
* Fiona Glaser <fiona at x264.com>
+;* Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/x86/pixeladd8.asm
--- a/source/common/x86/pixeladd8.asm Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/x86/pixeladd8.asm Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
;* Copyright (C) 2013 x265 project
;*
;* Authors: Praveen Kumar Tiwari <praveen at multicorewareinc.com>
+;* Min Chen <chenm003 at 163.com>
;*
;* This program is free software; you can redistribute it and/or modify
;* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/x86/sad-a.asm
--- a/source/common/x86/sad-a.asm Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/x86/sad-a.asm Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
;* sad-a.asm: x86 sad functions
;*****************************************************************************
;* Copyright (C) 2003-2013 x264 project
+;* Copyright (C) 2013-2015 x265 project
;*
;* Authors: Loren Merritt <lorenm at u.washington.edu>
;* Fiona Glaser <fiona at x264.com>
diff -r 713565d08b07 -r 54ead7d00d54 source/common/x86/ssd-a.asm
--- a/source/common/x86/ssd-a.asm Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/x86/ssd-a.asm Mon Sep 21 18:48:46 2015 -0500
@@ -2,11 +2,13 @@
;* ssd-a.asm: x86 ssd functions
;*****************************************************************************
;* Copyright (C) 2003-2013 x264 project
+;* Copyright (C) 2013-2015 x265 project
;*
;* Authors: Loren Merritt <lorenm at u.washington.edu>
;* Fiona Glaser <fiona at x264.com>
;* Laurent Aimar <fenrir at via.ecp.fr>
;* Alex Izvorski <aizvorksi at gmail.com>
+;* Min Chen <chenm003 at 163.com>
;*
;* This program is free software; you can redistribute it and/or modify
;* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/x86/x86util.asm
--- a/source/common/x86/x86util.asm Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/x86/x86util.asm Mon Sep 21 18:48:46 2015 -0500
@@ -5,6 +5,7 @@
;*
;* Authors: Holger Lubitz <holger at lubitz.org>
;* Loren Merritt <lorenm at u.washington.edu>
+;* Min Chen <chenm003 at 163.com>
;*
;* This program is free software; you can redistribute it and/or modify
;* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/common/yuv.cpp
--- a/source/common/yuv.cpp Mon Sep 21 11:55:19 2015 -0500
+++ b/source/common/yuv.cpp Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2015 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/encoder/analysis.cpp
--- a/source/encoder/analysis.cpp Mon Sep 21 11:55:19 2015 -0500
+++ b/source/encoder/analysis.cpp Mon Sep 21 18:48:46 2015 -0500
@@ -3,6 +3,7 @@
*
* Authors: Deepthi Nandakumar <deepthi at multicorewareinc.com>
* Steve Borho <steve at borho.org>
+* Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/encoder/analysis.h
--- a/source/encoder/analysis.h Mon Sep 21 11:55:19 2015 -0500
+++ b/source/encoder/analysis.h Mon Sep 21 18:48:46 2015 -0500
@@ -3,6 +3,7 @@
*
* Authors: Deepthi Nandakumar <deepthi at multicorewareinc.com>
* Steve Borho <steve at borho.org>
+* Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/encoder/bitcost.cpp
--- a/source/encoder/bitcost.cpp Mon Sep 21 11:55:19 2015 -0500
+++ b/source/encoder/bitcost.cpp Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/encoder/encoder.cpp
--- a/source/encoder/encoder.cpp Mon Sep 21 11:55:19 2015 -0500
+++ b/source/encoder/encoder.cpp Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/encoder/entropy.cpp
--- a/source/encoder/entropy.cpp Mon Sep 21 11:55:19 2015 -0500
+++ b/source/encoder/entropy.cpp Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+* Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/encoder/entropy.h
--- a/source/encoder/entropy.h Mon Sep 21 11:55:19 2015 -0500
+++ b/source/encoder/entropy.h Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+* Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/encoder/level.cpp
--- a/source/encoder/level.cpp Mon Sep 21 11:55:19 2015 -0500
+++ b/source/encoder/level.cpp Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/encoder/motion.cpp
--- a/source/encoder/motion.cpp Mon Sep 21 11:55:19 2015 -0500
+++ b/source/encoder/motion.cpp Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/encoder/motion.h
--- a/source/encoder/motion.h Mon Sep 21 11:55:19 2015 -0500
+++ b/source/encoder/motion.h Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/encoder/nal.cpp
--- a/source/encoder/nal.cpp Mon Sep 21 11:55:19 2015 -0500
+++ b/source/encoder/nal.cpp Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+* Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/encoder/rdcost.h
--- a/source/encoder/rdcost.h Mon Sep 21 11:55:19 2015 -0500
+++ b/source/encoder/rdcost.h Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+* Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/encoder/search.cpp
--- a/source/encoder/search.cpp Mon Sep 21 11:55:19 2015 -0500
+++ b/source/encoder/search.cpp Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+* Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/encoder/search.h
--- a/source/encoder/search.h Mon Sep 21 11:55:19 2015 -0500
+++ b/source/encoder/search.h Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+* Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/encoder/slicetype.h
--- a/source/encoder/slicetype.h Mon Sep 21 11:55:19 2015 -0500
+++ b/source/encoder/slicetype.h Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/encoder/weightPrediction.cpp
--- a/source/encoder/weightPrediction.cpp Mon Sep 21 11:55:19 2015 -0500
+++ b/source/encoder/weightPrediction.cpp Mon Sep 21 18:48:46 2015 -0500
@@ -4,6 +4,7 @@
* Author: Shazeb Nawaz Khan <shazeb at multicorewareinc.com>
* Steve Borho <steve at borho.org>
* Kavitha Sampas <kavitha at multicorewareinc.com>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/test/checkasm-a.asm
--- a/source/test/checkasm-a.asm Mon Sep 21 11:55:19 2015 -0500
+++ b/source/test/checkasm-a.asm Mon Sep 21 18:48:46 2015 -0500
@@ -2,9 +2,11 @@
;* checkasm-a.asm: assembly check tool
;*****************************************************************************
;* Copyright (C) 2008-2014 x264 project
+;* Copyright (C) 2013-2015 x265 project
;*
;* Authors: Loren Merritt <lorenm at u.washington.edu>
;* Henrik Gramner <henrik at gramner.com>
+;* Min Chen <chenm003 at 163.com>
;*
;* This program is free software; you can redistribute it and/or modify
;* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/test/ipfilterharness.h
--- a/source/test/ipfilterharness.h Mon Sep 21 11:55:19 2015 -0500
+++ b/source/test/ipfilterharness.h Mon Sep 21 18:48:46 2015 -0500
@@ -4,6 +4,7 @@
* Authors: Deepthi Devaki <deepthidevaki at multicorewareinc.com>,
* Rajesh Paulraj <rajesh at multicorewareinc.com>
* Praveen Kumar Tiwari <praveen at multicorewareinc.com>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/test/pixelharness.h
--- a/source/test/pixelharness.h Mon Sep 21 11:55:19 2015 -0500
+++ b/source/test/pixelharness.h Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/test/testbench.cpp
--- a/source/test/testbench.cpp Mon Sep 21 11:55:19 2015 -0500
+++ b/source/test/testbench.cpp Mon Sep 21 18:48:46 2015 -0500
@@ -4,6 +4,7 @@
* Authors: Gopu Govindaswamy <gopu at govindaswamy.org>
* Mandar Gurav <mandar at multicorewareinc.com>
* Mahesh Pittala <mahesh at multicorewareinc.com>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/test/testharness.h
--- a/source/test/testharness.h Mon Sep 21 11:55:19 2015 -0500
+++ b/source/test/testharness.h Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -r 713565d08b07 -r 54ead7d00d54 source/x265.h
--- a/source/x265.h Mon Sep 21 11:55:19 2015 -0500
+++ b/source/x265.h Mon Sep 21 18:48:46 2015 -0500
@@ -2,6 +2,7 @@
* Copyright (C) 2013 x265 project
*
* Authors: Steve Borho <steve at borho.org>
+ * Min Chen <chenm003 at 163.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
More information about the x265-devel
mailing list