]> git.sesse.net Git - vlc/blobdiff - NEWS
Xml 2.6.32 patch modification.
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index 6c5c59ec203a23afc1eb5276174a0bc0efb1529b..ce16f174b039a533bdab179c087405f6ccfe08ba 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,6 @@ Changes between 0.8.6 and 0.9.0-git (not released yet):
 
 Important notes:
 ----------------
- * On Linux, localization will be disabled if you have glibc 2.6 or 2.7 due
-   to a major bug in libintl with these glibc versions.
  * The HTTP interface is now only available on the local machine by default.
    If you want to make it available from other machines, you will have to
    edit the ".hosts" file.
@@ -27,7 +25,7 @@ Important notes:
    vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
    You can then use commands like: @test marq-marquee Goodbye
    These new commands are also available in the telnet interface.
- * The "rtp" access output module has been removed:
+ * The "rtp" access output module has been removed.
    Please use the RTP stream output instead, e.g.:
      Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
      New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}'
@@ -84,8 +82,6 @@ Input/Demuxers:
 
 Decoders:
  * VP60/VP61/VP6F/VP62 support
- * MKV USF subtitles support
- * HTML-based subtitles support
  * Flash Screen Video support
  * CamStudio Screen Video support
  * DosBox Capture support
@@ -100,7 +96,17 @@ Decoders:
  * NellyMoser ASAO support
  * APE (Monkey audio) support
  * VBI & EBU (Teletext) support
+
+Subtitles:
  * Ogg/Kate subtitles support
+ * AQTitle subtitles support
+ * MKV USF subtitles support
+ * HTML-based subtitles support
+ * MPSub subtitles support
+ * JacoSub subtitles basic support
+ * MPL2 subtitles support
+ * Rewrite of ASS/SSA scripts and subtitles support.
+ * PowerDivx (.psb) Subtitles support
 
 Encoders:
  * Flash Screen Video support