X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=NEWS;h=22dc568849034dfb4d090f2a8b985937e4f085d9;hb=c38d7ca2761d566e0c4e882f51aeb0cd2ac8d08f;hp=72156233bb6a1209d0fd8d39a91f6587e49630c8;hpb=715de3e617f8f58717b654832185c65ed258d3d6;p=vlc diff --git a/NEWS b/NEWS index 72156233bb..22dc568849 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,15 @@ Changes between 1.1.0 and 1.2.0-git: ------------------------------------ +Access + * Multiple files are supported from RAR files + Codecs * You can now use ffmpeg-mt in conjunction with vlc +Interfaces + * The telnet interface has been removed in the favour of the lua one + Video Filter: * New gradfun filter for debanding videos using dithering @@ -16,7 +22,7 @@ Stream output: dst=public_html/iphonestreamfile-###.ts}" -Changes between 1.0.5 and 1.1.0: +Changes between 1.0.6 and 1.1.0: -------------------------------- Important changes for users: * On Linux, known bugs in the ALSA library might prevent audio output. @@ -62,7 +68,7 @@ Decoders: * Improvements on the FLAC format (7.1 channels and 88.2/176.4/192 kHz support) * Direct rendering is used more often with H.264 in avcodec module * Support for MPEG-4 ALS lossless audio codec - * Support for VP8 codec (source code version only) + * Support for VP8 codec Demuxers: * Support for .aob files from DVD-Audio (MLP and LPCM) (Full disc support is NOT present yet) @@ -155,6 +161,7 @@ Misc: * new sqlite module * --save-config command line option not supported anymore. * Fixed and reenabled netsync module. + * Improved Solaris port Bindings: * new C++ wrapper around libVLC: libVLCpp