swftools.git
19 years agoinitial revision
kramm [Fri, 7 May 2004 16:15:30 +0000 (16:15 +0000)]
initial revision

19 years agosome improvements to the video stuff.
kramm [Fri, 7 May 2004 16:14:53 +0000 (16:14 +0000)]
some improvements to the video stuff.

19 years agofixed import order.
kramm [Fri, 7 May 2004 16:12:17 +0000 (16:12 +0000)]
fixed import order.

19 years agoinitial draft.
kramm [Fri, 7 May 2004 16:10:28 +0000 (16:10 +0000)]
initial draft.

19 years agoadded image.o.
kramm [Fri, 7 May 2004 16:09:25 +0000 (16:09 +0000)]
added image.o.

19 years agoadded mypython, swfpython.
kramm [Fri, 7 May 2004 16:08:54 +0000 (16:08 +0000)]
added mypython, swfpython.

19 years agoinitial revision
kramm [Fri, 7 May 2004 16:07:10 +0000 (16:07 +0000)]
initial revision

19 years agochanged .put to .show, inside buttons.
kramm [Fri, 7 May 2004 16:05:52 +0000 (16:05 +0000)]
changed .put to .show, inside buttons.

19 years agofixed version number.
kramm [Fri, 7 May 2004 12:56:44 +0000 (12:56 +0000)]
fixed version number.

19 years agoadded lib/protect.c
kramm [Fri, 7 May 2004 12:56:24 +0000 (12:56 +0000)]
added lib/protect.c

19 years agobrought up to date.
kramm [Fri, 7 May 2004 11:13:40 +0000 (11:13 +0000)]
brought up to date.

19 years agoset firstTag to zero in swf_FreeTags
kramm [Mon, 3 May 2004 10:49:54 +0000 (10:49 +0000)]
set firstTag to zero in swf_FreeTags

19 years agosupport for using shapedrawers for line drawings
kramm [Sun, 2 May 2004 18:04:47 +0000 (18:04 +0000)]
support for using shapedrawers for line drawings

20 years agorefined button syntax
kramm [Sun, 2 May 2004 13:53:34 +0000 (13:53 +0000)]
refined button syntax

20 years agoadded new button syntax
kramm [Sun, 2 May 2004 12:03:07 +0000 (12:03 +0000)]
added new button syntax

20 years agofixed tag organisation, started video stuff
kramm [Fri, 16 Apr 2004 17:51:21 +0000 (17:51 +0000)]
fixed tag organisation, started video stuff

20 years ago* removed swf_FoldAllTags function, because it didn't handle SWF.firstTag correctly.
kramm [Thu, 8 Apr 2004 20:05:27 +0000 (20:05 +0000)]
* removed swf_FoldAllTags function, because it didn't handle SWF.firstTag correctly.
* RFX tags are now always inserted at the beginning.

20 years agofixed swfextract -F segfault error
kramm [Thu, 8 Apr 2004 20:01:16 +0000 (20:01 +0000)]
fixed swfextract -F segfault error

20 years agotag-specific attributes/functions are now accessed via a generic struct
kramm [Thu, 8 Apr 2004 19:40:14 +0000 (19:40 +0000)]
tag-specific attributes/functions are now accessed via a generic struct

20 years agoinitial revision
kramm [Thu, 8 Apr 2004 19:37:03 +0000 (19:37 +0000)]
initial revision

20 years agois now generated from Makefile.in
kramm [Thu, 8 Apr 2004 19:36:11 +0000 (19:36 +0000)]
is now generated from Makefile.in

20 years agofixed another malloc(0) stable_core_1
kramm [Thu, 8 Apr 2004 09:23:30 +0000 (09:23 +0000)]
fixed another malloc(0)

20 years agoremoved some log messages
kramm [Thu, 8 Apr 2004 09:18:57 +0000 (09:18 +0000)]
removed some log messages

20 years agofixed mem leak in taglist_new()
kramm [Thu, 8 Apr 2004 09:16:58 +0000 (09:16 +0000)]
fixed mem leak in taglist_new()

20 years agofixed malloc(0)s
kramm [Thu, 8 Apr 2004 09:00:16 +0000 (09:00 +0000)]
fixed malloc(0)s

