Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Konstantin Pavlov
vlc
Commits
85b29bdc
Commit
85b29bdc
authored
Jul 08, 2005
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Copyright fixes
(da big courmischage)
parent
66f35e56
Changes
926
Hide whitespace changes
Inline
Side-by-side
Showing
75 changed files
with
76 additions
and
76 deletions
+76
-76
activex/axvlc.idl
activex/axvlc.idl
+1
-1
activex/connectioncontainer.cpp
activex/connectioncontainer.cpp
+1
-1
activex/connectioncontainer.h
activex/connectioncontainer.h
+1
-1
activex/main.cpp
activex/main.cpp
+1
-1
activex/objectsafety.cpp
activex/objectsafety.cpp
+1
-1
activex/objectsafety.h
activex/objectsafety.h
+1
-1
activex/olecontrol.cpp
activex/olecontrol.cpp
+1
-1
activex/olecontrol.h
activex/olecontrol.h
+1
-1
activex/oleinplaceactiveobject.cpp
activex/oleinplaceactiveobject.cpp
+1
-1
activex/oleinplaceactiveobject.h
activex/oleinplaceactiveobject.h
+1
-1
activex/oleinplaceobject.cpp
activex/oleinplaceobject.cpp
+1
-1
activex/oleinplaceobject.h
activex/oleinplaceobject.h
+1
-1
activex/oleobject.cpp
activex/oleobject.cpp
+1
-1
activex/oleobject.h
activex/oleobject.h
+1
-1
activex/persistpropbag.cpp
activex/persistpropbag.cpp
+1
-1
activex/persistpropbag.h
activex/persistpropbag.h
+1
-1
activex/persiststorage.cpp
activex/persiststorage.cpp
+1
-1
activex/persiststorage.h
activex/persiststorage.h
+1
-1
activex/persiststreaminit.cpp
activex/persiststreaminit.cpp
+1
-1
activex/persiststreaminit.h
activex/persiststreaminit.h
+1
-1
activex/plugin.cpp
activex/plugin.cpp
+1
-1
activex/plugin.h
activex/plugin.h
+1
-1
activex/provideclassinfo.cpp
activex/provideclassinfo.cpp
+1
-1
activex/provideclassinfo.h
activex/provideclassinfo.h
+1
-1
activex/utils.cpp
activex/utils.cpp
+1
-1
activex/utils.h
activex/utils.h
+1
-1
activex/viewobject.cpp
activex/viewobject.cpp
+1
-1
activex/viewobject.h
activex/viewobject.h
+1
-1
activex/vlccontrol.cpp
activex/vlccontrol.cpp
+1
-1
activex/vlccontrol.h
activex/vlccontrol.h
+1
-1
bindings/java-gcj/JVLC.java
bindings/java-gcj/JVLC.java
+1
-1
evc/modules_builtin_evc.h
evc/modules_builtin_evc.h
+1
-1
extras/contrib/Makefile
extras/contrib/Makefile
+1
-1
extras/contrib/bootstrap
extras/contrib/bootstrap
+1
-1
extras/contrib/change_prefix.sh
extras/contrib/change_prefix.sh
+2
-2
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+1
-1
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+1
-1
extras/zsh.cpp
extras/zsh.cpp
+1
-1
include/aout_internal.h
include/aout_internal.h
+1
-1
include/audio_output.h
include/audio_output.h
+1
-1
include/beos_specific.h
include/beos_specific.h
+1
-1
include/charset.h
include/charset.h
+1
-1
include/codecs.h
include/codecs.h
+1
-1
include/configuration.h
include/configuration.h
+1
-1
include/darwin_specific.h
include/darwin_specific.h
+1
-1
include/intf_eject.h
include/intf_eject.h
+1
-1
include/iso_lang.h
include/iso_lang.h
+1
-1
include/main.h
include/main.h
+1
-1
include/modules.h
include/modules.h
+1
-1
include/modules_inner.h
include/modules_inner.h
+1
-1
include/mtime.h
include/mtime.h
+1
-1
include/network.h
include/network.h
+1
-1
include/os_specific.h
include/os_specific.h
+1
-1
include/osd.h
include/osd.h
+1
-1
include/stream_output.h
include/stream_output.h
+1
-1
include/variables.h
include/variables.h
+1
-1
include/video_output.h
include/video_output.h
+1
-1
include/vlc/aout.h
include/vlc/aout.h
+1
-1
include/vlc/control.h
include/vlc/control.h
+1
-1
include/vlc/decoder.h
include/vlc/decoder.h
+1
-1
include/vlc/input.h
include/vlc/input.h
+1
-1
include/vlc/intf.h
include/vlc/intf.h
+1
-1
include/vlc/sout.h
include/vlc/sout.h
+1
-1
include/vlc/vlc.h
include/vlc/vlc.h
+1
-1
include/vlc/vout.h
include/vlc/vout.h
+1
-1
include/vlc_access.h
include/vlc_access.h
+1
-1
include/vlc_bits.h
include/vlc_bits.h
+1
-1
include/vlc_block.h
include/vlc_block.h
+1
-1
include/vlc_block_helper.h
include/vlc_block_helper.h
+1
-1
include/vlc_codec.h
include/vlc_codec.h
+1
-1
include/vlc_common.h
include/vlc_common.h
+1
-1
include/vlc_config.h
include/vlc_config.h
+1
-1
include/vlc_config_cat.h
include/vlc_config_cat.h
+1
-1
include/vlc_cpu.h
include/vlc_cpu.h
+1
-1
include/vlc_demux.h
include/vlc_demux.h
+1
-1
No files found.
activex/axvlc.idl
View file @
85b29bdc
/*****************************************************************************
*
axvlc
.
idl:
ActiveX
control
for
VLC
*****************************************************************************
*
Copyright
(
C
)
2005
VideoLAN
*
Copyright
(
C
)
2005
VideoLAN
(
Centrale
R
é
seaux
)
and
its
contributors
*
*
Authors
:
Damien
Fouilleul
<
Damien
.
Fouilleul@laposte.net>
*
...
...
activex/connectioncontainer.cpp
View file @
85b29bdc
/*****************************************************************************
* connectioncontainer.cpp: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/connectioncontainer.h
View file @
85b29bdc
/*****************************************************************************
* connectioncontainer.h: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/main.cpp
View file @
85b29bdc
/*****************************************************************************
* main.cpp: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/objectsafety.cpp
View file @
85b29bdc
/*****************************************************************************
* objectsafety.cpp: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/objectsafety.h
View file @
85b29bdc
/*****************************************************************************
* objectsafety.h: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/olecontrol.cpp
View file @
85b29bdc
/*****************************************************************************
* olecontrol.cpp: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/olecontrol.h
View file @
85b29bdc
/*****************************************************************************
* olecontrol.h: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/oleinplaceactiveobject.cpp
View file @
85b29bdc
/*****************************************************************************
* oleinplaceactiveobject.cpp: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/oleinplaceactiveobject.h
View file @
85b29bdc
/*****************************************************************************
* oleinplaceactiveobject.h: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/oleinplaceobject.cpp
View file @
85b29bdc
/*****************************************************************************
* oleinplaceobject.cpp: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/oleinplaceobject.h
View file @
85b29bdc
/*****************************************************************************
* oleinplaceobject.h: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/oleobject.cpp
View file @
85b29bdc
/*****************************************************************************
* oleobject.cpp: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/oleobject.h
View file @
85b29bdc
/*****************************************************************************
* oleobject.h: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/persistpropbag.cpp
View file @
85b29bdc
/*****************************************************************************
* persistpropbag.cpp: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/persistpropbag.h
View file @
85b29bdc
/*****************************************************************************
* persistpropbag.h: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/persiststorage.cpp
View file @
85b29bdc
/*****************************************************************************
* persiststorage.cpp: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/persiststorage.h
View file @
85b29bdc
/*****************************************************************************
* persiststorage.h: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/persiststreaminit.cpp
View file @
85b29bdc
/*****************************************************************************
* persiststreaminit.cpp: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/persiststreaminit.h
View file @
85b29bdc
/*****************************************************************************
* persiststreaminit.h: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/plugin.cpp
View file @
85b29bdc
/*****************************************************************************
* plugin.cpp: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/plugin.h
View file @
85b29bdc
/*****************************************************************************
* plugin.h: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/provideclassinfo.cpp
View file @
85b29bdc
/*****************************************************************************
* provideclassinfo.cpp: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/provideclassinfo.h
View file @
85b29bdc
/*****************************************************************************
* provideclassinfo.h: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/utils.cpp
View file @
85b29bdc
/*****************************************************************************
* utils.cpp: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/utils.h
View file @
85b29bdc
/*****************************************************************************
* utils.h: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/viewobject.cpp
View file @
85b29bdc
/*****************************************************************************
* viewobject.cpp: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/viewobject.h
View file @
85b29bdc
/*****************************************************************************
* persiststorage.h: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/vlccontrol.cpp
View file @
85b29bdc
/*****************************************************************************
* vlccontrol.cpp: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
activex/vlccontrol.h
View file @
85b29bdc
/*****************************************************************************
* vlccontrol.h: ActiveX control for VLC
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
*
...
...
bindings/java-gcj/JVLC.java
View file @
85b29bdc
/*****************************************************************************
* JVLC.java: global class for vlc Java Bindings
*****************************************************************************
* Copyright (C) 1998-2004 VideoLAN
* Copyright (C) 1998-2004 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Filippo Carone <filippo@carone.org>
*
...
...
evc/modules_builtin_evc.h
View file @
85b29bdc
/*****************************************************************************
* modules_builtin.h: built-in modules list
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* Copyright (C) 2001 VideoLAN
(Centrale Réseaux) and its contributors
*
* Authors: Samuel Hocevar <sam@zoy.org>
*
...
...
extras/contrib/Makefile
View file @
85b29bdc
# ***************************************************************************
# Makefile : Build vlc-contrib files
# ***************************************************************************
# Copyright (C) 2003-2005 VideoLAN
# Copyright (C) 2003-2005 VideoLAN
(Centrale Réseaux) and its contributors
# $Id$
#
# Authors: Christophe Massiot <massiot@via.ecp.fr>
...
...
extras/contrib/bootstrap
View file @
85b29bdc
...
...
@@ -2,7 +2,7 @@
# ***************************************************************************
# bootstrap : Set up config.mak
# ***************************************************************************
# Copyright (C) 2003 VideoLAN
# Copyright (C) 2003 VideoLAN
(Centrale Réseaux) and its contributors
# $Id$
#
# Authors: Christophe Massiot <massiot@via.ecp.fr>
...
...
extras/contrib/change_prefix.sh
View file @
85b29bdc
...
...
@@ -2,8 +2,8 @@
# ***************************************************************************
# change_prefix.sh : allow to transfer a contrib dir
# ***************************************************************************
# Copyright (C) 2003 VideoLAN
# $Id
: change_prefix.sh,v 1.4 2003/11/23 14:49:51 massiot Exp
$
# Copyright (C) 2003 VideoLAN
(Centrale Réseaux) and its contributors
# $Id$
#
# Authors: Christophe Massiot <massiot@via.ecp.fr>
#
...
...
extras/contrib/src/Makefile
View file @
85b29bdc
# ***************************************************************************
# src/Makefile : Dearchive and compile all files necessary
# ***************************************************************************
# Copyright (C) 2003, 2004, 2005 VideoLAN
# Copyright (C) 2003, 2004, 2005 VideoLAN
(Centrale Réseaux) and its contributors
# $Id$
#
# Authors: Christophe Massiot <massiot@via.ecp.fr>
...
...
extras/contrib/src/packages.mak
View file @
85b29bdc
# ***************************************************************************
# src/packages.mak : Archive locations
# ***************************************************************************
# Copyright (C) 2003 - 2005 VideoLAN
# Copyright (C) 2003 - 2005 VideoLAN
(Centrale Réseaux) and its contributors
# $Id$
#
# Authors: Christophe Massiot <massiot@via.ecp.fr>
...
...
extras/zsh.cpp
View file @
85b29bdc
/*****************************************************************************
* zsh.cpp: create zsh completion rule for vlc
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
* $Id$
*
* Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
...
...
include/aout_internal.h
View file @
85b29bdc
/*****************************************************************************
* aout_internal.h : internal defines for audio output
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* Copyright (C) 2002 VideoLAN
(Centrale Réseaux) and its contributors
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
...
...
include/audio_output.h
View file @
85b29bdc
/*****************************************************************************
* audio_output.h : audio output interface
*****************************************************************************
* Copyright (C) 2002-2005 VideoLAN
* Copyright (C) 2002-2005 VideoLAN
(Centrale Réseaux) and its contributors
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
...
...
include/beos_specific.h
View file @
85b29bdc
/*****************************************************************************
* beos_specific.h: BeOS specific features
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
(Centrale Réseaux) and its contributors
* $Id$
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
...
...
include/charset.h
View file @
85b29bdc
/*****************************************************************************
* charset.h: Determine a canonical name for the current locale's character encoding.
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* Copyright (C) 2003 VideoLAN
(Centrale Réseaux) and its contributors
* $Id$
*
* Author: Derk-Jan Hartman <thedj at users.sourceforge.net>
...
...
include/codecs.h
View file @
85b29bdc
/*****************************************************************************
* codecs.h: codec related structures needed by the demuxers and decoders
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* Copyright (C) 1999-2001 VideoLAN
(Centrale Réseaux) and its contributors
* $Id$
*
* Author: Gildas Bazin <gbazin@videolan.org>
...
...
include/configuration.h
View file @
85b29bdc
...
...
@@ -3,7 +3,7 @@
* This file describes the programming interface for the configuration module.
* It includes functions allowing to declare, get or set configuration options.
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
(Centrale Réseaux) and its contributors
* $Id$
*
* Authors: Gildas Bazin <gbazin@videolan.org>
...
...
include/darwin_specific.h
View file @
85b29bdc
/*****************************************************************************
* darwin_specific.h: Darwin specific features
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* Copyright (C) 2001 VideoLAN
(Centrale Réseaux) and its contributors
* $Id$
*
* Authors: Samuel Hocevar <sam@zoy.org>
...
...
include/intf_eject.h
View file @
85b29bdc
/*****************************************************************************
* intf_eject.h: CD/DVD-ROM ejection handling functions
*****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN
* Copyright (C) 2001, 2002 VideoLAN
(Centrale Réseaux) and its contributors
* $Id$
*
* Author: Julien Blache <jb@technologeek.org>
...
...
include/iso_lang.h
View file @
85b29bdc
/*****************************************************************************
* iso_lang.h: function to decode language code (in dvd or a52 for instance).
*****************************************************************************
* Copyright (C) 1998-2001 VideoLAN
* Copyright (C) 1998-2001 VideoLAN
(Centrale Réseaux) and its contributors
* $Id$
*
* Author: Stphane Borel <stef@via.ecp.fr>
...
...
include/main.h
View file @
85b29bdc
...
...
@@ -2,7 +2,7 @@
* main.h: access to all program variables
* Declaration and extern access to global program object.
*****************************************************************************
* Copyright (C) 1999, 2000, 2001, 2002 VideoLAN
* Copyright (C) 1999, 2000, 2001, 2002 VideoLAN
(Centrale Réseaux) and its contributors
* $Id$
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
...
...
include/modules.h
View file @
85b29bdc
/*****************************************************************************
* modules.h : Module management functions.
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* Copyright (C) 2001 VideoLAN
(Centrale Réseaux) and its contributors
* $Id$
*
* Authors: Samuel Hocevar <sam@zoy.org>
...
...
include/modules_inner.h
View file @
85b29bdc
/*****************************************************************************
* modules_inner.h : Macros used from within a module.
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* Copyright (C) 2001 VideoLAN
(Centrale Réseaux) and its contributors
* $Id$
*
* Authors: Samuel Hocevar <sam@zoy.org>
...
...
include/mtime.h
View file @
85b29bdc
...
...
@@ -8,7 +8,7 @@
* 'm' stands for 'micro', since maximum resolution is the microsecond.
* Functions prototyped are implemented in interface/mtime.c.
*****************************************************************************
* Copyright (C) 1996, 1997, 1998, 1999, 2000 VideoLAN
* Copyright (C) 1996, 1997, 1998, 1999, 2000 VideoLAN
(Centrale Réseaux) and its contributors
* $Id$
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
...
...
include/network.h
View file @
85b29bdc
/*****************************************************************************
* network.h: interface to communicate with network plug-ins
*****************************************************************************
* Copyright (C) 2002-2005 VideoLAN
* Copyright (C) 2002-2005 VideoLAN
(Centrale Réseaux) and its contributors
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
...
...
include/os_specific.h
View file @
85b29bdc
/*****************************************************************************
* os_specific.h: OS specific features
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* Copyright (C) 2001 VideoLAN
(Centrale Réseaux) and its contributors
* $Id$
*
* Authors: Samuel Hocevar <sam@zoy.org>
...
...
include/osd.h
View file @
85b29bdc
/*****************************************************************************
* osd.h : Constants for use with osd modules
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* Copyright (C) 2003 VideoLAN
(Centrale Réseaux) and its contributors
* $Id$
*
* Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
...
...
include/stream_output.h
View file @
85b29bdc
/*****************************************************************************
* stream_output.h : stream output module
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* Copyright (C) 2002 VideoLAN
(Centrale Réseaux) and its contributors
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
...
...
include/variables.h
View file @
85b29bdc
/*****************************************************************************
* variables.h: variables handling
*****************************************************************************
* Copyright (C) 2002-2004 VideoLAN
* Copyright (C) 2002-2004 VideoLAN
(Centrale Réseaux) and its contributors
* $Id$
*
* Authors: Samuel Hocevar <sam@zoy.org>
...
...
include/video_output.h
View file @
85b29bdc
/*****************************************************************************
* video_output.h : video output thread
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
(Centrale Réseaux) and its contributors
* $Id$
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
...
...
include/vlc/aout.h
View file @
85b29bdc
/*****************************************************************************
* aout.h: audio output header for vlc
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* Copyright (C) 2002 VideoLAN
(Centrale Réseaux) and its contributors
* $Id$
*
* This program is free software; you can redistribute it and/or modify
...
...
include/vlc/control.h
View file @
85b29bdc
/*****************************************************************************
* control.h: global header for mediacontrol
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* Copyright (C) 2005 VideoLAN
(Centrale Réseaux) and its contributors
* $Id: vlc.h 10101 2005-03-02 16:47:31Z robux4 $
*
* Authors: Olivier Aubert <olivier.aubert@liris.univ-lyon1.fr>
...
...
include/vlc/decoder.h
View file @
85b29bdc
/*****************************************************************************
* decoder.h: header for vlc decoders
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* Copyright (C) 2002 VideoLAN
(Centrale Réseaux) and its contributors
* $Id$
*
* This program is free software; you can redistribute it and/or modify
...
...
include/vlc/input.h
View file @
85b29bdc
/*****************************************************************************
* input.h: input modules header for vlc
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* Copyright (C) 2002 VideoLAN
(Centrale Réseaux) and its contributors
* $Id$
*
* This program is free software; you can redistribute it and/or modify
...
...
include/vlc/intf.h
View file @
85b29bdc
/*****************************************************************************
* intf.h: interface header for vlc
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* Copyright (C) 2002 VideoLAN
(Centrale Réseaux) and its contributors
* $Id$
*
* This program is free software; you can redistribute it and/or modify
...
...
include/vlc/sout.h
View file @
85b29bdc
/*****************************************************************************
* sout.h: video output header for vlc
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* Copyright (C) 2002 VideoLAN
(Centrale Réseaux) and its contributors
* $Id$
*
* This program is free software; you can redistribute it and/or modify
...
...
include/vlc/vlc.h
View file @
85b29bdc
/*****************************************************************************