vlc | branch: master | Thomas Guillem <[email protected]> | Wed Jun 26 10:33:16 2019 +0200| [de9ec19c4836b98ac490cdc9ae69e47e04e69eb5] | committer: Thomas Guillem
Update NEWS > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=de9ec19c4836b98ac490cdc9ae69e47e04e69eb5 --- NEWS | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 54ca5daf6c..7dc9295d35 100644 --- a/NEWS +++ b/NEWS @@ -11,7 +11,23 @@ Platform support changes: * Windows on ARM is now supported Core: - * new medialibrary + * New output clock (internal): + - The input clock (PCR) or the audio output can drive the output clock + - By default, the audio output will drive the output clock: no more audio + resampling or flush when the audio is late or early + * New medialibrary (vlc_media_library.h) + * New player (vlc_player.h): + - Replace the input_thread_t API that is now internal + - One instance is used to play subsequent medias + - Allow multiple track selection + - Fix TOCTOU issues (the player lock is exposed) + * New mediatree and mediasource (vlc_media_source.h) + - Browse local network and service discoveries + * New playlist (vlc_playlist.h) + - Replace the previous one + - Flat, new random implementation + - Can't browse anymore (cf. mediatree) + * Add support for dual subtitles selection (via the player) Audio output: * ALSA: HDMI passthrough support. _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
