Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
dbddc5ae
Commit
dbddc5ae
authored
Mar 02, 2008
by
Pierre
Browse files
More Id and permission fixes.
parent
1f253f8d
Changes
35
Hide whitespace changes
Inline
Side-by-side
bindings/python/vlc_internal.h
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* vlc_internal.h: Header for the Python vlcinternal binding
*****************************************************************************
* Copyright (C) 1998-2004 the VideoLAN team
* $Id
:
$
* $Id$
*
* Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr>
*
...
...
bindings/python/vlc_mediadescriptor.c
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* vlc_mediadescriptor.c: vlc.MediaDescriptor binding
*****************************************************************************
* Copyright (C) 2007 the VideoLAN team
* $Id
: vlc_input.c 22643 2007-10-17 13:30:02Z funman
$
* $Id$
*
* Authors: Olivier Aubert <oaubert at liris.cnrs.fr>
*
...
...
include/vlc/libvlc.h
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* libvlc.h: libvlc_* new external API
*****************************************************************************
* Copyright (C) 1998-2005 the VideoLAN team
* $Id
: vlc.h 13701 2005-12-12 17:58:56Z zorglub
$
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
* Jean-Paul Saman <jpsaman _at_ m2x _dot_ nl>
...
...
modules/access/eyetv.m
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* eyetv.c : Access module to connect to our plugin running within EyeTV
*****************************************************************************
* Copyright (C) 2006-2007 the VideoLAN team
* $Id
: eyetv.c 23509 2007-12-09 17:39:28Z courmisch
$
* $Id$
*
* Author: Felix Kühne <fkuehne at videolan dot org>
*
...
...
modules/access_filter/bandwidth.c
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* bandwidth.c
*****************************************************************************
* Copyright © 2007 Rémi Denis-Courmont
* $Id
: dump.c 19948 2007-04-26 19:53:53Z courmisch
$
* $Id$
*
* 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/codec/ffmpeg/mux.c
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* mux.c: muxer using ffmpeg (libavformat).
*****************************************************************************
* Copyright (C) 2006 the VideoLAN team
* $Id
: demux.c 8444 2004-08-17 08:21:07Z gbazin
$
* $Id$
*
* Authors: Gildas Bazin <gbazin@videolan.org>
*
...
...
modules/codec/subtitles/subsdec.h
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* subsdec.h : text/ASS-SSA/USF subtitles headers
*****************************************************************************
* Copyright (C) 2000-2006 the VideoLAN team
* $Id
: subsdec.c 20996 2007-08-05 20:01:21Z jb
$
* $Id$
*
* Authors: Gildas Bazin <gbazin@videolan.org>
* Samuel Hocevar <sam@zoy.org>
...
...
modules/demux/playlist/itml.h
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* itml.c : iTunes Music Library import functions
*******************************************************************************
* Copyright (C) 2007 the VideoLAN team
* $Id
:
$
* $Id$
*
* Authors: Yoann Peronneau <yoann@videolan.org>
*
...
...
modules/gui/fbosd.c
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* fbosd.c : framebuffer osd plugin for vlc
*****************************************************************************
* Copyright (C) 2007, the VideoLAN team
* $Id
: vlc-fb-overlay.patch,v 1.8 2007/10/19 14:33:23 jeanpaul.saman Exp
$
* $Id$
*
* Authors: Jean-Paul Saman
* Copied from modules/video_output/fb.c by Samuel Hocevar <sam@zoy.org>
...
...
modules/gui/qt4/components/extended_panels.hpp
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* extended_panels.hpp : Exentended Panels
****************************************************************************
* Copyright (C) 2006 the VideoLAN team
* $Id
: preferences.hpp 16643 2006-09-13 12:45:46Z zorglub
$
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
* Antoine Cellerier <dionoea at videolan dot org>
...
...
modules/gui/qt4/components/playlist/selector.cpp
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* selector.cpp : Playlist source selector
****************************************************************************
* Copyright (C) 2000-2005 the VideoLAN team
* $Id
: standardpanel.cpp 16024 2006-07-13 13:51:05Z xtophe
$
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/components/simple_preferences.cpp
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* simple_preferences.cpp : "Simple preferences"
****************************************************************************
* Copyright (C) 2006-2007 the VideoLAN team
* $Id
: preferences.cpp 16348 2006-08-25 21:10:10Z zorglub
$
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
* Antoine Cellerier <dionoea@videolan.org>
...
...
modules/gui/qt4/components/simple_preferences.hpp
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* simple_preferences.hpp : Simple prefs
****************************************************************************
* Copyright (C) 2006 the VideoLAN team
* $Id
: preferences.hpp 16348 2006-08-25 21:10:10Z zorglub
$
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/dialogs/bookmarks.hpp
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* bookmarks.hpp : bookmarks
****************************************************************************
* Copyright (C) 2006 the VideoLAN team
* $Id
: extended.hpp 23338 2007-11-26 08:10:01Z jb
$
* $Id$
*
* Authors: Antoine Lejeune <phytos@via.ecp.fr>
*
...
...
modules/gui/qt4/dialogs/vlm.cpp
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* vlm.cpp : VLM Management
****************************************************************************
* Copyright © 2008 the VideoLAN team
* $Id
: sout.cpp 21875 2007-09-08 16:01:33Z jb
$
* $Id$
*
* Authors: Jean-Baptiste Kempf <jb@videolan.org>
* Jean-François Massol <jf.massol -at- gmail.com>
...
...
modules/gui/qt4/dialogs/vlm.hpp
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* vlm.hpp : VLM Management
****************************************************************************
* Copyright ( C ) 2006 the VideoLAN team
* $Id
: vlm.hpp 21875 2007-09-08 16:01:33Z jb
$
* $Id$
*
* Authors: Jean-François Massol <jf.massol@gmail.com>
* Jean-Baptiste Kempf <jb@videolan.org>
...
...
modules/gui/qt4/util/customwidgets.cpp
View file @
dbddc5ae
...
...
@@ -3,7 +3,7 @@
****************************************************************************
* Copyright (C) 2006 the VideoLAN team
* Copyright (C) 2004 Daniel Molkentin <molkentin@kde.org>
* $Id
: qvlcframe.hpp 16283 2006-08-17 18:16:09Z zorglub
$
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
* The "ClickLineEdit" control is based on code by Daniel Molkentin
...
...
modules/gui/qt4/util/customwidgets.hpp
View file @
dbddc5ae
...
...
@@ -3,7 +3,7 @@
****************************************************************************
* Copyright (C) 2006 the VideoLAN team
* Copyright (C) 2004 Daniel Molkentin <molkentin@kde.org>
* $Id
: qvlcframe.hpp 16283 2006-08-17 18:16:09Z zorglub
$
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
* The "ClickLineEdit" control is based on code by Daniel Molkentin
...
...
modules/gui/qt4/util/registry.cpp
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* registry.cpp: Windows Registry Manipulation
****************************************************************************
* Copyright (C) 2008 the VideoLAN team
* $Id
: input_slider.cpp 24525 2008-01-23 21:50:58Z courmisch
$
* $Id$
*
* Authors: Andre Weber <WeberAndre # gmx - de>
*
...
...
modules/gui/qt4/util/registry.hpp
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* registry.hpp: Windows Registry Manipulation
****************************************************************************
* Copyright (C) 2008 the VideoLAN team
* $Id
: input_slider.cpp 24525 2008-01-23 21:50:58Z courmisch
$
* $Id$
*
* Authors: Andre Weber <WeberAndre # gmx - de>
*
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
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