Update my email address.

pull/37/head
Thilo Borgmann 12 years ago
parent 8e0b6d82b3
commit 6a64b23d93
  1. 4
      libavcodec/alsdec.c
  2. 4
      libavcodec/bgmc.c
  3. 4
      libavcodec/bgmc.h
  4. 4
      libavcodec/exif.c
  5. 4
      libavcodec/exif.h
  6. 4
      libavcodec/tiff_common.c
  7. 4
      libavcodec/tiff_common.h

@ -1,6 +1,6 @@
/* /*
* MPEG-4 ALS decoder * MPEG-4 ALS decoder
* Copyright (c) 2009 Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * Copyright (c) 2009 Thilo Borgmann <thilo.borgmann _at_ mail.de>
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
@ -22,7 +22,7 @@
/** /**
* @file * @file
* MPEG-4 ALS decoder * MPEG-4 ALS decoder
* @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * @author Thilo Borgmann <thilo.borgmann _at_ mail.de>
*/ */
#include "avcodec.h" #include "avcodec.h"

@ -1,6 +1,6 @@
/* /*
* Block Gilbert-Moore decoder * Block Gilbert-Moore decoder
* Copyright (c) 2010 Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * Copyright (c) 2010 Thilo Borgmann <thilo.borgmann _at_ mail.de>
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
@ -22,7 +22,7 @@
/** /**
* @file * @file
* Block Gilbert-Moore decoder as used by MPEG-4 ALS * Block Gilbert-Moore decoder as used by MPEG-4 ALS
* @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * @author Thilo Borgmann <thilo.borgmann _at_ mail.de>
*/ */
#include "libavutil/attributes.h" #include "libavutil/attributes.h"

@ -1,6 +1,6 @@
/* /*
* Block Gilbert-Moore decoder * Block Gilbert-Moore decoder
* Copyright (c) 2010 Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * Copyright (c) 2010 Thilo Borgmann <thilo.borgmann _at_ mail.de>
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
@ -22,7 +22,7 @@
/** /**
* @file * @file
* Block Gilbert-Moore decoder header * Block Gilbert-Moore decoder header
* @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * @author Thilo Borgmann <thilo.borgmann _at_ mail.de>
*/ */

@ -1,6 +1,6 @@
/* /*
* EXIF metadata parser * EXIF metadata parser
* Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_ mail.de>
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
@ -22,7 +22,7 @@
/** /**
* @file * @file
* EXIF metadata parser * EXIF metadata parser
* @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * @author Thilo Borgmann <thilo.borgmann _at_ mail.de>
*/ */
#include "exif.h" #include "exif.h"

@ -1,6 +1,6 @@
/* /*
* EXIF metadata parser * EXIF metadata parser
* Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_ mail.de>
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
@ -22,7 +22,7 @@
/** /**
* @file * @file
* EXIF metadata parser * EXIF metadata parser
* @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * @author Thilo Borgmann <thilo.borgmann _at_ mail.de>
*/ */
#ifndef AVCODEC_EXIF_H #ifndef AVCODEC_EXIF_H

@ -1,6 +1,6 @@
/* /*
* TIFF Common Routines * TIFF Common Routines
* Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_ mail.de>
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
@ -22,7 +22,7 @@
/** /**
* @file * @file
* TIFF Common Routines * TIFF Common Routines
* @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * @author Thilo Borgmann <thilo.borgmann _at_ mail.de>
*/ */
#include "tiff_common.h" #include "tiff_common.h"

@ -1,6 +1,6 @@
/* /*
* TIFF Common Routines * TIFF Common Routines
* Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_ mail.de>
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
@ -22,7 +22,7 @@
/** /**
* @file * @file
* TIFF Common Routines * TIFF Common Routines
* @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * @author Thilo Borgmann <thilo.borgmann _at_ mail.de>
*/ */
#ifndef AVCODEC_TIFF_COMMON_H #ifndef AVCODEC_TIFF_COMMON_H

Loading…
Cancel
Save