IABSD.fr/ports/x11/mplayer/patches/patch-libvo_vo_xv_c

Branch :


Log

Author Commit Date CI Message
ebb5ccbc 2025-02-19 05:43:13 Implement XShm 1.2 for vo_xv and vo_x11 backends in mplayer. Unlike traditional XShm which requires shared memory segments to be mode 777 when shared between processes running with different uids, this keeps the shared memory owned by the uid of the client and passes a file descriptor to the X server and keeps the contents of the shared memory private. ok brad (maintainer), kmos@
ef4797d0 2024-12-02 06:14:53 Fix vo x11 and vo gl with Xshm. ok Brad (maintainer).