Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
1f253f8d
Commit
1f253f8d
authored
Mar 03, 2008
by
Pavlov Konstantin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix $Id$ (probably)
parent
0544ec18
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
projects/macosx/vlc_app/Sources/AppleRemote.h
projects/macosx/vlc_app/Sources/AppleRemote.h
+1
-1
projects/macosx/vlc_app/Sources/AppleRemote.m
projects/macosx/vlc_app/Sources/AppleRemote.m
+1
-1
projects/macosx/vlc_app/Sources/VLCFullScreenControllerWindow.h
...ts/macosx/vlc_app/Sources/VLCFullScreenControllerWindow.h
+1
-1
projects/macosx/vlc_app/Sources/VLCFullScreenControllerWindow.m
...ts/macosx/vlc_app/Sources/VLCFullScreenControllerWindow.m
+1
-1
projects/macosx/vlc_app/Sources/VLCMainWindowController.h
projects/macosx/vlc_app/Sources/VLCMainWindowController.h
+1
-1
projects/macosx/vlc_app/Sources/VLCMainWindowController.m
projects/macosx/vlc_app/Sources/VLCMainWindowController.m
+1
-1
projects/mozilla/control/nporuntime.h
projects/mozilla/control/nporuntime.h
+1
-1
src/interface/interface.h
src/interface/interface.h
+1
-1
src/misc/devices.c
src/misc/devices.c
+1
-1
src/modules/modules.h
src/modules/modules.h
+1
-1
No files found.
projects/macosx/vlc_app/Sources/AppleRemote.h
View file @
1f253f8d
/*****************************************************************************
/*****************************************************************************
* AppleRemote.h
* AppleRemote.h
* AppleRemote
* AppleRemote
* $Id
: AppleRemote.h 22000 2007-09-13 19:12:49Z funman
$
* $Id$
*
*
* Created by Martin Kahr on 11.03.06 under a MIT-style license.
* Created by Martin Kahr on 11.03.06 under a MIT-style license.
* Copyright (c) 2006 martinkahr.com. All rights reserved.
* Copyright (c) 2006 martinkahr.com. All rights reserved.
...
...
projects/macosx/vlc_app/Sources/AppleRemote.m
View file @
1f253f8d
/*****************************************************************************
/*****************************************************************************
* AppleRemote.m
* AppleRemote.m
* AppleRemote
* AppleRemote
* $Id
: AppleRemote.m 23523 2007-12-10 00:35:23Z fkuehne
$
* $Id$
*
*
* Created by Martin Kahr on 11.03.06 under a MIT-style license.
* Created by Martin Kahr on 11.03.06 under a MIT-style license.
* Copyright (c) 2006 martinkahr.com. All rights reserved.
* Copyright (c) 2006 martinkahr.com. All rights reserved.
...
...
projects/macosx/vlc_app/Sources/VLCFullScreenControllerWindow.h
View file @
1f253f8d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* Copyright (C) 2007 the VideoLAN team
* $Id
: VLCBrowsableVideoView.h 24154 2008-01-06 20:27:55Z pdherbemont
$
* $Id$
*
*
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
*
*
...
...
projects/macosx/vlc_app/Sources/VLCFullScreenControllerWindow.m
View file @
1f253f8d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* Copyright (C) 2007 the VideoLAN team
* $Id
: VLCBrowsableVideoView.m 24179 2008-01-07 21:00:49Z pdherbemont
$
* $Id$
*
*
* Authors: Jérôme Decoodt <djc at videolan dot org>
* Authors: Jérôme Decoodt <djc at videolan dot org>
* Felix Kühne <fkuehne at videolan dot org>
* Felix Kühne <fkuehne at videolan dot org>
...
...
projects/macosx/vlc_app/Sources/VLCMainWindowController.h
View file @
1f253f8d
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* Copyright (C) 2007 the VideoLAN team
* $Id
: VLCMainWindow.h 24209 2008-01-09 22:05:17Z pdherbemont
$
* $Id$
*
*
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
*
*
...
...
projects/macosx/vlc_app/Sources/VLCMainWindowController.m
View file @
1f253f8d
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* Copyright (C) 2007 the VideoLAN team
* $Id
: VLCMainWindow.h 24209 2008-01-09 22:05:17Z pdherbemont
$
* $Id$
*
*
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
*
*
...
...
projects/mozilla/control/nporuntime.h
View file @
1f253f8d
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* FYI: http://www.mozilla.org/projects/plugins/npruntime.html
* FYI: http://www.mozilla.org/projects/plugins/npruntime.html
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002-2005 the VideoLAN team
* Copyright (C) 2002-2005 the VideoLAN team
* $Id
: RuntimeNPObject.h 14466 2006-02-22 23:34:54Z dionoea
$
* $Id$
*
*
* Authors: Damien Fouilleul <damien.fouilleul@laposte.net>
* Authors: Damien Fouilleul <damien.fouilleul@laposte.net>
*
*
...
...
src/interface/interface.h
View file @
1f253f8d
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* interface.h: Internal interface prototypes and structures
* interface.h: Internal interface prototypes and structures
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998-2006 the VideoLAN team
* Copyright (C) 1998-2006 the VideoLAN team
* $Id
: interface.c 17743 2006-11-13 15:43:19Z courmisch
$
* $Id$
*
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Clément Stenac <zorglub@videolan.org>
* Clément Stenac <zorglub@videolan.org>
...
...
src/misc/devices.c
View file @
1f253f8d
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* devices.c : Handling of devices probing
* devices.c : Handling of devices probing
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998-2004 the VideoLAN team
* Copyright (C) 1998-2004 the VideoLAN team
* $Id
: cpu.c 14103 2006-02-01 12:44:16Z sam
$
* $Id$
*
*
* Authors: Clément Stenac <zorglub@videolan.org>
* Authors: Clément Stenac <zorglub@videolan.org>
*
*
...
...
src/modules/modules.h
View file @
1f253f8d
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* modules.h : Module management functions.
* modules.h : Module management functions.
*****************************************************************************
*****************************************************************************
* Copyright (C) 2001 the VideoLAN team
* Copyright (C) 2001 the VideoLAN team
* $Id
: modules.h 17958 2006-11-22 17:13:24Z courmisch
$
* $Id$
*
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Authors: Samuel Hocevar <sam@zoy.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