Add: 12-bit and UYVY pix_fmts to mtl_st20p ffmpeg plugin#1612
Merged
Conversation
Sakoram
force-pushed
the
add_formats_to_ffmpeg_plugin
branch
2 times, most recently
from
July 20, 2026 13:25
cda3a14 to
5ec6537
Compare
Sakoram
marked this pull request as ready for review
July 20, 2026 13:25
DawidWesierski4
requested changes
Jul 20, 2026
DawidWesierski4
left a comment
Collaborator
There was a problem hiding this comment.
Please update
ecosystem/ffmpeg_plugin/README.md
Extend the st20p ffmpeg muxer/demuxer pixel-format mapping with the remaining transport formats that have a direct AVPixelFormat: yuv422p12le, yuv444p12le, gbrp12le, and uyvy422. Both TX input_fmt and RX output_fmt switch tables are kept symmetric. Cover the new formats in the st20p pix_fmt loopback test and teach the video integrity frame-size helper their per-pixel byte sizes. Signed-off-by: Kasiewicz, Marek <marek.kasiewicz@intel.com>
Sakoram
force-pushed
the
add_formats_to_ffmpeg_plugin
branch
from
July 21, 2026 14:55
5ec6537 to
34d6a03
Compare
Collaborator
Author
docs updated |
TODO: refactor this whole thing later but for now just point it to the right place Fixes: c9f2fd4
DawidWesierski4
approved these changes
Jul 22, 2026
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.
Extend the st20p ffmpeg muxer/demuxer pixel-format mapping with the remaining transport formats that have a direct AVPixelFormat: yuv422p12le, yuv444p12le, gbrp12le, and uyvy422. Both TX input_fmt and RX output_fmt switch tables are kept symmetric.
Cover the new formats in the st20p pix_fmt loopback test and teach the video integrity frame-size helper their per-pixel byte sizes.