20 years agoload() now does a FoldAll before passing the data to the taglist
kramm [Thu, 8 Apr 2004 08:59:25 +0000 (08:59 +0000)]
load() now does a FoldAll before passing the data to the taglist

20 years agoFoldAll is now done in SWF.c
kramm [Thu, 8 Apr 2004 08:54:39 +0000 (08:54 +0000)]
FoldAll is now done in SWF.c

20 years agofixed a rather nasty memory allocation bug, where a PyLong had it's
kramm [Thu, 8 Apr 2004 08:52:44 +0000 (08:52 +0000)]
fixed a rather nasty memory allocation bug, where a PyLong had it's
reference count decreased (and was therefore freed) even though it was
still used in a PyDict. Good riddance.

20 years agomemory management and logging fixes
kramm [Wed, 7 Apr 2004 20:15:34 +0000 (20:15 +0000)]
memory management and logging fixes

20 years agoinitial revision
kramm [Wed, 7 Apr 2004 10:46:51 +0000 (10:46 +0000)]
initial revision

20 years agofixed writer handling, file size calculation in WriteSWF2
kramm [Wed, 7 Apr 2004 10:32:17 +0000 (10:32 +0000)]
fixed writer handling, file size calculation in WriteSWF2

20 years agozlib writer no longer calls finish() on it's output writer
kramm [Wed, 7 Apr 2004 10:08:03 +0000 (10:08 +0000)]
zlib writer no longer calls finish() on it's output writer

20 years agonullwriter now keeps track of how many bytes were written
kramm [Wed, 7 Apr 2004 09:41:04 +0000 (09:41 +0000)]
nullwriter now keeps track of how many bytes were written

20 years agoframe rate calculation fix from Andrew Mace
kramm [Thu, 1 Apr 2004 07:57:44 +0000 (07:57 +0000)]
frame rate calculation fix from Andrew Mace

20 years agosmall convenience fixes
kramm [Wed, 31 Mar 2004 18:42:51 +0000 (18:42 +0000)]
small convenience fixes

20 years agoreworked tag memory allocation
kramm [Wed, 31 Mar 2004 18:38:06 +0000 (18:38 +0000)]
reworked tag memory allocation

20 years agofixed file order in compiler call
kramm [Wed, 31 Mar 2004 15:43:46 +0000 (15:43 +0000)]
fixed file order in compiler call

20 years agoavifile stuff is now in videoreader_avifile.
kramm [Wed, 31 Mar 2004 13:46:19 +0000 (13:46 +0000)]
avifile stuff is now in videoreader_avifile.

20 years agore-added support for verbose and flip.
kramm [Wed, 31 Mar 2004 13:45:40 +0000 (13:45 +0000)]
re-added support for verbose and flip.

20 years agosome bugfixes
kramm [Wed, 31 Mar 2004 13:41:12 +0000 (13:41 +0000)]
some bugfixes

20 years agoadded progress field
kramm [Wed, 31 Mar 2004 13:39:44 +0000 (13:39 +0000)]
added progress field

20 years agoremoved getprogress stuff
kramm [Wed, 31 Mar 2004 13:28:05 +0000 (13:28 +0000)]
removed getprogress stuff

20 years agoadded videoreader.h include
kramm [Wed, 31 Mar 2004 13:26:39 +0000 (13:26 +0000)]
added videoreader.h include

20 years agomoved avifile stuff into videoreader_avifile.cc
kramm [Wed, 31 Mar 2004 13:25:37 +0000 (13:25 +0000)]
moved avifile stuff into videoreader_avifile.cc

20 years agomoved videoreader interface to videoreader.h
kramm [Wed, 31 Mar 2004 13:21:41 +0000 (13:21 +0000)]
moved videoreader interface to videoreader.h

20 years agomoved out of avi2swf.cc
kramm [Wed, 31 Mar 2004 13:20:49 +0000 (13:20 +0000)]
moved out of avi2swf.cc

20 years agomoved out from v2swf.c
kramm [Wed, 31 Mar 2004 13:08:27 +0000 (13:08 +0000)]
moved out from v2swf.c

20 years agofixed gcc 2.95.3 compile problem
kramm [Tue, 30 Mar 2004 14:54:45 +0000 (14:54 +0000)]
fixed gcc 2.95.3 compile problem

