added lib/modules/swfsound.c
[swftools.git] / lib /
2001-10-31 boehme* updated examples to new rfxswf name conventions
2001-10-31 boehmerfxswf cleanups: TAG structure and ResetWriteBits/Reset...
2001-10-31 krammadded optimized routines for actioncode generation
2001-10-30 krammadded prefix swf_ to action enumeration routines.
2001-10-30 krammresolved conflicts
2001-10-30 krammadded action enumeration routines
2001-10-30 krammadded enumeration routines
2001-10-30 boehmetemporary comment because of changes in rfxswf
2001-10-30 boehmerfxswf cleanups: added prefixes and altered structure...
2001-10-30 krammrfxswf.o now get's rebuild if one of the modules got...
2001-10-30 krammadded ActionEnumerateURLs function.
2001-10-30 krammadded SetAction routine
2001-10-30 krammfixed target "clean"
2001-10-30 krammdon't include "args.h"
2001-10-30 krammModule for handling Flash 3/4/5 Actionscript.
2001-10-30 krammAdd Actionscript header and functions.
2001-10-30 krammprint a warning if a parameter didn't expect an argument
2001-10-29 krammfixed getTagName so that it returns 0 if the Tag has...
2001-10-28 boehmenew lossless image functions (alpha channel still buggy...
2001-10-28 boehmenew lossless image functions
2001-10-28 boehmeinitial version: little example for zlib-compressed...
2001-10-28 boehmerfxswf cleanup: replaced LP<type> by <type> *
2001-10-27 krammremoved stamp-h stuff
2001-10-27 krammfixed dependencies. rfxlib used to get compiled always.
2001-10-27 krammuse the autoconf variables when compiling
2001-10-27 krammripped all the remaining automake self-generating stuff out
2001-10-27 krammwe don't do automake anymore
2001-10-26 krammremoved Makefile target
2001-10-26 krammcheck for HAVE_LIBJPEG
2001-10-25 krammintroduced old_rfxswf.h, which stores #define's for...
2001-10-25 krammtest HAVE_JPEGLIB_H before including the jpeglib header
2001-10-23 krammfixed ShapeSetLine (again) release-0-0-2
2001-10-23 krammcommand line parameters which contain '=' are now split...
2001-10-23 krammmade C compatible
2001-10-23 krammmoved from src and pdf2swf into the lib directory,...
2001-10-22 kramm* InsertTag now sets an initial bitcount
2001-10-22 krammremoved GetTagPosPtr
2001-10-22 krammGetName now uses GetTagPos, not GetTagPosPtr (which...
2001-10-22 kramm* ShapeSetEnd now resets the bit count
2001-10-22 krammmerged rainers jpeg patch, and converted newlines to...
2001-10-22 krammfixed formatting
2001-10-18 krammInitial revision