X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=NEWS;h=d61cdc12884e8b6b278adfaa83a01f87da3e636a;hb=a9e47d715ebb0e67bd1e177b321beac0d3c453e7;hp=09c1c5e7242c0e9bf28f88deac82790484391cc1;hpb=5907d722c99da93dced4b5d0d70ecbb20b2097d7;p=vlc diff --git a/NEWS b/NEWS index 09c1c5e724..d61cdc1288 100644 --- a/NEWS +++ b/NEWS @@ -18,13 +18,17 @@ Access * Support for VDR recordings (http://www.tvdr.de/) folders * Blu-Ray Discs integration using libbluray * HTTP Live Streaming (IETF draft) playback support - * Blackmagic DeckLink SDI card input support (Linux only currently) + * Blackmagic DeckLink SDI cards input support (Linux only currently) + * Linear Systems (HD-)SDI cards input support (Linux) * RTP: support for dynamic payload types by specifying the payload format in an option (no autodetection): only Theora supported for now 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 + * New module for Dirac encoding, using the faster libschroedinger + The Schroedinger module should be prefered to the Dirac one Core: * Playback rate doesn't get resetted to 1 between items anymore @@ -35,7 +39,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 @@ -43,11 +47,14 @@ Interfaces * Qt: effects dialogs rework * Qt: new CoverFlow-like view of the playlist * Qt: port to MacOS X platform + * Skins2: fullscreen controller support, relative placement support + and important cleanups and optimisations * ncurses: heavy refactor of the complete interface Video Output: * New video output based on Direct2D for Windows 7 and Vista (with Platform Update) * New video output for iOS platform + * New video output using EGL * Adaptation of the OpenGL layer for OpenGL ES 1.1 * Various vmem improvements @@ -73,6 +80,12 @@ Stream output: dst=public_html/iphonestreamfile-###.ts}" * RTP: support for Vorbis and Theora * Major rework of VoD support + * New delay module, to introduce delays of one ES, when streaming: + #delay{id=12,delay=500}:standard... + * New setlang, setid modules to change lang or id of one ES, when streaming: + #setid{id=12,new-id=42}:std... + * New langfromtelx module, to change lang of one ES, when streaming, based on + a telextex page: #langfromtelx{id=12,magazine=7,page=0x99,row=1}:std... Services Discovery: * Search API to be able to query distant search APIs from the interfaces @@ -80,6 +93,15 @@ 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 + +Removed modules: + * asademux: use libass only + * fake: use the new image demuxers + * hal, v4l, gapi, omapfb, hd1000v: obsolete unmaintained modules + * id3tag: use taglib + * upnp: use upnp_intel Changes between 1.1.4.1 and 1.1.5: