.. |
bitbuf2.asm
|
igzip: Remove BITBUF8 and BITBUF_ELSE compile options
|
2017-06-21 06:03:51 -04:00 |
bitbuf2.h
|
igzip: Remove BITBUF8 and BITBUF_ELSE compile options
|
2017-06-21 06:03:51 -04:00 |
crc32_gzip_base.c
|
igzip: Implement zlib compression format
|
2017-06-21 05:41:05 -04:00 |
crc32_gzip.asm
|
igzip: Improve igzip stateful on large buffers
|
2016-12-06 10:59:52 -07:00 |
crc_inflate.h
|
igzip: Modify test to test zlib compression
|
2017-06-21 05:41:47 -04:00 |
data_struct2.asm
|
igzip: Implement type 0 blocks for level 1 compress
|
2017-06-21 05:46:38 -04:00 |
detect_repeated_char.asm
|
Add data compression unit
|
2016-06-10 17:03:38 -07:00 |
encode_df_04.asm
|
igzip: Modify encode_df_04 to behave more like encode_df_06 algorithm
|
2017-06-21 06:02:13 -04:00 |
encode_df_06.asm
|
igzip: Avx512 version for encdode_df
|
2017-06-21 05:56:05 -04:00 |
encode_df.c
|
igzip: implement igzip two pass
|
2017-03-30 16:50:48 -07:00 |
encode_df.h
|
igzip: Setup to allow encode_df to decode lit lit pairs.
|
2017-03-30 16:52:21 -07:00 |
flatten_ll.c
|
igzip: Increase isal_mod_hist size to stop histogram overflow
|
2017-03-30 17:11:51 -07:00 |
flatten_ll.h
|
igzip: Increase isal_mod_hist size to stop histogram overflow
|
2017-03-30 17:11:51 -07:00 |
generate_custom_hufftables.c
|
igzip: Implement zlib compression format
|
2017-06-21 05:41:05 -04:00 |
heap_macros.asm
|
igzip: implement igzip two pass
|
2017-03-30 16:50:48 -07:00 |
huff_codes.c
|
igzip: Implement type 0 blocks for level 1 compress
|
2017-06-21 05:46:38 -04:00 |
huff_codes.h
|
igzip: Implement type 0 blocks for level 1 compress
|
2017-06-21 05:46:38 -04:00 |
huffman.asm
|
igzip: implement igzip two pass
|
2017-03-30 16:50:48 -07:00 |
huffman.h
|
igzip: implement igzip two pass
|
2017-03-30 16:50:48 -07:00 |
hufftables_c.c
|
igzip: Implement zlib compression format
|
2017-06-21 05:41:05 -04:00 |
igzip_base_aliases.c
|
igzip: Implement zlib compression format
|
2017-06-21 05:41:05 -04:00 |
igzip_base.c
|
igzip: Fix bug when 0 length buffer is passed
|
2017-03-30 17:17:04 -07:00 |
igzip_body_01.asm
|
igzip: Improve igzip stateful on large buffers
|
2016-12-06 10:59:52 -07:00 |
igzip_body_02.asm
|
igzip: Improve igzip stateful on large buffers
|
2016-12-06 10:59:52 -07:00 |
igzip_body_04.asm
|
igzip: Improve igzip stateful on large buffers
|
2016-12-06 10:59:52 -07:00 |
igzip_body.asm
|
igzip: Create flag signifying existence of buffer history
|
2016-12-06 11:22:22 -07:00 |
igzip_checksums.h
|
igzip: Implement zlib compression format
|
2017-06-21 05:41:05 -04:00 |
igzip_compare_types.asm
|
igzip: Port improvements to stateless compress to stateful compress
|
2016-12-02 18:40:27 -07:00 |
igzip_decode_block_stateless_01.asm
|
igzip: Rename inflate.asm and fix Makefile.am so that Makefile.unx works
|
2016-12-05 16:12:53 -07:00 |
igzip_decode_block_stateless_04.asm
|
igzip: Rename inflate.asm and fix Makefile.am so that Makefile.unx works
|
2016-12-05 16:12:53 -07:00 |
igzip_decode_block_stateless.asm
|
igzip: Fix inflate bug with long when invalid huffman codes.
|
2016-12-06 16:18:32 -07:00 |
igzip_example.c
|
igzip: Modify igzip_example to provide example of higher compression levels
|
2017-03-30 17:19:54 -07:00 |
igzip_file_perf.c
|
igzip:use fgetpos() to replace ftell() to get file's length.
|
2017-06-21 05:22:07 -04:00 |
igzip_finish.asm
|
igzip: Create flag signifying existence of buffer history
|
2016-12-06 11:22:22 -07:00 |
igzip_fuzz_inflate.c
|
igzip:use fgetpos() to replace ftell() to get file's length.
|
2017-06-21 05:22:07 -04:00 |
igzip_hist_perf.c
|
igzip:use fgetpos() to replace ftell() to get file's length.
|
2017-06-21 05:22:07 -04:00 |
igzip_icf_base.c
|
igzip: Fix underflow bugs whe null pointer is passed in igzip base functions
|
2017-03-30 16:54:35 -07:00 |
igzip_icf_body_01.asm
|
igzip: implement igzip two pass
|
2017-03-30 16:50:48 -07:00 |
igzip_icf_body_02.asm
|
igzip: implement igzip two pass
|
2017-03-30 16:50:48 -07:00 |
igzip_icf_body_04.asm
|
igzip: implement igzip two pass
|
2017-03-30 16:50:48 -07:00 |
igzip_icf_body.asm
|
igzip: Increase isal_mod_hist size to stop histogram overflow
|
2017-03-30 17:11:51 -07:00 |
igzip_icf_finish.asm
|
igzip: Increase isal_mod_hist size to stop histogram overflow
|
2017-03-30 17:11:51 -07:00 |
igzip_inflate_multibinary.asm
|
igzip: Add copyright notice
|
2016-12-06 21:06:10 -07:00 |
igzip_inflate_perf.c
|
igzip:use fgetpos() to replace ftell() to get file's length.
|
2017-06-21 05:22:07 -04:00 |
igzip_inflate_test.c
|
igzip:use fgetpos() to replace ftell() to get file's length.
|
2017-06-21 05:22:07 -04:00 |
igzip_inflate.c
|
igzip: Modify inflate to optionally calculate adler32 hash
|
2017-06-21 05:42:12 -04:00 |
igzip_level_buf_structs.h
|
igzip: Implement type 0 blocks for level 1 compress
|
2017-06-21 05:46:38 -04:00 |
igzip_multibinary.asm
|
igzip: Avx512 version for encdode_df
|
2017-06-21 05:56:05 -04:00 |
igzip_perf.c
|
igzip: Merge inflate.h and igzip_lib.h and fix external naming
|
2016-12-05 16:40:43 -07:00 |
igzip_rand_test.c
|
igzip: Improve random data generation in igzip-rand_test
|
2017-06-21 05:47:04 -04:00 |
igzip_semi_dyn_file_perf.c
|
igzip:use fgetpos() to replace ftell() to get file's length.
|
2017-06-21 05:22:07 -04:00 |
igzip_stateless_file_perf.c
|
igzip:use fgetpos() to replace ftell() to get file's length.
|
2017-06-21 05:22:07 -04:00 |
igzip_sync_flush_example.c
|
igzip: Fix feof usage in examples
|
2016-12-06 16:18:54 -07:00 |
igzip_sync_flush_file_perf.c
|
igzip:use fgetpos() to replace ftell() to get file's length.
|
2017-06-21 05:22:07 -04:00 |
igzip_sync_flush_perf.c
|
igzip: Merge inflate.h and igzip_lib.h and fix external naming
|
2016-12-05 16:40:43 -07:00 |
igzip_update_histogram_01.asm
|
igzip: Create assembly version of isal_update_histogram
|
2016-12-02 17:16:55 -07:00 |
igzip_update_histogram_04.asm
|
igzip: Create assembly version of isal_update_histogram
|
2016-12-02 17:16:55 -07:00 |
igzip_update_histogram.asm
|
igzip: Fix MS incorrect reg compare for igzip_update_histogram
|
2016-12-06 10:06:28 -07:00 |
igzip.c
|
igzip: Remove BITBUF8 and BITBUF_ELSE compile options
|
2017-06-21 06:03:51 -04:00 |
inflate_data_structs.asm
|
igzip: Add copyright notice
|
2016-12-06 21:06:10 -07:00 |
inflate_std_vects.h
|
igzip: Fix inflate bug with long when invalid huffman codes.
|
2016-12-06 16:18:32 -07:00 |
lz0a_const.asm
|
igzip: Setup to allow encode_df to decode lit lit pairs.
|
2017-03-30 16:52:21 -07:00 |
Makefile.am
|
igzip: Avx512 version for encdode_df
|
2017-06-21 05:56:05 -04:00 |
options.asm
|
igzip: Remove BITBUF8 and BITBUF_ELSE compile options
|
2017-06-21 06:03:51 -04:00 |
proc_heap_base.c
|
igzip: Move build_heap base functions to own file
|
2017-03-30 18:20:09 -07:00 |
proc_heap.asm
|
igzip: Fix warnings from nasm 2.13
|
2017-04-19 10:17:24 -07:00 |
repeated_char_result.h
|
Add data compression unit
|
2016-06-10 17:03:38 -07:00 |
rfc1951_lookup.asm
|
igzip: Fix missing nx stack section on new file
|
2016-12-06 09:53:35 -07:00 |
stdmac.asm
|
igzip: Improve LARGE_WINDOW and change that option to be default.
|
2016-12-05 16:36:31 -07:00 |