summaryrefslogtreecommitdiff
path: root/usr.bin/vndcompress/offtab.c
AgeCommit message (Expand)Author
2014-01-25Get SIZE_MAX and OFF_MAX straight...riastradh
2014-01-25Factor out an offtab_compute_window_position routine.riastradh
2014-01-25Fix some more integer overflow/truncation issues.riastradh
2014-01-23Mark offtab_bug[x] as dead.joerg
2014-01-22Fix $NetBSD$ tag.riastradh
2014-01-22Simplify vndcompress offtab_compute_window_size.riastradh
2014-01-22Fix typo in comment.riastradh
2014-01-22Remove silly comment in offtab_reset_write.riastradh
2014-01-22Split guard in offtab_write_window into offtab_maybe_write_window.riastradh
2014-01-22Seek if necessary at end of offtab_reset_read.riastradh
2014-01-22Judicious (and justified) casts to avoid signed/unsigned comparisons.riastradh
2014-01-22Implement machinery for fixed-size windows into the offset table.riastradh
2014-01-22Abstract handling of the cloop2 offset table.riastradh