Bug fixes
mux: Fixed repeating EOS NALUs by default. Fixes #146.- This only affected the default muxing options. If using
--eos-before-el, the output file was correct.
- This only affected the default muxing options. If using
- Corrected
--edit-config, which wasn't used at all forconvert,demux,extract-rpu- edit: Still present with
muxin this release, it is fixed in main.
- edit: Still present with
Features
- Added positional argument inputs to all subcommands that require a single primary input file/stream.
- For example, it is now possible to do
dovi_tool info RPU.bin -f 0instead of having to use-i RPU.bin
- For example, it is now possible to do
- Added regression/integration tests.