Commit Graph

  • e76f25a606 Ignore stb dependencies and build artifacts Dominic Szablewski 2021-12-11 15:49:14 +0100
  • 199362ed1d Add note about current specification Dominic Szablewski 2021-12-11 15:48:01 +0100
  • 6310d49ee8 Merge branch experimental Dominic Szablewski 2021-12-11 15:46:13 +0100
  • c2edcd3d7a Cosmetics Dominic Szablewski 2021-12-11 12:54:01 +0100
  • 0ad304d761 Be more specific with the documentation of the file format Dominic Szablewski 2021-12-10 20:27:35 +0100
  • 075ab8fe42 Zero-initialize previous pixel color Dominic Szablewski 2021-12-10 20:09:52 +0100
  • 03c7ab14d4
    Merge pull request #66 from NUlliiON/master Dominic Szablewski 2021-12-08 22:47:40 +0100
  • d9518a9426
    Merge branch 'master' into master Dominic Szablewski 2021-12-08 22:47:32 +0100
  • 8f9c24a5e9
    Merge pull request #74 from elihwyma/patch-1 Dominic Szablewski 2021-12-08 22:46:43 +0100
  • f49dcc074d
    Merge branch 'master' into patch-1 Dominic Szablewski 2021-12-08 22:46:35 +0100
  • a19e0810e6
    Merge pull request #68 from rbino/add-qoix Dominic Szablewski 2021-12-08 22:45:54 +0100
  • 473e467e7b
    Add Swift Implementation Amy While 2021-12-08 20:22:16 +0000
  • 2103168519 Minor encoding throughput improvement Dominic Szablewski 2021-12-08 15:45:18 +0100
  • 6a73cc65c5 Wording, whitespace Dominic Szablewski 2021-12-08 15:32:43 +0100
  • 92f7ebd3f8 Fix qoi_desc colorspace check Dominic Szablewski 2021-12-08 15:30:56 +0100
  • 6c83cf2e0c Increase padding to 8 zero-bytes Dominic Szablewski 2021-12-08 15:29:46 +0100
  • 947941fbd0 Change colorspace header to an enum to avoid confusion Dominic Szablewski 2021-12-08 14:14:51 +0100
  • d6b1ec673a Add alpha channel to QOI_HASH Dominic Szablewski 2021-12-08 11:30:58 +0100
  • eb29269432 Fix typo in documentation Dominic Szablewski 2021-12-08 11:25:24 +0100
  • 28954f7a9a Remove QOI_DIFF_16 and QOI_DIFF_24; better tagging of remaining ops; better hash function Dominic Szablewski 2021-12-06 21:23:13 +0100
  • 66d12eb078 Add option to only print directory totals Dominic Szablewski 2021-12-06 19:55:39 +0100
  • f45f47c9f0 Recursive traversal; compression ratio; grand total; options to disable some features Dominic Szablewski 2021-12-06 13:35:54 +0100
  • 259a3a36a0 Add Elixir implementation (Qoix) to the implementations section Riccardo Binetti 2021-12-06 02:46:10 +0100
  • ce32dfed6e Mention QOI implementation written in C# Eugene 2021-12-05 14:23:24 -0600
  • 5039ebd678
    Merge pull request #57 from zakarumych/master Dominic Szablewski 2021-12-05 11:24:12 +0100
  • f6f05835c5
    Merge pull request #62 from nsauzede/patch-1 Dominic Szablewski 2021-12-05 11:23:42 +0100
  • 8054316d78
    Merge pull request #65 from kodonnell/master Dominic Szablewski 2021-12-05 11:23:20 +0100
  • bd7d5c07bb
    Add link in readme to kodonnell/qoi (Python) kodonnell 2021-12-05 22:18:49 +1300
  • 03606a0be7
    Fix typo in DIFF8 documentation Nicolas Sauzede 2021-12-03 01:24:52 +0100
  • 2392a3423c Mention rapid-qoi implementation written in Rust Zakarum 2021-12-01 17:48:53 +0300
  • cbb62ea555 Remove QOI_RUN_16, add new QOI_GDIFF_16 op Dominic Szablewski 2021-11-30 22:05:03 +0100
  • e9069e11a4 Add notice about the format being not yet finalized Dominic Szablewski 2021-11-30 17:45:48 +0100
  • fda5167d76 Add links to Tools and Implementations Dominic Szablewski 2021-11-29 11:23:33 +0100
  • a79d03c26b
    Merge pull request #45 from lbatalha/readme-packages Dominic Szablewski 2021-11-29 11:10:28 +0100
  • 94974653c1 Lock output file before writing; close #18 Dominic Szablewski 2021-11-28 17:59:51 +0100
  • 9dd60534e4 Use local var for channels to speed up encoding Dominic Szablewski 2021-11-28 17:36:47 +0100
  • 80356a5aaa Improve documentation, whitespace, wording Dominic Szablewski 2021-11-28 17:36:05 +0100
  • 4f8f59d53e
    add packages section Luis Batalha 2021-11-28 15:12:08 +0000
  • f0a38c19e5
    Merge pull request #44 from Samyak2/samyak-typo-fix-1 Dominic Szablewski 2021-11-28 12:32:14 +0100
  • bdfda4a5f6
    Merge pull request #43 from MasterQ32/improved_docs Dominic Szablewski 2021-11-28 12:30:51 +0100
  • 8ebd4e7b6d
    Fix a typo: "user" -> "use" Samyak S Sarnayak 2021-11-28 16:18:01 +0530
  • ef9ce10bc1 Adds wraparound specification Felix "xq" Queißner 2021-11-28 01:17:24 +0100
  • 7053672d3a Starts to improve the documentation. Felix "xq" Queißner 2021-11-28 01:08:52 +0100
  • be8d23c574
    Merge pull request #31 from vec4f/bug/qoi_read/fclose Dominic Szablewski 2021-11-27 21:04:16 +0100
  • 5506399e0d Fix HEADER_SIZE for the new header Dominic Szablewski 2021-11-27 18:41:02 +0100
  • ff542c2ae6 Change the API to supply/return channel count and colorspace info Dominic Szablewski 2021-11-27 18:36:17 +0100
  • 697abf6696 Align the data format with new spec #37 Dominic Szablewski 2021-11-27 17:23:52 +0100
  • a902b57ede Announce changes in the file format Dominic Szablewski 2021-11-27 13:21:16 +0100
  • ee66591452
    Merge pull request #32 from pfusik/utf8 Dominic Szablewski 2021-11-27 00:26:06 +0100
  • 344ba65a57 Avoid UTF-8 Piotr Fusik 2021-11-26 22:51:22 +0100
  • 7b1567cc9d Close file on allocation failure Brad Fish 2021-11-26 12:28:49 -0800
  • dd0b04b319 Fix #22: avoid UB when reading ints from the stream; Dominic Szablewski 2021-11-26 13:22:00 +0100
  • 30f8a39ec8 Fix qoibench avg calculation: ignore non-png entries Dominic Szablewski 2021-11-25 15:14:56 +0100
  • 81b438cb56 Change header to big endian; make it independent from host byte order; close #10 Dominic Szablewski 2021-11-25 13:51:05 +0100
  • c03edb2f26 Fix naming of chunks in the data format documentation; close #9 Dominic Szablewski 2021-11-25 09:43:11 +0100
  • 324c2243b2 Add warning about untrusted input; #4 Dominic Szablewski 2021-11-24 22:28:35 +0100
  • e969322d00 Don't run past the padding of the byte stream when decoding; re #4 Dominic Szablewski 2021-11-24 22:09:08 +0100
  • de17b3c2c1 Fix compile instructions Dominic Szablewski 2021-11-24 11:19:49 +0100
  • 19dc63cf17 Initial Dominic Szablewski 2021-11-24 11:07:17 +0100