]> git.sesse.net Git - vlc/blobdiff - NEWS
NEWS: add mention about live-http module with example
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index af61a20823df5c36b16f82c21f40eebb62d5d667..2adfdca7f44c29ca935c8e53c38420b36cd5a361 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Changes between 1.1.0 and 1.2.0-git:
+------------------------------------
+
+Codecs
+ * You can now use ffmpeg-mt in conjunction with vlc
+
+Video Filter:
+ * New gradfun filter for debanding videos using dithering
+
+Stream output:
+ * New livehttp-module for HTTP Live Streamin (iphone-stuff),
+   example: vlc inputfile :sout="#transcode{vcodec=h264,acodec=mp3,
+    venc=x264{profile=baseline},width=320,vb=256,ab=96}:std{
+    access=livehttp{index=public_html/iphonestream.m3u8,
+    index-url=http://url-to-iphonestreamfile-###.ts},mux=ts{use-key-frames},
+    dst=public_html/iphonestreamfile-###.ts}"
+
+
 Changes between 1.0.5 and 1.1.0-pre1:
 ------------------------------------
 Important changes for users:
@@ -91,6 +109,7 @@ Encoders:
  * x264, defaults to crf=23 as x264.exe-does, if bitrate is given,
    uses ABR and if qp-value is set uses CQP
  * libx264-version 0.76 or higher is required
+ * x264 has tune/preset parameters supported
 
 Stream output:
  * New smem module, streaming to memory
@@ -109,6 +128,7 @@ Mac OS X Port:
    by Andy Matuschak et al.
  * New CoreText based text renderer replacing the former ATSUI renderer
  * New Video output module (mostly targetting VLCKit)
+ * Optimised behavior when using the 2009 Apple Remote
 
 Windows port:
  * Integration in Windows 7 taskbar