Skip to content

Draft: core: add common R5G5B5 chromas without a mask

Steve Lhomme requested to merge robUx4/vlc:rgb555 into master

Similar to !4183 (closed) for 15-bit.

The Linux DRM has DRM_FORMAT_XRGB1555 and DRM_FORMAT_BGRX5551 that correspond to our chromas. But libavutil/swscale does't have them either. So we won't have any converter to other chromas understood by the rest of the code.

Draft on top of !4219 (closed) and !4224 (merged)


v6: Draft on top of !4269 (closed)

Edited by Steve Lhomme

Merge request reports