Addition of support for HEVC - #42
Open
jtc-dolby wants to merge 2 commits into
Open
Conversation
Add mux/demux support for HEVC (H.265) video essence: HEVCEssenceParser, HEVCRawEssenceReader, HEVCMXFDescriptorHelper, OP1AHEVCITrack and the HEVCSubDescriptor libMXF++ metadata class plus libMXF data-model/label definitions. Wires HEVC through EssenceType, PictureMXFDescriptorHelper, OP1ATrack and the raw2bmx --hevc option (HEVC_ESSENCE_GROUP), and adds the AVCGetBitBuffer::SkipBits helper the parser relies on. Adds a mux+demux regression test (test/hevc). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
jtc-dolby
marked this pull request as draft
August 17, 2026 20:49
jtc-dolby
marked this pull request as ready for review
August 17, 2026 20:52
Author
|
I can't add reviewers. I am expecting someone will assign reviewers which will unblock this PR |
Collaborator
|
Thank you - reviewers added, review started. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Points to note:
Some of the copyright headers come from BBC and some from Dolby.
A single test was added for regression. Ideally we would have more. The question becomes how much more disc space our we willing to pay for h.265 assets.
This is the first of a series of 4 pull requests bringing in 4 new essence types. This submission is first as it is considered to be the simplest.