[vlc-commits] deinterlace: some more authorship fixes
Juha Jeronen
git at videolan.org
Tue May 3 01:06:28 CEST 2011
vlc | branch: master | Juha Jeronen <juha.jeronen at jyu.fi> | Mon May 2 20:44:45 2011 +0300| [b331b629317bf7a7ce436f3abf7ffacfd4a03640] | committer: Jean-Baptiste Kempf
deinterlace: some more authorship fixes
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b331b629317bf7a7ce436f3abf7ffacfd4a03640
---
modules/video_filter/deinterlace/algo_basic.c | 2 ++
modules/video_filter/deinterlace/algo_basic.h | 2 ++
modules/video_filter/deinterlace/deinterlace.c | 5 ++++-
modules/video_filter/deinterlace/deinterlace.h | 5 ++++-
modules/video_filter/deinterlace/merge.c | 5 ++++-
modules/video_filter/deinterlace/merge.h | 5 ++++-
6 files changed, 20 insertions(+), 4 deletions(-)
diff --git a/modules/video_filter/deinterlace/algo_basic.c b/modules/video_filter/deinterlace/algo_basic.c
index fb0090e..31a697a 100644
--- a/modules/video_filter/deinterlace/algo_basic.c
+++ b/modules/video_filter/deinterlace/algo_basic.c
@@ -5,6 +5,8 @@
* $Id$
*
* Author: Sam Hocevar <sam at zoy.org>
+ * Damien Lucas <nitrox at videolan.org> (Bob, Blend)
+ * Laurent Aimar <fenrir at videolan.org> (Bob, Blend)
*
* 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/modules/video_filter/deinterlace/algo_basic.h b/modules/video_filter/deinterlace/algo_basic.h
index 069345a..4923948 100644
--- a/modules/video_filter/deinterlace/algo_basic.h
+++ b/modules/video_filter/deinterlace/algo_basic.h
@@ -5,6 +5,8 @@
* $Id$
*
* Author: Sam Hocevar <sam at zoy.org>
+ * Damien Lucas <nitrox at videolan.org> (Bob, Blend)
+ * Laurent Aimar <fenrir at videolan.org> (Bob, Blend)
*
* 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/modules/video_filter/deinterlace/deinterlace.c b/modules/video_filter/deinterlace/deinterlace.c
index 4cd39d8..fa1a00b 100644
--- a/modules/video_filter/deinterlace/deinterlace.c
+++ b/modules/video_filter/deinterlace/deinterlace.c
@@ -5,7 +5,10 @@
* $Id$
*
* Author: Sam Hocevar <sam at zoy.org>
- * Juha Jeronen <juha.jeronen at jyu.fi> (Phosphor and IVTC modes)
+ * Christophe Massiot <massiot at via.ecp.fr>
+ * Laurent Aimar <fenrir at videolan.org>
+ * Juha Jeronen <juha.jeronen at jyu.fi>
+ * ...and others
*
* 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/modules/video_filter/deinterlace/deinterlace.h b/modules/video_filter/deinterlace/deinterlace.h
index 164cad5..844a59d 100644
--- a/modules/video_filter/deinterlace/deinterlace.h
+++ b/modules/video_filter/deinterlace/deinterlace.h
@@ -5,7 +5,10 @@
* $Id$
*
* Author: Sam Hocevar <sam at zoy.org>
- * Juha Jeronen <juha.jeronen at jyu.fi> (Phosphor and IVTC modes)
+ * Christophe Massiot <massiot at via.ecp.fr>
+ * Laurent Aimar <fenrir at videolan.org>
+ * Juha Jeronen <juha.jeronen at jyu.fi>
+ * ...and others
*
* 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/modules/video_filter/deinterlace/merge.c b/modules/video_filter/deinterlace/merge.c
index c7f3629..ba6dff6 100644
--- a/modules/video_filter/deinterlace/merge.c
+++ b/modules/video_filter/deinterlace/merge.c
@@ -4,7 +4,10 @@
* Copyright (C) 2011 the VideoLAN team
* $Id$
*
- * Author: Sam Hocevar <sam at zoy.org>
+ * Author: Sam Hocevar <sam at zoy.org> (generic C routine)
+ * Sigmund Augdal Helberg <sigmunau at videolan.org> (MMXEXT, 3DNow, SSE2)
+ * Eric Petit <eric.petit at lapsus.org> (Altivec)
+ * Rémi Denis-Courmont <remi at remlab.net> (ARM NEON)
*
* 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/modules/video_filter/deinterlace/merge.h b/modules/video_filter/deinterlace/merge.h
index b512a45..6526b98 100644
--- a/modules/video_filter/deinterlace/merge.h
+++ b/modules/video_filter/deinterlace/merge.h
@@ -4,7 +4,10 @@
* Copyright (C) 2011 the VideoLAN team
* $Id$
*
- * Author: Sam Hocevar <sam at zoy.org>
+ * Author: Sam Hocevar <sam at zoy.org> (generic C routine)
+ * Sigmund Augdal Helberg <sigmunau at videolan.org> (MMXEXT, 3DNow, SSE2)
+ * Eric Petit <eric.petit at lapsus.org> (Altivec)
+ * Rémi Denis-Courmont <remi at remlab.net> (ARM NEON)
*
* 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 vlc-commits
mailing list