X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=888cf2213a6731ee3c0d97b9a429db5180e4ccd0;hb=75946591b91bb1b117d3d1e74081fa709a34315c;hp=626744d8b309e9bcb7e9e4f5a872a87c1f9f97f0;hpb=976d8b00b2fec646bc697a8560dc8262e65659f2;p=vlc diff --git a/NEWS b/NEWS index 626744d8b3..888cf2213a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,46 @@ Changes between 2.1.x and 2.2.0-git: -------------------------------- +Access: + * Added TLS support for ftp access and sout access. + New schemes for implicit (ftps) and explicit (ftpes) modes. + +Decoders: + * Partial support for Voxware MetaSound + +Encoder: + * Support for MPEG-2 encoding using x262 + * Support for HEVC/H.265 encoding using x265 + * Support for Opus encoding using libopus + +Demuxer: + * New CAF format module + +Streaming: + * WebM streaming, including live sources, compatible with all major browsers + vlc vlc://quit --sout '#transcode{vcodec=VP80,vb=1000,acodec=vorb,ab=128} + :std{access=http{mime=video/webm},mux=webm,dst=:4212}' + +Video Output: + * Direct rendering and filtering for VDPAU hardware acceleration + * New CoreGraphics video output module for NPAPI plugins + +Video Filter: + * New Oldmovie effect filter + * New VHS effect filter + * New Freeze effect filter + +libVLC: + * add equalizer API libvlc_audio_equalizer_* functions + +Visualizations: + * Add a 3D OpenGL spectrum visualization. + +Removed modules: + * ios video output: use ios2 + * OpenMash H.261 video decoder + + Changes between 2.0.x and 2.1.0: --------------------------------