Skip to content

v0.1.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 23:31

0.1.5 (2022-07-31)

Features

  • Add flag to control threading (4e5571f)
  • analyzer: Add with_* methods for Analyzer config (e3e8d7e)
  • cli: Disable skip files by default (065a212)
  • comparator: Add run_with_frame_hashes method (9428225)
  • comparator: Allow conversion from Analyzer to Comparator (e53c027)
  • comparator: Allow searching for only openings (34876f4)
  • comparator: New match search logic (15d6c3e)
  • comparator: Sort video paths when Comparator is created (afcf16a)
  • needle: Expose find_video_files function and use it in needle CLI (84f1f92)

Bug Fixes

  • cli: Fix video count check (295fdee)
  • comparator: Allow self comparison during match selection (af0243e)
  • comparator: Do not pre-allocate heap entries (65628f4)
  • comparator: Filter out empty info early (4e8dc2e)
  • comparator: Load all frame hash data into memory (d73614a)
  • comparator: Make sure both src and dst are valid during search (7939d01)
  • comparator: Remove processed array during match search (61ef47b)
  • comparator: Run analysis once per file if flag is set (fc2cec2)
  • comparator: Use a weighted sum of count and duration for match selection (ccb1959)
  • comparator: Use skip files during match selection (f264b2a)
  • comparator: Use video indices instead of paths in all data structures (8b01540)
  • Decrease hash match threshold and increase opening search percentage (056b461)

Miscellaneous

  • comparator: Fix test (34d329a)
  • docs: Basic usage example in library docs (4cb970c)
  • Use analyze flag in FrameHashes::from_video (256ca08)