Update ChangeLog and fix license for blur and wave filters
authorj-b-m <j-b-m@d19143bc-622f-0410-bfdd-b5b2a6649095>
Fri, 30 Mar 2007 07:33:13 +0000 (07:33 +0000)
committerj-b-m <j-b-m@d19143bc-622f-0410-bfdd-b5b2a6649095>
Fri, 30 Mar 2007 07:33:13 +0000 (07:33 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@960 d19143bc-622f-0410-bfdd-b5b2a6649095

ChangeLog
src/modules/core/filter_boxblur.c
src/modules/core/filter_boxblur.h
src/modules/core/filter_wave.c
src/modules/core/filter_wave.h

index 0c00bf8..cc9bcf8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 $Id$
 
+2007-03-30 Jean-Baptiste Mardelle <jb@kdenlive.org>
+       Fix boxblur and wave filters license.
+
 2007-03-29 Dan Dennedy <dan@dennedy.org>
        Cleanup license declarations and remove dv1394d references.
        Change registration of vmfx/mono to threshold to disambiguate with 
@@ -12,6 +15,12 @@ $Id$
 2007-03-16 Dan Dennedy <dan@dennedy.org>
        Added docs/policies.txt.
 
+2007-02-19 Jean-Baptiste Mardelle <jb@kdenlive.org>
+       Blur and wave filters: fix typos and make functions static (patch from Stephane Fillod)
+
+2007-02-18 Jean-Baptiste Mardelle <jb@kdenlive.org>
+       Add blur and wave filters from Leny Grisel
+
 2007-02-07 Dan Dennedy <dan@dennedy.org>
        Added ffmpeg libswscale support to avformat module (requires configure
        option --avformat-swscale)
index 43ae223..2347426 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * filter_boxblur.c -- blur filter
+ * Copyright (C) 2003-2004 Ushodaya Enterprises Limited
  * Author: Leny Grisel <leny.grisel@laposte.net>
  *
  * This program is free software; you can redistribute it and/or modify
index f942e85..9515b71 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * filter_boxblur.h -- box blur filter
+ * Copyright (C) 2003-2004 Ushodaya Enterprises Limited
  * Author: Leny Grisel <leny.grisel@laposte.net>
  *
  * This program is free software; you can redistribute it and/or modify
index add9327..0cb8664 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * wave.c -- wave filter
+ * Copyright (C) 2003-2004 Ushodaya Enterprises Limited
  * Author: Leny Grisel <leny.grisel@laposte.net>
  *
  * This program is free software; you can redistribute it and/or modify
index e45a1e2..ef3bc96 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * filter_wave.h -- wave filter
+ * Copyright (C) 2003-2004 Ushodaya Enterprises Limited
  * Author: Leny Grisel <leny.grisel@laposte.net>
  *
  * This program is free software; you can redistribute it and/or modify