]> git.sesse.net Git - vlc/blobdiff - NEWS
Add some locking.
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index ee36e0656846b85f0d9768484f36e7ab561cace2..02224746e19a4849faf7671b674c55c08b739663 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ Changes between 1.0.5 and 1.1.0-git:
 Access:
  * Port of the screen module from Xlib to XCB
  * Support for the sftp protocol
- * Support for CDDB servers for Audio-CD on Windows version
+ * Support for CDDB servers for Audio-CD on the Windows port
  * Port of the dc1394 module from libdc1394 to libdc1394 v2.0
  * New memory input (imem) module to feed VLC from data in memory
  * New avio module to use libavformat capabilities for network streams
@@ -25,7 +25,7 @@ Demuxers:
    (Full disc support is NOT present yet)
  * Support for TwinVQ (.vqf) and AMV (.amv) files
  * Various EGP improvements
- * Support for embedded subtitles in .avi ODML files
+ * Support for embedded subtitles in OpenDML and legacy .avi files
 
 Playlist:
  * WPL playlist support
@@ -34,21 +34,6 @@ Playlist:
  * New Play-And-Pause function to stop playback on latest video image
  * Podcast images are now displayed
 
-Audio filters:
- * Chorus/Flanger audio filter
- * 3F1R to stereo downmix filter
- * Dolby mixer, parameterized equalizer, trivial mixer, scaletempo, bandlimited resampler,
-   linear resampler, ugly resampler, converter_float, converter_fixed, DTS to SPDIF and
- * NEON assembly audio converter module
-
-Encoders:
- * x264, add psy-rd parameter and change default settings
- * x264, add profile-limitter sameway as x264.eve has, for example
-    #transcode{vcodec=h264,venc=x264{profile=baseline,level=1.2},vb=384,width=320,height=176}
- * 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
-
 Video Output:
  * Rewrite of the video output core and most video outputs
  * Added desktop mode to the Direct3D output module. It differs from DirectX
@@ -56,6 +41,24 @@ Video Output:
  * New x11, glx and xv modules based on XCB
  * New deinterlacing modes based on yadif and yadif(x2)
  * New audio/video filter to show audio level on the video output
+ * Enhanced AtmoLight filter with hardware support for
+     Classic AtmoLight (http://www.vdr-wiki.de/wiki/index.php/Atmo-plugin)
+     Quattro AtmoLight (use just 4 Classic AtmoLights as one)
+     MoMoLight (http://www.ambilight4pc.com/momolight/momolight.html)
+     Simple serial DMX controller (http://www.ulrichradig.de/ search for DMX)
+
+Extensions:
+ * new content extensions lua framework
+ * imdb extension
+
+Audio filters:
+ * Chorus/Flanger audio filter
+ * 3F1R to stereo downmix filter
+ * Dolby mixer, parameterized equalizer, trivial mixer, scaletempo, bandlimited resampler,
+   linear resampler, ugly resampler, converter_fixed, DTS to SPDIF and
+   A/52 to SPDIF filters have been upgraded to the "audio filter2" API
+ * NEON assembly audio converter module
+ * Converter filters have been rewritten and extended to support s32 as input
 
 Visualisation:
  * Support of .milk visualisation files using projectM libraries
@@ -64,6 +67,14 @@ Service discovery:
  * Service discovery for Picture/Music/Video user directories
  * Service discovery based on libudev
 
+Encoders:
+ * x264, add psy-rd parameter and change default settings
+ * x264, add profile-limitter sameway as x264.eve has, for example
+    #transcode{vcodec=h264,venc=x264{profile=baseline,level=1.2},vb=384,width=320,height=176}
+ * 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
+
 Stream output:
  * New smem module, streaming to memory
  * Allow duplicate outputs to be merged, like:
@@ -94,6 +105,10 @@ Maemo port:
 Misc:
  * new sqlite module
  * --save-config command line option not supported anymore.
+ * Fixed and reenabled netsync module.
+
+Bindings:
+ * new C++ wrapper around libVLC: libVLCpp
 
 Removed modules:
  * csri codec. Use libass module instead.
@@ -103,7 +118,7 @@ Removed modules:
  * Xlib x11, Xlib xvideo, Xlib glx. Use new XCB modules instead.
  * HAL. Use libudev instead.
  * gtk_main, gtk_main2, gnome_main, gnome_main2 and pda interfaces
- * WinCE and qnx interfaces
+ * WinCE, BeOS and qnx interfaces
  * opie, qte and qte_main
  * linear_resampler and trivial_resampler are removed. Use the ugly one.
  * XvMC accelerated modules. Use VAAPI instead.
@@ -111,13 +126,30 @@ Removed modules:
  * opengllayer
  * cddax. Use cdda instead
  * cmml and tarkin codecs are removed because they are dead codecs.
+ * realaudio codecs is remove in favour of avcodec
+ * access_file removed in favor of filesystem
+
 
+Changes between 1.0.4 and 1.0.5:
+--------------------------------
+
+Decoders:
+ * SubRip extra styles improvements
+ * Fix potential crashes in SSA and svg decoders
 
-Changes between 1.0.4 and 1.0.5 (not yet released):
----------------------------------------------------
 Mac OS X Interface:
  * Improved support for the 2009 Apple Remote
 
+Windows port:
+ * Use of gcc 4.4.2 to compile instead of gcc 4.2. This might slightly
+   increase performance and fix x264 issues
+
+Translations:
+ * Portuguese Brazilian, Lithunanian, Romanian, Ukranian, Japanese, Bengali,
+   Walloon, Galician, Danish, Khmer, Polish, Slovenian, Vietnamese, Finnish
+   Russian, Slovak translation updates
+ * New Malayalam, Macedoninan, Nynorsk translations
+
 
 Changes between 1.0.3 and 1.0.4:
 --------------------------------