kc3-lang/libqrencode/bitstream.c

Branch :


Log

Author Commit Date CI Message
72c039f4 2017-10-06 01:23:13 Fixed some warnings.
63eca205 2017-10-02 12:56:24 Some variables' type changed from int to size_t. (closing #89 and #102)
6d503504 2017-09-07 12:43:21 Copyright year updated for the next major update.
9fee3e40 2016-03-30 01:52:54 Added new function BitStream_newWithBits() and tests for it.
734fd125 2016-03-29 03:42:06 Incorrect bit padding has been fixed.
fb7c9805 2015-05-05 04:15:21 Some code cleanups.
379a1d1f 2014-07-04 09:37:41 Copyright year updated.
4b03628b 2014-04-16 16:31:19 Check return value of BitStream_expand
3a5f767b 2013-09-06 21:10:49 Minimum length of bit buffer has been extended to 128. In many cases the library needs 128 bits at least to generate a symbol.
f9c50679 2012-09-24 19:32:54 Reduced the user of malloc().