Skip to content

rust-mlt-core-v0.4.0

Choose a tag to compare

@CommanderStorm CommanderStorm released this 10 Mar 10:23
fdc0594

Added

  • plumbing for ProfileOptimisation (#1101)
  • (rust) trait based automatic optimiser (#1093)

Fixed

  • (rust) migrate part of our lengths from usize to u32 (#1078)

Other

  • (rust) rework our internal data model (#1099)
  • (rust) rename structs to model (#1100)
  • (rust) handle u32->usize, int overflows (#1097)
  • (rust) move all structs to structs.rs (#1094)
  • renamings in the encoder (#1090)
  • (rust) refactoring step 3 (#1088)
  • (rust) refactor name storage (#1087)
  • (rust) more core renames, rm EncodedValues::typ (#1084)
  • (rust) some more renames of internals (#1082)
  • (rust) noop, only renames for future refactoring (#1081)
  • make sure we write u32 varints instead of u64 varints (#1080)
  • use simd for morton decoding (#1069)

Contributors