[vlc-devel] [PATCH v3 00/10] core: Add atomic refcounter helper
Romain Vimont
rom1v at videolabs.io
Tue Jul 3 08:47:51 CEST 2018
Changes from v2:
- replace assert() by vlc_assert()
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 | 26 ++++++++++++++++++++++++++
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, 72 insertions(+), 59 deletions(-)
--
2.18.0
More information about the vlc-devel
mailing list