-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow user data pass through #480
Labels
Comments
cadubentzen
added a commit
to cadubentzen/vvenc
that referenced
this issue
Mar 10, 2025
cadubentzen
added a commit
to cadubentzen/vvenc
that referenced
this issue
Mar 10, 2025
cadubentzen
added a commit
to cadubentzen/vvenc
that referenced
this issue
Mar 10, 2025
cadubentzen
added a commit
to cadubentzen/vvenc
that referenced
this issue
Mar 20, 2025
This is guarded under `#ifdef VVENC_USE_UNSTABLE_API` and disabled by default due to requiring breaking changes to the ABI. It can only be unguarded when the major version is bumped to v2. Closes fraunhoferhhi#480
cadubentzen
added a commit
to cadubentzen/vvenc
that referenced
this issue
Mar 20, 2025
This is guarded under `#ifdef VVENC_USE_UNSTABLE_API` and disabled by default due to requiring breaking changes to the ABI. It can only be unguarded when the major version is bumped to v2. Closes fraunhoferhhi#480
cadubentzen
added a commit
to cadubentzen/vvenc
that referenced
this issue
Mar 20, 2025
This is guarded under `#ifdef VVENC_USE_UNSTABLE_API` and disabled by default due to requiring breaking changes to the ABI. It can only be unguarded when the major version is bumped to v2. Closes fraunhoferhhi#480
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be useful to link some user data to an incoming frame and be able to recover it at the output. This will make integration with frameworks like FFmpeg [1] and GStreamer [2] more seamless. Other encoder libraries do support this [3].
[1]: FFmpeg has this
opaque
feature[2]: GStreamer has
GstMeta
, used byGstVideoEncoder
base class.[3]: Field
userData
in x265 encoderThe text was updated successfully, but these errors were encountered: