Commit 3375a555 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Update NEWS and MODULES_LIST

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