]> git.sesse.net Git - vlc/blobdiff - NEWS
twolame: fix chain deallocation
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index c58fd4e1df8bda9e415f04e538c51a6b82fe6477..8900071c2902816f1b06419b0cdf2dfe54cfd2a3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,8 +4,10 @@ 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
@@ -13,8 +15,19 @@ Decoder:
  * 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