From: Jean-Baptiste Kempf Date: Sun, 10 Aug 2014 07:28:51 +0000 (+0200) Subject: NEWS and installer about .evo X-Git-Tag: 3.0.0-git~15353 X-Git-Url: https://git.videolan.org/?p=vlc.git;a=commitdiff_plain;h=97e43252e55f65e151acd26ca1537ead3a38f193 NEWS and installer about .evo --- diff --git a/NEWS b/NEWS index f1e6256eef..e1a59575f2 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,9 @@ Decoder: * OMX GPU-zerocopy support for decoding and display on Android using OpenMax IL * Support 4:4:4 chroma sampling with VDPAU hw acceleration +Demuxers: + * Support HD-DVD .evo (H.264, VC-1, MPEG-2, PCM, AC-3, E-AC3, MLP, DTS) + Service Discovery: * New NetBios service discovery using libdsm diff --git a/extras/package/win32/NSIS/helpers/extensions.nsh b/extras/package/win32/NSIS/helpers/extensions.nsh index cd3646d2f5..9a9485040b 100644 --- a/extras/package/win32/NSIS/helpers/extensions.nsh +++ b/extras/package/win32/NSIS/helpers/extensions.nsh @@ -168,6 +168,7 @@ FunctionEnd !insertmacro ${_action} Video ".divx" !insertmacro ${_action} Video ".drc" !insertmacro ${_action} Video ".dv" + !insertmacro ${_action} Video ".evo" !insertmacro ${_action} Video ".f4v" !insertmacro ${_action} Video ".flv" !insertmacro ${_action} Video ".gvi"