X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=NEWS;h=abd6f7bd2cf5ab9349c8992bdeca1c486d331695;hb=c788b9a5040a415fbb127251d1dbe3602e4f350e;hp=81e8f265637e87e61e27ffcf48e41b2e30b18bfc;hpb=ef70785dab984ee06a20584da2b3832c04797a78;p=vlc diff --git a/NEWS b/NEWS index 81e8f26563..abd6f7bd2c 100644 --- a/NEWS +++ b/NEWS @@ -1,17 +1,15 @@ $Id$ Changes between 0.7.2 and 0.8.0: -This version is in development and not yet released. ----------------------------------------------------- Core support: * Major work on libvlc. Changed/renamed/added functions * Complete switch to the new input core (better seeking, multi-input, ...) * New plugins cache to speed up launch time - * Fix crash with deinterlace switching * New --play-and-stop feature which stops the playlist after each played item * Daemon mode (to run vlc in the background) - * Technical improvements to the subtitle/OSD subsystem + * Major improvements to the subtitle/OSD subsystem Input: * New screen capture input plugin for X11, Win32, BeOS and Mac OS X @@ -31,8 +29,9 @@ Demuxers: * Windows Media Server RTSP support * Support for MPEG TS streams with error correction (204/192 bytes TS packets) * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G) - * Skins2 .vlt file loader (only when skin2 is the current interface) + * Skins2 .vlt file loader (only when skins2 is the current interface) * Improved Ogg demuxer + * Support for MPEG PS streams with MPEG 4 video. * Support for so called AACPlus webstreams Codecs: @@ -58,7 +57,7 @@ Stream Output: * Multipart mjpeg muxing. Your video is directly viewable in a Mozilla Browser * 14496-17 text track muxing for MPEG TS * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G) - * Experimental WAV muxer + * New WAV muxer (supports multi-channel audio) * Improved ASF muxer Misc: * H.263 RTP streaming support @@ -68,6 +67,8 @@ Stream Output: Audio Output: * New audio equalizer filter * Very trivial volume normalizer + * True channel downmixing when playing 5:1 material on Stereo + * More gradual resampling which should improve the pitch changing effect Video Output: * Roku HD1000 Video output @@ -115,6 +116,7 @@ Misc: * Server/client network synchronization module * VBrick streams fully supported * Cisco IP/TV streams supported + * VLM enhancements Changes between 0.7.1 and 0.7.2: --------------------------------