vlc/lib
Thomas Guillem bb4d4abf5c player: rework aout/vout callbacks
Document that vlc_player_t functions should not be called from these callbacks.
A player function could trigger an action on the vout/aout and cause a callback
to be called => deadlock.

Remove the vlc_player_t * argument, it was never used.

Add the audio_output_t *argument for aout callbacks. It's not currently used,
it is added as symmetry with vout callbacks.
2019-08-26 09:27:21 +02:00
..
Makefile.am libvlc: Do not include revision.c file 2019-07-04 16:07:14 +02:00
audio.c player: add a policy to vlc_player_SelectEsId 2019-06-25 20:50:07 +02:00
core.c libvlc: Do not include revision.c file 2019-07-04 16:07:14 +02:00
dialog.c libvlc: re-order dialog callback arguments 2016-03-10 11:45:27 +01:00
error.c libvlc: fix potentially leaked error message 2014-02-27 20:33:31 +02:00
event.c remove stray $Id 2019-01-17 15:37:36 +01:00
libvlc.pc.in Move src/control/ to lib/ 2011-08-30 23:40:34 +03:00
libvlc.sym libvlc: provide sane interfaces for video crop 2019-06-04 18:40:55 +03:00
libvlc_internal.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
log.c remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
media.c lib: media: always fetch meta via the preparser 2019-08-26 09:27:10 +02:00
media_discoverer.c lib: actually return bool 2019-05-19 10:48:58 +03:00
media_internal.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
media_list.c lib: remove media_library 2019-06-03 16:15:55 +02:00
media_list_internal.h lib: remove media_library 2019-06-03 16:15:55 +02:00
media_list_path.h remove stray $Id 2019-01-17 15:37:36 +01:00
media_list_player.c libvlc: player: rename stop() to stop_async() 2019-05-22 22:03:59 +02:00
media_player.c player: rework aout/vout callbacks 2019-08-26 09:27:21 +02:00
media_player_internal.h libvlc: player: use vlc_player 2019-05-22 22:03:58 +02:00
picture.c lib: media: Allow thumbnails to be cropped 2019-06-21 13:40:49 +02:00
picture_internal.h lib: media: Allow thumbnails to be cropped 2019-06-21 13:40:49 +02: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: remove dead code, fix warning 2019-07-11 22:14:03 +03:00