Rémi Denis-Courmont
e3270f2ae4
objects: merge vlc_object_t and vlc_common_members
This should fix historical aliasing issues.
7 years ago
Rémi Denis-Courmont
c3dea95c4a
Expand VLC_COMMON_MEMBERS
This is now a one-liner. Expansion helps readability/high-lighting.
9 years ago
Francois Cartegnie
9314bb489c
vlc_arrays: split array_append in checked and w/abort
9 years ago
Filip Roséen
abbf65fc36
vlc_fingerprinter: use size_t for index argument in callback
It does not make sense for the passed index to be negative, nor is the
current diagnostic related to comparision of different signedness very
nice to look at.
This fixes both issues by changing the argument to size_t, making sure
that the values passed are suitable for interaction with
vlc_array-related functions.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
9 years ago
Rémi Denis-Courmont
f4bb458815
Replace vlc_gc_decref() with input_item_Release()
9 years ago
Rémi Denis-Courmont
763cea5e20
Replace vlc_gc_incref() with input_item_Hold()
9 years ago
Rémi Denis-Courmont
7ecd9271af
array: fix up types in vlc_array_*()
- use size_t, ssize_t,
- handle const types where applicable.
10 years ago
Eric Engestrom
f9f71a6f2b
include: fix spelling mistakes
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years ago
Rémi Denis-Courmont
7385029891
fingerprinter: remove and propagate constant pf_run
Also fix an invalid function pointer cast.
11 years ago
Jean-Baptiste Kempf
7e115e80a5
Fingerprinter: fix formatting
13 years ago
Francois Cartegnie
27431a5716
chromaprint: add libvlccore definitions
14 years ago