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
f60b4c79
Commit
f60b4c79
authored
Oct 15, 2005
by
Sigmund Augdal Helberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
all: updated my name and e-mail address
AUTHORS: updated my entry
parent
81d59b42
Changes
29
Hide whitespace changes
Inline
Side-by-side
Showing
29 changed files
with
33 additions
and
32 deletions
+33
-32
AUTHORS
AUTHORS
+5
-4
extras/zsh.cpp
extras/zsh.cpp
+1
-1
include/vlc_keys.h
include/vlc_keys.h
+1
-1
include/vlc_osd.h
include/vlc_osd.h
+1
-1
modules/audio_filter/resampler/linear.c
modules/audio_filter/resampler/linear.c
+1
-1
modules/codec/flac.c
modules/codec/flac.c
+1
-1
modules/control/gestures.c
modules/control/gestures.c
+1
-1
modules/control/hotkeys.c
modules/control/hotkeys.c
+1
-1
modules/control/lirc.c
modules/control/lirc.c
+1
-1
modules/demux/m3u.c
modules/demux/m3u.c
+1
-1
modules/demux/playlist/b4s.c
modules/demux/playlist/b4s.c
+1
-1
modules/demux/playlist/m3u.c
modules/demux/playlist/m3u.c
+1
-1
modules/demux/playlist/playlist.h
modules/demux/playlist/playlist.h
+1
-1
modules/demux/playlist/pls.c
modules/demux/playlist/pls.c
+1
-1
modules/demux/util/id3genres.h
modules/demux/util/id3genres.h
+1
-1
modules/demux/util/id3tag.c
modules/demux/util/id3tag.c
+1
-1
modules/gui/wxwidgets/fileinfo.cpp
modules/gui/wxwidgets/fileinfo.cpp
+1
-1
modules/gui/wxwidgets/preferences_widgets.cpp
modules/gui/wxwidgets/preferences_widgets.cpp
+1
-1
modules/gui/wxwidgets/preferences_widgets.h
modules/gui/wxwidgets/preferences_widgets.h
+1
-1
modules/misc/dummy/renderer.c
modules/misc/dummy/renderer.c
+1
-1
modules/misc/freetype.c
modules/misc/freetype.c
+1
-1
modules/mux/mpjpeg.c
modules/mux/mpjpeg.c
+1
-1
modules/services_discovery/shout.c
modules/services_discovery/shout.c
+1
-1
modules/video_filter/motionblur.c
modules/video_filter/motionblur.c
+1
-1
modules/video_filter/time.c
modules/video_filter/time.c
+1
-1
modules/video_output/aa.c
modules/video_output/aa.c
+1
-1
src/input/mem_stream.c
src/input/mem_stream.c
+1
-1
src/osd/osd_text.c
src/osd/osd_text.c
+1
-1
src/video_output/video_text.c
src/video_output/video_text.c
+1
-1
No files found.
AUTHORS
View file @
f60b4c79
...
@@ -38,15 +38,16 @@ E: oaubert at lisi dot univ-lyon1 dot fr
...
@@ -38,15 +38,16 @@ E: oaubert at lisi dot univ-lyon1 dot fr
D: CORBA interface
D: CORBA interface
S: France
S: France
N: Sigmund Augdal
N: Sigmund Augdal
Helberg
E:
sigmunau@idi.ntnu.no
E:
dnumgis@videolan.org
C: sigmunau
C: sigmunau
D: lirc plugin
D: lirc plugin
D: norwegian translation
D: aalib plugin
D: aalib plugin
D: KDE plug-in
D: Subtitles and freetype
D: Subtitles and freetype
D: Hotkeys
D: Hotkeys
D: Shoutcast discovery module and b4s playlist parser
D: wxWidgets preferences
D: File-Info and metadata handling
S: Norway
S: Norway
N: Pierre Baillet
N: Pierre Baillet
...
...
extras/zsh.cpp
View file @
f60b4c79
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* Copyright (C) 2005 the VideoLAN team
* Copyright (C) 2005 the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Authors: Sigmund Augdal
Helberg <dnumgis@videolan.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
include/vlc_keys.h
View file @
f60b4c79
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* Copyright (C) 2003 the VideoLAN team
* Copyright (C) 2003 the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Authors: Sigmund Augdal
Helberg <dnumgis@videolan.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
include/vlc_osd.h
View file @
f60b4c79
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*
*
* Added code from include/osd.h written by:
* Added code from include/osd.h written by:
* Copyright (C) 2003-2005 the VideoLAN team
* Copyright (C) 2003-2005 the VideoLAN team
* Authors: Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Authors: Sigmund Augdal
Helberg <dnumgis@videolan.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
modules/audio_filter/resampler/linear.c
View file @
f60b4c79
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
* $Id$
* $Id$
*
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
* Authors: Gildas Bazin <gbazin@netcourrier.com>
* Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Sigmund Augdal
Helberg <dnumgis@videolan.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
modules/codec/flac.c
View file @
f60b4c79
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
* $Id$
* $Id$
*
*
* Authors: Gildas Bazin <gbazin@videolan.org>
* Authors: Gildas Bazin <gbazin@videolan.org>
* Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Sigmund Augdal
Helberg <dnumgis@videolan.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
modules/control/gestures.c
View file @
f60b4c79
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* Copyright (C) 2004 the VideoLAN team
* Copyright (C) 2004 the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Authors: Sigmund Augdal
Helberg <dnumgis@videolan.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
modules/control/hotkeys.c
View file @
f60b4c79
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* Copyright (C) 2005 the VideoLAN team
* Copyright (C) 2005 the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Authors: Sigmund Augdal
Helberg <dnumgis@videolan.org
>
* Jean-Paul Saman <jpsaman #_at_# m2x.nl>
* Jean-Paul Saman <jpsaman #_at_# m2x.nl>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
...
...
modules/control/lirc.c
View file @
f60b4c79
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* Copyright (C) 2003-2005 the VideoLAN team
* Copyright (C) 2003-2005 the VideoLAN team
* $Id$
* $Id$
*
*
* Author: Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Author: Sigmund Augdal
Helberg <dnumgis@videolan.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
modules/demux/m3u.c
View file @
f60b4c79
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* Copyright (C) 2001-2004 the VideoLAN team
* Copyright (C) 2001-2004 the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Authors: Sigmund Augdal
Helberg <dnumgis@videolan.org
>
* Gildas Bazin <gbazin@videolan.org>
* Gildas Bazin <gbazin@videolan.org>
* Clment Stenac <zorglub@via.ecp.fr>
* Clment Stenac <zorglub@via.ecp.fr>
*
*
...
...
modules/demux/playlist/b4s.c
View file @
f60b4c79
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* Copyright (C) 2005 the VideoLAN team
* Copyright (C) 2005 the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Authors: Sigmund Augdal
Helberg <dnumgis@videolan.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
modules/demux/playlist/m3u.c
View file @
f60b4c79
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
* $Id$
* $Id$
*
*
* Authors: Clment Stenac <zorglub@videolan.org>
* Authors: Clment Stenac <zorglub@videolan.org>
* Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Sigmund Augdal
Helberg <dnumgis@videolan.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
modules/demux/playlist/playlist.h
View file @
f60b4c79
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* Copyright (C) 2004 the VideoLAN team
* Copyright (C) 2004 the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Authors: Sigmund Augdal
Helberg <dnumgis@videolan.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
modules/demux/playlist/pls.c
View file @
f60b4c79
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
* $Id$
* $Id$
*
*
* Authors: Clment Stenac <zorglub@videolan.org>
* Authors: Clment Stenac <zorglub@videolan.org>
* Authors: Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Authors: Sigmund Augdal
Helberg <dnumgis@videolan.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
modules/demux/util/id3genres.h
View file @
f60b4c79
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* Copyright (C) 2002-2003 the VideoLAN team
* Copyright (C) 2002-2003 the VideoLAN team
* $Id$
* $Id$
*
*
* Author: Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Author: Sigmund Augdal
Helberg <dnumgis@videolan.org
>
* list found at http://www.id3.org/id3v2.4.0-frames.txt
* list found at http://www.id3.org/id3v2.4.0-frames.txt
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
...
...
modules/demux/util/id3tag.c
View file @
f60b4c79
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* Copyright (C) 2002-2004 the VideoLAN team
* Copyright (C) 2002-2004 the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Authors: Sigmund Augdal
Helberg <dnumgis@videolan.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
modules/gui/wxwidgets/fileinfo.cpp
View file @
f60b4c79
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* Copyright (C) 2000-2004 the VideoLAN team
* Copyright (C) 2000-2004 the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Authors: Sigmund Augdal
Helberg <dnumgis@videolan.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
modules/gui/wxwidgets/preferences_widgets.cpp
View file @
f60b4c79
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
* $Id$
* $Id$
*
*
* Authors: Gildas Bazin <gbazin@videolan.org>
* Authors: Gildas Bazin <gbazin@videolan.org>
* Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Sigmund Augdal
Helberg <dnumgis@videolan.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
modules/gui/wxwidgets/preferences_widgets.h
View file @
f60b4c79
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* Copyright (C) 2000-2003 the VideoLAN team
* Copyright (C) 2000-2003 the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Authors: Sigmund Augdal
Helberg <dnumgis@videolan.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
modules/misc/dummy/renderer.c
View file @
f60b4c79
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* Copyright (C) 2000, 2001 the VideoLAN team
* Copyright (C) 2000, 2001 the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Authors: Sigmund Augdal
Helberg <dnumgis@videolan.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
modules/misc/freetype.c
View file @
f60b4c79
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* Copyright (C) 2002 - 2005 the VideoLAN team
* Copyright (C) 2002 - 2005 the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Authors: Sigmund Augdal
Helberg <dnumgis@videolan.org
>
* Gildas Bazin <gbazin@videolan.org>
* Gildas Bazin <gbazin@videolan.org>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
...
...
modules/mux/mpjpeg.c
View file @
f60b4c79
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* Copyright (C) 2001, 2002 the VideoLAN team
* Copyright (C) 2001, 2002 the VideoLAN team
* $Id: dummy.c 7047 2004-03-11 17:37:50Z fenrir $
* $Id: dummy.c 7047 2004-03-11 17:37:50Z fenrir $
*
*
* Authors: Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Authors: Sigmund Augdal
Helberg <dnumgis@videolan.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
modules/services_discovery/shout.c
View file @
f60b4c79
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* Copyright (C) 2005 the VideoLAN team
* Copyright (C) 2005 the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Authors: Sigmund Augdal
Helberg <dnumgis@videolan.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
modules/video_filter/motionblur.c
View file @
f60b4c79
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* Copyright (C) 2000, 2001, 2002, 2003 the VideoLAN team
* Copyright (C) 2000, 2001, 2002, 2003 the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Authors: Sigmund Augdal
Helberg <dnumgis@videolan.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
modules/video_filter/time.c
View file @
f60b4c79
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* Copyright (C) 2003-2005 the VideoLAN team
* Copyright (C) 2003-2005 the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Authors: Sigmund Augdal
Helberg <dnumgis@videolan.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
modules/video_output/aa.c
View file @
f60b4c79
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* Copyright (C) 2002 the VideoLAN team
* Copyright (C) 2002 the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Authors: Sigmund Augdal
Helberg <dnumgis@videolan.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
src/input/mem_stream.c
View file @
f60b4c79
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* Copyright (C) 1999-2004 the VideoLAN team
* Copyright (C) 1999-2004 the VideoLAN team
* $Id: stream.c 9390 2004-11-22 09:56:48Z fenrir $
* $Id: stream.c 9390 2004-11-22 09:56:48Z fenrir $
*
*
* Authors: Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Authors: Sigmund Augdal
Helberg <dnumgis@videolan.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
src/osd/osd_text.c
View file @
f60b4c79
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* Copyright (C) 1999-2005 the VideoLAN team
* Copyright (C) 1999-2005 the VideoLAN team
* $Id$
* $Id$
*
*
* Author: Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Author: Sigmund Augdal
Helberg <dnumgis@videolan.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
src/video_output/video_text.c
View file @
f60b4c79
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* Copyright (C) 1999-2004 the VideoLAN team
* Copyright (C) 1999-2004 the VideoLAN team
* $Id$
* $Id$
*
*
* Author: Sigmund Augdal
<sigmunau@idi.ntnu.no
>
* Author: Sigmund Augdal
Helberg <dnumgis@videolan.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* 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