[vlc-devel] [PATCH 0/8] mmal: cleanup series

Julian Scheel julian at jusst.de
Wed Jun 3 09:37:27 CEST 2015


This is the first of multiple patch series for the mmal modules I have been
working on. This series contains only basic cleanup and fixes for locking,
refcount, etc. These patches are required as a prerequisite for the following
patch series.

Julian Scheel (8):
  mmal: Add missing header include guards
  mmal/codec: Don't send buffers to disabled ports
  mmal/codec: Improve locking
  mmal/deinterlace: Simplify flushing
  mmal/deinterlace: Fix locking
  mmal/deinterlace: Don't send buffers to disabled port
  mmal: Use atomic operations for refcounting
  mmal/vout: Do not wait for picture in non-opaque mode

 modules/hw/mmal/codec.c        | 20 +++++-------
 modules/hw/mmal/deinterlace.c  | 71 +++++++++++++++++++++++-------------------
 modules/hw/mmal/mmal_picture.h |  5 +++
 modules/hw/mmal/vout.c         | 16 +++++-----
 4 files changed, 60 insertions(+), 52 deletions(-)

-- 
2.4.0





More information about the vlc-devel mailing list