BlinkenArea - GitList
Repositories
Blog
Wiki
BlinkenLib
Code
Commits
Branches
Tags
Search
Tree:
093e62a
Branches
Tags
master
v0.1
v0.2
v0.3
v0.3.1
v0.4
v0.4.1
v0.5
v0.5.1
v0.5.2
v0.5.3
v0.5.4
v0.5.5
v0.6.0
v0.6.1
v0.6.2
v0.6.3
v0.6.4
v0.6.5
v0.6.6
v0.6.7
v0.6.8
v0.6.9
v0.7.0
v0.7.1
v0.7.10
v0.7.2
v0.7.3
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.7.9
v0.8.0
v0.8.1
BlinkenLib
ChangeLog
add IPv6 support to BlinkenSend and BlinkenRecv
Stefan Schuermans
commited
093e62a
at 2014-01-02 20:51:18
ChangeLog
Blame
History
Raw
0.7.4 2014-01-02 ---------------- add IPv6 support to BlinkenSend and BlinkenRecv 0.7.3 2013-12-28 ---------------- more baud rates for BlinkenOutput 0.7.2 2013-12-27 ---------------- added minimum time between output option to BlinkenOutput 0.7.1 2011-11-19 ---------------- added missing status output for BlinkenConv -C 0.7.0 2011-11-15 ---------------- added support for creating/detecting blinken protocol control frames 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 <manfred@werkzeugH.at>) 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