Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
ed7b6cb1
Commit
ed7b6cb1
authored
Jun 06, 2008
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stats: Ownership.
parent
722f244d
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
15 deletions
+15
-15
modules/misc/stats/decoder.c
modules/misc/stats/decoder.c
+2
-2
modules/misc/stats/demux.c
modules/misc/stats/demux.c
+3
-3
modules/misc/stats/encoder.c
modules/misc/stats/encoder.c
+3
-3
modules/misc/stats/stats.c
modules/misc/stats/stats.c
+2
-2
modules/misc/stats/stats.h
modules/misc/stats/stats.h
+2
-2
modules/misc/stats/vout.c
modules/misc/stats/vout.c
+3
-3
No files found.
modules/misc/stats/decoder.c
View file @
ed7b6cb1
/*****************************************************************************
* 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@zoy.org>
* Pierre d'Herbemont <pdherbemont@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
...
...
modules/misc/stats/demux.c
View file @
ed7b6cb1
/*****************************************************************************
*
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@zoy.org>
* Pierre d'Herbemont <pdherbemont@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
...
...
modules/misc/stats/encoder.c
View file @
ed7b6cb1
/*****************************************************************************
* 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@netcourrier.com>
* Pierre d'Herbemont <pdherbemont@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
...
...
modules/misc/stats/stats.c
View file @
ed7b6cb1
/*****************************************************************************
* 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@zoy.org>
* Pierre d'Herbemont <pdherbemont@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
...
...
modules/misc/stats/stats.h
View file @
ed7b6cb1
/*****************************************************************************
* 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@zoy.org>
* Pierre d'Herbemont <pdherbemont@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
...
...
modules/misc/stats/vout.c
View file @
ed7b6cb1
/*****************************************************************************
* vout
_dummy.c: Dummy
video output display
method for testing
purpose
s
* 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@zoy.org>
* Pierre d'Herbemont <pdherbemont@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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment