19-01-2005: 0.4.13 released. 17-01-2005: Applied patch by Aurelien Bompard which makes it possible to install the plugin to a temporary DESTDIR, usefull when making RPMs. 23-12-2004: Applied fix by Tomas Groth which makes sure the mp3-decoder and sound-data is always freed. 22-12-2004: Applied patch by Christophe Choquet which adds the use of semaphores to the plugin to make it more stable. Applied patch by Brian Perkins which improves A/V sync. Applied patch by Christophe Choquet which fixes case where a font is not defined. Applied patch by Christophe Choquet which fixes crashes when a matrix is null. Applied patch by "Alex" which enables playing swf-animations embedded in .exe files. And makes on-the-fly decompression of compressed animation possible, which also gets rid of a major mem-leak. 13-12-2004: Applied patch by Christophe Choquet which makes the plugin works on x86-64 by changing a typedef. 09-12-2004: Applied patch by Christophe Choquet which makes the lib drop sound and continue playing without sound if /dev/dsp is busy. 22-10-2004: Applied three patches by Wesley J Landaker which corrected some configure and makefile missuse and corrected some typedefs Applied a fix/hack by Ozgur Sefik Altunyurt, which makes the the player/plugin more useable since the animation doesn't stop when moving the mouse. 15-10-2004: Switched back to libmad for mp3 decoding to get rid of the misterious noise, and it now work for both mp3-streams and blocks. Version 0.4.12 released. 13-10-2004: Adding -fPIC to the plugin makefile, fix for some non-x86 archs. Fix by Wesley J. landaker new libtool and ltmain.sh 16-09-2004: Added full support for mp3. Still some problems with noise at the end of sound though. We now use libavcodec (ffmpeg) instead of libmad, since it's easier to use, and because we'll also be using it for decoding video (svq3) later on. 16-09-2004: Updated the build-tools. 27-07-2004: Added support for streaming sound, kindof... Should work with mp3-streams. 29-06-2004: Added support for mp3-encoded audio, event sounds only, not streaming. libmad is use for the decoding, and is now required to build gplflash Version 0.4.11 (initial release): autoconf/automake buildsystem added (partly taken from the debian libflash-packages) Support for compressed swf-files (flash 6 & 7) has been added by decompressing with zlib The browser plugin has been made more stable. (disabled XtRemoveEventHandler)