swftools.git
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

20 years agotool for generating man pages and --help output
kramm [Fri, 6 Feb 2004 16:51:02 +0000 (16:51 +0000)]
tool for generating man pages and --help output

20 years agoadded doc target
kramm [Fri, 6 Feb 2004 16:48:39 +0000 (16:48 +0000)]
added doc target

20 years agoupdated/corrected documentation
kramm [Fri, 6 Feb 2004 16:44:01 +0000 (16:44 +0000)]
updated/corrected documentation

20 years agoupdated/corrected documentation
kramm [Fri, 6 Feb 2004 16:28:15 +0000 (16:28 +0000)]
updated/corrected documentation

20 years agodocumentation file
kramm [Fri, 6 Feb 2004 15:57:36 +0000 (15:57 +0000)]
documentation file

20 years agoadded missing file
kramm [Fri, 6 Feb 2004 15:56:25 +0000 (15:56 +0000)]
added missing file

20 years agoonly enable -Winline together with -O<n>
kramm [Thu, 5 Feb 2004 13:56:04 +0000 (13:56 +0000)]
only enable -Winline together with -O<n>

20 years agofix for closing unclosed shapes automatically
kramm [Thu, 5 Feb 2004 13:44:10 +0000 (13:44 +0000)]
fix for closing unclosed shapes automatically

20 years agoswf_LoadFont() now returns more quickly if the file doesn't exist.
kramm [Thu, 5 Feb 2004 13:41:50 +0000 (13:41 +0000)]
swf_LoadFont() now returns more quickly if the file doesn't exist.

20 years agoseveral small fixes
kramm [Thu, 5 Feb 2004 13:40:21 +0000 (13:40 +0000)]
several small fixes

20 years agofixed graphics bug
kramm [Thu, 5 Feb 2004 13:37:31 +0000 (13:37 +0000)]
fixed graphics bug

20 years agofixed compiler warnings
kramm [Thu, 5 Feb 2004 10:18:39 +0000 (10:18 +0000)]
fixed compiler warnings

20 years agoGenerated from configure.in
kramm [Thu, 5 Feb 2004 10:16:56 +0000 (10:16 +0000)]
Generated from configure.in

20 years ago#include <string.h>
kramm [Thu, 5 Feb 2004 10:15:12 +0000 (10:15 +0000)]
#include <string.h>

20 years agoadded 'generated' target
kramm [Thu, 5 Feb 2004 10:14:09 +0000 (10:14 +0000)]
added 'generated' target

20 years agoadded generated files in lib/action
kramm [Thu, 5 Feb 2004 10:12:41 +0000 (10:12 +0000)]
added generated files in lib/action

20 years agoadded --enable-warning parameter, fixed test calls (== -> =)
kramm [Thu, 5 Feb 2004 10:09:04 +0000 (10:09 +0000)]
added --enable-warning parameter, fixed test calls (== -> =)

20 years agotest a = b instead of test a == b
kramm [Thu, 5 Feb 2004 09:51:17 +0000 (09:51 +0000)]
test a = b instead of test a == b

20 years ago* Check for avifile-config before using it\r* write more output into config.log
kramm [Thu, 5 Feb 2004 09:50:40 +0000 (09:50 +0000)]
* Check for avifile-config before using it\r* write more output into config.log

20 years agoinclude memory.h
kramm [Wed, 4 Feb 2004 09:52:42 +0000 (09:52 +0000)]
include memory.h

20 years agoallow to disable L.A.M.E.
kramm [Wed, 4 Feb 2004 07:58:29 +0000 (07:58 +0000)]
allow to disable L.A.M.E.