vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <[email protected]> | Sat Mar 17 23:08:31 2018 +0100| [a5dce7ee3e8023cd266595bc568e31706e41c25c] | committer: Jean-Baptiste Kempf
Update NEWS > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=a5dce7ee3e8023cd266595bc568e31706e41c25c --- NEWS | 42 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index fb460ce3ce..094fc23334 100644 --- a/NEWS +++ b/NEWS @@ -1,26 +1,61 @@ Changes between 3.0.1 and 3.0.2: -------------------------------- +Core: + * Fix snapshotting with subtitles when using hardware acceleration + +Decoders: + * Important improvements in hardware decoding for macOS, notably faster, + supporting more samples and removing crashes/deadlocks + * Improve compatibility for DxVA2 and D3D11 decoding, fix crashes when seeking + and fix blacklisting of broken drivers + * Fix SSA subtitles forced alignment + Demux: * Fix wrong colors in some AVI files - * Fix IFO files playback + * Fix IFO files playback to start DVDs * Fix a crash with missing/invalid MPEG SDT - * Update VP8/9/10 ISOBMFF bindings + * Update VP8/9/10 ISOBMFF bindings and improve HDR for those cases + * Fix TTML inside MP4 + * Improve MP4 read of color information + * Fix flac seeking and improve flac parsing + +Access: + * Avoid a crash/assert in FTP after seeking Audio output: * Fix mmdevice default audio device handling * Fix "reset audio volume" being forcefully deactivated * Allow a default device to be used by VLC + * Only warn once about misconfiguration for AUhal devices on macOS + * Improve resampling and latency computation for CoreAudio Audio filters: - * Fix audio stutter after unpausing + * Fix audio stutter after unpausing with headphones + * Fix silence when dolby-surround was mis-selected in preferences + +Video output: + * Major rewrite of the iOS video output to fix numerous crashes + * Important improvements of the D3D11 video output to use less memory + and less GPU for HDR tone-mapping macOS: * Fix Growl notifications on recent macOS versions * Fix conversion output file name encoding + * Fix crash reporting on macOS 10.7 and 10.8 + +Qt: + * Fix last folder used in open dialogs + * Allow to customize the seek jump when using the mousewheel Misc: * Fix lua rc & oldrc interfaces host specification + * Fix crashes when searching for renderers + * Relocate localedir for Linux (improves snap i18n support) + * Fix VDPAU GLX usage on Linux + * Improve support for NetBSD + * Fix MSI script for Windows + Changes between 3.0.0 and 3.0.1: -------------------------------- @@ -84,6 +119,7 @@ Qt Interface: Snap: * Improve interface look and feel. + Changes between 2.2.8 and 3.0.0: -------------------------------- _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
