vlc/lib
Alexandre Janniaux eab777c550 lib: remove libtool version for iOS/tvOS
The libtool versionning is there to handle linkage compatibility during
runtime with older/more recent version of the libraries. On iOS and
tvOS, the dynamic libraries MUST be shipped in a framework. A framework
already provides its own way of handling versionning, and applications
cannot install global dynamic libraries (except maybe on jailbroken
devices) so cannot really use the libtool versionning features for
anything.
2021-05-28 16:46:17 +00:00
..
Makefile.am lib: remove libtool version for iOS/tvOS 2021-05-28 16:46:17 +00:00
audio.c player: add a policy to vlc_player_SelectEsId 2019-06-25 20:50:07 +02:00
core.c lib: Remove unused instance lock 2020-06-18 14:18:20 +02:00
dialog.c lib: Remove unused instance lock 2020-06-18 14:18:20 +02:00
error.c libvlc: fix potentially leaked error message 2014-02-27 20:33:31 +02:00
event.c thread: remove vlc_mutex_destroy() 2020-02-21 19:16:09 +02:00
libvlc.pc.in Move src/control/ to lib/ 2011-08-30 23:40:34 +03:00
libvlc.sym lib: add libvlc_video_get_spu_text_scale API 2021-01-27 05:59:47 +01:00
libvlc_internal.h lib: Remove unused instance lock 2020-06-18 14:18:20 +02:00
log.c remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
media.c libvlc: rename libvlc_media_slave_type audio to generic 2021-05-12 07:27:13 +00:00
media_discoverer.c media_list: remove useless instance 2020-07-18 10:43:55 +03:00
media_internal.h lib: media: wait preparse end before release 2021-02-15 17:35:37 +01:00
media_list.c lib: media_list: Fix syntax error 2020-12-11 14:03:08 +01:00
media_list_internal.h libvlc: media_list: use vlc_atomic_rc for refcount 2020-12-10 11:37:48 +01:00
media_list_path.h remove stray $Id 2019-01-17 15:37:36 +01:00
media_list_player.c libvlc: media_list_player: use vlc_atomic_rc for refcount 2020-12-10 11:37:48 +01:00
media_player.c libvlc: fix title count conditional for chapter descriptions 2021-04-12 09:00:12 +02:00
media_player_internal.h libvlc: media_player: use vlc_atomic_rc for refcount 2020-12-10 11:37:48 +01:00
media_track.c lib: media_track: hide internal function 2020-06-17 10:14:28 +02:00
picture.c lib: Add a minimal picture list API 2020-11-19 10:35:21 +01:00
picture_internal.h lib: Add a minimal picture list API 2020-11-19 10:35:21 +01:00
playlist.c remove vlc_playlist_legacy 2019-05-10 09:43:31 +02:00
renderer_discoverer.c lib: renderer_discoverer: Allow a renderer_discoverer to be stopped then released 2018-03-21 16:22:03 +01:00
renderer_discoverer_internal.h lib: fix libvlc_media_player_set_renderer 2017-12-01 15:09:25 +01:00
video.c lib: add libvlc_video_get_spu_text_scale API 2021-01-27 05:59:47 +01:00