VLC media player 0.9.2

VideoLAN is an excellent multimedia player with it’s own plugins for playing different formats, so it doesn’t need any codecs to be installed. It works great for previewing partially downloaded files too as well as DVDs, VCDs, and various streaming protocols. It can also be used as a server to stream in unicast or multicast in IPv4 or IPv6 on a high-bandwidth network.

Changes between 0.9.2 and 1.0.0-git:

* Inputs:
o Mouse cursor support in x11 and win32 screen modules
o Screen module now supports partial screen capture and mouse following on windows.
* Decoders:
o AES3 (SMPTE 302M) support
o E-AC3 (A/52b) support
* Stream output:
o Restored the old mpeg2 transrating module.
o Multiple bridge-in instances are now possible.
o bridge-in can be used to configure a placeholder stream.

Changes between 0.9.1 and 0.9.2

* Restored the old behavior of –sout-keep. It is now de-activated by default.
* Skins2 interface repaired on Windows.
* Multiple bugfixes.

Changes between 0.9.1 and 0.9.0:

* Multiple bug fixes.

Changes between 0.8.6i and 0.9.0:

Important notes:

* This release will need Windows 2000 and Mac OS X 10.4 (Tiger), or more recent to work correctly
* The HTTP interface is now only available on the local machine by default. If you want to make it available from other machines, you will have to edit the “.hosts” file. – On UNIX/Linux, the file is in /usr/share/vlc/http/.hosts If you’re using the old http interface, it’s located in /usr/share/vlc/http/old/.hosts – On Windows they are in C:\Program Files\VideoLAN\VLC\http\.hosts and C:\Program Files\VideoLAN\VLC\http\old\.hosts – On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts
* This version of VLC contains a new interface for Windows and Linux. This interface has a fullscreen controller and simplified preferences. This interface lacks the “Streaming Wizard” that used to be present in VLC 0.8.6, but provides basic profiles.
* The behavior of –sout-keep was changed. It’s now activated by default.
* The marq, mosaic and logo commands in the rc interface changed. They now require a target name as their first argument. Example: vlc –sub-filter “marq@test{marquee=Hello}” -I rc You can then use commands like: @test marq-marquee Goodbye If you didn’t name the object using @test, its name will default to the plugin name (hence ‘marq’) in this example. These new commands are also available in the telnet interface.
* The “rtp” access output module has been removed. Please use the RTP stream output instead, e.g.: Old: ‘#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}’ New: ‘#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}’
* You now need to append –m3u-extvlcopt to your command line to enable EXTVLCOPT options parsing in m3u playlists. Note that only a limited set of options is available to m3u playlists (CVE-2007-6683).
* The old access:url syntax is no longer supported to resolve ambiguities with some file names. Use access://url instead. E.g.: vlc:quit -> vlc://quit ; udp:@239.255.12.12 -> udp://@239.255.12.12
* The ffmpeg module has been removed and replaced by the new avcodec, avformat, swscale (or imgresample if you use a swscale-less ffmpeg build) and postproc modules.
* The web plugins ActiveX (IE)/Firefox/Mozilla/Safari now recognize the following states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4, STOPPING=5, FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and BACKWARD being reserved for future implementations and are thus not functional atm.
* Croping and padding in transcode are now done using the croppadd video filter. For example: transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}}
* Canvas setting in transcode is now done using the canvas video filter. For example: transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}}
* Glide video output module has been removed.

Changes:

