Commit Graph

  • 4d10658009
    Merge eafbb44384 into 7ff39ec00d RichΛrd 2020-09-17 18:40:32 -0400
  • eafbb44384
    fix? : alloc error feat/random-alloc-error Richard Ramos 2020-09-17 18:36:05 -0400
  • 7ff39ec00d
    Merge pull request #54 from bung87/master master andri lim 2020-07-21 09:43:57 +0700
  • 73a4ba9c7e nicematch range up to 258 bung87 2020-07-21 05:11:52 +0800
  • 870da35048
    Merge pull request #52 from jangko/predefined_filters_test andri lim 2020-07-20 17:52:01 +0700
  • 489b722f85
    add predefinedfilters tests predefined_filters_test jangko 2020-07-20 17:12:44 +0700
  • 89c433f1a1
    Merge pull request #51 from bung87/master andri lim 2020-07-20 16:24:20 +0700
  • f062574aa4 fix state.predefinedFilters.len check when filterStrategy is LFS_PREDEFINED bung87 2020-07-20 16:07:55 +0800
  • 9de8e28dd7
    Merge pull request #50 from jangko/bump_version v0.3.1 andri lim 2020-06-20 12:15:57 +0700
  • 2ad58944ac
    fix typo bump_version jangko 2020-06-20 11:35:04 +0700
  • 75640f72e9
    fix apidoc jangko 2020-06-20 11:32:41 +0700
  • 47cd1e5754
    reset appveyor cache jangko 2020-06-19 21:18:12 +0700
  • 184ca59203
    bump version to 0.3.1 jangko 2020-06-19 21:09:00 +0700
  • 778fee7b10
    Merge pull request #48 from jangko/openarray_api andri lim 2020-06-12 17:44:30 +0700
  • 0bd20601a3
    add missing openArray API openarray_api jangko 2020-06-11 21:11:45 +0700
  • e91cfff314
    add openArray API jangko 2020-06-11 20:58:37 +0700
  • a3d104068b
    Merge pull request #47 from jangko/apidoc 0.3.0 andri lim 2020-06-05 17:19:32 +0700
  • 451907efcb
    update apidoc.md jangko 2020-06-05 16:07:53 +0700
  • ed12086325
    Merge pull request #46 from jangko/new_api andri lim 2020-06-05 15:49:50 +0700
  • fcbc03c724
    get rid of method jangko 2020-06-05 15:40:24 +0700
  • 27df1fe668
    encodePNG new API jangko 2020-06-05 15:12:21 +0700
  • a9eb82fbd4
    decodePNG new API jangko 2020-06-05 13:43:26 +0700
  • 86355acd62
    update .nimble jangko 2020-06-05 13:43:01 +0700
  • 75ff52a38f
    update readme.md jangko 2020-06-05 13:38:31 +0700
  • cc16c28df8
    Merge pull request #45 from jangko/fuzzing 0.2.7 andri lim 2020-05-28 22:20:22 +0700
  • 875e6ac40e
    fix gc:arc failed compilation jangko 2020-05-28 21:22:47 +0700
  • 105c462475
    bump version to 0.2.7 jangko 2020-05-28 21:13:25 +0700
  • 7ea9a7a941
    more robust PNG loader, fuzz tested jangko 2020-05-28 21:10:44 +0700
  • d7d413c837
    Merge pull request #43 from jangko/fix_hash_function andri lim 2020-05-01 16:19:19 +0700
  • 3228a2d42c
    attemp to make test green andri lim 2020-05-01 15:02:49 +0700
  • a07678fb41
    fix #42, bad RGBA8 hash proc andri lim 2020-05-01 10:29:36 +0700
  • 11bb17bffd
    Merge pull request #41 from jangko/fix_readme v0.2.6 andri lim 2020-04-14 22:53:47 +0700
  • c48bebb901
    clearer test_apng log andri lim 2020-04-14 21:49:02 +0700
  • 931cebf99c
    fix appveyor badge andri lim 2020-04-14 21:26:19 +0700
  • 676bca486a
    Merge pull request #40 from jangko/gc_arc andri lim 2020-04-14 15:45:31 +0700
  • e2277ddf8b
    fix 32 bit untyped template issue andri lim 2020-04-14 15:13:02 +0700
  • c00186c64a
    show nim version in nimPNG.nimble andri lim 2020-04-14 14:09:37 +0700
  • 20bd6ae3fa
    gc:arc fix preprocessScanline andri lim 2020-04-14 13:58:50 +0700
  • a521c46f74
    gc:arc refactor nimPNG encoder/decoder andri lim 2020-04-14 11:49:37 +0700
  • b755b8811e
    refactor filters functions into generics accepting char or uint8 or byte openarray andri lim 2020-04-14 10:18:05 +0700
  • 0d8a34e076
    gc:arc refactor adam7interlace andri lim 2020-04-14 09:57:50 +0700
  • 7304e5e28c
    gc:arc refactor add LFS_MINSUM, LFS_BRUTEFORCE and add tests andri lim 2020-04-13 21:28:55 +0700
  • c490027c55
    add exception error if predefinedFilters not enough andri lim 2020-04-13 21:00:17 +0700
  • f5580d7d77
    add png_types.nim andri lim 2020-04-13 20:56:40 +0700
  • 6f1374d4c5
    gc:arc refactor add LFS_ZERO, LFS_PREDEFINED, LFS_ENTROPY filter and tests andri lim 2020-04-13 20:55:50 +0700
  • 43d5548237
    gc:arc refactor 'filterScanline' and add tests andri lim 2020-04-13 18:36:40 +0700
  • 27e76f2d65
    Merge pull request #39 from jangko/fix_predefined_filters andri lim 2020-04-13 15:05:42 +0700
  • 5f0dd589be
    fix predefined filters andri lim 2020-04-13 14:44:49 +0700
  • 7c55ff3f9d
    Merge pull request #38 from jangko/fix_test andri lim 2020-04-13 10:20:35 +0700
  • 6563ac2f88
    fix appveyor.yml typo andri lim 2020-04-13 10:04:32 +0700
  • 1f848b9618
    use gcc 8.1.0 in appveyor andri lim 2020-04-10 21:14:22 +0700
  • 02309b47ce
    add nimz test andri lim 2020-04-10 12:54:40 +0700
  • 1cefc00119
    Merge pull request #34 from jangko/nim_1.0 v0.2.5 andri lim 2019-10-04 07:43:55 +0700
  • 149fffe4e7
    compile with Nim 1.0.0 andri lim 2019-09-27 20:28:52 +0700
  • 77cbfc3405
    Merge pull request #31 from jangko/fix_test andri lim 2019-06-06 12:25:00 +0700
  • 4a18a202bd
    fix .appveyor.yml andri lim 2019-06-06 12:08:30 +0700
  • 63bbcb7643
    fix testCodec andri lim 2019-06-06 12:01:11 +0700
  • b69b705a34
    Merge pull request #30 from narimiran/devel-fixes andri lim 2019-02-13 17:02:53 +0700
  • 47562af241 make it work on Nim devel (0.19.9) narimiran 2019-02-13 10:34:51 +0100
  • 36f845e12a
    Merge pull request #28 from yglukhov/lic andri lim 2018-10-18 22:27:36 +0700
  • d6aadc1198 Added MIT license Yuriy Glukhov 2018-10-18 16:49:44 +0300
  • 74dab921d5 update tests andri lim 2018-10-09 10:50:02 +0700
  • 1d19a7a40e update readme.md andri lim 2018-10-09 08:56:52 +0700
  • a63530b0b2
    Merge pull request #27 from jangko/add_appveyor andri lim 2018-10-05 12:01:59 +0700
  • 6623f84bec update readme.md andri lim 2018-10-05 11:50:25 +0700
  • 2fbb5cb001
    Merge pull request #26 from jangko/add_appveyor andri lim 2018-10-05 11:49:27 +0700
  • b0839cf7a0 add appveyor ci andri lim 2018-10-05 11:30:40 +0700
  • 5d684ce561
    Merge pull request #25 from jangko/fix24 andri lim 2018-10-02 10:10:48 +0700
  • b524eaf537 fixes #24 andri lim 2018-10-02 10:07:05 +0700
  • 8f50614b0c
    Merge pull request #23 from andreaferretti/master andri lim 2018-08-30 22:44:56 +0700
  • 5c57f76c2f Fixes for latest Nim Andrea Ferretti 2018-08-30 17:16:32 +0200
  • efa7a47576 fixes #20, unreliable readStr andri lim 2018-05-17 11:04:40 +0700
  • 55a444cf5a remove warning andri lim 2018-05-16 12:52:37 +0700
  • c55008c163 fixes #19 andri lim 2018-03-17 21:32:04 +0700
  • 7a98fec6cd fix saveAPNG andri lim 2017-11-24 18:11:04 +0700
  • 2053f45f7c update readme.md andri lim 2017-11-24 18:05:36 +0700
  • 2d37be99e3
    Merge pull request #18 from jangko/devel andri lim 2017-11-24 18:02:23 +0700
  • 769361b868 close #11, APNG encoder ready andri lim 2017-11-24 17:58:44 +0700
  • 90a1f94115 apng encoder preparation andri lim 2017-11-24 13:06:49 +0700
  • 05cce9b58f apng minor adjusment andri lim 2017-11-24 12:40:33 +0700
  • 0117f1ea91
    Merge pull request #17 from jangko/devel andri lim 2017-11-24 11:41:29 +0700
  • 6853f199ef update readme.md andri lim 2017-11-24 11:35:15 +0700
  • cb3ff6a074
    Merge pull request #16 from jangko/apng andri lim 2017-11-24 11:10:46 +0700
  • c495d9c45d apng decoder ok andri lim 2017-11-24 10:42:14 +0700
  • 93c738e7e0 APNG decoder ok andri lim 2017-11-24 00:08:48 +0700
  • 333122b9f3 WIP apng andri lim 2017-11-14 20:24:05 +0700
  • 8926a6cea3 add apng test suite andri lim 2017-11-08 16:35:55 +0700
  • 613aa00d18 inc patch number andri lim 2017-11-04 16:54:01 +0700
  • 9e196c2376 update readme.md andri lim 2017-11-04 16:52:17 +0700
  • 0d81e2d6e7
    Merge pull request #14 from yglukhov/more-conversions andri lim 2017-11-04 16:46:52 +0700
  • 4c8c9eda1a make test green andri lim 2017-11-04 16:42:47 +0700
  • bab1ee377a
    Merge pull request #15 from yglukhov/travis andri lim 2017-11-04 16:24:43 +0700
  • 48eff0bbb2 Added travis Yuriy Glukhov 2017-11-03 14:16:04 +0200
  • f0b4016779 More conversions to fix compilation errors Yuriy Glukhov 2017-11-03 13:20:53 +0200
  • 22b4278e75
    Merge pull request #13 from yglukhov/backward-compat andri lim 2017-10-31 20:12:20 +0700
  • b38bb5aa56 Fixed backward compatibility with older nim Yuriy Glukhov 2017-10-31 13:59:41 +0200
  • 67d74b067b
    Merge pull request #12 from yglukhov/fixes andri lim 2017-10-31 08:39:34 +0700
  • 8557703abf Fixed incompatibility with newer nim Yuriy Glukhov 2017-10-30 21:55:37 +0200
  • a961150d81 Merge pull request #10 from jangko/bug9 andri lim 2017-07-17 17:18:52 +0700
  • dd5868ddd3 fixes #9 andri lim 2017-07-17 17:17:45 +0700