]> git.sesse.net Git - vlc/commitdiff
Update NEWS and MODULES_LIST for 2.2.0
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Dec 2013 16:19:42 +0000 (17:19 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Dec 2013 16:19:42 +0000 (17:19 +0100)
NEWS
modules/MODULES_LIST

diff --git a/NEWS b/NEWS
index 80c5ffb4f24f01d4e0d31449cbcdb0d19e87d802..037ad19113227c936b9825a7f2351e6a56de1f26 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,8 @@ Core:
 Access:
  * Added TLS support for ftp access and sout access.
    New schemes for implicit (ftps) and explicit (ftpes) modes.
+ * MMS audio selection on split audio streams
+ * Blu-Ray: support overlays, preferred menu languages, region selection and navigation
 
 Decoder:
  * Partial support for Voxware MetaSound
@@ -18,6 +20,8 @@ Decoder:
  * Teletext subtitles display improvements
  * Mediacodec speed improvements on x86
  * Support setting the post processing level in Theora
+ * OpenMax IL imrpovements, notably for RaspberryPi
+ * Fix channel ordering of LGPL in m2ts files
 
 Encoder:
  * Support for MPEG-2 encoding using x262
@@ -32,8 +36,10 @@ Demuxer:
  * FLAC packets validation using CRC
  * Support Opus in MKV
  * Basic support for WebVTT
+ * Handle support for ISO/IEC 14496-3 Audio stream type in TS
  * Support HDPR TS files
  * Improvements in metadata support in Ogg/Opus/Vorbis files
+ * Fix encoding issues in some XML playlist formats
 
 Muxers:
  * Important rework of the Ogg muxer, notably for skeleton
@@ -43,6 +49,7 @@ Video Output:
  * Direct rendering and filtering for VDPAU hardware acceleration
  * New CoreGraphics video output module for NPAPI plugins
  * New OpenGL ES 2.0 through EGL video output module for Android
+ * New Android native window provider module
 
 Video Filter:
  * New Oldmovie effect filter
@@ -60,17 +67,22 @@ Streaming:
     vlc <your-source> vlc://quit --sout  '#transcode{vcodec=VP80,vb=1000,acodec=vorb,ab=128}
     :std{access=http{mime=video/webm},mux=webm,dst=:4212}'
  * GSM, VP8, Opus RTP packetization
- * Allow setting the first segment number in HLS
+ * HLS: Allow setting the first segment number and numerous improvements
+
 libVLC:
  * add equalizer API libvlc_audio_equalizer_* functions
 
 Visualizations:
  * Add a 3D OpenGL spectrum visualization.
 
+Interaces:
+ * Add support for subtitles drag 'n drop in skins2
+
 Removed modules:
  * ios video output: use ios2
  * OpenMash H.261 video decoder
 
+
 Changes between 2.1.0 and 2.1.1:
 --------------------------------
 
index 8865dd5ce654b3e6ab0163e9b5145e4f235e8df1..f201054345c630f689fb6559bfe458e97524517d 100644 (file)
@@ -29,6 +29,7 @@ $Id$
  * amem: audio memory output
  * anaglyph: anaglyph 3d video filter
  * android_audiotrack: audio output for Android, based on AudioTrack
+ * android_native_window: Android native window provider module
  * android_surface: video output for Android, based on Surface
  * antiflicker: anti-flicker video filter
  * araw: Pseudo audio decoder for raw PCM
@@ -106,7 +107,9 @@ $Id$
  * dxva2: DxVA2 hardware-accelerated decoding
  * dynamicoverlay: subpicture filter using shared memory that can be written to by external applications
  * edummy: dummy encoder
- * egl: EGL video output
+ * egl_android: Android EGL video output
+ * egl_win32: Windows EGL video output
+ * egl_x11: Unix/x11 EGL video output
  * equalizer: a equalizer audio filter
  * erase: Logo erase video filter
  * es: input module for MPEG ES decapsulation