mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-05 13:04:58 +00:00
1. to SDL3 nv12 (not supported before) 2. to_lavc - use rgba_to_bgra - the vc_copyline version was not keeping alpha (if ever used - this may cause regressions, unfortunately, if alpha is assumed to be 100%, because the orig version set it always) 3. uyvy_to_i420 use by testcard and to_lavc uyvy_to_i420: do not write out of bounds If width % 2 = 1, 1 extra luma on first line of pair will override the first luma on the second.