]> git.sesse.net Git - vlc/blobdiff - NEWS
twolame: fix chain deallocation
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index d290d06a55e0bfbec7a63dee7281c812258009a8..8900071c2902816f1b06419b0cdf2dfe54cfd2a3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,16 +4,30 @@ Changes between 2.2.x and 3.0.0-git:
 Access:
  * Support HDS (Http Dynamic Streaming) from Adobe (f4m, f4v, etc.)
  * New SMB access module using libdsm
+ * Screen capture plugin for Wayland display
  * Support decompression and extraction through libarchive (tar, zip, rar...)
- * Improvements of cookie handling (domain / path matching, Secure cookies)
+ * Improvements of cookie handling (share cookies between playlist items,
+   domain / path matching, Secure cookies)
 
 Decoder:
  * OMX GPU-zerocopy support for decoding and display on Android using OpenMax IL
  * Support 4:4:4 chroma sampling with VDPAU hw acceleration
  * Support for ARIB B24 subtitles
+ * Support for Daala video
+
+Encoder:
+ * Support for Daala video
 
 Demuxers:
  * Support HD-DVD .evo (H.264, VC-1, MPEG-2, PCM, AC-3, E-AC3, MLP, DTS)
+ * Opus in MPEG Transport Stream
+ * Daala in Ogg
+ * Support EIA-608 subtitles in MP4/mov
+
+Muxers:
+ * Added fragmented/streamable MP4 muxer
+ * Opus in MPEG Transport Stream
+ * Daala in Ogg
 
 Service Discovery:
  * New NetBios service discovery using libdsm