[vlc-commits] NEWS and installer about .evo
Jean-Baptiste Kempf
git at videolan.org
Sun Aug 10 09:35:00 CEST 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Aug 10 09:28:51 2014 +0200| [97e43252e55f65e151acd26ca1537ead3a38f193] | committer: Jean-Baptiste Kempf
NEWS and installer about .evo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=97e43252e55f65e151acd26ca1537ead3a38f193
---
NEWS | 3 +++
extras/package/win32/NSIS/helpers/extensions.nsh | 1 +
2 files changed, 4 insertions(+)
diff --git a/NEWS b/NEWS
index f1e6256..e1a5957 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 cd3646d..9a94850 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"
More information about the vlc-commits
mailing list