]> git.sesse.net Git - vlc/commitdiff
Update NEWS and MODULES_LIST
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 10 Feb 2015 10:25:04 +0000 (11:25 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 10 Feb 2015 10:25:55 +0000 (11:25 +0100)
NEWS
modules/MODULES_LIST

diff --git a/NEWS b/NEWS
index 815cb5e60e3e6a8adbb8ae413fed59de5c2b8764..3b6f5ec9784b1f91b6a457f096a7c4f18b43e117 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -40,10 +40,14 @@ Demuxers:
  * Fixed program selection with recorded TS (TopField, DreamBox and others)
  * Fixed TS playback with PAT/PMT less recordings
  * Support for lame's replaygain extension in mpeg files
+ * Fixes for DTS detection in WAV and MKV files
 
 Stream filter:
  * Added ARIB STD-B25 TS streams decoder
 
+Audio output:
+ * Complete rewrite of the AudioTrack Android module. This is now the default.
+
 Video ouput:
  * Linux/BSD default video output is now OpenGL, instead of Xvideo
  * Wayland shell surface window provider
@@ -96,6 +100,7 @@ Logging
  * Support for the SystemD Journal
  * Use --syslog and --syslog-debug command line options to include debug
    messages in syslog. With --syslog, errors and warnings will be sent only.
+ * New Android module for logging
 
 
 Changes between 2.1.x and 2.2.0:
index 316222adbc4fbd2c5ffb84a050390941bce8fd78..b048ba13db660c9e6ef324e3f077a279345ea46e 100644 (file)
@@ -32,6 +32,7 @@ $Id$
  * amem: audio memory output
  * anaglyph: anaglyph 3d video filter
  * android_audiotrack: audio output for Android, based on AudioTrack
+ * android_logger: logger output to native Android logs (adb logcat)
  * android_native_window: Android native window provider module
  * android_surface: video output for Android, based on Surface
  * android_window: Android direct/undirect rendering video output
@@ -76,6 +77,7 @@ $Id$
  * clone: Clone video filter
  * colorthres:  Theshold color based on similarity to reference color Video filter
  * compressor: Dynamic range compressor
+ * console_logger: Logger outputting in the terminal
  * croppadd: Crop/Padd image filter
  * crystalhd: crystalhd decoder
  * cvdsub: CVD subtitles decoder
@@ -119,6 +121,7 @@ $Id$
  * edummy: dummy encoder
  * egl_android: Android EGL video output
  * egl_win32: Windows EGL video output
+ * egl_wl: Unix/Wayland EGL video output
  * egl_x11: Unix/x11 EGL video output
  * equalizer: a equalizer audio filter
  * erase: Logo erase video filter
@@ -128,6 +131,7 @@ $Id$
  * faad: AAC decoder using libfaad2
  * fb: video output module for the Linux framebuffer
  * fdkaac: AAC encoder using the fdk-aac library
+ * file_logger: file logger plugin
  * filesystem: Filesystem access module
  * fingerprinter: AcoustID audio fingerprinter using chromaprint
  * flac: Flac decoder using libflac
@@ -313,6 +317,7 @@ $Id$
  * schroedinger: Schroedinger video decoder
  * screen: a input module that takes screenshots of the primary monitor
  * scte27: SCTE-27/Digicipher subtitles decoder
+ * sd_journal: logger output to SystemD journal
  * sdl_image: SDL-based image decoder
  * sdp: SDP fake access
  * securetransport: TLS module for OS X and iOS
@@ -366,6 +371,7 @@ $Id$
  * svg: a svg renderer module
  * svgdec: a svg decoder module
  * swscale: Video scaling filter
+ * syslog: logger output to Syslog
  * t140: T.140 text encoder
  * taglib: Taglib tags parser and writer
  * tcp: TCP Network access module