From: Fiona Glaser Date: Sat, 29 Nov 2008 12:49:18 +0000 (-0800) Subject: Cosmetic: update various file headers. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=19ebada1c9a67ac0837936eb9269224cb3ce8dd7;hp=85c217958c677b164305582e3c6304bf42f1bac5;p=x264 Cosmetic: update various file headers. --- diff --git a/common/cpu.c b/common/cpu.c index 762f3c88..aff31eb8 100644 --- a/common/cpu.c +++ b/common/cpu.c @@ -5,6 +5,7 @@ * * Authors: Loren Merritt * Laurent Aimar + * Fiona 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/frame.c b/common/frame.c index b190de74..482992d2 100644 --- a/common/frame.c +++ b/common/frame.c @@ -5,6 +5,7 @@ * * Authors: Laurent Aimar * Loren Merritt + * Fiona 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/x86/cpu-a.asm b/common/x86/cpu-a.asm index 13266fa1..f5c73321 100644 --- a/common/x86/cpu-a.asm +++ b/common/x86/cpu-a.asm @@ -1,10 +1,11 @@ ;***************************************************************************** -;* cpu-32.asm: h264 encoder library +;* cpu-a.asm: h264 encoder library ;***************************************************************************** ;* Copyright (C) 2003-2008 x264 project ;* ;* Authors: Laurent Aimar ;* Loren Merritt +;* Fiona 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/x86/dct-a.asm b/common/x86/dct-a.asm index 73922fce..012e25aa 100644 --- a/common/x86/dct-a.asm +++ b/common/x86/dct-a.asm @@ -5,6 +5,7 @@ ;* ;* Authors: Laurent Aimar ;* Loren Merritt +;* Holger Lubitz ;* Min Chen ;* ;* This program is free software; you can redistribute it and/or modify diff --git a/common/x86/mc-a.asm b/common/x86/mc-a.asm index bf4d539b..05455c50 100644 --- a/common/x86/mc-a.asm +++ b/common/x86/mc-a.asm @@ -4,8 +4,8 @@ ;* Copyright (C) 2003-2008 x264 project ;* ;* Authors: Loren Merritt -;* Laurent Aimar ;* Fiona Glaser +;* Laurent Aimar ;* Min Chen ;* ;* This program is free software; you can redistribute it and/or modify diff --git a/common/x86/mc-a2.asm b/common/x86/mc-a2.asm index d58cc4e6..fa3e3bd9 100644 --- a/common/x86/mc-a2.asm +++ b/common/x86/mc-a2.asm @@ -5,6 +5,7 @@ ;* ;* Authors: Loren Merritt ;* Fiona Glaser +;* Holger Lubitz ;* Mathieu Monnier ;* ;* This program is free software; you can redistribute it and/or modify diff --git a/common/x86/pixel-a.asm b/common/x86/pixel-a.asm index 13550be2..e462660d 100644 --- a/common/x86/pixel-a.asm +++ b/common/x86/pixel-a.asm @@ -6,6 +6,7 @@ ;* Authors: Loren Merritt ;* Laurent Aimar ;* Alex Izvorski +;* Fiona 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/x86/quant-a.asm b/common/x86/quant-a.asm index 6bedf549..8af5fb73 100644 --- a/common/x86/quant-a.asm +++ b/common/x86/quant-a.asm @@ -4,6 +4,7 @@ ;* Copyright (C) 2005-2008 x264 project ;* ;* Authors: Loren Merritt +;* Fiona Glaser ;* Christian Heine ;* ;* This program is free software; you can redistribute it and/or modify diff --git a/common/x86/sad-a.asm b/common/x86/sad-a.asm index 1106baa4..3ce1af50 100644 --- a/common/x86/sad-a.asm +++ b/common/x86/sad-a.asm @@ -5,6 +5,7 @@ ;* ;* Authors: Loren Merritt ;* Laurent Aimar +;* Fiona Glaser ;* Alex Izvorski ;* ;* This program is free software; you can redistribute it and/or modify diff --git a/encoder/analyse.c b/encoder/analyse.c index 8ae426f1..2dc11af6 100644 --- a/encoder/analyse.c +++ b/encoder/analyse.c @@ -5,6 +5,7 @@ * * Authors: Laurent Aimar * Loren Merritt + * Fiona 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/encoder/cabac.c b/encoder/cabac.c index 2fd240df..d904385d 100644 --- a/encoder/cabac.c +++ b/encoder/cabac.c @@ -5,6 +5,7 @@ * * Authors: Laurent Aimar * Loren Merritt + * Fiona 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/encoder/cavlc.c b/encoder/cavlc.c index 49c9c7ff..a027751f 100644 --- a/encoder/cavlc.c +++ b/encoder/cavlc.c @@ -5,6 +5,7 @@ * * Authors: Laurent Aimar * Loren Merritt + * Fiona 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/encoder/encoder.c b/encoder/encoder.c index 1fd86113..c1de199e 100644 --- a/encoder/encoder.c +++ b/encoder/encoder.c @@ -5,6 +5,7 @@ * * Authors: Laurent Aimar * Loren Merritt + * Fiona 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/encoder/rdo.c b/encoder/rdo.c index 655a3296..1ba2a715 100644 --- a/encoder/rdo.c +++ b/encoder/rdo.c @@ -1,7 +1,10 @@ /***************************************************************************** * rdo.c: h264 encoder library (rate-distortion optimization) ***************************************************************************** - * Copyright (C) 2005-2008 Loren Merritt + * Copyright (C) 2005-2008 x264 project + * + * Authors: Loren Merritt + * Fiona 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/encoder/slicetype.c b/encoder/slicetype.c index a8c028cf..3fc81454 100644 --- a/encoder/slicetype.c +++ b/encoder/slicetype.c @@ -1,7 +1,10 @@ /***************************************************************************** * slicetype.c: h264 encoder library ***************************************************************************** - * Copyright (C) 2005-2008 Loren Merritt + * Copyright (C) 2005-2008 x264 project + * + * Authors: Loren Merritt + * Fiona 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