[vlc-commits] [Git][videolan/vlc][master] 13 commits: core: include vlc_arrays.h when using realloc_or_free()

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu May 4 11:02:25 UTC 2023



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
9582dd14 by Steve Lhomme at 2023-05-04T10:00:11+00:00
core: include vlc_arrays.h when using realloc_or_free()

- - - - -
5bb8bd42 by Steve Lhomme at 2023-05-04T10:00:11+00:00
modules: include vlc_arrays.h when using realloc_or_free()

- - - - -
e5f940ce by Steve Lhomme at 2023-05-04T10:00:11+00:00
core: include vlc_arrays.h when using vlc_array_t

- - - - -
5d0620f3 by Steve Lhomme at 2023-05-04T10:00:11+00:00
modules: include vlc_arrays.h when using vlc_array_t

- - - - -
65659b20 by Steve Lhomme at 2023-05-04T10:00:11+00:00
lib: include vlc_arrays.h when using vlc_array_t

- - - - -
8707c593 by Steve Lhomme at 2023-05-04T10:00:11+00:00
modules: include vlc_arrays.h when using vlc_dictionary_t

- - - - -
4b66b40b by Steve Lhomme at 2023-05-04T10:00:11+00:00
lib: include vlc_arrays.h when using vlc_dictionary_t

- - - - -
d08018e1 by Steve Lhomme at 2023-05-04T10:00:11+00:00
modules: include vlc_arrays.h when using DECL_ARRAY()

- - - - -
a75e3d68 by Steve Lhomme at 2023-05-04T10:00:11+00:00
core: include vlc_arrays.h when using TAB_xxx API

- - - - -
073c7036 by Steve Lhomme at 2023-05-04T10:00:11+00:00
include: include vlc_arrays.h when using TAB_xxx API

- - - - -
a7378602 by Steve Lhomme at 2023-05-04T10:00:11+00:00
modules: include vlc_arrays.h when using TAB_xxx API

- - - - -
064d6040 by Steve Lhomme at 2023-05-04T10:00:11+00:00
vlc_arrays: move ARRAY_SIZE in vlc_common

It's a common C helper, not specific to VLC arrays.

- - - - -
e2c989a5 by Steve Lhomme at 2023-05-04T10:00:11+00:00
vlc_common: don't include vlc_arrays.h anymore

We don't use a vlc_array_t, vlc_dictionarry_t, TAB_xxx or
realloc_or_free() in this file.

- - - - -


30 changed files:

- include/vlc_arrays.h
- include/vlc_common.h
- include/vlc_vlm.h
- lib/libvlc_internal.h
- lib/media_list_internal.h
- lib/renderer_discoverer.c
- modules/access/bluray.c
- modules/access/dsm/sd.c
- modules/access/dtv/en50221.c
- modules/access/dvdnav.c
- modules/access/dvdread.c
- modules/access/live555.cpp
- modules/access/vdr.c
- modules/access_output/livehttp.c
- modules/audio_output/mmdevice.c
- modules/codec/subsusf.c
- modules/codec/ttml/ttml.h
- modules/codec/webvtt/subsvtt.c
- modules/control/dbus/dbus.c
- modules/control/dbus/dbus_common.h
- modules/control/dbus/dbus_player.h
- modules/control/dbus/dbus_root.h
- modules/control/dbus/dbus_tracklist.h
- modules/control/hotkeys.c
- modules/demux/asf/asf.c
- modules/demux/avformat/demux.c
- modules/demux/avi/avi.c
- modules/demux/flac.c
- modules/demux/hx.c
- modules/demux/mp4/heif.c


The diff was not included because it is too large.


View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/8e9246f8684ae7a499f162e5dcdb1d0d0770455e...e2c989a5c1d3d7178753989ce698ff69b2bff3a3

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/8e9246f8684ae7a499f162e5dcdb1d0d0770455e...e2c989a5c1d3d7178753989ce698ff69b2bff3a3
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list