Skip to content

Draft: videocrop: Add more semi-planar YUV and RGB formats support

Seungha Yang requested to merge seungha.yang/gstreamer:crop-more-format into main
  • Remove unnecessary semi-planar specific cropping code. Planar path can be directly used for semi-planar formats as well
  • Add P010/P012/P016 formats. Those formats are major formats used for various hardware accelerated video processing
  • Add RGBA64 and RGB10A2 formats. It's also major display formats on Windows used for high bitdepth swapchain
Edited by Seungha Yang

Merge request reports