20 years agoadded glyphnames support
kramm [Tue, 30 Mar 2004 14:52:53 +0000 (14:52 +0000)]
added glyphnames support

20 years agoadded FoldAllTags method
kramm [Tue, 30 Mar 2004 14:52:14 +0000 (14:52 +0000)]
added FoldAllTags method

20 years agofixed '+'/'-' markers in logging
kramm [Tue, 30 Mar 2004 14:19:52 +0000 (14:19 +0000)]
fixed '+'/'-' markers in logging

20 years agotaglist no longer contain an END tag
kramm [Tue, 30 Mar 2004 14:15:18 +0000 (14:15 +0000)]
taglist no longer contain an END tag

20 years agonew tags are now mapped to their own IDs, not an allocated one
kramm [Tue, 30 Mar 2004 13:44:11 +0000 (13:44 +0000)]
new tags are now mapped to their own IDs, not an allocated one

20 years agohandle undefined ID exception
kramm [Mon, 29 Mar 2004 18:38:43 +0000 (18:38 +0000)]
handle undefined ID exception

20 years agofixed endless tagloop bug.
kramm [Mon, 29 Mar 2004 18:13:33 +0000 (18:13 +0000)]
fixed endless tagloop bug.

20 years agologging goes to stdout now
kramm [Mon, 29 Mar 2004 18:07:51 +0000 (18:07 +0000)]
logging goes to stdout now

20 years agoadded swf_Concatenate() function
kramm [Mon, 29 Mar 2004 17:51:13 +0000 (17:51 +0000)]
added swf_Concatenate() function

20 years agoseveral fixes
kramm [Mon, 29 Mar 2004 17:21:04 +0000 (17:21 +0000)]
several fixes

20 years agofixed logging and tag id handling
kramm [Sat, 27 Mar 2004 19:50:03 +0000 (19:50 +0000)]
fixed logging and tag id handling

20 years agoadded swf_Concatenate function
kramm [Sat, 27 Mar 2004 14:43:45 +0000 (14:43 +0000)]
added swf_Concatenate function

20 years agoadded handling for RAW and ADPCM sounds
kramm [Sat, 27 Mar 2004 09:42:12 +0000 (09:42 +0000)]
added handling for RAW and ADPCM sounds

20 years agosplitted SWF.c into various modules
kramm [Sun, 21 Mar 2004 18:35:22 +0000 (18:35 +0000)]
splitted SWF.c into various modules

20 years agoBrought up to date
kramm [Sun, 21 Mar 2004 15:50:59 +0000 (15:50 +0000)]
Brought up to date

20 years agoGenerated from configure.in
kramm [Sun, 21 Mar 2004 15:50:45 +0000 (15:50 +0000)]
Generated from configure.in

20 years agoadded a test program
kramm [Sun, 21 Mar 2004 12:52:45 +0000 (12:52 +0000)]
added a test program

20 years agoadded protect.c release-0-5-1
kramm [Sat, 13 Mar 2004 08:16:56 +0000 (08:16 +0000)]
added protect.c

20 years agoinitial revision
kramm [Sat, 13 Mar 2004 08:15:27 +0000 (08:15 +0000)]
initial revision

20 years agoinitial revision
kramm [Fri, 12 Mar 2004 11:41:16 +0000 (11:41 +0000)]
initial revision

20 years agoremoved references to the (not existing) README
kramm [Fri, 12 Mar 2004 11:34:35 +0000 (11:34 +0000)]
removed references to the (not existing) README

20 years agoBrought up to date
kramm [Sun, 7 Mar 2004 09:41:11 +0000 (09:41 +0000)]
Brought up to date

20 years agoGenerated from configure.in
kramm [Sun, 7 Mar 2004 09:40:57 +0000 (09:40 +0000)]
Generated from configure.in

20 years agofix for newer avifile versions
kramm [Sun, 7 Mar 2004 09:39:29 +0000 (09:39 +0000)]
fix for newer avifile versions

20 years agoadded font2swf
kramm [Sun, 22 Feb 2004 17:35:06 +0000 (17:35 +0000)]
added font2swf

20 years ago-r prints the correct framerate now
kramm [Sun, 22 Feb 2004 17:34:04 +0000 (17:34 +0000)]
-r prints the correct framerate now

