[x264-devel] commit: Cosmetic: update various file headers. (Jason Garrett-Glaser )
git version control
git at videolan.org
Sat Nov 29 13:50:38 CET 2008
x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Sat Nov 29 04:49:18 2008 -0800| [6c3e0258776c1117929aec7c12d51b88c214467c] | committer: Jason Garrett-Glaser
Cosmetic: update various file headers.
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=6c3e0258776c1117929aec7c12d51b88c214467c
---
common/cpu.c | 1 +
common/frame.c | 1 +
common/x86/cpu-a.asm | 3 ++-
common/x86/dct-a.asm | 1 +
common/x86/mc-a.asm | 2 +-
common/x86/mc-a2.asm | 1 +
common/x86/pixel-a.asm | 1 +
common/x86/quant-a.asm | 1 +
common/x86/sad-a.asm | 1 +
encoder/analyse.c | 1 +
encoder/cabac.c | 1 +
encoder/cavlc.c | 1 +
encoder/encoder.c | 1 +
encoder/rdo.c | 5 ++++-
encoder/slicetype.c | 5 ++++-
15 files changed, 22 insertions(+), 4 deletions(-)
diff --git a/common/cpu.c b/common/cpu.c
index 762f3c8..d8ed4d3 100644
--- a/common/cpu.c
+++ b/common/cpu.c
@@ -5,6 +5,7 @@
*
* Authors: Loren Merritt <lorenm at u.washington.edu>
* Laurent Aimar <fenrir at via.ecp.fr>
+ * Jason Garrett-Glaser <darkshikari at gmail.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 --git a/common/frame.c b/common/frame.c
index b190de7..8c8d52d 100644
--- a/common/frame.c
+++ b/common/frame.c
@@ -5,6 +5,7 @@
*
* Authors: Laurent Aimar <fenrir at via.ecp.fr>
* Loren Merritt <lorenm at u.washington.edu>
+ * Jason Garrett-Glaser <darkshikari at gmail.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 --git a/common/x86/cpu-a.asm b/common/x86/cpu-a.asm
index 13266fa..ebfe48d 100644
--- a/common/x86/cpu-a.asm
+++ b/common/x86/cpu-a.asm
@@ -1,10 +1,11 @@
;*****************************************************************************
-;* cpu-32.asm: h264 encoder library
+;* cpu-a.asm: h264 encoder library
;*****************************************************************************
;* Copyright (C) 2003-2008 x264 project
;*
;* Authors: Laurent Aimar <fenrir at via.ecp.fr>
;* Loren Merritt <lorenm at u.washington.edu>
+;* Jason Garrett-Glaser <darkshikari at gmail.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 --git a/common/x86/dct-a.asm b/common/x86/dct-a.asm
index 73922fc..012e25a 100644
--- a/common/x86/dct-a.asm
+++ b/common/x86/dct-a.asm
@@ -5,6 +5,7 @@
;*
;* Authors: Laurent Aimar <fenrir at via.ecp.fr>
;* Loren Merritt <lorenm at u.washington.edu>
+;* Holger Lubitz <hal at duncan.ol.sub.de>
;* Min Chen <chenm001.163.com>
;*
;* This program is free software; you can redistribute it and/or modify
diff --git a/common/x86/mc-a.asm b/common/x86/mc-a.asm
index cb73736..0580f5d 100644
--- a/common/x86/mc-a.asm
+++ b/common/x86/mc-a.asm
@@ -4,8 +4,8 @@
;* Copyright (C) 2003-2008 x264 project
;*
;* Authors: Loren Merritt <lorenm at u.washington.edu>
-;* Laurent Aimar <fenrir at via.ecp.fr>
;* Jason Garrett-Glaser <darkshikari at gmail.com>
+;* Laurent Aimar <fenrir at via.ecp.fr>
;* Min Chen <chenm001.163.com>
;*
;* This program is free software; you can redistribute it and/or modify
diff --git a/common/x86/mc-a2.asm b/common/x86/mc-a2.asm
index dd34571..a6c376a 100644
--- a/common/x86/mc-a2.asm
+++ b/common/x86/mc-a2.asm
@@ -5,6 +5,7 @@
;*
;* Authors: Loren Merritt <lorenm at u.washington.edu>
;* Jason Garrett-Glaser <darkshikari at gmail.com>
+;* Holger Lubitz <hal at duncan.ol.sub.de>
;* Mathieu Monnier <manao at melix.net>
;*
;* This program is free software; you can redistribute it and/or modify
diff --git a/common/x86/pixel-a.asm b/common/x86/pixel-a.asm
index 13550be..d249f12 100644
--- a/common/x86/pixel-a.asm
+++ b/common/x86/pixel-a.asm
@@ -6,6 +6,7 @@
;* Authors: Loren Merritt <lorenm at u.washington.edu>
;* Laurent Aimar <fenrir at via.ecp.fr>
;* Alex Izvorski <aizvorksi at gmail.com>
+;* Jason Garrett-Glaser <darkshikari at gmail.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 --git a/common/x86/quant-a.asm b/common/x86/quant-a.asm
index 6bedf54..a039414 100644
--- a/common/x86/quant-a.asm
+++ b/common/x86/quant-a.asm
@@ -4,6 +4,7 @@
;* Copyright (C) 2005-2008 x264 project
;*
;* Authors: Loren Merritt <lorenm at u.washington.edu>
+;* Jason Garrett-Glaser <darkshikari at gmail.com>
;* Christian Heine <sennindemokrit at gmx.net>
;*
;* This program is free software; you can redistribute it and/or modify
diff --git a/common/x86/sad-a.asm b/common/x86/sad-a.asm
index 1106baa..f600dc1 100644
--- a/common/x86/sad-a.asm
+++ b/common/x86/sad-a.asm
@@ -5,6 +5,7 @@
;*
;* Authors: Loren Merritt <lorenm at u.washington.edu>
;* Laurent Aimar <fenrir at via.ecp.fr>
+;* Jason Garrett-Glaser <darkshikari at gmail.com>
;* Alex Izvorski <aizvorksi at gmail.com>
;*
;* This program is free software; you can redistribute it and/or modify
diff --git a/encoder/analyse.c b/encoder/analyse.c
index 8ae426f..68c26df 100644
--- a/encoder/analyse.c
+++ b/encoder/analyse.c
@@ -5,6 +5,7 @@
*
* Authors: Laurent Aimar <fenrir at via.ecp.fr>
* Loren Merritt <lorenm at u.washington.edu>
+ * Jason Garrett-Glaser <darkshikari at gmail.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 --git a/encoder/cabac.c b/encoder/cabac.c
index 2fd240d..a5b5e6c 100644
--- a/encoder/cabac.c
+++ b/encoder/cabac.c
@@ -5,6 +5,7 @@
*
* Authors: Laurent Aimar <fenrir at via.ecp.fr>
* Loren Merritt <lorenm at u.washington.edu>
+ * Jason Garrett-Glaser <darkshikari at gmail.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 --git a/encoder/cavlc.c b/encoder/cavlc.c
index 49c9c7f..b715384 100644
--- a/encoder/cavlc.c
+++ b/encoder/cavlc.c
@@ -5,6 +5,7 @@
*
* Authors: Laurent Aimar <fenrir at via.ecp.fr>
* Loren Merritt <lorenm at u.washington.edu>
+ * Jason Garrett-Glaser <darkshikari at gmail.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 --git a/encoder/encoder.c b/encoder/encoder.c
index 1fd8611..cb03e94 100644
--- a/encoder/encoder.c
+++ b/encoder/encoder.c
@@ -5,6 +5,7 @@
*
* Authors: Laurent Aimar <fenrir at via.ecp.fr>
* Loren Merritt <lorenm at u.washington.edu>
+ * Jason Garrett-Glaser <darkshikari at gmail.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 --git a/encoder/rdo.c b/encoder/rdo.c
index 655a329..74ca1c5 100644
--- a/encoder/rdo.c
+++ b/encoder/rdo.c
@@ -1,7 +1,10 @@
/*****************************************************************************
* rdo.c: h264 encoder library (rate-distortion optimization)
*****************************************************************************
- * Copyright (C) 2005-2008 Loren Merritt <lorenm at u.washington.edu>
+ * Copyright (C) 2005-2008 x264 project
+ *
+ * Authors: Loren Merritt <lorenm at u.washington.edu>
+ * Jason Garrett-Glaser <darkshikari at gmail.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 --git a/encoder/slicetype.c b/encoder/slicetype.c
index a8c028c..b24e5b6 100644
--- a/encoder/slicetype.c
+++ b/encoder/slicetype.c
@@ -1,7 +1,10 @@
/*****************************************************************************
* slicetype.c: h264 encoder library
*****************************************************************************
- * Copyright (C) 2005-2008 Loren Merritt <lorenm at u.washington.edu>
+ * Copyright (C) 2005-2008 x264 project
+ *
+ * Authors: Loren Merritt <lorenm at u.washington.edu>
+ * Jason Garrett-Glaser <darkshikari at gmail.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 x264-devel
mailing list