https://github.com/kazuho/rangecoder

sort by:
Revision Author Date Message Commit Date
4376cea binary search was accessing [0..N) when [0..N-1) only was necessary, though it was not a bug since the data structure is actually [0..N-1) and the last elements is always the maximum value within the range 22 October 2010, 07:34:06 UTC
2ddaed3 fix typo 21 October 2010, 02:28:30 UTC
2e585fc add workaround for gcc 4.2.1 (Apple) 21 October 2010, 00:47:31 UTC
206b766 add license template (license of the original work is claimed http://web.archive.org/web/20080330010513/http://www-tsujii.is.s.u-tokyo.ac.jp/members/wiki/wiki.cgi?page=%B2%AC%CC%EE%B8%B6%C2%E7%CA%E5 20 October 2010, 22:31:28 UTC
533653c move misc. files to t/ 20 October 2010, 22:03:05 UTC
02621de elementsof(freq) should be 257 including total freq. at the end use a safer method for rounding the frequency table git-svn-id: http://svn.coderepos.org/share/lang/cplusplus/range_coder@7178 d0d07461-0603-4401-acd4-de1884942a52 26 February 2008, 19:57:51 UTC
e311db8 use constant for total so that it will be converted to bit shift by compiler git-svn-id: http://svn.coderepos.org/share/lang/cplusplus/range_coder@7161 d0d07461-0603-4401-acd4-de1884942a52 26 February 2008, 07:07:33 UTC
ed218c6 fix overrun git-svn-id: http://svn.coderepos.org/share/lang/cplusplus/range_coder@7158 d0d07461-0603-4401-acd4-de1884942a52 26 February 2008, 05:00:27 UTC
16d09fd add test code and sample table builder script support setting a non-zero base for freq. table git-svn-id: http://svn.coderepos.org/share/lang/cplusplus/range_coder@7156 d0d07461-0603-4401-acd4-de1884942a52 26 February 2008, 00:39:41 UTC
2094770 separate impl. of binary search add mitsunari-san's optimized code using SSE git-svn-id: http://svn.coderepos.org/share/lang/cplusplus/range_coder@7123 d0d07461-0603-4401-acd4-de1884942a52 25 February 2008, 09:19:09 UTC
98496f4 use itererator for sending output from the encoder (typically a back_insert_iterator should be passed) git-svn-id: http://svn.coderepos.org/share/lang/cplusplus/range_coder@7058 d0d07461-0603-4401-acd4-de1884942a52 22 February 2008, 22:51:21 UTC
c5b1694 altered version of http://codezine.jp/a/article.aspx?aid=443 by okanohara-san with handling of eof optimized git-svn-id: http://svn.coderepos.org/share/lang/cplusplus/range_coder@7043 d0d07461-0603-4401-acd4-de1884942a52 22 February 2008, 12:55:31 UTC
fd41e90 create dir for range coder git-svn-id: http://svn.coderepos.org/share/lang/cplusplus/range_coder@7042 d0d07461-0603-4401-acd4-de1884942a52 22 February 2008, 12:54:05 UTC
back to top