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

Update NEWS and MODULES_LIST

parent c1f8d1ce
......@@ -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:
......
......@@ -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
......
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