[vlc-commits] deinterlace: fixed authors for X and the Yadif glue
    Juha Jeronen 
    git at videolan.org
       
    Mon May  2 17:23:52 CEST 2011
    
    
  
vlc | branch: master | Juha Jeronen <juha.jeronen at jyu.fi> | Mon May  2 17:33:19 2011 +0300| [a6456dc87d951e2a896fc6e4f1b41ff2a518a446] | committer: Jean-Baptiste Kempf
deinterlace: fixed authors for X and the Yadif glue
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a6456dc87d951e2a896fc6e4f1b41ff2a518a446
---
 modules/video_filter/deinterlace/algo_x.c     |    2 +-
 modules/video_filter/deinterlace/algo_x.h     |    2 +-
 modules/video_filter/deinterlace/algo_yadif.c |    3 ++-
 modules/video_filter/deinterlace/algo_yadif.h |    3 ++-
 4 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/modules/video_filter/deinterlace/algo_x.c b/modules/video_filter/deinterlace/algo_x.c
index f68b122..4724c35 100644
--- a/modules/video_filter/deinterlace/algo_x.c
+++ b/modules/video_filter/deinterlace/algo_x.c
@@ -4,7 +4,7 @@
  * Copyright (C) 2000-2011 the VideoLAN team
  * $Id$
  *
- * Author: Sam Hocevar <sam at zoy.org>
+ * Author: Laurent Aimar <fenrir at videolan.org>
  *
  * 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_x.h b/modules/video_filter/deinterlace/algo_x.h
index de5c95a..09f0c89 100644
--- a/modules/video_filter/deinterlace/algo_x.h
+++ b/modules/video_filter/deinterlace/algo_x.h
@@ -4,7 +4,7 @@
  * Copyright (C) 2000-2011 the VideoLAN team
  * $Id$
  *
- * Author: Sam Hocevar <sam at zoy.org>
+ * Author: Laurent Aimar <fenrir at videolan.org>
  *
  * 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_yadif.c b/modules/video_filter/deinterlace/algo_yadif.c
index 231eaae..bf2f097 100644
--- a/modules/video_filter/deinterlace/algo_yadif.c
+++ b/modules/video_filter/deinterlace/algo_yadif.c
@@ -4,7 +4,8 @@
  * Copyright (C) 2000-2011 the VideoLAN team
  * $Id$
  *
- * Author: Sam Hocevar <sam at zoy.org>
+ * Author: Laurent Aimar <fenrir at videolan.org>
+ *         Juha Jeronen  <juha.jeronen at jyu.fi> (soft field repeat hack)
  *
  * 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_yadif.h b/modules/video_filter/deinterlace/algo_yadif.h
index d0467a8..b211417 100644
--- a/modules/video_filter/deinterlace/algo_yadif.h
+++ b/modules/video_filter/deinterlace/algo_yadif.h
@@ -4,7 +4,8 @@
  * Copyright (C) 2000-2011 the VideoLAN team
  * $Id$
  *
- * Author: Sam Hocevar <sam at zoy.org>
+ * Author: Laurent Aimar <fenrir at videolan.org>
+ *         Juha Jeronen  <juha.jeronen at jyu.fi> (soft field repeat hack)
  *
  * 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