0
|
1 Watermarking source
|
|
2
|
3
|
3 version 0.5
|
|
4 * added algorithm kund2 and kund3
|
|
5 * added xie2
|
|
6 * fixed uninitialized variable level in wm_kim_{e|d}.c
|
|
7 * updated netpbm include file names (for netpbm 10.x)
|
|
8
|
0
|
9 version 0.4
|
|
10 * bug fixes
|
|
11 - wm_xia_{e|d}.c variable level uninitialized
|
|
12 - wm_zhu_{e|d}.c variable level uninitialized
|
|
13 - issue with random() vs. rand() and RAND_MAX in frid2_common.c
|
|
14 * added option to bruyn algorithm to disable block skipping
|
|
15 * added algorithm kim
|
|
16
|
|
17 version 0.3
|
|
18 * added nice manual/documentation
|
|
19 * added algorithms by Dugad, Wang, Zhu, Fridrich
|
|
20 * added Makefiles for Win32 plattform (mingw32)
|
|
21
|
|
22 version 0.2
|
|
23 * added contribution by Vassilis Fotopoulos (Piva's algorithm,
|
|
24 DCT, Hartley and subband domain) - see Fotopoulos/ subdirectory
|
|
25 * stuff moved to Meerwald/ subdirectory
|
|
26 * added Bruyndonckx, Corvi, Koch, Xia, Xie algorithms
|
|
27
|
|
28 version 0.1
|
|
29 * initial release
|
|
30
|
|
31 Peter Meerwald
|
3
|
32 Dept. of Computer Sciences, University of Salzburg, Austria
|
0
|
33
|
|
34 pmeerw@cosy.sbg.ac.at
|
|
35 http://www.cosy.sbg.ac.at/~pmeerw/Watermarking
|