vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <[email protected]> | Wed Dec 19 17:45:13 2018 +0100| [a85807ce6435ef80dba87848adedc8a50c1a82a9] | committer: Jean-Baptiste Kempf
Update NEWS > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=a85807ce6435ef80dba87848adedc8a50c1a82a9 --- NEWS | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/NEWS b/NEWS index 997ccf25b5..50a0b5dd3a 100644 --- a/NEWS +++ b/NEWS @@ -3,33 +3,49 @@ Changes between 3.0.4 and 3.0.5: Access: * Improve RTSP playback - * BluRay fixes and improvements + * BluRay fixes and improvements, notably for menus and seeking + * Improve the UDP/RTP truncated issue + +Codec: + * Add a new AV1 decoder based on dav1d library + * Enable libaom decoder by default + * Fix decoding of some HEVC streams with macOS hardware decoding Demux: - * MP4: Fix reading some HDR metadata - * Various AV1 improvements + * MP4: Fix reading of some HDR metadata + * Miscellaneous AV1 demuxing improvements + * Fix CAF integer-underflow + * Fix an MKV crash on iOS 12.0, on iPhone XS phones -Codec: - * Add dav1d AV1 decoder +Packetizer: + * Add an AV1 packetizer macOS: * Starting with VLC 3.0.5, VLC will be distributed with runtime hardening - enabled on macOS Mojave. All external VLC plugins need to be signed - by a DeveloperID certificate in order to continue working with the official - VLC package. + enabled on macOS Mojave. + All external VLC plugins need to be signed by a DeveloperID certificate in order + to continue working with the official VLC package. * Update the VLC dark UI to better match the dark mode of macOS Mojave * Fix convert & save panel stream option Audio output: - * Fix corking when the play is paused + * Fix corking when the playback state is paused + * Improve corking on Android Video Output: - * fix Direct3D11 tone-mapping when HDR is displayed on an SDR screen + * Fix Direct3D11 tone-mapping when HDR is displayed on an SDR screen * More accurate colors for SD sources in Direct3D11 * Disable hardware decoding on some old Intel GPUs * Fix zero-copy GPU acceleration on AMD RX Vega * Misc Direct3D11 fixes +Miscellaneaous: + * Improve ChromeCast + * Update numerous 3rd party libraries, including for minor security issues + * Update Youtube support + * Fix subtitles rendering with specific fonts with negative horizontal advance + + Changes between 3.0.3 and 3.0.4: -------------------------------- _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
