Originally committed as revision 25838 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ... | ... |
@@ -1,8 +1,8 @@ |
| 1 | 1 |
/* |
| 2 |
- * Copyright (C) 2010 Stefano Sabatini |
|
| 3 |
- * Copyright (C) 2006 Ivo van Poorten |
|
| 4 |
- * Copyright (C) 2006 Julian Hall |
|
| 5 |
- * Copyright (C) 2002-2003 Brian J. Murrell |
|
| 2 |
+ * Copyright (c) 2010 Stefano Sabatini |
|
| 3 |
+ * Copyright (c) 2006 Ivo van Poorten |
|
| 4 |
+ * Copyright (c) 2006 Julian Hall |
|
| 5 |
+ * Copyright (c) 2002-2003 Brian J. Murrell |
|
| 6 | 6 |
* |
| 7 | 7 |
* This file is part of FFmpeg. |
| 8 | 8 |
* |
| ... | ... |
@@ -1,7 +1,6 @@ |
| 1 | 1 |
/* |
| 2 |
- * Ported to FFmpeg from MPlayer libmpcodecs/unsharp.c |
|
| 3 |
- * Original copyright (C) 2002 Remi Guyomarch <rguyom@pobox.com> |
|
| 4 |
- * Port copyright (C) 2010 Daniel G. Taylor <dan@programmer-art.org> |
|
| 2 |
+ * Original copyright (c) 2002 Remi Guyomarch <rguyom@pobox.com> |
|
| 3 |
+ * Port copyright (c) 2010 Daniel G. Taylor <dan@programmer-art.org> |
|
| 5 | 4 |
* Relicensed to the LGPL with permission from Remi Guyomarch. |
| 6 | 5 |
* |
| 7 | 6 |
* This file is part of FFmpeg. |
| ... | ... |
@@ -23,7 +22,8 @@ |
| 23 | 23 |
|
| 24 | 24 |
/** |
| 25 | 25 |
* @file |
| 26 |
- * blur / sharpen filter |
|
| 26 |
+ * blur / sharpen filter, ported to FFmpeg from MPlayer |
|
| 27 |
+ * libmpcodecs/unsharp.c. |
|
| 27 | 28 |
* |
| 28 | 29 |
* This code is based on: |
| 29 | 30 |
* |