vlc | branch: master | Juha Jeronen <juha.jero...@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 <j...@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 <s...@zoy.org>
+ *         Damien Lucas <nit...@videolan.org>  (Bob, Blend)
+ *         Laurent Aimar <fen...@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 <s...@zoy.org>
+ *         Damien Lucas <nit...@videolan.org>  (Bob, Blend)
+ *         Laurent Aimar <fen...@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 <s...@zoy.org>
- *         Juha Jeronen <juha.jero...@jyu.fi> (Phosphor and IVTC modes)
+ *         Christophe Massiot <mass...@via.ecp.fr>
+ *         Laurent Aimar <fen...@videolan.org>
+ *         Juha Jeronen <juha.jero...@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 <s...@zoy.org>
- *         Juha Jeronen <juha.jero...@jyu.fi> (Phosphor and IVTC modes)
+ *         Christophe Massiot <mass...@via.ecp.fr>
+ *         Laurent Aimar <fen...@videolan.org>
+ *         Juha Jeronen <juha.jero...@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 <s...@zoy.org>
+ * Author: Sam Hocevar <s...@zoy.org>                      (generic C routine)
+ *         Sigmund Augdal Helberg <sigmu...@videolan.org> (MMXEXT, 3DNow, SSE2)
+ *         Eric Petit <eric.pe...@lapsus.org>             (Altivec)
+ *         Rémi Denis-Courmont <r...@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 <s...@zoy.org>
+ * Author: Sam Hocevar <s...@zoy.org>                      (generic C routine)
+ *         Sigmund Augdal Helberg <sigmu...@videolan.org> (MMXEXT, 3DNow, SSE2)
+ *         Eric Petit <eric.pe...@lapsus.org>             (Altivec)
+ *         Rémi Denis-Courmont <r...@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

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to