1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

Update NEWS and MODULES_LIST

This commit is contained in:
Jean-Baptiste Kempf 2016-01-07 21:12:25 +01:00
parent eadc8c1b3a
commit 478ab0ba1d
2 changed files with 7 additions and 4 deletions

5
NEWS
View File

@ -9,7 +9,7 @@ Core:
and rewrite the parsing of those files
* VLC now assumes vlcrc config file is in UTF-8
* Add a keystore API: fetch and store password for common protocols (HTTP,
* SMB, SFTP, FTP, ...)
SMB, SFTP, FTP, RTSP ...)
Access:
* Support HDS (Http Dynamic Streaming) from Adobe (f4m, f4v, etc.)
@ -179,6 +179,9 @@ Misc
* 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 Windows
* Add Gnome libsecret-based crypto keystore
* Add KDE Kwallet-based crypto keystore
* Add a plaintext keystore
Removed modules
* Atmo video filter

View File

@ -201,10 +201,8 @@ $Id$
* kai: OS/2 audio output
* karaoke: simple karaoke audio filter
* 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
* kwallet: store secrets via KDE Kwallet
* libass: Subtitle renderers using libass
* libbluray: Library to access Blu-Ray drives
* libmpeg2: Mpeg2 video decoder using libmpeg2
@ -287,6 +285,7 @@ $Id$
* packetizer_vc1: VC-1 video packetizer
* panoramix: image wall panoramic video with edge blending filter
* param_eq: parametric equalizer
* plaintext_keystore: store secrets in a plaintext file (insecure)
* playlist: playlist import module
* png: PNG images decoder
* podcast: podcast feed parser
@ -333,6 +332,7 @@ $Id$
* sd_journal: logger output to SystemD journal
* sdl_image: SDL-based image decoder
* sdp: SDP fake access
* secret: store secrets via Gnome libsecret
* securetransport: TLS module for OS X and iOS
* sepia: Sepia video filter
* sftp: SFTP network access module