X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=NEWS;h=5ff8b47cb7bb6e1dbb1bd3b4c9076600d1a14a0c;hb=50e6ae23508177f6df145b2b37d797199aafd264;hp=a635d1f5b2ad722bedddc2d864db8897866bee54;hpb=44d12ee33f761ae5f55a4c13dbd0acff63c99087;p=vlc diff --git a/NEWS b/NEWS index a635d1f5b2..5ff8b47cb7 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,7 @@ Access Codecs * You can now use ffmpeg-mt in conjunction with vlc * Important fixes for RealVideo 3.0 and 4.0 playback, notably in MKV + * Experimental Hardware decoding using Broadcom CrystalHD cards Core: * Playback rate doesn't get resetted to 1 between items anymore @@ -35,7 +36,7 @@ Demuxers: * id3tag plugin is now removed (superseded by taglib) * new images demuxer supporting jpeg, png, targa, xcf, git, tiff, bmp, pcx, lbm * Ogg seeking improvements - * Game Music Emu (GME) plugin rewritten from scratch using the C api + * C64 SID file playback support using sidplay2 Interfaces * The telnet interface has been removed in the favour of the lua one @@ -56,6 +57,7 @@ Video Filter: * Rewrite of the grain filter, faster and with better quality * New posterize filter for lowering the number of colors * Atmo ambilight: improve Fnordlicht up to 254 channels + * New sepia filter for creating sepia effect in videos Audio Output: * New audio output based on AudioQueue API for iOS @@ -71,6 +73,7 @@ Stream output: index-url=http://url-to-iphonestreamfile-###.ts},mux=ts{use-key-frames}, dst=public_html/iphonestreamfile-###.ts}" * RTP: support for Vorbis and Theora + * Major rework of VoD support Services Discovery: * Search API to be able to query distant search APIs from the interfaces @@ -78,6 +81,8 @@ Services Discovery: libVLC: * New capabilities for libVLC: ** libvlc_media_player_navigate for DVD navigation + ** libvlc_audio_filter_list_get, libvlc_video_filter_list_get to get the + list of available audio and video filters Changes between 1.1.4.1 and 1.1.5: