vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Feb 10 11:25:04 2015 +0100| [3375a555fe700dc7d81282633bd688279829269d] | committer: Jean-Baptiste Kempf
Update NEWS and MODULES_LIST > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3375a555fe700dc7d81282633bd688279829269d --- NEWS | 5 +++++ modules/MODULES_LIST | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/NEWS b/NEWS index 815cb5e..3b6f5ec 100644 --- 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: diff --git a/modules/MODULES_LIST b/modules/MODULES_LIST index 316222a..b048ba1 100644 --- a/modules/MODULES_LIST +++ b/modules/MODULES_LIST @@ -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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
