feat(handler): add Apple IMG4/IM4P handler - #1492
Open
elektrischermoench wants to merge 1 commit into
Open
Conversation
elektrischermoench
force-pushed
the
feat/handler-img4
branch
6 times, most recently
from
April 21, 2026 07:48
0522f2d to
9942be3
Compare
qkaiser
self-requested a review
April 21, 2026 09:40
qkaiser
reviewed
Apr 21, 2026
elektrischermoench
force-pushed
the
feat/handler-img4
branch
2 times, most recently
from
April 24, 2026 20:34
133a396 to
b19a7e4
Compare
elektrischermoench
force-pushed
the
feat/handler-img4
branch
from
May 28, 2026 19:35
b19a7e4 to
c02f194
Compare
elektrischermoench
force-pushed
the
feat/handler-img4
branch
2 times, most recently
from
July 1, 2026 21:36
f7d60c3 to
c48ad3f
Compare
Contributor
|
@elektrischermoench if you touch this code, I recommend you squash both commits into one |
elektrischermoench
force-pushed
the
feat/handler-img4
branch
from
July 3, 2026 21:07
c48ad3f to
5b94ed4
Compare
Adds a handler for Apple IMG4 containers (DER-encoded ASN.1). Supports both 0x82 (16-bit length) and 0x83 (24-bit length) DER header variants and extracts the raw IM4P payload.
elektrischermoench
force-pushed
the
feat/handler-img4
branch
from
September 1, 2026 06:34
5b94ed4 to
fa8addd
Compare
Contributor
Author
|
Rebased onto latest |
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.
Adds a handler for Apple IMG4 containers (DER-encoded ASN.1). Supports both 0x82 (16-bit length) and 0x83 (24-bit length) DER header variants and extracts the raw IM4P payload.