]> git.sesse.net Git - vlc/blobdiff - NEWS
Fix a double vlc_object_release (partially fix the update system)
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index 5f4f41a7fd57ded19f225ec45588b4077150e2f0..2413e0db2d67c953cafd73fb8a867a364f8b5028 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -37,10 +37,23 @@ Important notes:
               udp:@239.255.12.12 -> udp://@239.255.12.12
  * The ffmpeg module has been removed and replaced by avcodec, avformat, swscale
    (or imgresample if you use a swscale-less ffmpeg build) and postproc modules.
+ * The web plugins ActiveX (IE)/Firefox/Mozilla/Safari now recognize the following
+   states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4, STOPPING=5,
+   FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and BACKWARD being
+   reserved for future implementations and are thus not functional atm.
+ * Croping and padding in transcode are now done using the croppadd video
+   filter. For example:
+   transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}}
+ * Canvas setting in transcode is now done using the canvas video filter.
+   For example:
+   transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}}
 
 Changes:
 --------
 
+Security updates:
+ * Updated libfreetype on Windows and Mac OS X (CVE-??)
+
 Playlist:
  * Vastly improved playlist support:
     * Media library support
@@ -121,6 +134,7 @@ Subtitles:
  * Realtext subtitle support
  * DKS subtitle support
  * SubViewer 1.0 (SubRip09) subtitles support
+ * Correct Right-to-left languages in subtitles support
 
 Encoders:
  * Flash Screen Video support
@@ -146,6 +160,7 @@ Video outputs and filters:
  * Add rotate-deciangle for more precision on rotate filter
  * Support for Intel SSE2 instruction set in chroma converters
  * Improved use of Intel MMX instruction set in chroma converters
+ * New croppadd and canvas video filters.
 
 Audio outputs and filters:
  * Replay gain support