20 years agoadded checks for time() and time.h
kramm [Sun, 22 Feb 2004 17:33:14 +0000 (17:33 +0000)]
added checks for time() and time.h

20 years agofixed password functions
kramm [Sun, 22 Feb 2004 17:27:11 +0000 (17:27 +0000)]
fixed password functions

20 years agofixed "schematic.png" bug
kramm [Sat, 21 Feb 2004 20:26:39 +0000 (20:26 +0000)]
fixed "schematic.png" bug

20 years agofixed matrix adjustion.
kramm [Fri, 13 Feb 2004 19:48:00 +0000 (19:48 +0000)]
fixed matrix adjustion.

20 years agofixed compile problems.
kramm [Tue, 10 Feb 2004 18:41:24 +0000 (18:41 +0000)]
fixed compile problems.

20 years agoinitial revision
kramm [Fri, 6 Feb 2004 20:31:53 +0000 (20:31 +0000)]
initial revision

20 years agobrought up to date release-0-5-0
kramm [Fri, 6 Feb 2004 20:03:35 +0000 (20:03 +0000)]
brought up to date

20 years agoBrought up to date
kramm [Fri, 6 Feb 2004 19:41:51 +0000 (19:41 +0000)]
Brought up to date

20 years agofixed usage
kramm [Fri, 6 Feb 2004 19:41:40 +0000 (19:41 +0000)]
fixed usage

20 years agoGenerated from configure.in
kramm [Fri, 6 Feb 2004 19:41:38 +0000 (19:41 +0000)]
Generated from configure.in

20 years agosmall fixes
kramm [Fri, 6 Feb 2004 19:40:15 +0000 (19:40 +0000)]
small fixes

20 years agoremoved stray \n
kramm [Fri, 6 Feb 2004 18:53:25 +0000 (18:53 +0000)]
removed stray \n

20 years agoVersion is now 0.5.0
kramm [Fri, 6 Feb 2004 18:50:36 +0000 (18:50 +0000)]
Version is now 0.5.0

20 years agoGenerated from configure.in
kramm [Fri, 6 Feb 2004 17:55:15 +0000 (17:55 +0000)]
Generated from configure.in

20 years agofor doc for -T option
kramm [Fri, 6 Feb 2004 17:53:49 +0000 (17:53 +0000)]
for doc for -T option

20 years agofixed bug
kramm [Fri, 6 Feb 2004 17:52:46 +0000 (17:52 +0000)]
fixed bug

20 years agofixed doc for -T option
kramm [Fri, 6 Feb 2004 17:52:36 +0000 (17:52 +0000)]
fixed doc for -T option

20 years agoSTRIP is now again properly disabled if --enable-debug is set
kramm [Fri, 6 Feb 2004 17:49:43 +0000 (17:49 +0000)]
STRIP is now again properly disabled if --enable-debug is set

20 years agobrought up to date
kramm [Fri, 6 Feb 2004 17:48:40 +0000 (17:48 +0000)]
brought up to date

20 years agofix for segfault in LoadT1Font if the fontname is not defined
kramm [Fri, 6 Feb 2004 17:48:21 +0000 (17:48 +0000)]
fix for segfault in LoadT1Font if the fontname is not defined

20 years agoadded check to catch missing .flash headers
kramm [Fri, 6 Feb 2004 17:47:07 +0000 (17:47 +0000)]
added check to catch missing .flash headers

20 years agoupdated
kramm [Fri, 6 Feb 2004 17:46:23 +0000 (17:46 +0000)]
updated

20 years agoadded tests
kramm [Fri, 6 Feb 2004 17:46:01 +0000 (17:46 +0000)]
added tests

20 years agocolon (:) can no longer be part of an expression
kramm [Fri, 6 Feb 2004 17:45:38 +0000 (17:45 +0000)]
colon (:) can no longer be part of an expression

20 years agoadded ratio to put commands
kramm [Fri, 6 Feb 2004 17:16:01 +0000 (17:16 +0000)]
added ratio to put commands

20 years agodocumentation file for avi2swf
kramm [Fri, 6 Feb 2004 17:02:13 +0000 (17:02 +0000)]
documentation file for avi2swf