[vlc-devel] [PATCH v4 0/8] core: add atomic refcounter helper

Romain Vimont rom1v at videolabs.io
Thu Jul 5 10:30:47 CEST 2018


Changes from v3:
 - wrap atomic_uint in a struct
 - remove patches for refcounters (pictures and picture pool) that
   currently use a type different from atomic_uint

Romain Vimont (8):
  core: add atomic refcounter helper
  core: use refcounter helper for input items
  core: use refcounter helper for input resources
  core: use refcounter helper for addons
  core: use refcounter helper for vt_utils
  core: use refcounter helper for opengl
  core: use refcounter helper for renderer discovery
  core: use refcounter helper for fetcher

 include/vlc_atomic.h          | 28 ++++++++++++++++++++++++++++
 modules/codec/vt_utils.c      |  8 ++++----
 src/input/item.c              |  6 +++---
 src/input/item.h              |  4 ++--
 src/input/resource.c          | 10 +++++-----
 src/misc/addons.c             | 11 +++++------
 src/misc/renderer_discovery.c | 15 ++++++---------
 src/preparser/fetcher.c       | 11 +++++------
 src/video_output/opengl.c     | 10 +++++-----
 9 files changed, 63 insertions(+), 40 deletions(-)

-- 
2.18.0



More information about the vlc-devel mailing list