kc3-lang/libqrencode/bitstream.c

Branch :


Log

Author Commit Date CI Message
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().
fe2e1e8e 2011-10-17 18:57:43 Copyright year updated.
4cbbca74 2011-05-05 19:49:17 config.h is now included at the top of the code.
68a8a6b6 2010-10-09 10:49:22 Copyright year and mail addresses updated.
fc33e4fc 2009-05-20 15:08:16 Merged from 3.1.0.
d725a783 2009-05-13 12:26:05 Merged from 3.1.0.
10f960ef 2009-05-01 08:02:32
d61e2771 2009-04-30 09:26:02 * bistream.[ch]: - Internal representation of BitStream has been changed from NUL-terminated to unsigned char array. * tests/common.h, tests/test_{bitstream,qrinput}.c: - Some test sequences have been updated (see above).
1c3b5fd7 2009-03-24 16:21:16 Checks return value from malloc().