diff --git a/common/arm/cpu-a.S b/common/arm/cpu-a.S index b59737c..48b9590 100644 --- a/common/arm/cpu-a.S +++ b/common/arm/cpu-a.S @@ -1,7 +1,7 @@ /***************************************************************************** * cpu-a.S: arm cpu detection ***************************************************************************** - * Copyright (C) 2009 x264 project + * Copyright (C) 2009-2010 x264 project * * Authors: David Conrad * diff --git a/common/cpu.h b/common/cpu.h index c1b90b2..483cf2e 100644 --- a/common/cpu.h +++ b/common/cpu.h @@ -1,7 +1,9 @@ /***************************************************************************** * cpu.h: cpu detection ***************************************************************************** - * Copyright (C) 2004-2010 Loren Merritt + * Copyright (C) 2004-2010 x264 project + * + * Authors: Loren Merritt * * 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 diff --git a/common/dct.h b/common/dct.h index a8263cb..c6edc2a 100644 --- a/common/dct.h +++ b/common/dct.h @@ -1,7 +1,9 @@ /***************************************************************************** * dct.h: transform and zigzag ***************************************************************************** - * Copyright (C) 2004-2010 Loren Merritt + * Copyright (C) 2004-2010 x264 project + * + * Authors: Loren Merritt * * 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 diff --git a/common/display-x11.c b/common/display-x11.c index e433be8..908e6c5 100644 --- a/common/display-x11.c +++ b/common/display-x11.c @@ -1,7 +1,9 @@ /***************************************************************************** * display-x11.c: x11 interface ***************************************************************************** - * Copyright (C) 2005 Tuukka Toivonen + * Copyright (C) 2005-2010 x264 project + * + * Authors: Tuukka Toivonen * * 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 diff --git a/common/display.h b/common/display.h index 18ecbe2..61ebd32 100644 --- a/common/display.h +++ b/common/display.h @@ -1,7 +1,9 @@ /***************************************************************************** * display.h: x11 visualization interface ***************************************************************************** - * Copyright (C) 2005 Tuukka Toivonen + * Copyright (C) 2005-2010 x264 project + * + * Authors: Tuukka Toivonen * * 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 diff --git a/common/mc.h b/common/mc.h index 0280492..6edddcd 100644 --- a/common/mc.h +++ b/common/mc.h @@ -1,7 +1,9 @@ /***************************************************************************** * mc.h: motion compensation ***************************************************************************** - * Copyright (C) 2004-2010 Loren Merritt + * Copyright (C) 2004-2010 x264 project + * + * Authors: Loren Merritt * * 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 diff --git a/common/mdate.c b/common/mdate.c index bd83539..47450fc 100644 --- a/common/mdate.c +++ b/common/mdate.c @@ -1,7 +1,9 @@ /***************************************************************************** * mdate.c: time measurement ***************************************************************************** - * Copyright (C) 2003 Laurent Aimar + * Copyright (C) 2003-2010 x264 project + * + * Authors: Laurent Aimar * * 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 diff --git a/common/rectangle.c b/common/rectangle.c index 820319f..a2c596f 100644 --- a/common/rectangle.c +++ b/common/rectangle.c @@ -1,7 +1,9 @@ /***************************************************************************** * rectangle.c: rectangle filling ***************************************************************************** - * Copyright (C) 2010 Jason Garrett-Glaser + * Copyright (C) 2010 x264 project + * + * Authors: Jason Garrett-Glaser * * 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 diff --git a/common/set.c b/common/set.c index a1025d2..517f25e 100644 --- a/common/set.c +++ b/common/set.c @@ -1,7 +1,9 @@ /***************************************************************************** * set.c: quantization init ***************************************************************************** - * Copyright (C) 2005-2010 Loren Merritt + * Copyright (C) 2005-2010 x264 project + * + * Authors: Loren Merritt * * 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 diff --git a/common/sparc/pixel.asm b/common/sparc/pixel.asm index 6c37a26..d78a71b 100644 --- a/common/sparc/pixel.asm +++ b/common/sparc/pixel.asm @@ -1,7 +1,9 @@ /***************************************************************************** * pixel.asm: sparc pixel metrics ***************************************************************************** - * Copyright (C) 2005 Phil Jensen + * Copyright (C) 2005-2010 x264 project + * + * Authors: Phil Jensen * * 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 diff --git a/common/sparc/pixel.h b/common/sparc/pixel.h index d454267..aaee4f7 100644 --- a/common/sparc/pixel.h +++ b/common/sparc/pixel.h @@ -1,7 +1,9 @@ /***************************************************************************** * pixel.h: sparc pixel metrics ***************************************************************************** - * Copyright (C) 2005 Phil Jensen + * Copyright (C) 2005-2010 x264 project + * + * Authors: Phil Jensen * * 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 diff --git a/common/threadpool.c b/common/threadpool.c index 540c443..a7b3932 100644 --- a/common/threadpool.c +++ b/common/threadpool.c @@ -1,7 +1,9 @@ /***************************************************************************** * threadpool.c: thread pooling ***************************************************************************** - * Copyright (C) 2010 Steven Walters + * Copyright (C) 2010 x264 project + * + * Authors: Steven Walters * * 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 diff --git a/common/threadpool.h b/common/threadpool.h index a5c4468..d592bfd 100644 --- a/common/threadpool.h +++ b/common/threadpool.h @@ -1,7 +1,9 @@ /***************************************************************************** * threadpool.h: thread pooling ***************************************************************************** - * Copyright (C) 2010 Steven Walters + * Copyright (C) 2010 x264 project + * + * Authors: Steven Walters * * 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 diff --git a/common/visualize.c b/common/visualize.c index 4240008..6725671 100644 --- a/common/visualize.c +++ b/common/visualize.c @@ -1,7 +1,9 @@ /***************************************************************************** * visualize.c: visualization ***************************************************************************** - * Copyright (C) 2005 Tuukka Toivonen + * Copyright (C) 2005-2010 x264 project + * + * Authors: Tuukka Toivonen * * 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 diff --git a/common/visualize.h b/common/visualize.h index 3d01d95..a4573b3 100644 --- a/common/visualize.h +++ b/common/visualize.h @@ -1,7 +1,9 @@ /***************************************************************************** * visualize.h: visualization ***************************************************************************** - * Copyright (C) 2005 Tuukka Toivonen + * Copyright (C) 2005-2010 x264 project + * + * Authors: Tuukka Toivonen * * 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 diff --git a/common/vlc.c b/common/vlc.c index 8caf5e8..6393fbd 100644 --- a/common/vlc.c +++ b/common/vlc.c @@ -1,7 +1,9 @@ /***************************************************************************** * vlc.c : vlc table ***************************************************************************** - * Copyright (C) 2003 Laurent Aimar + * Copyright (C) 2003-2010 x264 project + * + * Authors: Laurent Aimar * * 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 diff --git a/common/x86/cabac-a.asm b/common/x86/cabac-a.asm index 3449ffa..bb26638 100644 --- a/common/x86/cabac-a.asm +++ b/common/x86/cabac-a.asm @@ -3,9 +3,9 @@ ;***************************************************************************** ;* Copyright (C) 2008-2010 x264 project ;* -;* Author: Loren Merritt -;* Jason Garrett-Glaser -;* Holger Lubitz +;* Authors: Loren Merritt +;* Jason Garrett-Glaser +;* Holger Lubitz ;* ;* 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 diff --git a/common/x86/const-a.asm b/common/x86/const-a.asm index f9c2626..d23339e 100644 --- a/common/x86/const-a.asm +++ b/common/x86/const-a.asm @@ -3,8 +3,8 @@ ;***************************************************************************** ;* Copyright (C) 2010 x264 project ;* -;* Author: Loren Merritt -;* Jason Garrett-Glaser +;* Authors: Loren Merritt +;* Jason Garrett-Glaser ;* ;* 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 diff --git a/filters/video/cache.c b/filters/video/cache.c index 3230dfb..4680f9b 100644 --- a/filters/video/cache.c +++ b/filters/video/cache.c @@ -1,7 +1,9 @@ /***************************************************************************** * cache.c: cache video filter ***************************************************************************** - * Copyright (C) 2010 Steven Walters + * Copyright (C) 2010 x264 project + * + * Authors: Steven Walters * * 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 diff --git a/filters/video/fix_vfr_pts.c b/filters/video/fix_vfr_pts.c index 22a00e3..88778bc 100644 --- a/filters/video/fix_vfr_pts.c +++ b/filters/video/fix_vfr_pts.c @@ -1,7 +1,9 @@ /***************************************************************************** * fix_vfr_pts.c: vfr pts fixing video filter ***************************************************************************** - * Copyright (C) 2010 Steven Walters + * Copyright (C) 2010 x264 project + * + * Authors: Steven Walters * * 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 diff --git a/filters/video/internal.c b/filters/video/internal.c index 8eac89f..c6d32db 100644 --- a/filters/video/internal.c +++ b/filters/video/internal.c @@ -1,7 +1,9 @@ /***************************************************************************** * internal.c: video filter utilities ***************************************************************************** - * Copyright (C) 2010 Steven Walters + * Copyright (C) 2010 x264 project + * + * Authors: Steven Walters * * 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 diff --git a/filters/video/internal.h b/filters/video/internal.h index 8dd0197..e378082 100644 --- a/filters/video/internal.h +++ b/filters/video/internal.h @@ -1,7 +1,9 @@ /***************************************************************************** * internal.h: video filter utilities ***************************************************************************** - * Copyright (C) 2010 Steven Walters + * Copyright (C) 2010 x264 project + * + * Authors: Steven Walters * * 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 diff --git a/filters/video/resize.c b/filters/video/resize.c index ee92a6e..0699927 100644 --- a/filters/video/resize.c +++ b/filters/video/resize.c @@ -1,7 +1,9 @@ /***************************************************************************** * resize.c: resize video filter ***************************************************************************** - * Copyright (C) 2010 Steven Walters + * Copyright (C) 2010 x264 project + * + * Authors: Steven Walters * * 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 diff --git a/filters/video/select_every.c b/filters/video/select_every.c index 6208259..4fcace6 100644 --- a/filters/video/select_every.c +++ b/filters/video/select_every.c @@ -1,7 +1,9 @@ /***************************************************************************** * select_every.c: select-every video filter ***************************************************************************** - * Copyright (C) 2010 Steven Walters + * Copyright (C) 2010 x264 project + * + * Authors: Steven Walters * * 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 diff --git a/filters/video/source.c b/filters/video/source.c index 1958ae3..cdf02d6 100644 --- a/filters/video/source.c +++ b/filters/video/source.c @@ -1,7 +1,9 @@ /***************************************************************************** * source.c: source video filter ***************************************************************************** - * Copyright (C) 2010 Steven Walters + * Copyright (C) 2010 x264 project + * + * Authors: Steven Walters * * 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 diff --git a/filters/video/video.c b/filters/video/video.c index e61a314..7633a34 100644 --- a/filters/video/video.c +++ b/filters/video/video.c @@ -1,7 +1,9 @@ /***************************************************************************** * video.c: video filters ***************************************************************************** - * Copyright (C) 2010 Steven Walters + * Copyright (C) 2010 x264 project + * + * Authors: Steven Walters * * 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 diff --git a/filters/video/video.h b/filters/video/video.h index 36fa237..07668c0 100644 --- a/filters/video/video.h +++ b/filters/video/video.h @@ -1,7 +1,9 @@ /***************************************************************************** * video.h: video filters ***************************************************************************** - * Copyright (C) 2010 Steven Walters + * Copyright (C) 2010 x264 project + * + * Authors: Steven Walters * * 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 diff --git a/output/matroska.c b/output/matroska.c index 910ca74..3773203 100644 --- a/output/matroska.c +++ b/output/matroska.c @@ -1,7 +1,7 @@ /***************************************************************************** * matroska.c: matroska muxer ***************************************************************************** - * Copyright (C) 2005 x264 project + * Copyright (C) 2005-2010 x264 project * * Authors: Mike Matsnev * diff --git a/output/matroska_ebml.c b/output/matroska_ebml.c index acf80e0..04f7e98 100644 --- a/output/matroska_ebml.c +++ b/output/matroska_ebml.c @@ -1,7 +1,7 @@ /***************************************************************************** * matroska_ebml.c: matroska muxer utilities ***************************************************************************** - * Copyright (C) 2005 x264 project + * Copyright (C) 2005-2010 x264 project * * Authors: Mike Matsnev * diff --git a/output/matroska_ebml.h b/output/matroska_ebml.h index 261373c..904df17 100644 --- a/output/matroska_ebml.h +++ b/output/matroska_ebml.h @@ -1,7 +1,7 @@ /***************************************************************************** * matroska_ebml.h: matroska muxer utilities ***************************************************************************** - * Copyright (C) 2005 x264 project + * Copyright (C) 2005-2010 x264 project * * Authors: Mike Matsnev * diff --git a/x264.c b/x264.c index 6807b4e..3f5abac 100644 --- a/x264.c +++ b/x264.c @@ -1,7 +1,7 @@ /***************************************************************************** * x264: top-level x264cli functions ***************************************************************************** - * Copyright (C) 2003-2008 x264 project + * Copyright (C) 2003-2010 x264 project * * Authors: Loren Merritt * Laurent Aimar diff --git a/x264dll.c b/x264dll.c index 075eaba..2567275 100644 --- a/x264dll.c +++ b/x264dll.c @@ -1,7 +1,7 @@ /***************************************************************************** * x264dll: x264 DLLMain for win32 ***************************************************************************** - * Copyright (C) 2009 x264 project + * Copyright (C) 2009-2010 x264 project * * Authors: Anton Mitrofanov *