Skip to content

Draft: core: add common R5G6B5 chromas without a mask

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

And use the new chroma in place of VLC_CODEC_RGB16 where possible.

Tested the D3D11 and D3D9 variants and the swscale conversions.


In v8 VLC_CODEC_RGB16 is removed and the VLC_CODEC_RGB565LE FourCC is "RV16" to minimize issues with existing code.

v10: make more generic blend mask usage as in !4225 (closed), Draft on top of !4219 (closed) and !4224 (merged)

v14: Draft on top of !4269 (closed)

Edited by Steve Lhomme

Merge request reports