[vlc-commits] SHM: new plugin to view (or encode) a shared memory segment
Rémi Denis-Courmont
git at videolan.org
Mon Jan 24 19:54:43 CET 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Jan 24 20:51:17 2011 +0200| [1cd1652847695274d504d55e178e7416d55cecce] | committer: Rémi Denis-Courmont
SHM: new plugin to view (or encode) a shared memory segment
It can be used to view an Xvfb as an example.
This supports both memory mapped files and old-style System V segments.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1cd1652847695274d504d55e178e7416d55cecce
---
configure.ac | 2 +-
modules/LIST | 1 +
modules/access/Modules.am | 9 +-
modules/access/shm.c | 381 +++++++++++++++++++++++++++++++++++++++++++++
po/POTFILES.in | 1 +
5 files changed, 392 insertions(+), 2 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=1cd1652847695274d504d55e178e7416d55cecce
More information about the vlc-commits
mailing list