[x265-commits] [x265] update copyright header

Min Chen chenm003 at 163.com
Tue Sep 22 03:36:26 CEST 2015


details:   http://hg.videolan.org/x265/rev/acc2394e34ef
branches:  
changeset: 10992:acc2394e34ef
user:      Min Chen <chenm003 at 163.com>
date:      Mon Sep 21 18:48:46 2015 -0500
description:
update copyright header

diffstat:

 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/checkasm-a.asm          |  2 ++
 source/test/ipfilterharness.h       |  1 +
 source/test/pixelharness.h          |  1 +
 source/test/testbench.cpp           |  1 +
 source/test/testharness.h           |  1 +
 source/x265.h                       |  1 +
 57 files changed, 61 insertions(+), 0 deletions(-)

diffs (truncated from 649 to 300 lines):

diff -r 57f027dfb308 -r acc2394e34ef source/common/bitstream.h
--- a/source/common/bitstream.h	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/common.h
--- a/source/common/common.h	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/constants.cpp
--- a/source/common/constants.cpp	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/constants.h
--- a/source/common/constants.h	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/contexts.h
--- a/source/common/contexts.h	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/cudata.cpp
--- a/source/common/cudata.cpp	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/deblock.cpp
--- a/source/common/deblock.cpp	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/deblock.h
--- a/source/common/deblock.h	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/ipfilter.cpp
--- a/source/common/ipfilter.cpp	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/loopfilter.cpp
--- a/source/common/loopfilter.cpp	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/picyuv.cpp
--- a/source/common/picyuv.cpp	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/predict.cpp
--- a/source/common/predict.cpp	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/predict.h
--- a/source/common/predict.h	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/quant.cpp
--- a/source/common/quant.cpp	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/quant.h
--- a/source/common/quant.h	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/threading.h
--- a/source/common/threading.h	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/threadpool.cpp
--- a/source/common/threadpool.cpp	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/version.cpp
--- a/source/common/version.cpp	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/wavefront.cpp
--- a/source/common/wavefront.cpp	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/wavefront.h
--- a/source/common/wavefront.h	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/x86/blockcopy8.asm
--- a/source/common/x86/blockcopy8.asm	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/x86/blockcopy8.h
--- a/source/common/x86/blockcopy8.h	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/x86/const-a.asm
--- a/source/common/x86/const-a.asm	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/x86/cpu-a.asm
--- a/source/common/x86/cpu-a.asm	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/x86/dct8.h
--- a/source/common/x86/dct8.h	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/x86/loopfilter.h
--- a/source/common/x86/loopfilter.h	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/x86/mc-a.asm
--- a/source/common/x86/mc-a.asm	Fri Sep 18 18:53:46 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 57f027dfb308 -r acc2394e34ef source/common/x86/mc-a2.asm
--- a/source/common/x86/mc-a2.asm	Fri Sep 18 18:53:46 2015 -0500
+++ b/source/common/x86/mc-a2.asm	Mon Sep 21 18:48:46 2015 -0500


More information about the x265-commits mailing list