Skip to content

Releases: quietvoid/hdr10plus_tool

1.2.1

24 Dec 00:03
95650f4
Compare
Choose a tag to compare

Improved SMPTE ST2094-40 SEI detection to avoid falsely detecting other types of ITU T.35 ST2094 messages as HDR10+.

1.2.0

29 Nov 03:30
7d44453
Compare
Choose a tag to compare

Looks like I skipped a version.

Since 1.0:

  • Split parsing into a hdr10plus crate/library.
  • Updated dependencies to avoid panics.
  • Error handling might end up with different output, so please don't rely on stdout prints.

1.0.0

05 Sep 21:33
Compare
Choose a tag to compare

Refactor of the parsing to parse everything without relying on deku.
Allows more flexibility in the future.

There is now a required subcommand when running the executable.
The new subcommands are extract and inject.

extract is now the parsing to JSON file, which was the default run behaviour of previous versions.
So that's a breaking change for existing tools which rely on hdr10plus_parser

0.5.1

20 Aug 23:40
Compare
Choose a tag to compare

Fix missing final frames when parsing from stdin (#34)

0.5.0

07 Aug 00:23
Compare
Choose a tag to compare

Updated hevc_parser version for parsing fixes.
Add JSON scene information, implements #32

Probably the last release before a refactor & 1.0

0.4.1

06 Jun 01:54
Compare
Choose a tag to compare

Bugfix release for updating hevc_parser to 0.1.4 for proper ProfileTierLevel decoding.

0.4.0

25 Apr 01:53
dac462b
Compare
Choose a tag to compare

Reorder the metadata according to original frame display output order.

0.3.1

07 Nov 16:18
Compare
Choose a tag to compare

Fix possible profile A bug: 0522604

0.3.0

17 Oct 03:37
62813b8
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Merges #22
Major rework, use deku for parsing.
Fixes #16, #20.

Unstable: see #26

0.2.9

14 Oct 21:36
5ce42ff
Compare
Choose a tag to compare

Adds --force-single-profile argument as a temporary fix for x265, which seg faults when JSON contains mixed profiles.
Warns the user if this is detected in the metadata.

Clean up according to clippy.

The JSON now contains the profile detected.