X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=NEWS;h=f61d59bb0cd83f18966ce85b92ca1ab485cff7aa;hb=12ade3e3bc975d5426ba4af155b7372c31093b31;hp=80e81220036f0447cb2d57f71c4f9ae0e8156265;hpb=59045c47174a5f33d80d38df4680e21eefbbb845;p=vlc diff --git a/NEWS b/NEWS index 80e8122003..f61d59bb0c 100644 --- a/NEWS +++ b/NEWS @@ -13,9 +13,12 @@ Access * DVB-S scanning support * DShow: support for freq and video standard selection * Support for VDR recordings + * Blu-Ray integration with libbluray + * Blackmagic DeckLink SDI card input support (Linux only currently) Codecs * You can now use ffmpeg-mt in conjunction with vlc + * Important fixes for RealVideo 3.0 and 4.0 playback Demuxers: * id3tag plugin is removed (superseded by taglib). @@ -23,18 +26,23 @@ Demuxers: Interfaces * The telnet interface has been removed in the favour of the lua one - * Skins2 / Qt: misc improvements - * Qt: port to Mac platform + * Skins2 / Qt: misc improvements and usability fixes + * Qt: effects dialogs reordering + * Qt: port to MacOS X platform 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), @@ -44,8 +52,31 @@ Stream output: index-url=http://url-to-iphonestreamfile-###.ts},mux=ts{use-key-frames}, dst=public_html/iphonestreamfile-###.ts}" +libVLC: + * New capabilities for libVLC: + ** libvlc_media_player_navigate for DVD navigation + + +Changes between 1.1.4 and 1.1.4.1: +---------------------------------- + +Mac OS X: + * Fixed video output on PowerPC-based Macs for videos with widths divisible + by 16 + * Fixed an issue with the Equalizer's 170Hz slider + +Demuxer: + * Fix crash when closing rtsp streams + +Qt interface: + * Fix Windows 7 jumplists with Unicode files + * Various fixes for Windows + Translations: * New Armenian translation + * Update translations for Dutch, Estonian, Lithuanian, Japanese, Nynorsk, + Brazillian Portuguese, Armenian, Wallon + Changes between 1.1.3 and 1.1.4: --------------------------------