From 92f25788bd79345d55640706fed87578b7642a73 Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 3 Dec 2001 20:30:03 +0000 Subject: [PATCH] Brought up to date --- ChangeLog | 4 +++- TODO | 4 +--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index fe39a4e..f55f22d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -36,7 +36,7 @@ * lib/example/glyphshape.c: new file, demonstrates using font characters as shapes * pdfswf: many bugfixes. The "pdfscreen" manual now get's converted correctly * rfxswf-lib: bugfix: Couldn't handle jpeg grayscale images -0.1.3: +0.2.0: * pdf2swf: TrueType support added. (using ttf2pt1) * rfxswf-lib: performs conversion of jpeg colorspaces now. (Makes pdf2swf cope with more types of jpegs) @@ -44,3 +44,5 @@ * swfcombine: allows ids instead of names, now, too. * swfdump: added text displaying functionality. (like swfstrings) * swfdump: now dumps also the undocumented placeobject2 actioncode. + * lib/example/avi2swf.cc: For now, converts small (!) avi movie files to swf. (using + libavifile) diff --git a/TODO b/TODO index 0df9e07..0886f57 100644 --- a/TODO +++ b/TODO @@ -33,8 +33,6 @@ rfxswf-lib: example textfields don't show characters >256. * modules/swfshape doesn't allow changing to fillstyle 0 * modules/swffont:TextSetInfoRecord doesn't allow changing to coordinate 0 - * s/GetDataSize/GetTagLen/g - s/GetDataSizePtr/GetTagLenPtr/g - s/ObjectPlace/ObjectSet/g + * s/ObjectPlace/ObjectSet/g (s/GetFrameNo/GetTagFrameNo/g ?) -- 1.7.10.4