Age | Commit message (Collapse) | Author |
|
a few cleanups, but does not fix the problem (next CL).
|
|
1. Encoder was improperly setting stream->min_match on re-entry following
XD3_GETSRCBLK events.
2. Decoder was improperly terminating a loop when XD3_GETSRCBLK events
occur while decoding the final instruction.
3. An known assertion failure in djw_compute_mtf_1_2 will abort() in
non-debug mode instead of running out of memory.
|
|
|
|
fix setting of stream->iopt_size
fix small_page_test.c
|
|
Removes stream.srcwin_size variable, uses stream.src->blksize instead, to address performance regression from xdelta1. Changes the order of checksum computation to be like xdelta1, insert checksums in reverse to give preference to earlier matches.
Removes svn:executable from files.
|
|
made this easy to spot.
|
|
|
|
remove missing file from vcproj
compiles under cygwin
|
|
|
|
|
|
|