[vlc-devel] commit: stats: Ownership. (Pierre d'Herbemont )

git version control git at videolan.org
Fri Jun 6 02:30:02 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Fri Jun  6 02:30:50 2008 +0200| [ed7b6cb100a89089a05b59b8c2ff70d0663a05c4]

stats: Ownership.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ed7b6cb100a89089a05b59b8c2ff70d0663a05c4
---

 modules/misc/stats/decoder.c |    4 ++--
 modules/misc/stats/demux.c   |    6 +++---
 modules/misc/stats/encoder.c |    6 +++---
 modules/misc/stats/stats.c   |    4 ++--
 modules/misc/stats/stats.h   |    4 ++--
 modules/misc/stats/vout.c    |    6 +++---
 6 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/modules/misc/stats/decoder.c b/modules/misc/stats/decoder.c
index be39deb..54dd63d 100644
--- a/modules/misc/stats/decoder.c
+++ b/modules/misc/stats/decoder.c
@@ -1,10 +1,10 @@
 /*****************************************************************************
  * decoder.c: stats decoder plugin for vlc.
  *****************************************************************************
- * Copyright (C) 2002 the VideoLAN team
- * $Id$
+ * Copyright (C) 2002-2008 the VideoLAN team
  *
  * Authors: Samuel Hocevar <sam at zoy.org>
+ *          Pierre d'Herbemont <pdherbemont 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/misc/stats/demux.c b/modules/misc/stats/demux.c
index 0f9c6a7..6dfb365 100644
--- a/modules/misc/stats/demux.c
+++ b/modules/misc/stats/demux.c
@@ -1,10 +1,10 @@
 /*****************************************************************************
- * input_dummy.c: dummy input plugin, to manage "vlc:***" special options
+ * demux.c: stats demux plugin
  *****************************************************************************
- * Copyright (C) 2001, 2002 the VideoLAN team
- * $Id$
+ * Copyright (C) 2001-2008 the VideoLAN team
  *
  * Authors: Samuel Hocevar <sam at zoy.org>
+ *          Pierre d'Herbemont <pdherbemont 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/misc/stats/encoder.c b/modules/misc/stats/encoder.c
index 1cab4b6..7edfe19 100644
--- a/modules/misc/stats/encoder.c
+++ b/modules/misc/stats/encoder.c
@@ -1,10 +1,10 @@
 /*****************************************************************************
- * encoder.c: dummy encoder plugin for vlc.
+ * encoder.c: stats encoder plugin for vlc.
  *****************************************************************************
- * Copyright (C) 2002 the VideoLAN team
- * $Id$
+ * Copyright (C) 2002-2008 the VideoLAN team
  *
  * Authors: Gildas Bazin <gbazin at netcourrier.com>
+ *          Pierre d'Herbemont <pdherbemont 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/misc/stats/stats.c b/modules/misc/stats/stats.c
index c3968ae..fe78b7c 100644
--- a/modules/misc/stats/stats.c
+++ b/modules/misc/stats/stats.c
@@ -1,10 +1,10 @@
 /*****************************************************************************
  * stats.c : stats plugin for vlc
  *****************************************************************************
- * Copyright (C) 2000, 2001 the VideoLAN team
- * $Id$
+ * Copyright (C) 2000-2008 the VideoLAN team
  *
  * Authors: Samuel Hocevar <sam at zoy.org>
+ *          Pierre d'Herbemont <pdherbemont 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/misc/stats/stats.h b/modules/misc/stats/stats.h
index 9d7f18d..1c9d189 100644
--- a/modules/misc/stats/stats.h
+++ b/modules/misc/stats/stats.h
@@ -1,10 +1,10 @@
 /*****************************************************************************
  * stats.h : stats plugin for vlc
  *****************************************************************************
- * Copyright (C) 2000, 2001, 2002 the VideoLAN team
- * $Id$
+ * Copyright (C) 2000-2008 the VideoLAN team
  *
  * Authors: Samuel Hocevar <sam at zoy.org>
+ *          Pierre d'Herbemont <pdherbemont 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/misc/stats/vout.c b/modules/misc/stats/vout.c
index 8a237b3..0c1514a 100644
--- a/modules/misc/stats/vout.c
+++ b/modules/misc/stats/vout.c
@@ -1,10 +1,10 @@
 /*****************************************************************************
- * vout_dummy.c: Dummy video output display method for testing purposes
+ * vout.c: video output display for stats purpose
  *****************************************************************************
- * Copyright (C) 2000, 2001 the VideoLAN team
- * $Id$
+ * Copyright (C) 2000-2008 the VideoLAN team
  *
  * Authors: Samuel Hocevar <sam at zoy.org>
+ *          Pierre d'Herbemont <pdherbemont 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




More information about the vlc-devel mailing list