vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Aug 7 09:33:03 2018 +0200| [e139904d511af5a749c3f178c816a7cea86972a8] | committer: Jean-Baptiste Kempf
Update NEWS for 3.0.4 > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=e139904d511af5a749c3f178c816a7cea86972a8 --- NEWS | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 2c8b1dabdb..1fb273eb4e 100644 --- a/NEWS +++ b/NEWS @@ -4,21 +4,25 @@ Changes between 3.0.3 and 3.0.4: Decoder: * Blacklist some intel GPU when decoding HEVC * Decode AV1 streams - * Fix crashes with LPCM streams + * Fix playback of low-fps files * Fix hardware decoding of low-latency sliced H.264 streams on macOS * Fix seeking with streams containing WebVTT subtitles + * Fix decoding some CC-608 streams with roll-up + * Fix crashes with LPCM streams + * Fix colorspace of JPEG, PNG and screen inputs Demux: * Improve FLV fps detection * Fix some ogg/flac * Improve support for broken HEVC inside MKV - * Fix some AVI regression for broken files + * Fix some AVI regression for broken files and for DVAudio * Support files splitted in the .mts%d pattern * Fixes for MKV seeking * Fix for MP4 disabled track selection + * Fix playback of incomplete RAR files (downloading) Audio Output: - * Improve iOS session management + * Improve iOS session management and resume-from-pause * Improve macOS audio performance * Support 44.1kHz DTS passthrough * Fix crashes on DirectSound output @@ -28,6 +32,7 @@ Video Output: * Fix some broken DVD subtitles rendering (OpenGL, notably) * Fix crashes on old mac machines, after some time * Fix memleaks on the EGL output (Android notably) + * Fix misc display in Direct3D11 due to broken drivers Text renderer: * Fix rendering of arabic fonts fallback on macOS @@ -36,18 +41,25 @@ Text renderer: * Fix some RTL rendering Misc: - * Fix live555, macOS-UI, crash - * Change the extension registration + * Fix live555, macOS-UI, screen capture crashes + * Change the extension registration names on Windows * Fix VLM 'now' date * Fixes on the HTTPD server - * Fix on ntservice registration + * Fix on the NTservice registration * Fix --stop-time option + * Fix ChromeCast compatibility with web interface + * Fix subtitles alignment + * Fix infinite recursion on directory playback + * Fix detection SAT>IP servers macOS: * Fix delay and fps setting in subtitle dialog * macOS 10.7.5 is required now. VLC will no longer launch on earlier releases. * Modernized and improved support for media keys +Translations: + * Update of most translations + Changes between 3.0.2 and 3.0.3: -------------------------------- _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