* Security updates:
o Updated libfreetype on Windows and Mac OS X (CVE-2008-1806, CVE-2008-1806, CVE-2008-1807)
o TTA Parser improvements (CVE-2008-3732)
o MMS Access Module improvements (CVE-2008-3794 )
* Playlist:
o Vastly improved playlist support:
o Media library creation to save all your playlist items
o “Live search”
o Shoutcast TV listings
o Audioscrobbler/Last.FM support
o Album art support
o User definable Lua playlist scripts. See share/lua/playlist/README.txt (Default scripts open YouTube, DailyMotion, metacafe, Google Video and lots of other URLs)
o User definable Lua album art fetcher scripts. See share/lua/meta/README.txt
* Inputs:
o Video for Linux 2 (V4L2) input support
o UDP-Lite transport for RTP/AVP
o DCCP transport for RTP/AVP
o Proxy support for MMSH stream
o JACK audio input support
o Input run time option (improved live stream recording)
o BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows
o Re-written Screen access module for Mac OS X using OpenGL instead of QuickDraw
o Screen module now supports partial screen capture and mouse following on X11.
o Experimental EyeTV access module This requires the user to install a plugin to EyeTV.app (available as a separate download).
o Simple RTP input (with MPEG A/V, G.711 and PCM support).
o RTMP input support
o QTKit-based Input module for Mac OS X allowing display and streaming of video taken from all iSight-labelled video cameras (no audio support)
o HTTP access now supports gzip compressed data and Digest Access Authentication.
o New options to reduce latency between arrival of raw data and display of frames. (–auto-adjust-pts-delay and –use-stream-immediate)
* Demuxers:
o MP4 gpac and Apple chapter support
o Fixed playback of AIFF stereo files
o Fixed audio glitch on seek
o Improved FLAC demuxer (duration / current time / meta data)
o AAC tags support
o APEv1/2 tags support
o Improved ID3v2 tags support
o Improved Ogg/Vorbis tags support
o Raw video support
o Standard MIDI File (types 0 & 1) support
o TiVo Series 2 support
o CD+G karaoke Files support
o MXF files support
o OMA support
* Decoders:
o VP60/VP61/VP6F/VP62 support
o Flash Screen Video support
o CamStudio Screen Video support
o DosBox Capture support
o Karl Morton’s Video support
o limited atrac3 support
o Fraps support
o Fluidsynth MIDI software synthesis (with external sound fonts)
o New codec FOURCCs to support more specific files: Avid, FCP, Sony, Samsung, …
o H.264 PAFF support
o DNxHD / VC-3 support
o NellyMoser ASAO support
o APE (Monkey audio) support
o RealVideo support (with the RealVideo run-time)
o Dirac video support using libschroedinger
* Subtitles:
o Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC)
o VBI & EBU (Teletext) support (*nix, Mac OS)
o Ogg/Kate subtitles support
o AQTitle subtitles support
o MKV USF subtitles support
o HTML-based subtitles support
o MPSub subtitles support
o JacoSub subtitles basic support
o MPL2 subtitles support
o Rewrite of ASS/SSA scripts and subtitles support
o PowerDivx (.psb) Subtitles support
o Realtext subtitle support
o DKS subtitle support
o SubViewer 1.0 (SubRip09) subtitles support
o Correct Right-to-left languages in subtitles support
* Encoders:
o Flash Screen Video support
o Improved H.264 encoding speed
* Video outputs and filters:
o New CoreAnimation-based output module (VLCKit framework on OS X only)
o Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and Psychedelic) video filters can now be streamed
o New puzzle video output filter
o Re-written motion detection video filter
o New extract video filter (extract Red, Green and Blue components from a video)
o New sharpen video filter (increase the contrast of adjacent pixels)
o New erase video filter (removes logos from a video)
o Enhanced subtitles’ renderer to support bold, italic and some HTML tags (Google Summer of Code Student project)
o Support for RGBA and I420 blending. The latter improves Mosaic CPU usage *a lot*.
o New transparency mask video filter (for use with the mosaic_bridge module).
o New bluescreen video filter (for use with the mosaic_bridge module). This was previously part of the mosaic module.
o Fixed random characters problem in RSS filter.
o Add rotate-deciangle for more precision on rotate filter
o Support for Intel SSE2 instruction set in chroma converters
o Improved use of Intel MMX instruction set in chroma converters
o New croppadd and canvas video filters.
* Audio outputs and filters:
o Replay gain support
o Audio playback when going slower/faster (with pitch correction via new scaletempo audio filter)
o New spatializer audio filter
o Correct DTS output via S/PDIF
* Stream output:
o RTSP for TS-multiplexed broadcast streams
o New RTP payload formats:
+ Speex voice audio codec
+ ITU T.140 (for text, subtitles) output
+ G.711 (both A-law and µ-law) output
o UDP-Lite transport for RTP
o DCCP transport for RTP
o Lots of fixes for RTSP broadcasting
o RTMP output
* Interfaces:
o All
+ New Simple Preferences dialogs showing the most important settings in an end-user suitable way.
+ Improved user interaction
+ Improved mouse gestures
+ Vastly improved Update checker
+ Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2)
o Windows/Linux
+ Brand new interface for Linux and Windows, based on the Qt toolkit
+ Fullscreen controller (transparency on Linux+Composite)
o Mac OS X
+ Improved video output features
+ Online access to VideoLAN’s Help Wiki within VLC
+ New setting to disable the “Recent Items” service
+ When playing Radio (live) streams, the current track is shown correctly
+ Correct appearance on Macs using Aqua’s graphite theme
+ Simplified Extended Controls panel
o Ncurses:
+ Correctly displays wide characters when using an UTF-8 locale, if libncursesw is available.
+ Some nice colors if the terminal supports it (most do)
o Experimental Lua interface modules. See vlc -I lua and share/lua/playlist/README.txt for more info.
o Unix
+ Option to allow only one running instance, using D-Bus interface.
+ D-Bus Interface implementing the MPRIS (Media Player Remote Interfacing specification), a common dbus control interface for media players that intends to become an xdg standard when finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces .
+ Motion module using disk accelerometers to keep video horizontal
+ Plugin to set Telepathy presence message using MissionControl
o Fixed VLM schedule time on Linux
* Linux Port:
o VLC now complies with the XDG Base Directory Specification version 0.6 http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html (which means that VLC doesn’t use the $HOME/.vlc directory anymore)
* Mac OS X Port:
o Mac OS X Framework “VLCKit” that can be used to embed VLC in third party applications (Google Summer of Code Student project, Mac OS X 10.5 only)
o New text renderer based on Quartz replacing the existing Freetype solution
o Complete compatibility with Mac OS X 10.5 Leopard
+ It is now required to compile a fully featured build
o The support of Mac OS X 10.3.9 and QuickTime 6.x was discontinued.
* LibVLC:
o Event management and various improvements in libvlc (Part of a Google Summer of Code Student project)
* New Localizations:
o Finnish
o Persian
o Polish
o Punjabi
o Bulgarian
* Developers:
o LibVLC now supports externally built plugins properly. A “vlc-plugin” pkg-config package is provided.
o Java bindings are now built from a separate source.

>> VLC media player website
>> Download VLC media player 0.9.2

Leave a comment