[vlc-commits] Update of NEWS
Jean-Baptiste Kempf
git at videolan.org
Fri Feb 10 23:02:24 CET 2012
vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Feb 10 23:02:24 2012 +0100| [6501a860256f19d6c1623d733c128b17a6d86c33] | committer: Jean-Baptiste Kempf
Update of NEWS
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=6501a860256f19d6c1623d733c128b17a6d86c33
---
NEWS | 20 +++++++++++---------
1 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/NEWS b/NEWS
index c1d45d0..c205aaa 100644
--- a/NEWS
+++ b/NEWS
@@ -43,16 +43,16 @@ Important changes for packagers:
Core:
* Major Video Core and Outputs rework and rewrite:
- Subtitles, subpictures and OSD can now be sized and blent inside video outputs
+ Subtitles, subpictures and OSD can now be sized and blent inside outputs
x11 (Unix), OpenGL (Unix) and Direct3D (Windows) are such video outputs.
* Almost every video filter can now be transcoded
* Playback rate doesn't get resetted to 1 between items anymore
* Option --sub-filter was renamed --sub-source
- * Port to Android, iOS, OS/2 and Win64
+ * Port to Android, iOS, OS/2 and Win64.
Access:
* Multiple files are now supported inside RAR files
- * Experimental support for ClearQam devices in the BDA module
+ * Experimental support for ClearQam devices in the BDA/DTV module
* DVB-S scanning support on Unix
* DVB-C scanning on Unix scans correct modulation/symbolrate if needed
* Support for freq and video standard selection in DirectShow
@@ -72,7 +72,7 @@ Access:
* Support for HTTPS is now fixed in the Windows port
Codecs:
- * You can now use ffmpeg-mt in conjunction with vlc, to split decoding load
+ * One can now use ffmpeg-mt in conjunction with vlc, to split decoding load
on multiple cores. H.264, VP3, VP8, JPEG-2000, Mpeg-4 ASP/DivX and RV3/RV4
are notably concerned.
* Important fixes for RealVideo 3.0 and 4.0 playback, notably in MKV
@@ -108,7 +108,7 @@ Interfaces:
* Qt: effects dialogs rework
* Qt: new CoverFlow-like view of the playlist
* Qt: port to MacOS X platform
- * Qt: minor look improvements, notably on the seek bar
+ * Qt: various interface improvements, notably on the seek bar
* Skins2 / Qt: misc improvements and usability fixes
* Skins2: fullscreen controller support, relative placement support
and important cleanups and optimisations
@@ -125,8 +125,8 @@ Interfaces:
* lua: the recommended way to run custom interface scripts is now to pass
-I luaintf --lua-intf myscript
* ncurses: heavy refactor of the complete interface
- * dbus: Rewrite of the main loop to use a more efficient poll-based model
* dbus: Upgrade to an mpris2 compliant interface, see http://www.mpris.org
+ * dbus: Rewrite of the main loop to use a more efficient poll-based model
* webUI/http: Rewrite of the web interface, using jQuery
* webUI/http: some requests are now supported in JSON in addition to XML
* webUI/http: path values for input and output are deprecated in favour of uri
@@ -163,7 +163,7 @@ Video Filter:
* New gradfun filter for debanding videos using dithering
* Rewrite of the grain filter, faster and with better quality
* New posterize filter for lowering the number of colors
- * Atmo ambilight: improve Fnordlicht up to 254 channels
+ * Atmo ambilight: improve Fnordlicht support up to 254 channels
* New sepia filter for creating sepia effect in videos
* New deinterlacer mode Phosphor, a framerate doubling CRT TV simulator
* New deinterlacer mode IVTC, to do live inverse telecine for NTSC films
@@ -211,8 +211,7 @@ libVLC:
allow grabbing audio data from a chosen memory location in real-time.
Removed modules:
- * asademux: use libass only
- * subsass: use libass
+ * asademux, subsass: use libass
* fake, invmem: use the new image demuxers
* hal, v4l, gapi, omapfb, hd1000a, hd1000v: obsolete unmaintained modules
* id3tag: use taglib
@@ -225,6 +224,9 @@ Removed modules:
removed in Growl's next release, too.
* removal of the OSSO screensave module, use the MCE one
+Translations:
+ * Update of translations for most languages.
+
Changes between 1.1.12 and 1.1.13:
----------------------------------
More information about the vlc-commits
mailing list