143 Commits

Author SHA1 Message Date
f90c16e34b Implement CPM support j6 2024-01-10 16:23:09 -05:00
b6046e67dd Implement CPM support r5 2024-01-10 16:13:30 -05:00
df2a649cd3 Implement CPM support j4 2024-01-10 16:01:47 -05:00
3475cb379c Implement CPM support j3 2024-01-10 15:50:34 -05:00
9f2ddd5f76 Implement CPM support j2 2024-01-10 15:43:15 -05:00
1148e5c916 Update CMakeLists.txt j1 2024-01-10 15:25:22 -05:00
Rich Geldreich
7298d34590 Update README.md 2023-12-05 01:27:30 -05:00
Rich Geldreich
163d5714a0 Update README.md 2023-04-20 16:48:44 -04:00
Rich Geldreich
1039f5aa9c Update README.md 2023-04-20 16:47:54 -04:00
Rich Geldreich
b49d1d4d5a Update README.md 2023-04-20 16:46:09 -04:00
Rich Geldreich
da6991f598 Update README.md 2023-04-20 16:45:04 -04:00
Rich Geldreich
970d9290eb Update README.md 2023-04-20 16:44:26 -04:00
Richard Geldreich
6ed6544cc9 Changing the # of times to encode to 3, instead of 1, when CSV files aren't being generated. 2023-04-20 16:40:25 -04:00
Richard Geldreich
a77506cd2f Upgrading lodepng, QOI, and stb_image.h/stb_image_write.h, and adding the pvpng reader from basisu for benchmarking/comparison purposes 2023-04-20 16:21:37 -04:00
Richard Geldreich
a2b4e1bdf6 new files 2023-04-20 16:20:48 -04:00
Rich Geldreich
357d3a6b73 Update README.md before_4_20_upgrade 2023-03-30 20:01:28 -04:00
Rich Geldreich
6926f5a0a7 Update README.md 2022-01-11 16:01:37 -05:00
Rich Geldreich
75c8f930ef Update README.md 2022-01-10 14:56:56 -05:00
Rich Geldreich
a05746ac46 Update README.md 2022-01-10 14:55:02 -05:00
Richard Geldreich
e3834907b9 Merge remote-tracking branch 'origin/main' 2022-01-10 14:54:17 -05:00
Richard Geldreich
645d49cf6b Disabling Wuff's CRC checking
Minor printf() fixes
2022-01-10 14:53:52 -05:00
Rich Geldreich
85a734e9f2 Update README.md 2022-01-10 14:48:40 -05:00
Rich Geldreich
6fea592540 Update README.md 2022-01-05 19:39:26 -05:00
Rich Geldreich
32d7f3a388 Update README.md 2022-01-05 17:53:36 -05:00
Rich Geldreich
01296df391 Bumping version to 1.0.6 2022-01-05 17:14:20 -05:00
Rich Geldreich
a80ccdd937 New file 2022-01-05 17:14:20 -05:00
Rich Geldreich
c8ea38f3ee Update README.md 2022-01-05 17:11:43 -05:00
Rich Geldreich
3bd9c4dbda Adding workaround to the encoder to work around a bug in wuff's distance table decoder
Adding -t Huffman table training option to test harness - set FPNG_TRAIN_HUFFMAN_TABLES to 1 to use it
Re-trained the single pass mode's Huffman tables
1.0.5
2022-01-05 17:08:49 -05:00
Rich Geldreich
42303b97e2 Update README.md 2022-01-05 08:34:25 -05:00
Rich Geldreich
f813c4dfdb fixing cpuid code so it's only compiled on x86 2022-01-04 16:59:30 -05:00
Rich Geldreich
49f3505062 Update README.md 2022-01-02 13:18:01 -05:00
Rich Geldreich
1c9d03942c Fixing comment 1.0.4 2021-12-31 19:22:33 -05:00
Rich Geldreich
66b531956b Update README.md 2021-12-31 18:54:48 -05:00
Rich Geldreich
c471ebef9d Changing SSE adler32 to iterate 16 bytes at a time vs. 8.
Changing adler32 function types to match the crc32 function.
v1.0.3
2021-12-31 18:52:55 -05:00
Rich Geldreich
c83e17b38a Adding SSE to the filter code, for another 10-15% compression perf gain 2021-12-31 18:22:36 -05:00
Rich Geldreich
3a3f22f968 fixing comment 2021-12-31 16:46:09 -05:00
Rich Geldreich
583b75c986 Fixing check here so it uses a uint64_t multiply v1.0.2 2021-12-31 16:41:33 -05:00
Rich Geldreich
b864f3324f Fixing typo in remark 2021-12-31 14:12:32 -05:00
Rich Geldreich
6bd0b8eef1 Ensuring temp buffer is always a little larger than it's needed, because the compresssors read 24bpp pixels as DWORD's v1.0.1 2021-12-31 07:24:23 -05:00
Rich Geldreich
53baa00cd9 Update README.md v1.0.0 2021-12-31 05:57:24 -05:00
Rich Geldreich
97fd32be9b Update README.md 2021-12-31 05:56:05 -05:00
Rich Geldreich
ec5d9b9bdb Update README.md 2021-12-31 05:55:14 -05:00
Rich Geldreich
4dae96d787 Update README.md 2021-12-30 19:40:18 -05:00
Rich Geldreich
0411071b71 Update README.md 2021-12-30 19:39:57 -05:00
Rich Geldreich
bfe5f9c69e Update README.md vectorized_checksums 2021-12-30 19:36:04 -05:00
Rich Geldreich
eb114d1ec4 Update README.md 2021-12-30 19:35:39 -05:00
Rich Geldreich
35ea4a1d0a Update README.md 2021-12-30 14:46:21 -05:00
Rich Geldreich
e73c9e85be Update README.md 2021-12-30 14:45:19 -05:00
Rich Geldreich
f365a60261 Update README.md 2021-12-30 14:44:18 -05:00
Rich Geldreich
cf3628e1cb Update README.md 2021-12-30 14:42:33 -05:00