X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=NEWS;h=2e60a5755ce57e168385110e863c5960f921a2a0;hb=9e7276df6a300ad828bcd771e703f2dd9d324f2b;hp=72156233bb6a1209d0fd8d39a91f6587e49630c8;hpb=715de3e617f8f58717b654832185c65ed258d3d6;p=vlc diff --git a/NEWS b/NEWS index 72156233bb..2e60a5755c 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,9 @@ Changes between 1.1.0 and 1.2.0-git: 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 +19,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 +65,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 +158,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