Commit 478ab0ba authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Update NEWS and MODULES_LIST

parent eadc8c1b
...@@ -9,7 +9,7 @@ Core: ...@@ -9,7 +9,7 @@ Core:
and rewrite the parsing of those files and rewrite the parsing of those files
* VLC now assumes vlcrc config file is in UTF-8 * VLC now assumes vlcrc config file is in UTF-8
* Add a keystore API: fetch and store password for common protocols (HTTP, * Add a keystore API: fetch and store password for common protocols (HTTP,
* SMB, SFTP, FTP, ...) SMB, SFTP, FTP, RTSP ...)
Access: Access:
* Support HDS (Http Dynamic Streaming) from Adobe (f4m, f4v, etc.) * Support HDS (Http Dynamic Streaming) from Adobe (f4m, f4v, etc.)
...@@ -179,6 +179,9 @@ Misc ...@@ -179,6 +179,9 @@ Misc
* Update libVLC doxygen modules * Update libVLC doxygen modules
* Add a text-to-speech renderer for subtitles on OS X/iOS * Add a text-to-speech renderer for subtitles on OS X/iOS
* Add a text-to-speech renderer for subtitles on Windows * Add a text-to-speech renderer for subtitles on Windows
* Add Gnome libsecret-based crypto keystore
* Add KDE Kwallet-based crypto keystore
* Add a plaintext keystore
Removed modules Removed modules
* Atmo video filter * Atmo video filter
......
...@@ -201,10 +201,8 @@ $Id$ ...@@ -201,10 +201,8 @@ $Id$
* kai: OS/2 audio output * kai: OS/2 audio output
* karaoke: simple karaoke audio filter * karaoke: simple karaoke audio filter
* kate: kate text bitstream decoder * kate: kate text bitstream decoder
* keystore_kwallet: store secrets via KDE Kwallet
* keystore_plaintext: store secrets in a plaintext file (insecure)
* keystore_secret: store secrets via Gnome libsecret
* kva: OS/2 video output * kva: OS/2 video output
* kwallet: store secrets via KDE Kwallet
* libass: Subtitle renderers using libass * libass: Subtitle renderers using libass
* libbluray: Library to access Blu-Ray drives * libbluray: Library to access Blu-Ray drives
* libmpeg2: Mpeg2 video decoder using libmpeg2 * libmpeg2: Mpeg2 video decoder using libmpeg2
...@@ -287,6 +285,7 @@ $Id$ ...@@ -287,6 +285,7 @@ $Id$
* packetizer_vc1: VC-1 video packetizer * packetizer_vc1: VC-1 video packetizer
* panoramix: image wall panoramic video with edge blending filter * panoramix: image wall panoramic video with edge blending filter
* param_eq: parametric equalizer * param_eq: parametric equalizer
* plaintext_keystore: store secrets in a plaintext file (insecure)
* playlist: playlist import module * playlist: playlist import module
* png: PNG images decoder * png: PNG images decoder
* podcast: podcast feed parser * podcast: podcast feed parser
...@@ -333,6 +332,7 @@ $Id$ ...@@ -333,6 +332,7 @@ $Id$
* sd_journal: logger output to SystemD journal * 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
* secret: store secrets via Gnome libsecret
* securetransport: TLS module for OS X and iOS * securetransport: TLS module for OS X and iOS
* sepia: Sepia video filter * sepia: Sepia video filter
* sftp: SFTP network access module * sftp: SFTP 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