X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=NEWS;h=a5390ef0a0782cb418b91a6b3180a8e823ee0808;hb=5b86425b762dab1f6b5bc3e0d6776188c8d927af;hp=daabb148f19fafe2bb46bd7f4e9e664ec6bc339f;hpb=387ba8547b6aecb0c10e9b85699d307129738fad;p=vlc diff --git a/NEWS b/NEWS index daabb148f1..a5390ef0a0 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes between 1.1.0 and 1.2.0-git: +Changes between 1.1.4 and 1.2.0-git: ------------------------------------ Important changes for packagers: @@ -12,6 +12,8 @@ Access * BDA: experimental support for ClearQam devices * DVB-S scanning support * DShow: support for freq and video standard selection + * Support for VDR recordings + * Blu-Ray integration with libbluray Codecs * You can now use ffmpeg-mt in conjunction with vlc @@ -28,8 +30,16 @@ Interfaces Video Output: * New video output based on Direct2D for Windows 7 and Vista (with Platform Update) +Audio Output: + * New audio output based on AudioQueue API for iOS + +Audio Filter: + * New Compressor filter, a dynamic range compressor + Video Filter: * New gradfun filter for debanding videos using dithering + * Rewrite of the grain filter, faster and with better quality + * New posterize filter for lowering the number of colors Stream output: * New livehttp-module for HTTP Live Streamin (iphone-stuff), @@ -39,6 +49,26 @@ Stream output: index-url=http://url-to-iphonestreamfile-###.ts},mux=ts{use-key-frames}, dst=public_html/iphonestreamfile-###.ts}" +Translations: + * New Armenian translation + +libVLC: + * New capabilities for libVLC: + ** libvlc_media_player_navigate for DVD navigation + + +Changes between 1.1.3 and 1.1.4: +-------------------------------- + +Win32: + * Fix a security issue when loading DLLs, especially in Qt4 and dmo modules, + See VideoLAN-SA-1005 + * Fix folders opening from the interface + +Translations: + * Update translations for Lithuanian, Bengali, Slovak, French, Dutch, Ukranian + Polish, Simplified Chinese, German and Galician + Changes between 1.1.2 and 1.1.3: --------------------------------