Skip to content
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

Closed
carlosfg-flu opened this issue Dec 4, 2024 · 0 comments · Fixed by #513
Closed

Allow user data pass through #480

carlosfg-flu opened this issue Dec 4, 2024 · 0 comments · Fixed by #513
Assignees
Labels
enhancement New feature or request library Concerns the VVenC library

Comments

@carlosfg-flu
Copy link

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 by GstVideoEncoder base class.
[3]: Field userData in x265 encoder

@adamjw24 adamjw24 added library Concerns the VVenC library enhancement New feature or request labels Dec 4, 2024
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
Labels
enhancement New feature or request library Concerns the VVenC library
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants