Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
dbddc5ae
Commit
dbddc5ae
authored
Mar 02, 2008
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More Id and permission fixes.
parent
1f253f8d
Changes
35
Hide whitespace changes
Inline
Side-by-side
Showing
35 changed files
with
35 additions
and
35 deletions
+35
-35
bindings/python/vlc_internal.h
bindings/python/vlc_internal.h
+1
-1
bindings/python/vlc_mediadescriptor.c
bindings/python/vlc_mediadescriptor.c
+1
-1
include/vlc/libvlc.h
include/vlc/libvlc.h
+1
-1
modules/access/eyetv.m
modules/access/eyetv.m
+1
-1
modules/access_filter/bandwidth.c
modules/access_filter/bandwidth.c
+1
-1
modules/codec/ffmpeg/mux.c
modules/codec/ffmpeg/mux.c
+1
-1
modules/codec/subtitles/subsdec.h
modules/codec/subtitles/subsdec.h
+1
-1
modules/demux/playlist/itml.h
modules/demux/playlist/itml.h
+1
-1
modules/gui/fbosd.c
modules/gui/fbosd.c
+1
-1
modules/gui/qt4/components/extended_panels.hpp
modules/gui/qt4/components/extended_panels.hpp
+1
-1
modules/gui/qt4/components/playlist/selector.cpp
modules/gui/qt4/components/playlist/selector.cpp
+1
-1
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+1
-1
modules/gui/qt4/components/simple_preferences.hpp
modules/gui/qt4/components/simple_preferences.hpp
+1
-1
modules/gui/qt4/dialogs/bookmarks.hpp
modules/gui/qt4/dialogs/bookmarks.hpp
+1
-1
modules/gui/qt4/dialogs/vlm.cpp
modules/gui/qt4/dialogs/vlm.cpp
+1
-1
modules/gui/qt4/dialogs/vlm.hpp
modules/gui/qt4/dialogs/vlm.hpp
+1
-1
modules/gui/qt4/util/customwidgets.cpp
modules/gui/qt4/util/customwidgets.cpp
+1
-1
modules/gui/qt4/util/customwidgets.hpp
modules/gui/qt4/util/customwidgets.hpp
+1
-1
modules/gui/qt4/util/registry.cpp
modules/gui/qt4/util/registry.cpp
+1
-1
modules/gui/qt4/util/registry.hpp
modules/gui/qt4/util/registry.hpp
+1
-1
modules/misc/profile_parser.c
modules/misc/profile_parser.c
+1
-1
modules/packetizer/vc1.c
modules/packetizer/vc1.c
+1
-1
modules/stream_out/autodel.c
modules/stream_out/autodel.c
+1
-1
modules/stream_out/rtp.h
modules/stream_out/rtp.h
+1
-1
modules/stream_out/rtsp.c
modules/stream_out/rtsp.c
+1
-1
modules/video_filter/alphamask.c
modules/video_filter/alphamask.c
+1
-1
modules/video_filter/panoramix.c
modules/video_filter/panoramix.c
+1
-1
modules/video_filter/sharpen.c
modules/video_filter/sharpen.c
+1
-1
modules/video_output/msw/wingdi.c
modules/video_output/msw/wingdi.c
+1
-1
projects/macosx/framework/Headers/Internal/VLCVideoCommon.h
projects/macosx/framework/Headers/Internal/VLCVideoCommon.h
+1
-1
projects/macosx/framework/Headers/Public/VLCMediaList.h
projects/macosx/framework/Headers/Public/VLCMediaList.h
+1
-1
projects/macosx/framework/Headers/Public/VLCMediaListAspect.h
...ects/macosx/framework/Headers/Public/VLCMediaListAspect.h
+1
-1
projects/macosx/framework/Headers/Public/VLCVideoLayer.h
projects/macosx/framework/Headers/Public/VLCVideoLayer.h
+1
-1
projects/macosx/framework/Sources/VLCVideoCommon.m
projects/macosx/framework/Sources/VLCVideoCommon.m
+1
-1
projects/macosx/framework/Sources/VLCVideoLayer.m
projects/macosx/framework/Sources/VLCVideoLayer.m
+1
-1
No files found.
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>
*
...
...
modules/misc/profile_parser.c
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* profile_parser.c : VLC Streaming Profile parser
*****************************************************************************
* Copyright (C) 2003-2006 the VideoLAN team
* $Id
: rtsp.c 16204 2006-08-03 16:58:10Z zorglub
$
* $Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Gildas Bazin <gbazin@videolan.org>
...
...
modules/packetizer/vc1.c
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* vc1.c
*****************************************************************************
* Copyright (C) 2001, 2002, 2006 the VideoLAN team
* $Id
: copy.c 18231 2006-12-03 17:02:02Z courmisch
$
* $Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Gildas Bazin <gbazin@videolan.org>
...
...
modules/stream_out/autodel.c
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* autodel.c: monitor mux inputs and automatically add/delete streams
*****************************************************************************
* Copyright (C) 2006 the VideoLAN team
* $Id
: autodel.c 12074 2005-08-08 17:18:08Z dionoea
$
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
modules/stream_out/rtp.h
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* rtp.h: rtp stream output module header
*****************************************************************************
* Copyright (C) 2003-2007 the VideoLAN team
* $Id
: rtp.c 21407 2007-08-22 20:10:41Z courmisch
$
* $Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Rémi Denis-Courmont
...
...
modules/stream_out/rtsp.c
View file @
dbddc5ae
...
...
@@ -4,7 +4,7 @@
* Copyright (C) 2003-2004 the VideoLAN team
* Copyright © 2007 Rémi Denis-Courmont
*
* $Id
: rtp.c 21407 2007-08-22 20:10:41Z courmisch
$
* $Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
...
...
modules/video_filter/alphamask.c
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* alphamask.c : Alpha layer mask video filter for vlc
*****************************************************************************
* Copyright (C) 2007 the VideoLAN team
* $Id
: invert.c 18062 2006-11-26 14:20:34Z zorglub
$
* $Id$
*
* Authors: Antoine Cellerier <dionoea at videolan tod org>
*
...
...
modules/video_filter/panoramix.c
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* panoramix.c : Wall panoramic video with edge blending plugin for vlc
*****************************************************************************
* Copyright (C) 2000, 2001, 2002, 2003 VideoLAN
* $Id
: panoramix.c 2006-08-29 16:20:15Z ced
$
* $Id$
*
* Authors: Cedric Cocquebert <cedric.cocquebert@supelec.fr>
* based on Samuel Hocevar <sam@zoy.org>
...
...
modules/video_filter/sharpen.c
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* sharpen.c: Sharpen video filter
*****************************************************************************
* Copyright (C) 2003-2007 the VideoLAN team
* $Id
: sharpen.c 18062 2006-11-26 14:20:34Z zorglub
$
* $Id$
*
* Author: Jérémy DEMEULE <dj_mulder at djduron dot no-ip dot org>
* Jean-Baptiste Kempf <jb at videolan dot org>
...
...
modules/video_output/msw/wingdi.c
View file @
dbddc5ae
...
...
@@ -2,7 +2,7 @@
* wingdi.c : Win32 / WinCE GDI video output plugin for vlc
*****************************************************************************
* Copyright (C) 2002 the VideoLAN team
* $Id
: wingdi.c 18074 2006-11-26 16:26:44Z zorglub
$
* $Id$
*
* Authors: Gildas Bazin <gbazin@videolan.org>
* Samuel Hocevar <sam@zoy.org>
...
...
projects/macosx/framework/Headers/Internal/VLCVideoCommon.h
View file @
dbddc5ae
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* $Id
: VLCVideoCommon.h 23915 2007-12-28 22:20:19Z pdherbemont
$
* $Id$
*
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
*
...
...
projects/macosx/framework/Headers/Public/VLCMediaList.h
View file @
dbddc5ae
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* $Id
: VLCMediaList.h 21564 2007-08-29 21:09:27Z pdherbemont
$
* $Id$
*
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
*
...
...
projects/macosx/framework/Headers/Public/VLCMediaListAspect.h
View file @
dbddc5ae
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* $Id
: VLCMediaList.h 21564 2007-08-29 21:09:27Z pdherbemont
$
* $Id$
*
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
*
...
...
projects/macosx/framework/Headers/Public/VLCVideoLayer.h
View file @
dbddc5ae
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* $Id
: VLCVideoView.h 23915 2007-12-28 22:20:19Z pdherbemont
$
* $Id$
*
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
*
...
...
projects/macosx/framework/Sources/VLCVideoCommon.m
View file @
dbddc5ae
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* $Id
: VLCVideoCommon.m 23915 2007-12-28 22:20:19Z pdherbemont
$
* $Id$
*
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
*
...
...
projects/macosx/framework/Sources/VLCVideoLayer.m
View file @
dbddc5ae
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* $Id
: VLCVideoView.m 24023 2008-01-02 02:52:35Z pdherbemont
$
* $Id$
*
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
*
...
...
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