aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.LOG
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2003-12-08 22:45:55 +0000
committerN.N. <sevyves@users.sourceforge.net>2003-12-08 22:45:55 +0000
commit9f97696fb6f76f031f15d9313cf5c5e11381449c (patch)
tree1411e9e03bdb80dd110f6e4e4798c996c3569edb /CHANGES.LOG
parentdb4edc0406452c0c777e1214919557f4e6c2ae11 (diff)
PiDiP 0.12.11
svn path=/trunk/externals/pidip/; revision=1207
Diffstat (limited to 'CHANGES.LOG')
-rw-r--r--CHANGES.LOG8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.LOG b/CHANGES.LOG
index 9912e8c..9eb4155 100644
--- a/CHANGES.LOG
+++ b/CHANGES.LOG
@@ -1,3 +1,11 @@
+0.12.12
+ added offsets messages in pdp_pen
+0.12.11
+ added pdp_charcoal to the effect rack : charcoal effect using edge detection, blur, normalization and negate
+ ( it's an abstraction using basic pdp_objects )
+ fixed compilation problem with latest ffmpeg ( AVFMT_NOHEADER --> AVFMTCTX_NOHEADER )
+ commented pdp_aa : it introduces useless dependencies ( aalib ) and is not very good
+ added pdp_ocanvas : canvas with some overlay
0.12.10
fixed crashes and 'resize' bug in pdp_text
added pdp_xcanvas : pdp_canvas + pdp_xv in one ( for performances reasons )