index
:
qz/arithcode.git
master
Arithmetic coding in Java
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
master
CheckedFrequencyTable: Added class, made use of it in arithmetic coder.
Nayuki Minase
6 months
Age
Commit message
Author
2011-11-17
CheckedFrequencyTable: Added class, made use of it in arithmetic coder.
HEAD
master
Nayuki Minase
2011-11-17
ArithmeticCoderBase: Tweaked code, added assertions, added comments.
Nayuki Minase
2011-11-17
ArithmeticDecoder: Added assertion, rearranged code, added local constant.
Nayuki Minase
2011-11-17
ArithmeticDecoder: Added non-trivial mathematical assertion.
Nayuki Minase
2011-11-17
ArithmeticCodingTest: Moved compress/decompress into helper methods for clarity.
Nayuki Minase
2011-11-17
FrequencyTable, SimpleFrequencyTable, FlatFrequencyTable: Added comments, twe...
Nayuki Minase
2011-11-13
FlatFrequencyTable: Added class.
Nayuki Minase
2011-11-13
FrequencyTable: Extracted an interface and renamed the implementation.
Nayuki Minase
2011-11-12
ArithmeticDecoder: Simplified the binary search.
Nayuki Minase
2011-11-12
ArithmeticDecoder: Adopted a speed optimization from a mathematical observati...
Nayuki Minase
[...]