vlc | branch: master | Francois Cartegnie <[email protected]> | Mon Jan 23 11:22:41 2017 +0100| [3746a9cd115cea8ad264e774808115849ed2d515] | committer: Francois Cartegnie
update NEWS > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3746a9cd115cea8ad264e774808115849ed2d515 --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 2452918..28968dc 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,9 @@ Core: * Support wayland surface type * Allow to start the video paused on the first frame * Refactor preparsing input + * EPG reworked: table and single event updates, now using network time + * Refactored and fixed subtitles es selection. Demuxers can now override + es category single only or multiple es behavior Access: * New NFS access module using libnfs @@ -79,6 +82,9 @@ Decoder: supporting H.263, H.264/MPEG-4 AVC, MPEG-4 Part 2, and DV depending on device and OS version * Support for the OggSpots video codec + * HEVC packetization is now correct + * H264 packetizer can now generate timestamps + * Packetizers have support for captions in SEI * JPEG images correctly oriented using embedded orientation tag, if present * Support VPX high bit depth support * Extend MicroDVD support with color, fontname, size, position extensions @@ -235,6 +241,7 @@ libVLC: * Add libvlc_media_player_(get|set)_role to set the media role * Add libvlc_media_player_add_slave to replace libvlc_video_set_subtitle_file, working with MRL and supporting also audio slaves + * Add vlc_epg_event_(New|Delete|Duplicate), vlc_epg_AddEvent, vlc_epg_Duplicate Logging * Support for the SystemD Journal _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
