Stefan Schuermans commited on 2016-12-18 20:36:17
Showing 1 changed files, with 0 additions and 125 deletions.
| ... | ... |
@@ -1,125 +0,0 @@ |
| 1 |
-0.7.4 2014-01-02 |
|
| 2 |
----------------- |
|
| 3 |
-add IPv6 support to BlinkenSend and BlinkenRecv |
|
| 4 |
- |
|
| 5 |
-0.7.3 2013-12-28 |
|
| 6 |
----------------- |
|
| 7 |
-more baud rates for BlinkenOutput |
|
| 8 |
- |
|
| 9 |
-0.7.2 2013-12-27 |
|
| 10 |
----------------- |
|
| 11 |
-added minimum time between output option to BlinkenOutput |
|
| 12 |
- |
|
| 13 |
-0.7.1 2011-11-19 |
|
| 14 |
----------------- |
|
| 15 |
-added missing status output for BlinkenConv -C |
|
| 16 |
- |
|
| 17 |
-0.7.0 2011-11-15 |
|
| 18 |
----------------- |
|
| 19 |
-added support for creating/detecting blinken protocol control frames |
|
| 20 |
- |
|
| 21 |
-0.6.9 2011-11-14 |
|
| 22 |
----------------- |
|
| 23 |
-fixed threshold in BLP network packet generation |
|
| 24 |
- |
|
| 25 |
-0.6.8 2011-10-22 |
|
| 26 |
----------------- |
|
| 27 |
-adpations for usage in C++ code |
|
| 28 |
- |
|
| 29 |
-0.6.7 2011-10-16 |
|
| 30 |
----------------- |
|
| 31 |
-added copying rectangular section to BlinkenConv |
|
| 32 |
-added CopyRect to BlinkenFrame and Movie |
|
| 33 |
-changed indenting to be more "standard" |
|
| 34 |
-changed version info config to be in just one file |
|
| 35 |
- |
|
| 36 |
-0.6.6 2011-09-10 |
|
| 37 |
----------------- |
|
| 38 |
-some Makefile fixes for MAC OS X |
|
| 39 |
-removed version information from source files (not needed 'cause of git) |
|
| 40 |
-made version available in headers |
|
| 41 |
- |
|
| 42 |
-0.6.5 2011-04-26 |
|
| 43 |
----------------- |
|
| 44 |
-fixed loading looped MNG files |
|
| 45 |
- |
|
| 46 |
-0.6.4 2010-12-13 |
|
| 47 |
----------------- |
|
| 48 |
-automatic version update and packaging from top-level makefile |
|
| 49 |
-new test movie mode "trans" for color transitions |
|
| 50 |
-function for concatenating movies |
|
| 51 |
-new actions "append", "loop", "reverse" and "delete" for BlinkenConv |
|
| 52 |
- |
|
| 53 |
-0.6.3 2009-12-20 |
|
| 54 |
----------------- |
|
| 55 |
-fixed output of movie format in BlinkenConv print |
|
| 56 |
- |
|
| 57 |
-0.6.2 2009-02-23 |
|
| 58 |
----------------- |
|
| 59 |
-added OS X support (patch by Manfred Wuits <manfred@werkzeugH.at>) |
|
| 60 |
- |
|
| 61 |
-0.6.1 2008-07-22 |
|
| 62 |
----------------- |
|
| 63 |
-added test movie generation to BlinkenConv |
|
| 64 |
- |
|
| 65 |
-0.6.0 2008-05-13 |
|
| 66 |
----------------- |
|
| 67 |
-added MNG support |
|
| 68 |
- |
|
| 69 |
-0.5.5 2008-03-29 |
|
| 70 |
----------------- |
|
| 71 |
-restructured location of source and include files |
|
| 72 |
-added "make install" |
|
| 73 |
- |
|
| 74 |
-0.5.4 2008-01-10 |
|
| 75 |
----------------- |
|
| 76 |
-added BlinkenFrameCompare function |
|
| 77 |
-added maximum idle time parameter to BlinkenMovieSend function |
|
| 78 |
-added maximum idle time parameter to BlinkenSend tool |
|
| 79 |
-now merging duplicate frames to one in BlinkenMovieRecv function |
|
| 80 |
-now merging duplicate frames to one in BlinkenRecv tool |
|
| 81 |
- |
|
| 82 |
-0.5.3 2007-12-28 |
|
| 83 |
----------------- |
|
| 84 |
-implemented colorizer in BlinkenConv |
|
| 85 |
-removed some warnings |
|
| 86 |
- |
|
| 87 |
-0.5.2 2006-05-10 |
|
| 88 |
----------------- |
|
| 89 |
-adaptions for Windows |
|
| 90 |
-windows version for BlinkenOutput |
|
| 91 |
- |
|
| 92 |
-0.5.1 2005-12-14 |
|
| 93 |
----------------- |
|
| 94 |
-added possibility to reopen device on errors to BlinkenOutput |
|
| 95 |
- |
|
| 96 |
-0.5 2005-12-06 |
|
| 97 |
--------------- |
|
| 98 |
-added BlinkenOutput to output streams to devices |
|
| 99 |
-removed malloc3D no longer needed (since 0.4) from Tools |
|
| 100 |
- |
|
| 101 |
-0.4.1 2005-12-05 |
|
| 102 |
----------------- |
|
| 103 |
-added number-of-times-to-play parameter to BlinkenSend |
|
| 104 |
-added loop parameter to BlinkenSend |
|
| 105 |
- |
|
| 106 |
-0.4 2005-07-02 |
|
| 107 |
--------------- |
|
| 108 |
-changed pppData[y][x][c] to ppData[y][x * channels + c] |
|
| 109 |
- |
|
| 110 |
-0.3.1 2005-03-05 |
|
| 111 |
----------------- |
|
| 112 |
-loading *.bml: channels="1" is now default |
|
| 113 |
-loading *.bml: bits="4" is now default |
|
| 114 |
- |
|
| 115 |
-0.3 2005-02-16 |
|
| 116 |
- |
|
| 117 |
--------------- |
|
| 118 |
-fixed memory leak when adding frames to movies fails |
|
| 119 |
-added support for converting frames into network packtes and back |
|
| 120 |
-added small tools to send and receive streams |
|
| 121 |
- |
|
| 122 |
-0.2 2005-01-27 |
|
| 123 |
--------------- |
|
| 124 |
-extended BlinkenConv so that resizing and scaling is supported |
|
| 125 |
-fixed (stupid!!!) segfault in BlinkenMovieLoadXxx when file does not exist |
|
| 126 | 0 |