1
0
Fork 0

Commit Graph

  • 0b5940d322 Update README (simplified thesis) master chylex 2020-06-24 15:24:18 +0200
  • 74c78b676a Include a simplified version of the paper chylex 2020-06-24 15:06:41 +0200
  • 55345897a1 Fix GUI example image in the paper chylex 2020-06-24 13:07:33 +0200
  • 82c8ae8b0e Add thesis chylex 2020-05-14 23:32:45 +0200
  • 9cfba5216f
    Create FUNDING.yml Daniel Chýlek 2020-05-13 23:24:00 +0200
  • d66824e96b Release 2.0.0 2.0 chylex 2020-05-11 01:10:27 +0200
  • d0bd75cde3 Add mention of streaming APIs & update brotli exe info in README chylex 2020-05-11 01:03:07 +0200
  • 0e041a8d3c Add an experimental greedy block splitter to BrotliImpl chylex 2020-05-11 00:31:58 +0200
  • 91082bc560 Fix BrotliBuilder menu ampersand chylex 2020-05-11 00:29:59 +0200
  • ef1be3fad0 Fix BlockSwitchBuilder initial length reset & leaking command list reference chylex 2020-05-09 17:39:24 +0200
  • 62f6970da2 Include literal context modes in extract-header-meta command chylex 2020-05-09 17:38:41 +0200
  • 25b546d677 Add BrotliImpl transformer that tries avoiding Last distance codes chylex 2020-05-03 19:41:47 +0200
  • acd095e90e Add a few experimental/unfinished commands and transformers experimental chylex 2020-05-03 19:38:10 +0200
  • 7b536a0cf3 Add test data corpus chylex 2020-04-17 11:04:58 +0200
  • f20e0d0f19 Refactor marker building & optimize multi-meta-block marker generation chylex 2020-04-16 19:17:57 +0200
  • 4af77b919f Add missing dictionary parameter in BrotliFile chylex 2020-04-16 18:39:07 +0200
  • 515ca92fd1 Add BrotliCalc command to extract block types chylex 2020-04-14 07:22:17 +0200
  • a7dc957f80 Add official compressor's quality 4 to BrotliImpl chylex 2020-04-14 06:41:50 +0200
  • 5594a9589a Implement limited dictionary index that mimics official dictionary lookup (q 2-9) chylex 2020-04-14 06:40:04 +0200
  • 5a57d3ebd1 Add BrotliBuilder menu item to compare markers without bit counts chylex 2020-04-14 06:34:00 +0200
  • 3e891a9edd Remove TODOs in BrotliCompressionParameters chylex 2020-04-14 06:30:26 +0200
  • 20b770f2ef Expose WordTransform prefix/suffix information chylex 2020-04-14 06:30:05 +0200
  • 9f246bf833 Add BrotliImpl transformer that reimplements official block splitter (q 4-9) chylex 2020-04-14 05:11:33 +0200
  • f6bba3d604 Add BrotliImpl transformers to reset some header parameters chylex 2020-04-14 05:06:06 +0200
  • 435b9d8e5b Simplify context map construction chylex 2020-04-12 09:55:37 +0200
  • eee5f88be7 Disable F# indentation warnings in some test files chylex 2020-04-09 01:27:24 +0200
  • ae65c89970 wip exceptions chylex 2020-04-08 18:12:12 +0200
  • a6f194b4d8 Fix nullability hints in FileWorker chylex 2020-04-08 17:20:58 +0200
  • f28bf6b619 Add BrotliBuilder menu option to break debugger chylex 2020-04-08 16:57:56 +0200
  • 998e5b2fc0 Add error message when BrotliCalc is given a folder w/o uncompressed files chylex 2020-04-08 16:40:47 +0200
  • c229d678d6 Ensure empty command length code lists don't throw an exception chylex 2020-04-07 22:49:23 +0200
  • fb70490404 Add simpler ContextMapBuilder constructors chylex 2020-04-07 22:48:22 +0200
  • 8b531f2e2b Fix broken final block-switch & improve command building API chylex 2020-04-07 22:36:59 +0200
  • 6e4e0509d3 Reduce allocations & unnecessary calls in IC commands and distance codes chylex 2020-04-07 18:01:09 +0200
  • 9c57e552a1 Split HuffmanGenerator into 2 files & refactor chylex 2020-04-07 17:51:34 +0200
  • f20b41faf8 Optimize BitStream enumeration and cloning & unit test enumeration chylex 2020-04-07 17:43:29 +0200
  • 440fa7fd16 Add RingBufferFast & optimize construction chylex 2020-04-07 17:37:52 +0200
  • b29c044263 Minor code fixes (in/readonly keywords, exception messages, LINQ tweaks) chylex 2020-04-07 17:40:45 +0200
  • 6227914384 Add compressed meta-block panel to BrotliBuilder w/ command filtering chylex 2020-04-07 00:45:42 +0200
  • 4cdf3825d2 Rewrite BlockSwitchTracker chylex 2020-04-06 20:58:09 +0200
  • 777f6de11f Add more block-switch command and builder validation chylex 2020-04-06 20:57:03 +0200
  • 5d9ddf89f0 Allow last block-switch command to exceed total symbol count in builder chylex 2020-04-06 20:27:10 +0200
  • 20bb732d30 Add a few BrotliLib API utilities to DistanceInfo, TransformType & more chylex 2020-04-06 01:34:59 +0200
  • 0fe554e2b3 Add block-switch builder command merging & additional validation chylex 2020-04-05 19:14:44 +0200
  • 11df776279 Ensure FrequencyList does not have negative or leftover frequency counts chylex 2020-04-05 18:11:26 +0200
  • 3d43f27bc9 Make CompressedMetaBlockBuilder return concrete MetaBlock.Compressed type chylex 2020-04-05 17:49:32 +0200
  • ed931fe700 Update FrequencyList API & update existing uses chylex 2020-04-05 17:34:10 +0200
  • 21dc319539 Add anchor (^$) support to Static Dictionary dialog & tweak UI chylex 2020-04-05 17:02:08 +0200
  • b4e55f2f54 Update validate-compression cmd to use streaming API & distinguish mismatch and exception chylex 2020-03-31 12:02:46 +0200
  • fba5c43d39 Add BrotliFileReader output callbacks & IBrotliFileStream default method as extension chylex 2020-03-30 13:34:44 +0200
  • 3dd95dec86 Make BrotliCalc find (other) compressed files when path points to a file chylex 2020-03-30 11:45:26 +0200
  • 7afdbe3e10 Fix relative paths in BrotliCalc chylex 2020-03-30 11:15:15 +0200
  • 55f3010362 Expand console buffer height in BrotliCalc & fix long error messages chylex 2020-03-30 10:04:16 +0200
  • 6db7509b81 Work around Thread.Abort being removed from .NET Core chylex 2020-03-30 08:06:49 +0200
  • 6f118ab05c Fix broken menu checkboxes w/ legacy menu chylex 2020-03-26 23:46:16 +0100
  • 6fb64d62d2 Avoid calling BrotliCompressionParameters code pickers with only 1 candidate chylex 2020-03-19 23:00:45 +0100
  • e8796b7050 Fix BrotliDictionaryIndex.Find length constraints not counting prefix/suffix chylex 2020-03-19 22:58:15 +0100
  • 1183f9fdec Split BrotliCalc test-reserialize-rebuild command into test-reserialize & test-rebuild chylex 2020-03-19 16:51:10 +0100
  • a9e8ecece6 Add separators to BrotliCalc command list chylex 2020-03-19 16:41:20 +0100
  • a3cec2a898 Simplify EncodeUncompressedOnly implementation chylex 2020-03-18 17:22:30 +0100
  • aa0cb63f58 Add MetaBlock.Uncompressed constructor that takes ArraySegment chylex 2020-03-18 17:22:11 +0100
  • f9a0ec4e7d Add support for merging with last final InsertCopyCommand in CompressedMetaBlockBuilder chylex 2020-03-18 17:02:22 +0100
  • 28082860d4 Add compression parameters for generating Huffman trees for block codes chylex 2020-03-18 15:26:21 +0100
  • 2938bdff49 Minor builder API additions & fixes chylex 2020-03-17 20:43:38 +0100
  • 4b427cb7b4 Add BrotliCalc command for stats about literals and backward/dictionary references chylex 2020-03-17 15:14:53 +0100
  • 678d0f1b9d Add BrotliImpl transformer that converts compressed meta-blocks into uncompressed chylex 2020-03-17 14:14:17 +0100
  • c3bd51bed5 Add a BrotliGlobalState output callback system & use it for marking copies chylex 2020-03-17 14:10:19 +0100
  • 29d57b15b3 Use Literal.ToString to mark raw bytes & add escape codes for tab characters chylex 2020-03-17 13:59:09 +0100
  • a002a8454c Rework BrotliCalc progress to show every thread's current workload chylex 2020-03-17 11:16:19 +0100
  • 83ea326957 Add BrotliCalc argument for file processing order chylex 2020-03-17 10:38:25 +0100
  • b2272ac8ce Turn % operator into bitwise AND where possible chylex 2020-03-17 10:02:53 +0100
  • e25839acf3 Make ArraySegments into 'in' parameters chylex 2020-03-17 09:13:56 +0100
  • e8ab507ef4 Change dictionary index to find all matches & allow min length of 1 chylex 2020-03-16 12:32:12 +0100
  • 88bd8d928b Rename interface & classes of the new streaming API chylex 2020-03-15 16:22:22 +0100
  • 49dc43e480 Add BrotliCalc commands to rebuild/encode/transform files and save them chylex 2020-03-15 16:17:55 +0100
  • 6cffbc91d5 Update BrotliCalc commands to use the new streaming APIs chylex 2020-03-15 13:44:39 +0100
  • 3663985832 Get rid of MetaBlock.IsLast property chylex 2020-03-15 12:40:20 +0100
  • bd88e17e68 Implement proper streaming API for both reading and writing Brotli files chylex 2020-03-15 10:44:26 +0100
  • 5b5a1f1c6e Fix unused using statement & documentation formatting chylex 2020-03-15 10:30:38 +0100
  • 9c4515d9e7 Rename DistanceCodeZeroStrategy & repurpose old name for command builder chylex 2020-03-15 08:46:14 +0100
  • 661004e67f Stop generating distance code 0 for commands that don't explicitly request it chylex 2020-03-14 17:44:01 +0100
  • b919713d7b Fix infinite loop in context map RLE decider chylex 2020-03-12 14:30:13 +0100
  • 9f801adcef Properly implement Huffman tree RLE SplitOneAboveBoundary heuristic & document chylex 2020-03-12 07:41:48 +0100
  • 06bb3a316d Add serialization parameter to control length code tree generation for Huffman trees chylex 2020-03-11 09:17:36 +0100
  • 946d71a561 Add BrotliCalc command to extract context maps chylex 2020-03-11 06:58:52 +0100
  • ce248b6356 Fix BrotliCalc file mapping broken when input path = output path chylex 2020-03-11 03:41:48 +0100
  • da747b875f Implement Huffman tree RLE decider & add official heuristic as default chylex 2020-03-11 03:38:14 +0100
  • 6b75789131 Redesign BrotliBuilder serialization parameters & include context map strategies chylex 2020-03-11 02:55:12 +0100
  • bd539907d8 Tweak context map serialization code & markers chylex 2020-03-10 05:40:07 +0100
  • 833c6f1359 Implement context map RLE decider, add it & Huffman tree gen to serialization params chylex 2020-03-10 05:39:34 +0100
  • 40f1588fc8 Move BrotliCompressionParameters.GenerateHuffmanTree delegate chylex 2020-03-10 05:16:20 +0100
  • 06ddc3b7cf Move PickCodeHeuristics to a different namespace & fix type constraint chylex 2020-03-10 05:02:21 +0100
  • aa59f81da5 Fix documentation to use <c> instead of <code> chylex 2020-03-10 00:42:02 +0100
  • ad97ec4e5f Reimplement final command DCZ strategy in CompressedMetaBlockBuilder chylex 2020-03-08 22:42:52 +0100
  • d22403cb71 Fix wrong transformer handling in BrotliEncodePipeline & BrotliFileStructure chylex 2020-03-05 16:01:56 +0100
  • 3dbd109c56 Move ContextMap builder into a separate class and reduce dependencies on it chylex 2020-03-04 20:10:53 +0100
  • 3f7d4612b9 Update BrotliBuilder to use StatusStrip for when .NET removes StatusBar chylex 2020-02-17 11:29:22 +0100
  • e247eda9b8 Update BrotliBuilder to use MenuStrip on .NET 3.1+ chylex 2020-02-17 02:20:49 +0100
  • e80fb54eea Fix marker panel updating after changing bit stream panel contents in BrotliBuilder chylex 2020-02-14 14:16:40 +0100
  • 0465f26239 Finish refactoring BrotliBuilder menu code & reorganize FormMain chylex 2020-02-14 14:02:09 +0100