Module: libav Branch: master Commit: 79793f833784121d574454af4871866576c0749d
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Tue Jul 1 11:52:37 2014 +0200 Update Fiona's name in copyright statements. --- libavcodec/vp56rac.c | 2 +- libavcodec/vp8.c | 2 +- libavcodec/vp8.h | 2 +- libavcodec/x86/h264_deblock.asm | 2 +- libavcodec/x86/h264_deblock_10bit.asm | 2 +- libavcodec/x86/h264_intrapred.asm | 2 +- libavcodec/x86/h264_intrapred_init.c | 2 +- libavcodec/x86/rv40dsp.asm | 2 +- libavcodec/x86/vp8dsp.asm | 2 +- libavcodec/x86/vp8dsp_init.c | 2 +- libavcodec/x86/vp8dsp_loopfilter.asm | 2 +- libavutil/x86/cpuid.asm | 2 +- libavutil/x86/x86inc.asm | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/libavcodec/vp56rac.c b/libavcodec/vp56rac.c index c009cad..270a3ca 100644 --- a/libavcodec/vp56rac.c +++ b/libavcodec/vp56rac.c @@ -1,6 +1,6 @@ /* * VP5/6/8 decoder - * Copyright (c) 2010 Jason Garrett-Glaser <[email protected]> + * Copyright (c) 2010 Fiona Glaser <[email protected]> * * This file is part of Libav. * diff --git a/libavcodec/vp8.c b/libavcodec/vp8.c index e73ee82..e3c2bd9 100644 --- a/libavcodec/vp8.c +++ b/libavcodec/vp8.c @@ -3,7 +3,7 @@ * * Copyright (C) 2010 David Conrad * Copyright (C) 2010 Ronald S. Bultje - * Copyright (C) 2010 Jason Garrett-Glaser + * Copyright (C) 2010 Fiona Glaser * Copyright (C) 2012 Daniel Kang * Copyright (C) 2014 Peter Ross * diff --git a/libavcodec/vp8.h b/libavcodec/vp8.h index d4a231f..365e7b7 100644 --- a/libavcodec/vp8.h +++ b/libavcodec/vp8.h @@ -3,7 +3,7 @@ * * Copyright (C) 2010 David Conrad * Copyright (C) 2010 Ronald S. Bultje - * Copyright (C) 2010 Jason Garrett-Glaser + * Copyright (C) 2010 Fiona Glaser * Copyright (C) 2012 Daniel Kang * * This file is part of Libav. diff --git a/libavcodec/x86/h264_deblock.asm b/libavcodec/x86/h264_deblock.asm index 61642a0..d2067c8 100644 --- a/libavcodec/x86/h264_deblock.asm +++ b/libavcodec/x86/h264_deblock.asm @@ -4,7 +4,7 @@ ;* Copyright (C) 2005-2011 x264 project ;* ;* Authors: Loren Merritt <[email protected]> -;* Jason Garrett-Glaser <[email protected]> +;* Fiona Glaser <[email protected]> ;* Oskar Arvidsson <[email protected]> ;* ;* This file is part of Libav. diff --git a/libavcodec/x86/h264_deblock_10bit.asm b/libavcodec/x86/h264_deblock_10bit.asm index 7242cb6..d049c62 100644 --- a/libavcodec/x86/h264_deblock_10bit.asm +++ b/libavcodec/x86/h264_deblock_10bit.asm @@ -5,7 +5,7 @@ ;* ;* Authors: Oskar Arvidsson <[email protected]> ;* Loren Merritt <[email protected]> -;* Jason Garrett-Glaser <[email protected]> +;* Fiona Glaser <[email protected]> ;* ;* This file is part of Libav. ;* diff --git a/libavcodec/x86/h264_intrapred.asm b/libavcodec/x86/h264_intrapred.asm index 394dcf4..4a4fa10 100644 --- a/libavcodec/x86/h264_intrapred.asm +++ b/libavcodec/x86/h264_intrapred.asm @@ -1,6 +1,6 @@ ;****************************************************************************** ;* H.264 intra prediction asm optimizations -;* Copyright (c) 2010 Jason Garrett-Glaser +;* Copyright (c) 2010 Fiona Glaser ;* Copyright (c) 2010 Holger Lubitz ;* Copyright (c) 2010 Loren Merritt ;* Copyright (c) 2010 Ronald S. Bultje diff --git a/libavcodec/x86/h264_intrapred_init.c b/libavcodec/x86/h264_intrapred_init.c index 6bd33ed..0e572b1 100644 --- a/libavcodec/x86/h264_intrapred_init.c +++ b/libavcodec/x86/h264_intrapred_init.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Jason Garrett-Glaser + * Copyright (c) 2010 Fiona Glaser <[email protected]> * * This file is part of Libav. * diff --git a/libavcodec/x86/rv40dsp.asm b/libavcodec/x86/rv40dsp.asm index 1a33aa0..0a242b5 100644 --- a/libavcodec/x86/rv40dsp.asm +++ b/libavcodec/x86/rv40dsp.asm @@ -1,7 +1,7 @@ ;****************************************************************************** ;* MMX/SSE2-optimized functions for the RV40 decoder ;* Copyright (c) 2010 Ronald S. Bultje <[email protected]> -;* Copyright (c) 2010 Jason Garrett-Glaser <[email protected]> +;* Copyright (c) 2010 Fiona Glaser <[email protected]> ;* Copyright (C) 2012 Christophe Gisquet <[email protected]> ;* ;* This file is part of Libav. diff --git a/libavcodec/x86/vp8dsp.asm b/libavcodec/x86/vp8dsp.asm index 2f05334..adc9730 100644 --- a/libavcodec/x86/vp8dsp.asm +++ b/libavcodec/x86/vp8dsp.asm @@ -1,7 +1,7 @@ ;****************************************************************************** ;* VP8 MMXEXT optimizations ;* Copyright (c) 2010 Ronald S. Bultje <[email protected]> -;* Copyright (c) 2010 Jason Garrett-Glaser <[email protected]> +;* Copyright (c) 2010 Fiona Glaser <[email protected]> ;* ;* This file is part of Libav. ;* diff --git a/libavcodec/x86/vp8dsp_init.c b/libavcodec/x86/vp8dsp_init.c index b3b32b7..e5afd49 100644 --- a/libavcodec/x86/vp8dsp_init.c +++ b/libavcodec/x86/vp8dsp_init.c @@ -1,7 +1,7 @@ /* * VP8 DSP functions x86-optimized * Copyright (c) 2010 Ronald S. Bultje <[email protected]> - * Copyright (c) 2010 Jason Garrett-Glaser <[email protected]> + * Copyright (c) 2010 Fiona Glaser <[email protected]> * * This file is part of Libav. * diff --git a/libavcodec/x86/vp8dsp_loopfilter.asm b/libavcodec/x86/vp8dsp_loopfilter.asm index 8305881..5d792e8 100644 --- a/libavcodec/x86/vp8dsp_loopfilter.asm +++ b/libavcodec/x86/vp8dsp_loopfilter.asm @@ -1,7 +1,7 @@ ;****************************************************************************** ;* VP8 MMXEXT optimizations ;* Copyright (c) 2010 Ronald S. Bultje <[email protected]> -;* Copyright (c) 2010 Jason Garrett-Glaser <[email protected]> +;* Copyright (c) 2010 Fiona Glaser <[email protected]> ;* ;* This file is part of Libav. ;* diff --git a/libavutil/x86/cpuid.asm b/libavutil/x86/cpuid.asm index e739ebe..1cb8e94 100644 --- a/libavutil/x86/cpuid.asm +++ b/libavutil/x86/cpuid.asm @@ -2,7 +2,7 @@ ;* Copyright (C) 2005-2010 x264 project ;* ;* Authors: Loren Merritt <[email protected]> -;* Jason Garrett-Glaser <[email protected]> +;* Fiona Glaser <[email protected]> ;* ;* This file is part of Libav. ;* diff --git a/libavutil/x86/x86inc.asm b/libavutil/x86/x86inc.asm index a765b0a..2d4d1d3 100644 --- a/libavutil/x86/x86inc.asm +++ b/libavutil/x86/x86inc.asm @@ -5,7 +5,7 @@ ;* ;* Authors: Loren Merritt <[email protected]> ;* Anton Mitrofanov <[email protected]> -;* Jason Garrett-Glaser <[email protected]> +;* Fiona Glaser <[email protected]> ;* Henrik Gramner <[email protected]> ;* ;* Permission to use, copy, modify, and/or distribute this software for any _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
