[vlc-devel] [PATCH v2 00/10] Add atomic refcounter helper

Romain Vimont rom1v at videolabs.io
Mon Jul 2 16:49:32 CEST 2018


Changes since v1:
 - split API and usage into several patches
 - use the refcounter where relevant

Romain Vimont (10):
  core: add atomic refcounter helper
  core: use refcounter helper for input items
  core: use refcounter helper for input resources
  core: use refcounter helper for pictures
  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
  core: use refcounter helper for picture pool

 include/vlc_atomic.h          | 25 +++++++++++++++++++++++++
 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/picture.c            |  9 +++------
 src/misc/picture.h            |  5 ++---
 src/misc/picture_pool.c       | 16 ++++++----------
 src/misc/renderer_discovery.c | 15 ++++++---------
 src/preparser/fetcher.c       | 11 +++++------
 src/video_output/opengl.c     | 10 +++++-----
 12 files changed, 71 insertions(+), 59 deletions(-)

-- 
2.18.0



More information about the vlc-devel mailing list