0.6.9 2011-11-14 ---------------- fixed threshold in BLP network packet generation 0.6.8 2011-10-22 ---------------- adpations for usage in C++ code 0.6.7 2011-10-16 ---------------- added copying rectangular section to BlinkenConv added CopyRect to BlinkenFrame and Movie changed indenting to be more "standard" changed version info config to be in just one file 0.6.6 2011-09-10 ---------------- some Makefile fixes for MAC OS X removed version information from source files (not needed 'cause of git) made version available in headers 0.6.5 2011-04-26 ---------------- fixed loading looped MNG files 0.6.4 2010-12-13 ---------------- automatic version update and packaging from top-level makefile new test movie mode "trans" for color transitions function for concatenating movies new actions "append", "loop", "reverse" and "delete" for BlinkenConv 0.6.3 2009-12-20 ---------------- fixed output of movie format in BlinkenConv print 0.6.2 2009-02-23 ---------------- added OS X support (patch by Manfred Wuits ) 0.6.1 2008-07-22 ---------------- added test movie generation to BlinkenConv 0.6.0 2008-05-13 ---------------- added MNG support 0.5.5 2008-03-29 ---------------- restructured location of source and include files added "make install" 0.5.4 2008-01-10 ---------------- added BlinkenFrameCompare function added maximum idle time parameter to BlinkenMovieSend function added maximum idle time parameter to BlinkenSend tool now merging duplicate frames to one in BlinkenMovieRecv function now merging duplicate frames to one in BlinkenRecv tool 0.5.3 2007-12-28 ---------------- implemented colorizer in BlinkenConv removed some warnings 0.5.2 2006-05-10 ---------------- adaptions for Windows windows version for BlinkenOutput 0.5.1 2005-12-14 ---------------- added possibility to reopen device on errors to BlinkenOutput 0.5 2005-12-06 -------------- added BlinkenOutput to output streams to devices removed malloc3D no longer needed (since 0.4) from Tools 0.4.1 2005-12-05 ---------------- added number-of-times-to-play parameter to BlinkenSend added loop parameter to BlinkenSend 0.4 2005-07-02 -------------- changed pppData[y][x][c] to ppData[y][x * channels + c] 0.3.1 2005-03-05 ---------------- loading *.bml: channels="1" is now default loading *.bml: bits="4" is now default 0.3 2005-02-16 -------------- fixed memory leak when adding frames to movies fails added support for converting frames into network packtes and back added small tools to send and receive streams 0.2 2005-01-27 -------------- extended BlinkenConv so that resizing and scaling is supported fixed (stupid!!!) segfault in BlinkenMovieLoadXxx when file does not exist