b58f38a4e93b6b5a1a3fb11b6b625316c167151b
Stefan Schuermans adaptions for usage in C++

Stefan Schuermans authored 13 years ago

1) 0.6.8 2011-10-22
2) ----------------
3) adpations for usage in C++ code
4) 
Stefan Schuermans implemented copying rectang...

Stefan Schuermans authored 13 years ago

5) 0.6.7 2011-10-16
6) ----------------
7) added copying rectangular section to BlinkenConv
8) added CopyRect to BlinkenFrame and Movie
9) changed indenting to be more "standard"
Stefan Schuermans version info only in oine file

Stefan Schuermans authored 13 years ago

10) changed version info config to be in just one file
Stefan Schuermans implemented copying rectang...

Stefan Schuermans authored 13 years ago

11) 
Stefan Schuermans Makefile fixed for MAC OS X...

Stefan Schuermans authored 13 years ago

12) 0.6.6 2011-09-10
13) ----------------
14) some Makefile fixes for MAC OS X
15) removed version information from source files (not needed 'cause of git)
Stefan Schuermans made version available in h...

Stefan Schuermans authored 13 years ago

16) made version available in headers
Stefan Schuermans Makefile fixed for MAC OS X...

Stefan Schuermans authored 13 years ago

17) 
Christian Heimke BlinkenLib v.0.6.5 (2011-04...

Christian Heimke authored 13 years ago

18) 0.6.5 2011-04-26
19) ----------------
20) fixed loading looped MNG files
21) 
Christian Heimke BlinkenLib v.0.6.4 (2010-12...

Christian Heimke authored 13 years ago

22) 0.6.4 2010-12-13
23) ----------------
24) automatic version update and packaging from top-level makefile
25) new test movie mode "trans" for color transitions
26) function for concatenating movies
27) new actions "append", "loop", "reverse" and "delete" for BlinkenConv
28) 
Christian Heimke BlinkenLib v.0.6.3 (2009-12...

Christian Heimke authored 13 years ago

29) 0.6.3 2009-12-20
30) ----------------
31) fixed output of movie format in BlinkenConv print
32) 
Christian Heimke BlinkenLib v.0.6.2 (2009-02...

Christian Heimke authored 13 years ago

33) 0.6.2 2009-02-23
34) ----------------
35) added OS X support (patch by Manfred Wuits <manfred@werkzeugH.at>)
36) 
Christian Heimke BlinkenLib v.0.6.1 (2008-07...

Christian Heimke authored 13 years ago

37) 0.6.1 2008-07-22
38) ----------------
39) added test movie generation to BlinkenConv
40) 
41) 0.6.0 2008-05-13
42) ----------------
Christian Heimke BlinkenLib v.0.6.0 (2008-05...

Christian Heimke authored 13 years ago

43) added MNG support
44) 
Christian Heimke BlinkenLib v.0.5.5 (2008-03...

Christian Heimke authored 13 years ago

45) 0.5.5 2008-03-29
46) ----------------
47) restructured location of source and include files
48) added "make install"
49) 
Christian Heimke BlinkenLib v.0.5.4 (2008-01...

Christian Heimke authored 13 years ago

50) 0.5.4 2008-01-10
51) ----------------
52) added BlinkenFrameCompare function
53) added maximum idle time parameter to BlinkenMovieSend function
54) added maximum idle time parameter to BlinkenSend tool
55) now merging duplicate frames to one in BlinkenMovieRecv function
56) now merging duplicate frames to one in BlinkenRecv tool
57) 
Christian Heimke BlinkenLib v.0.5.3 (2007-12...

Christian Heimke authored 13 years ago

58) 0.5.3 2007-12-28
59) ----------------
60) implemented colorizer in BlinkenConv
61) removed some warnings
62) 
Christian Heimke BlinkenLib v.0.5.2 (2006-05...

Christian Heimke authored 13 years ago

63) 0.5.2 2006-05-10
64) ----------------
65) adaptions for Windows
66) windows version for BlinkenOutput
67) 
Christian Heimke BlinkenLib v.0.5.1 (2005-12...

Christian Heimke authored 13 years ago

68) 0.5.1 2005-12-14
69) ----------------
Christian Heimke BlinkenLib v.0.5.2 (2006-05...

Christian Heimke authored 13 years ago

70) added possibility to reopen device on errors to BlinkenOutput
Christian Heimke BlinkenLib v.0.5.1 (2005-12...

Christian Heimke authored 13 years ago

71) 
Christian Heimke BlinkenLib v.0.5 (2005-12-06)

Christian Heimke authored 13 years ago

72) 0.5 2005-12-06
73) --------------
74) added BlinkenOutput to output streams to devices
Christian Heimke BlinkenLib v.0.5.2 (2006-05...

Christian Heimke authored 13 years ago

75) removed malloc3D no longer needed (since 0.4) from Tools
Christian Heimke BlinkenLib v.0.5 (2005-12-06)

Christian Heimke authored 13 years ago

76) 
Christian Heimke BlinkenLib v.0.4.1 (2005-12...

Christian Heimke authored 13 years ago

77) 0.4.1 2005-12-05
78) ----------------
79) added number-of-times-to-play parameter to BlinkenSend
80) added loop parameter to BlinkenSend
81) 
Christian Heimke BlinkenLib v.0.4 (2005-07-02)

Christian Heimke authored 13 years ago

82) 0.4 2005-07-02
83) --------------
84) changed pppData[y][x][c] to ppData[y][x * channels + c]
85) 
Christian Heimke BlinkenLib v.0.3.1 (2005-03...

Christian Heimke authored 13 years ago

86) 0.3.1 2005-03-05
87) ----------------
88) loading *.bml: channels="1" is now default
89) loading *.bml: bits="4" is now default
90) 
Christian Heimke BlinkenLib v.0.3 (2005-02-16)

Christian Heimke authored 13 years ago

91) 0.3 2005-02-16
Christian Heimke BlinkenLib v.0.5.4 (2008-01...

Christian Heimke authored 13 years ago

92) 
Christian Heimke BlinkenLib v.0.3 (2005-02-16)

Christian Heimke authored 13 years ago

93) --------------
94) fixed memory leak when adding frames to movies fails
95) added support for converting frames into network packtes and back
96) added small tools to send and receive streams
97)