Releases: quietvoid/hdr10plus_tool
Releases · quietvoid/hdr10plus_tool
1.2.2
- Migrate to
clap
v3, replacing structopt
for handling CLI arguments.
- Allowed
inject
to replace existing metadata instead of writing two SEIs (which may be invalid behaviour).
1.2.1
Improved SMPTE ST2094-40 SEI detection to avoid falsely detecting other types of ITU T.35 ST2094 messages as HDR10+.
1.2.0
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
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
Fix missing final frames when parsing from stdin (#34)
0.5.0
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
Bugfix release for updating hevc_parser
to 0.1.4
for proper ProfileTierLevel
decoding.
0.4.0
Reorder the metadata according to original frame display output order.
0.3.1
Fix possible profile A bug: 0522604
0.3.0
Merges #22
Major rework, use deku
for parsing.
Fixes #16, #20.
Unstable: see #26