Changeset f60b4c79acaf0412280672f83677a96e74dacb65

Show
Ignore:
Timestamp:
10/15/05 15:23:08 (3 years ago)
Author:
Sigmund Augdal Helberg <sigmunau@videolan.org>
git-committer:
Sigmund Augdal Helberg <sigmunau@videolan.org> 1129382588 +0000
git-parent:

[81d59b424e199c02b818b6775f15c7daa266029b]

git-author:
Sigmund Augdal Helberg <sigmunau@videolan.org> 1129382588 +0000
Message:

all: updated my name and e-mail address
AUTHORS: updated my entry

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AUTHORS

    rd2b0eb1 rf60b4c7  
    3939S: France 
    4040 
    41 N: Sigmund Augdal 
    42 E: sigmunau@idi.ntnu.no 
     41N: Sigmund Augdal Helberg 
     42E: dnumgis@videolan.org 
    4343C: sigmunau 
    4444D: lirc plugin 
    45 D: norwegian translation 
    4645D: aalib plugin 
    47 D: KDE plug-in 
    4846D: Subtitles and freetype 
    4947D: Hotkeys 
     48D: Shoutcast discovery module and b4s playlist parser 
     49D: wxWidgets preferences 
     50D: File-Info and metadata handling 
    5051S: Norway 
    5152 
  • extras/zsh.cpp

    rfe087a3 rf60b4c7  
    55 * $Id$ 
    66 * 
    7  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no
     7 * Authors: Sigmund Augdal Helberg <dnumgis@videolan.org
    88 * 
    99 * This program is free software; you can redistribute it and/or modify 
  • include/vlc_keys.h

    r14e0e6b rf60b4c7  
    55 * $Id$ 
    66 * 
    7  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no
     7 * Authors: Sigmund Augdal Helberg <dnumgis@videolan.org
    88 * 
    99 * This program is free software; you can redistribute it and/or modify 
  • include/vlc_osd.h

    ref8cc37 rf60b4c7  
    99 * Added code from include/osd.h written by: 
    1010 * Copyright (C) 2003-2005 the VideoLAN team 
    11  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no
     11 * Authors: Sigmund Augdal Helberg <dnumgis@videolan.org
    1212 * 
    1313 * This program is free software; you can redistribute it and/or modify 
  • modules/audio_filter/resampler/linear.c

    rfe087a3 rf60b4c7  
    66 * 
    77 * Authors: Gildas Bazin <gbazin@netcourrier.com> 
    8  *          Sigmund Augdal <sigmunau@idi.ntnu.no
     8 *          Sigmund Augdal Helberg <dnumgis@videolan.org
    99 * 
    1010 * This program is free software; you can redistribute it and/or modify 
  • modules/codec/flac.c

    rd367c2f rf60b4c7  
    66 * 
    77 * Authors: Gildas Bazin <gbazin@videolan.org> 
    8  *          Sigmund Augdal <sigmunau@idi.ntnu.no
     8 *          Sigmund Augdal Helberg <dnumgis@videolan.org
    99 * 
    1010 * This program is free software; you can redistribute it and/or modify 
  • modules/control/gestures.c

    rfe087a3 rf60b4c7  
    55 * $Id$ 
    66 * 
    7  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no
     7 * Authors: Sigmund Augdal Helberg <dnumgis@videolan.org
    88 * 
    99 * This program is free software; you can redistribute it and/or modify 
  • modules/control/hotkeys.c

    ra92603f rf60b4c7  
    55 * $Id$ 
    66 * 
    7  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no
     7 * Authors: Sigmund Augdal Helberg <dnumgis@videolan.org
    88 *          Jean-Paul Saman <jpsaman #_at_# m2x.nl> 
    99 * 
  • modules/control/lirc.c

    rfe087a3 rf60b4c7  
    55 * $Id$ 
    66 * 
    7  * Author: Sigmund Augdal <sigmunau@idi.ntnu.no
     7 * Author: Sigmund Augdal Helberg <dnumgis@videolan.org
    88 * 
    99 * This program is free software; you can redistribute it and/or modify 
  • modules/demux/m3u.c

    r0fd3322 rf60b4c7  
    55 * $Id$ 
    66 * 
    7  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no
     7 * Authors: Sigmund Augdal Helberg <dnumgis@videolan.org
    88 *          Gildas Bazin <gbazin@videolan.org> 
    99 *          Cl�nt Stenac <zorglub@via.ecp.fr> 
  • modules/demux/playlist/b4s.c

    r9131dbf rf60b4c7  
    55 * $Id$ 
    66 * 
    7  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no
     7 * Authors: Sigmund Augdal Helberg <dnumgis@videolan.org
    88 * 
    99 * This program is free software; you can redistribute it and/or modify 
  • modules/demux/playlist/m3u.c

    r0fd3322 rf60b4c7  
    66 * 
    77 * Authors: Cl�nt Stenac <zorglub@videolan.org> 
    8  *          Sigmund Augdal <sigmunau@idi.ntnu.no
     8 *          Sigmund Augdal Helberg <dnumgis@videolan.org
    99 * 
    1010 * This program is free software; you can redistribute it and/or modify 
  • modules/demux/playlist/playlist.h

    r2f6ff2a rf60b4c7  
    55 * $Id$ 
    66 * 
    7  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no
     7 * Authors: Sigmund Augdal Helberg <dnumgis@videolan.org
    88 * 
    99 * This program is free software; you can redistribute it and/or modify 
  • modules/demux/playlist/pls.c

    rd367c2f rf60b4c7  
    66 * 
    77 * Authors: Cl�nt Stenac <zorglub@videolan.org> 
    8  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no
     8 * Authors: Sigmund Augdal Helberg <dnumgis@videolan.org
    99 * 
    1010 * This program is free software; you can redistribute it and/or modify 
  • modules/demux/util/id3genres.h

    rfe087a3 rf60b4c7  
    55 * $Id$ 
    66 * 
    7  * Author: Sigmund Augdal <sigmunau@idi.ntnu.no
     7 * Author: Sigmund Augdal Helberg <dnumgis@videolan.org
    88 *         list found at http://www.id3.org/id3v2.4.0-frames.txt 
    99 * 
  • modules/demux/util/id3tag.c

    rfe087a3 rf60b4c7  
    55 * $Id$ 
    66 * 
    7  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no
     7 * Authors: Sigmund Augdal Helberg <dnumgis@videolan.org
    88 * 
    99 * This program is free software; you can redistribute it and/or modify 
  • modules/gui/wxwidgets/fileinfo.cpp

    r0bd43e4 rf60b4c7  
    55 * $Id$ 
    66 * 
    7  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no
     7 * Authors: Sigmund Augdal Helberg <dnumgis@videolan.org
    88 * 
    99 * This program is free software; you can redistribute it and/or modify 
  • modules/gui/wxwidgets/preferences_widgets.cpp

    r6e256bc rf60b4c7  
    66 * 
    77 * Authors: Gildas Bazin <gbazin@videolan.org> 
    8  *          Sigmund Augdal <sigmunau@idi.ntnu.no
     8 *          Sigmund Augdal Helberg <dnumgis@videolan.org
    99 * 
    1010 * This program is free software; you can redistribute it and/or modify 
  • modules/gui/wxwidgets/preferences_widgets.h

    r00099f3 rf60b4c7  
    55 * $Id$ 
    66 * 
    7  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no
     7 * Authors: Sigmund Augdal Helberg <dnumgis@videolan.org
    88 * 
    99 * This program is free software; you can redistribute it and/or modify 
  • modules/misc/dummy/renderer.c

    rfe087a3 rf60b4c7  
    55 * $Id$ 
    66 * 
    7  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no
     7 * Authors: Sigmund Augdal Helberg <dnumgis@videolan.org
    88 * 
    99 * This program is free software; you can redistribute it and/or modify 
  • modules/misc/freetype.c

    r7680797 rf60b4c7  
    55 * $Id$ 
    66 * 
    7  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no
     7 * Authors: Sigmund Augdal Helberg <dnumgis@videolan.org
    88 *          Gildas Bazin <gbazin@videolan.org> 
    99 * 
  • modules/mux/mpjpeg.c

    rfe087a3 rf60b4c7  
    55 * $Id: dummy.c 7047 2004-03-11 17:37:50Z fenrir $ 
    66 * 
    7  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no
     7 * Authors: Sigmund Augdal Helberg <dnumgis@videolan.org
    88 * 
    99 * This program is free software; you can redistribute it and/or modify 
  • modules/services_discovery/shout.c

    r1098be6 rf60b4c7  
    55 * $Id$ 
    66 * 
    7  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no
     7 * Authors: Sigmund Augdal Helberg <dnumgis@videolan.org
    88 * 
    99 * This program is free software; you can redistribute it and/or modify 
  • modules/video_filter/motionblur.c

    rfe087a3 rf60b4c7  
    55 * $Id$ 
    66 * 
    7  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no
     7 * Authors: Sigmund Augdal Helberg <dnumgis@videolan.org
    88 * 
    99 * This program is free software; you can redistribute it and/or modify 
  • modules/video_filter/time.c

    rffc45b9 rf60b4c7  
    55 * $Id$ 
    66 * 
    7  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no
     7 * Authors: Sigmund Augdal Helberg <dnumgis@videolan.org
    88 * 
    99 * This program is free software; you can redistribute it and/or modify 
  • modules/video_output/aa.c

    rfe087a3 rf60b4c7  
    55 * $Id$ 
    66 * 
    7  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no
     7 * Authors: Sigmund Augdal Helberg <dnumgis@videolan.org
    88 * 
    99 * This program is free software; you can redistribute it and/or modify 
  • src/input/mem_stream.c

    rfe087a3 rf60b4c7  
    55 * $Id: stream.c 9390 2004-11-22 09:56:48Z fenrir $ 
    66 * 
    7  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no
     7 * Authors: Sigmund Augdal Helberg <dnumgis@videolan.org
    88 * 
    99 * This program is free software; you can redistribute it and/or modify 
  • src/osd/osd_text.c

    ra92603f rf60b4c7  
    55 * $Id$ 
    66 * 
    7  * Author: Sigmund Augdal <sigmunau@idi.ntnu.no
     7 * Author: Sigmund Augdal Helberg <dnumgis@videolan.org
    88 * 
    99 * This program is free software; you can redistribute it and/or modify 
  • src/video_output/video_text.c

    ra92603f rf60b4c7  
    55 * $Id$ 
    66 * 
    7  * Author: Sigmund Augdal <sigmunau@idi.ntnu.no
     7 * Author: Sigmund Augdal Helberg <dnumgis@videolan.org
    88 * 
    99 * This program is free software; you can redistribute it and/or modify