1 Changes between 0.9.6 and 1.0.0-git:
2 ------------------------------------
6 * Frame-By-Frame Support
8 * RTSP trickplay support
11 * RTSP authentication with Darwing Streaming Server
14 * Mouse cursor support in x11 and win32 screen modules
15 * Screen module now supports partial screen capture and mouse following on
19 * AES3 (SMPTE 302M) support
20 * E-AC3 (A/52b) support
23 * Dirac encoding support using libdirac (support in Ogg, in TS)
26 * Restored the old mpeg2 transrating module.
27 * Multiple bridge-in instances are now possible.
28 * bridge-in can be used to configure a placeholder stream.
30 Linux/Windows interface:
31 * Recently played items list
34 * Reveal-in-Finder functionality for locally stored items.
37 * New Maemo port with:
38 - an interface based on Hildon framework.
39 - scaler based on the swscale_nokia770 library.
42 EXPERIMENTAL work for the winCE port has been done.
45 * export the playlist in HTML
46 * Lua script for BBC radio playback
49 * Removed obsolete Esound and aRts plugins
51 Changes between 0.9.5 and 0.9.6:
52 --------------------------------
57 * Fixed overflow in CUE support from VCD access (SA-0810, CVE-2008-xxxx)
58 * Fixed overflow in RealText subtitles support (SA-0810, CVE-2008-xxxx)
60 Changes between 0.9.4 and 0.9.5:
61 --------------------------------
63 * Fixed buffer overflow in TiVo demuxer (SA-0809, CVE-2008-4686, CVE-2008-4654)
64 * Fixed libpng CVE-2008-3964 in Win32 and MacOS builds
67 * Closed Caption EIA 608/708 parsing enabled for libmpeg2
70 * Fixed various potential crashes and memleaks
71 * Fixed issues with reading from files (especially non-local)
74 * Fix bug where interface was "eating" some media keys
75 * Fix some crashes in DirectShow access
78 * Fix bug when the resetting of preferences didn't reset the dialog states
79 * Right-click menu to select playlist columns reenabled
80 * Various fixed in playlist
83 * MMAP module is now deactivated by default
86 * Update of Brazillian, Swedish translation
88 Changes between 0.9.3 and 0.9.4:
89 ------------------------------------
91 * Crashes fixed in ogg, vobsub, dvdread
92 * Fixes several memory leaks.
95 * Apple machines without Quartz Extreme are no longer supported (use 0.9.2 or earlier )
96 * Fixed a crash with deletion of old preferences.
97 * Fixed targetname for downloaded updates
100 * Stability fix for the video output.
103 Changes between 0.9.2 and 0.9.3:
104 --------------------------------
107 * Fixed DTS channel order on 5.1 systems
108 * Fixed pausing behavior for subtitles and for Audio-CD
109 * Multiple subtitles and podcast fixes
110 * Various crashes fixed in PS, SSA, mkv, xspf, freetype
111 * Fixed update system bugs
112 * Other bug fixes (dvd language selection, subtitle colours, HTTP keep-alive...+)
115 * Fixed ffmpeg slowness on PowerPC-based Macs
116 * Fixed crash on startup when installed on old preferences
117 * Fixed bug in directory opening on Mac OS X
118 * Fixed font selection in the Simple Preferences
119 * Thicker border to the subtitle renderer
120 * Fixed the appearance of playlist items in the Streaming/Transcoding Wizard
121 * Fixed AC3 passthrough on Mac OS X
122 * Fixed behavior of the Volume Normalizer settings on Mac OS X
123 * Removed the deprecated QuickDraw video output module to avoid crashes on
124 modern Mac OS X versions
127 * Fixed sensitivity of Fullscreen Controller
128 * Fixed error messages on startup when VLC wasn't correctly uninstalled
130 * Fix showing of controller when returning from fullscreen playback
131 * Multiple directory and path location fixes.
134 * Added Faster/Slower icons to the controller panel
135 * Fixed lost playlist columns when switching the playlist view
136 * Added needed options to Simple preferences (to avoid NVIDIA drivers issues)
137 * Fullscreen controller: added time label, remembering of last position
138 * Fixed drag'n drop behaviour on the playlist
139 * Multiple other fixes (Enter hotkey in preferences, Skins selection...)
142 Changes between 0.9.1 and 0.9.2:
143 --------------------------------
145 * Restored the old behavior of --sout-keep. It is now de-activated by default.
146 * Skins2 interface repaired on Windows.
150 Changes between 0.9.1 and 0.9.0:
151 --------------------------------
153 * Multiple bug fixes.
156 Changes between 0.8.6i and 0.9.0:
157 ---------------------------------
161 * This release will need Windows 2000 and Mac OS X 10.4 (Tiger), or more
162 recent to work correctly
163 * The HTTP interface is now only available on the local machine by default.
164 If you want to make it available from other machines, you will have to
165 edit the ".hosts" file.
166 - On UNIX/Linux, the file is in /usr/share/vlc/http/.hosts
167 If you're using the old http interface, it's located in
168 /usr/share/vlc/http/old/.hosts
169 - On Windows they are in C:\Program Files\VideoLAN\VLC\http\.hosts and
170 C:\Program Files\VideoLAN\VLC\http\old\.hosts
171 - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts
172 and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts
173 * This version of VLC contains a new interface for Windows and Linux.
174 This interface has a fullscreen controller and simplified preferences.
175 This interface lacks the "Streaming Wizard" that used to be present in VLC
176 0.8.6, but provides basic profiles.
177 * The behavior of --sout-keep was changed. It's now activated by default.
178 * The marq, mosaic and logo commands in the rc interface changed. They
179 now require a target name as their first argument. Example:
180 vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
181 You can then use commands like: @test marq-marquee Goodbye
182 If you didn't name the object using @test, its name will default to the
183 plugin name (hence 'marq') in this example.
184 These new commands are also available in the telnet interface.
185 * The "rtp" access output module has been removed.
186 Please use the RTP stream output instead, e.g.:
187 Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
188 New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}'
189 * You now need to append --m3u-extvlcopt to your command line to enable
190 EXTVLCOPT options parsing in m3u playlists. Note that only a limited set
191 of options is available to m3u playlists (CVE-2007-6683).
192 * The old access:url syntax is no longer supported to resolve ambiguities
193 with some file names. Use access://url instead.
194 E.g.: vlc:quit -> vlc://quit ;
195 udp:@239.255.12.12 -> udp://@239.255.12.12
196 * The ffmpeg module has been removed and replaced by the new avcodec,
197 avformat, swscale (or imgresample if you use a swscale-less ffmpeg build)
198 and postproc modules.
199 * The web plugins ActiveX (IE)/Firefox/Mozilla/Safari now recognize the
200 following states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4,
201 STOPPING=5, FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and
202 BACKWARD being reserved for future implementations and are thus not
204 * Croping and padding in transcode are now done using the croppadd video
206 transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}}
207 * Canvas setting in transcode is now done using the canvas video filter.
209 transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}}
210 * Glide video output module has been removed.
216 * Updated libfreetype on Windows and Mac OS X (CVE-2008-1806, CVE-2008-1806,
218 * TTA Parser improvements (CVE-2008-3732)
219 * MMS Access Module improvements (CVE-2008-3794 )
222 * Vastly improved playlist support:
223 * Media library creation to save all your playlist items
225 * Shoutcast TV listings
226 * Audioscrobbler/Last.FM support
228 * User definable Lua playlist scripts. See share/lua/playlist/README.txt
229 (Default scripts open YouTube, DailyMotion, metacafe, Google Video and
231 * User definable Lua album art fetcher scripts. See share/lua/meta/README.txt
234 * Video for Linux 2 (V4L2) input support
235 * UDP-Lite transport for RTP/AVP
236 * DCCP transport for RTP/AVP
237 * Proxy support for MMSH stream
238 * JACK audio input support
239 * Input run time option (improved live stream recording)
240 * BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows
241 * Re-written Screen access module for Mac OS X
242 using OpenGL instead of QuickDraw
243 * Screen module now supports partial screen capture and mouse following on X11.
244 * Experimental EyeTV access module
245 This requires the user to install a plugin to EyeTV.app
246 (available as a separate download).
247 * Simple RTP input (with MPEG A/V, G.711 and PCM support).
249 * QTKit-based Input module for Mac OS X allowing display and streaming of video
250 taken from all iSight-labelled video cameras (no audio support)
251 * HTTP access now supports gzip compressed data and Digest Access
253 * New options to reduce latency between arrival of raw data and display of
254 frames. (--auto-adjust-pts-delay and --use-stream-immediate)
257 * MP4 gpac and Apple chapter support
258 * Fixed playback of AIFF stereo files
259 * Fixed audio glitch on seek
260 * Improved FLAC demuxer (duration / current time / meta data)
262 * APEv1/2 tags support
263 * Improved ID3v2 tags support
264 * Improved Ogg/Vorbis tags support
266 * Standard MIDI File (types 0 & 1) support
267 * TiVo Series 2 support
268 * CD+G karaoke Files support
273 * VP60/VP61/VP6F/VP62 support
274 * Flash Screen Video support
275 * CamStudio Screen Video support
276 * DosBox Capture support
277 * Karl Morton's Video support
278 * limited atrac3 support
280 * Fluidsynth MIDI software synthesis (with external sound fonts)
281 * New codec FOURCCs to support more specific files:
282 Avid, FCP, Sony, Samsung, ...
284 * DNxHD / VC-3 support
285 * NellyMoser ASAO support
286 * APE (Monkey audio) support
287 * RealVideo support (with the RealVideo run-time)
288 * Dirac video support using libschroedinger
291 * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC)
292 * VBI & EBU (Teletext) support (*nix, Mac OS)
293 * Ogg/Kate subtitles support
294 * AQTitle subtitles support
295 * MKV USF subtitles support
296 * HTML-based subtitles support
297 * MPSub subtitles support
298 * JacoSub subtitles basic support
299 * MPL2 subtitles support
300 * Rewrite of ASS/SSA scripts and subtitles support
301 * PowerDivx (.psb) Subtitles support
302 * Realtext subtitle support
303 * DKS subtitle support
304 * SubViewer 1.0 (SubRip09) subtitles support
305 * Correct Right-to-left languages in subtitles support
308 * Flash Screen Video support
309 * Improved H.264 encoding speed
311 Video outputs and filters:
312 * New CoreAnimation-based output module (VLCKit framework on OS X only)
313 * Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and
314 Psychedelic) video filters can now be streamed
315 * New puzzle video output filter
316 * Re-written motion detection video filter
317 * New extract video filter (extract Red, Green and Blue components from a
319 * New sharpen video filter (increase the contrast of adjacent pixels)
320 * New erase video filter (removes logos from a video)
321 * Enhanced subtitles' renderer to support bold, italic and some HTML tags
322 (Google Summer of Code Student project)
323 * Support for RGBA and I420 blending.
324 The latter improves Mosaic CPU usage *a lot*.
325 * New transparency mask video filter (for use with the mosaic_bridge module).
326 * New bluescreen video filter (for use with the mosaic_bridge module).
327 This was previously part of the mosaic module.
328 * Fixed random characters problem in RSS filter.
329 * Add rotate-deciangle for more precision on rotate filter
330 * Support for Intel SSE2 instruction set in chroma converters
331 * Improved use of Intel MMX instruction set in chroma converters
332 * New croppadd and canvas video filters.
334 Audio outputs and filters:
335 * Replay gain support
336 * Audio playback when going slower/faster (with pitch correction via
337 new scaletempo audio filter)
338 * New spatializer audio filter
339 * Correct DTS output via S/PDIF
342 * RTSP for TS-multiplexed broadcast streams
343 * New RTP payload formats:
344 * Speex voice audio codec
345 * ITU T.140 (for text, subtitles) output
346 * G.711 (both A-law and µ-law) output
347 * UDP-Lite transport for RTP
348 * DCCP transport for RTP
349 * Lots of fixes for RTSP broadcasting
354 * New Simple Preferences dialogs showing the most important settings in an
355 end-user suitable way.
356 * Improved user interaction
357 * Improved mouse gestures
358 * Vastly improved Update checker
359 * Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2)
361 * Brand new interface for Linux and Windows, based on the Qt toolkit
362 * Fullscreen controller (transparency on Linux+Composite)
364 * Improved video output features
365 * Online access to VideoLAN's Help Wiki within VLC
366 * New setting to disable the "Recent Items" service
367 * When playing Radio (live) streams, the current track is shown correctly
368 * Correct appearance on Macs using Aqua's graphite theme
369 * Simplified Extended Controls panel
371 * Correctly displays wide characters when using an UTF-8 locale,
372 if libncursesw is available.
373 * Some nice colors if the terminal supports it (most do)
374 * Experimental Lua interface modules. See vlc -I lua and
375 share/lua/playlist/README.txt for more info.
377 * Option to allow only one running instance, using D-Bus interface.
378 * D-Bus Interface implementing the MPRIS
379 (Media Player Remote Interfacing specification), a common dbus control
380 interface for media players that intends to become an xdg standard when
381 finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces .
382 * Motion module using disk accelerometers to keep video horizontal
383 * Plugin to set Telepathy presence message using MissionControl
384 * Fixed VLM schedule time on Linux
387 * VLC now complies with the XDG Base Directory Specification version 0.6
388 http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
389 (which means that VLC doesn't use the $HOME/.vlc directory anymore)
392 * Mac OS X Framework "VLCKit" that can be used to embed VLC in third party
393 applications (Google Summer of Code Student project, Mac OS X 10.5 only)
394 * New text renderer based on Quartz replacing the existing Freetype solution
395 * Complete compatibility with Mac OS X 10.5 Leopard
396 * It is now required to compile a fully featured build
397 * The support of Mac OS X 10.3.9 and QuickTime 6.x was discontinued.
400 * Event management and various improvements in libvlc
401 (Part of a Google Summer of Code Student project)
411 * LibVLC now supports externally built plugins properly.
412 A "vlc-plugin" pkg-config package is provided.
413 * Java bindings are now built from a separate source.
416 Changes between 0.8.6h and 0.8.6i:
417 ----------------------------------
420 * Fixed integer overflow in WAV demuxer (CVE-2008-2430)
423 * Fixed option to use shared memory within the GLX video output module
424 * Improved galaktos-based audio visualizations on FreeBSD
425 * Miscellaneous bugfixes in multiple modules and in libvlc
426 (transcode stream output, OSD menu video filter, VCD input,
427 SAP services discovery, http control interface)
428 * Updated Polish translation
431 Changes between 0.8.6g and 0.8.6h:
432 ----------------------------------
435 * Updated GnuTLS and libgcrypt on Windows and Mac OS X (CVE-2008-1948,
436 CVE-2008-1949, CVE-2008-1950)
437 * Updated libxml2 on Windows and Mac OS X (CVE-2007-6284)
440 * Updated libebml and libmatroska on Mac OS X. Reliability improvements.
441 * Miscellaneous bugfixes in multiple modules and in libvlc
442 (ftp access, record access filter, video filters, RC interface,
443 playlist demuxer, IP networking, MPJPEG muxer, stream outputs)
444 * Improved support for MPEG2 content created by Final Cut Pro
445 * More reliable audio reception for MPEG TS streams
446 * Fixed a regression in 0.8.6g where usage of the snapshot feature could lead
447 to an unexpected application termination
448 * New Serbian translation
449 * Updated Romanian translation
452 Changes between 0.8.6f and 0.8.6g:
453 ----------------------------------
456 * Removed VLC variable settings from Mozilla and ActiveX
457 (CVE-2007-6683, VideoLAN-SA-0804)
458 * Removed loading plugins from the current directory
459 (CVE-2008-2147, VideoLAN-SA-0805)
460 * Updated libpng on Windows and Mac OS X (CVE-2008-1382)
461 * Fixed libid3tag denial of service (CVE-2008-2109)
462 * Fixed libvorbis vulnerabilities (CVE-2008-1419, CVE-2008-1420, CVE-2008-1423)
463 * Fixed speex insufficient boundary check (CVE-2008-1686, oCERT-2008-004)
466 * Fixed various memory leaks, improving stability when running as a server
467 * Fixed compilation with recent versions of FFmpeg
468 * Correctly parses SAP announcements from MPEG-TS
469 * Fixed AAC resampling
470 * The Fullscreen Controller appears correctly on Mac OS X,
471 if the 'Always-on-top' video option was selected.
474 Changes between 0.8.6e and 0.8.6f:
475 ----------------------------------
478 * Really fixed subtitle buffer overflow (CVE-2007-6681, CVE-2008-1881)
479 * Fixed Real RTSP code execution problem (CVE-2008-0073)
480 * Fixed MP4 integer overflows (CVE-2008-1489, CVE-2008-1768)
481 * Fixed cinepak vulnerabilities (CVE-2008-1769)
482 - More information can be found in VideoLAN-SA-0801 and VideoLAN-SA-0803.
485 * The Mozilla plugin registers a usable range of MIME-types on Mac OS X
486 * Improved VLC's video output behavior on multi-screen setups running Mac OS X
487 * Fixed crashes in H264 packetizer
488 * Close MMS access on network timeout
489 * Fix some problems with AAC decoder & packetizer
492 Changes between 0.8.6d and 0.8.6e:
493 ----------------------------------
496 * Resume playback for viewing content over FTP
497 * Fixed XShm detection with remote X11
500 * Subtitle demuxers overflow (CVE-2007-6681)
501 * HTTP listener format string injection (CVE-2007-6682)
502 * Fixed buffer overflow in the SDL_image library (CVE-2006-4484)
503 * Real RTSP overflows (CVE-2008-0225, CVE-2008-0295, CVE-2008-0296,
505 * Arbitrary memory overwrite in the MP4 demuxer (CORE-2008-0130,
509 * Fixed DTS to S/PDIF converter
512 * Fixed 5.1 audio on ALSA
515 * Fixed some RTSP hanging and user/password passing through RTSP URLs
518 * Fixed waiting for SPS/PPS problem in H.264 packetizer
521 * Improved compatibility for creating H.264 video files playable on iPhones
522 * Improved detection of optimal amount of threads for multi-threaded H.264
523 encoding on multi-cpu systems
524 - Note that this is used when transcode threads is set to 0 (default)
525 - Not supported on Windows (multiple threads require manual configuration)
527 Mac OS X Interface & Port:
528 * Restored compatibility with Mac OS X 10.3.9
529 * Corrected behavior of the Preferences panel
530 * VLC no longer crashes on quit while playing
533 * Updated Romanian and Polish translations
536 Changes between 0.8.6c and 0.8.6d:
537 ----------------------------------
540 * Mozilla plugin: supports a reasonable amount of MIME types on Windows
541 * Linux: Fixed S/PDIF passthrough with ALSA
542 * Automatic recovery on unexpected stream discontinuity (clock gap) occurrences
544 * Use field order (top/bottom) for correct bob/linear deinterlacing
545 * Fix invalid free in bookmarks loading code
547 Windows and Mac OS Binaries
548 * FLAC Security Update (CVE-2007-4619) to prevent multiple integer overflows
551 * Security update (VideoLAN-SA-0703, CVE-2007-6262)
553 Mac OS X Interface & Port:
554 * Apple Remote support on Mac OS X 10.5 Leopard with enhanced functionality
555 * Improved Video Output compatibility for Mac OS X 10.5 Leopard
556 * Improved behavior of the Fullscreen Controller and mode changes between
557 Fullscreen and Windowed Video Output
558 * Softened the white flash artifacts that may appear during the transition of
560 * Support for current Ogg file formats
561 NOTE: This release requires Mac OS X 10.4 or higher.
562 Mac OS X 10.3.9 is not supported anymore.
565 * Improved H.264 encoding speed on Mac OS X
568 * The automatic updating facility was removed
569 * You now need to append --m3u-extvlcopt to your command line to enable
570 EXTVLCOPT options parsing in m3u playlists.
571 * RTSP server remote denial of service fixed (CVE-2007-6684).
574 Changes between 0.8.6b and 0.8.6c:
575 ----------------------------------
577 Various bugfixes, notably:
578 * Windows Vista compatibility
579 * Cropping in Direct3D
580 * Fullscreen change crash on Mac OS X
581 * RSS filter string overflow
583 * MKV demuxer crash (related to seeking)
585 CDDA / Vorbis / Theora / SAP plugins:
586 * Security updates (VideoLAN-SA-0702, CVE-2007-3316, US-CERT VU#200928)
589 * Fixed a problem with detecting embedded subtitles (GAB2 format) in AVI
590 * Prevent WAV file integer overflow (CVE-2007-3467 & CVE-2007-3468)
593 * Updated FLAC API compatibility
596 * Support for new v4l2 encoder API
599 * New localisation: Arabic, Persian
602 Changes between 0.8.6a and 0.8.6b:
603 ----------------------------------
605 Various bugfixes, notably:
606 * Out-of-bound read in demuxers
607 * Demuxers crashes (incl. CVE-2007-0256)
608 * Mac OS X Interface crashes
609 * VP31 decoding on Windows platforms
610 * Direct3D Video Output modifications for Vista compatibility
611 * Correct behaviour for feeding streams to Icecast or Shoutcast servers
614 * Enhanced Flash Video support incl. VP61 and VP60
615 * Teletext subtitles (telx) support
618 * Rectified behaviour and improved usability
620 Mac OS X Interface & Port:
621 * Diverse usability improvements
622 * New wizard option to embed subtitles
623 * Screensaver/automatic sleep mode is enabled when a video is paused
624 * Improved Delete-Preferences-Script
627 Changes between 0.8.6 and 0.8.6a:
628 ---------------------------------
631 * Security updates (VideoLAN-SA-0701, CVE-2007-0017)
634 * Fullscreen controller improvements
637 Changes between 0.8.5 and 0.8.6:
638 --------------------------------
641 * Shoutcast TV listings support
644 * Support for RTSP authentication
645 * Support for adding subtitles on the fly
646 * Fixed MPEG-PS duration calculation
647 * ATSC support for DVB input
648 * Partial reading support for DVR-ms recordings
649 * Partial reading support for MXF and GXF fileformat
650 * Improved support for Flash Video files
653 * Native WMV9/VC-1 support
654 * WMA Speech support (through binary codecs)
655 * VP5/VP6 - Flash Video support (not VP61)
656 * The True Audio Lossless codec support
657 * Matroska WavPack support
658 * Improved H.264 support (interlaced, speed improvements etc but no PAFF)
659 * Fixed a problem with MPEG2 field pictures
660 * Fixed swapped colors on DVB subtitles
663 * Additional OpenGL effects (cylinder, torus, sphere, ...)
664 * Experimental Direct3D 9 video output (win32). Best served on Vista :)
665 * Improved libcaca support
669 * New hotkeys for crop and zoom
670 * Support for snapshots from the HTTP interface
672 * Systray support in skins
674 * Support for Apple Remote control
675 * Fullscreen controller panel (artwork by Simon Damkjær Andersen)
676 * New playmode buttons (artwork by Simon Damkjær Andersen)
677 * right/ctrl-click menu in video outputs
678 * Main Menu uses autohide when playing videos in fullscreen mode
680 * Notifications using notification-daemon
683 * Support for Unicode filenames (Windows NT and above)
685 - Please note that these versions of Windows are not officially supported
686 - Unicode support for Windows 9x/ME applications is available through the
687 Microsoft Layer for Unicode available from the following location:
688 http://www.microsoft.com.nsatc.net/globaldev/handson/dev/mslu_announce.mspx
689 Download the MSLU package (unicows) and extract the content into the folder
691 * Fixed IPv6 support on the client side
692 * Fixed disable screensaver (Direct3D and DirectX video output)
701 * Updates to the libvlc API
702 * Fixes for the mozilla and activeX plugins
705 Changes between 0.8.4a and 0.8.5
706 --------------------------------
709 * Statistics collection (bitrates, packets, connections, ...)
710 * Support for downloading updates
714 * Initial support for RTSP-over-HTTP (to allow NAT traversal)
715 * Linux DV (Digital Video - Firewire) input
716 * Improvements to the Audio CD input
717 - Separate playlist entries for the tracks
719 * Support for more DVB (satellite) encryption modules
720 * Improved subtitles encoding support
721 * Improved support for playing MP4 files from the Web
724 * Cook (Real audio) support
726 Playlist / Services discovery:
727 * XSPF playlist support
729 * Updated Shoutcast to use new listing
732 * New JACK audio output
736 - magnify: allows you to zoom on part of the image
737 - gradient and edge detection: "cartoon-like" effect
738 - bluescreen: overlay parts of a video transparently on another one
739 * Logo video filter: can now loop through multiple images
740 * RSS video filter: display feed images. Support for Atom feeds.
741 * Improvements to the subtitles rendering
744 * Initial support for throttling users on VOD streams
747 * System to inform the user and request information
748 - HTTP authentication
752 - VLM (VideoLAN Media Manager) control panel
753 - Improved media information panel (shows statistics, metadata, ...)
754 - Drag & Drop support in the playlist
757 - Support for Winamp 2 skins
758 - Improved playlist handling
759 - Support for popup menus, animated bitmaps, equalizer, ...
761 - Embedded Video output
762 - new Go-To-Specific-Time feature
763 - Video cropping and aspect ratio changing while playing
764 - Improved media information panel (shows statistics, metadata, ...)
765 - support for processing multiple items with the wizard in a single run
766 - option to save selections in the wizard for a session (default enabled)
768 - New default interface pages for VLC and VLM (including a mosaic wizard)
769 - A bunch of new RPN functions
772 * MSN messenger "Now playing" support
775 * Mac-Intel compatibility
776 * Enhanced support of various audio output devices
777 * Growl "Now playing" support
780 * Ability to log to syslog
781 * Root wrapper to avoid running VLC as root
784 * New libvlc API (not finished yet)
786 * A bit more automatic testing
789 Changes between 0.8.4 and 0.8.4a:
790 ---------------------------------
793 * Fix a52 over spdif in alsa
794 * SPDIF output available again in the Mac OS X Audio menu.
797 * Add support for new BMP and Cook (RealAudio G2) decoders in ffmpeg
798 * Add support for some non-standard FOURCCs used for H.264/H.263
801 * Fix bug with some HE-AAC audio tracks
804 * HAL fixes, should now work with new API
805 * SAP, fix 20 second freeze on windows
811 - fixed encoding of H.264/H.263 content when using the wizard
814 Changes between 0.8.2 and 0.8.4:
815 --------------------------------
818 * Internal strings handling is now UTF-8 based
822 * Fixed problems with OpenGL output
823 * New --monitor-par (pixel aspect ratio) option
824 * Fixed display problems with HDTV-1080 format
827 * Improved DVB support for satellite bands other than Ku-band
828 * IPv6 and Extended passive mode support for FTP
829 * IPv6 Source Specific Multicast support
830 * GnomeVFS input module
831 * Support for RTP packet reordering
832 * Fixed syntax for FTP URLs
835 * Support for libSDL_image to import different image types
836 * Musepack decoder using libmpdec
837 * QDM2 audio support (needs ffmpeg from 19th Oct 2005 or later)
840 * UPnP service discovery (Linux only at the moment)
841 * Bonjour service discovery using avahi (Linux only)
847 * Fixes, enhancements and new options related to the Headphone Channel
848 Mixer and Dolby Surround
851 * New shout output module to forward streams to icecast servers
852 * Fixed several SAP and SDP announcement bugs
853 * Fixed MTU handling to avoid IP fragments
856 - new cone icon by Richard ¯iestad (Eurodata, retron.info)
858 - New streaming and transcoding wizard
859 - New extended controls panel
860 - New bookmarks window
861 - Fixed playlist sorting
862 - Fixed drag-and-drop inside the playlist
864 - Rename wxWindows interface in wxWidgets.
865 - All the --wxwin-* options are now --wx-*
866 - Support for RTP streaming in Stream Ouput dialog
867 - Now require wx2.6 with Unicode support
871 - New RPN functions to control VLC features (see play-howto)
872 - Facilities to correctly handle non-ASCII characters and spaces in
874 - Include macro to include other files
878 * Should now work outside IE as well
881 * New script to delete the preferences automatically
884 * Fixed bandwidth problems of HTTP streaming
885 * Fixed audio problems with DirectX audio output
888 The following languages were added:
893 The following languages were re-added:
897 Changes between 0.8.1 and 0.8.2:
898 --------------------------------
901 * Rewrite of the playlist
903 - Input preparsing (for meta-data)
904 - Grouping (by artist, ...) support
905 * Preferences improvements:
906 - New organization, designed to improve usability
907 - New configuration types (list of modules, ...)
909 * Core image manipulation support
910 * Client-side SSL/TLS support
911 * SSL Client certificates checking support (allows for secure VoD)
912 * Renamed --spu-channel to --sub-track
913 * Renamed --spumargin to --sub-margin
914 * Renamed --audio-channel to --audio-track
915 * Renamed --filter to --vout-filter
916 * filters, extra interfaces, visualizations and service discovery modules are
917 now separated by ':' instead of ','
918 * Access filter architecture
919 * Track selection based on preferred language (--sub-language and --audio-language)
920 * Zsh autocompletion for VLC's arguments
924 * Support for SOCKS proxy
925 * Support for Shoutcast Meta-data
926 * Support for (HE-)AAC raw-audio streams
927 * Support for images on a HTTP server that get refreshed on the server
928 * Better support for Kasenna streams
929 * RTSP UDP->TCP rollover support
930 * Massive Matroska improvements
931 * Support for XA and VOC audio files
933 * Samba (Windows shares) access module
934 * Improved CDDAX module (uses several playlist items)
935 * Fixes to Linux DVB support
936 * Fix the "negative subtitles delay" bug
937 * Support for FTP over IPv6
940 * Dirac decoder and encoder
941 * PNG decoder/encoder
942 * Improvements to DVB subtitles encoder
943 * Support for Apple Lossless Audio Codec
946 * New Record and Timeshift filters
949 * New type of modules, that add items to the playlist
950 * Brand new SAP module
951 * To enable SAP, you now need to use "-S sap" or add SAP in
952 the "Manage->Services Discovery" menu
953 ( IPv6 SAP is now enabled by default )
954 * Non-standard support for HTTP streams SAP announces removed
955 * HAL (Hardware Abstraction Layer) discovery
956 * DAAP (iTunes shares) support
960 * Support for 20/24 bits LPCM
963 * Video snapshot support (png or jpg)
964 * Image file video output (png)
965 * Motion detection filter (can trigger playlist actions)
966 * Improvements to wall video filter
967 * Support for font color and opacity
973 - Ability to load a configuration file on startup
974 - Seeking support in VoD streams
975 * Mosaic (picture-in-picture system)
979 - Redesigned playlist : add playlist, add directory, ...
980 - Improved preferences
981 - Improvements to the wizard
982 - DVD, VCD and Audio CD navigation buttons
984 - Redesigned playlist
985 - Improved preferences
987 - Support for multiple actions
990 - Support for the new playlist system
992 - Now uses new config settings. See doc/lirc/example.lirc
995 * Screensaver disabling fix
996 * DirectShow tuner configuration
997 * Support for no-decoration windows
1000 * Many Mac OS X 10.4 Tiger related fixes
1001 * The OpenGL video output is back
1002 * A new audio module that should work more reliable for analog audio output in various configurations.
1003 - Supports multichannel discrete analog output
1004 - Digital audio output requires you to change a preference setting because it
1005 is not yet available in the new module
1006 - Please read the README.MacOSX.rtf file for more information.
1009 * Support for single-buffered overlay
1018 * Mozilla plugin for MacOS X is back (not yet distributed)
1021 * Brand new Internet Explorer ActiveX plugin
1024 The following languages were added:
1030 Changes between 0.8.0 and 0.8.1:
1031 --------------------------------
1034 * Include TLS/SSL API (on plattforms where libgnutls is available)
1035 * SSL support in the HTTP daemon (HTTP stream output and HTTP interface)
1038 * Fixed win32 multichannel audio output support (which was broken in 0.8.0)
1039 * Fixed DV and MPEG (WinTV PVR 250/350) support in the dshow input
1040 * Fixed spurious taskbar item after switching to fullscreen
1043 * A few more updates (we still miss an interface and a fast video output).
1046 * Portaudio audio output plugin improvements
1049 * Proper subpictures scaling using the aspect-ratio info when available
1052 * Fixed crash with ODML avi files
1053 * Fixed autodetection of VCD/SVCD bin files
1054 * Supports Kasenna VoD (MPEG2 only) and simulcast streaming
1058 * Fixed aspect ratio and interlaced support in ffmpeg encoder module
1060 * Support of playlist group announcement
1063 Changes between 0.7.2 and 0.8.0:
1064 --------------------------------
1067 * Major work on libvlc. Changed/renamed/added functions
1068 * Complete switch to the new input core (better seeking, multi-input, ...)
1069 * New plugins cache to speed up launch time
1070 * New --play-and-stop feature which stops the playlist after each played item
1071 * Daemon mode (to run vlc in the background)
1072 * Major improvements to the subtitle/OSD subsystem
1075 * New screen capture input plugin for X11, Win32, BeOS and Mac OS X
1076 (Stream your desktop)
1077 * Improved DVD support:
1078 - uses libdvdnav for playing DVDs with menus support
1079 - uses libdvdread for simple playback with menus (eg. for streaming)
1080 * Experimental multi-input support ( use --input-slave to play with it )
1081 * Automatic MTU discovery for UDP streams
1082 * More powerful MRL syntax for DVD/VCD/CDDA access
1083 (selection of titles/chapters).
1086 * Support for iTunes Music Store previews
1087 * Support for MJPEG webcams (i.e. AXIS cams)
1088 * Added initial mp4 and mpeg-ts text track support
1089 * Windows Media Server RTSP support
1090 * Support for MPEG TS streams with error correction (204/192 bytes TS packets)
1091 * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
1092 * Skins2 .vlt file loader (only when skins2 is the current interface)
1093 * Improved Ogg demuxer
1094 * Support for MPEG PS streams with MPEG 4 video.
1095 * Support for so called AACPlus webstreams
1098 * G.726 audio support
1099 * 14496-17 MPEG TS text support
1100 * MPEG-4 text support
1101 * Vastly improved DVB subtitles decoder (ETS 300 743)
1102 * Enabled color in DVB subtitles rendering
1103 * VobSub supported both externally and in Matroska
1107 * Re-use audio/video/spu decoders in transcoder module. From now on,
1108 everything that is playable by VLC should be transcodable as well
1109 * Subtitles overlaying in transcoder
1110 * Subpictures overlaying in transcoder (see video output)
1111 * Frame rate selection in the transcoder
1112 * DVB subtitles encoder
1113 * MPEG 1 layer 2 audio encoder using libtoolame
1114 * Improved vorbis/theora encoding
1116 * Text track muxing for mp4
1117 * Multipart mjpeg muxing. Your video is directly viewable in a Mozilla Browser
1118 * 14496-17 text track muxing for MPEG TS
1119 * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
1120 * Teletext (0x56 descriptor) streaming support in MPEG TS.
1121 * New WAV muxer (supports multi-channel audio)
1122 * Improved ASF muxer
1124 * H.263 RTP streaming support
1125 * SDP generation outputs more compliant SDPs and can create SDP files now
1126 * Improved RTSP and VoD server (experimental)
1129 * New audio equalizer filter
1130 * Very trivial volume normalizer
1131 * True channel downmixing when playing 5:1 material on Stereo
1132 * More gradual resampling which should improve the pitch changing effect
1133 * New audio output plugin using portaudio v19
1136 * Roku HD1000 Video output
1137 * Experimental generic OpenGL video output (X11, Win32, MacOS X)
1138 with support for effects.
1139 * Improved filter and subpictures support :
1140 - New filters can be streamed.
1141 - "Subpicture filters" to overlay subpictures on video
1142 - Centralized scaling and blending
1144 - "time", to display current time
1145 - "marq", to display a marquee
1148 * OSD sliders for volume and postition information
1149 * OSD icons for Play and Pause
1150 * New Streaming Wizard for Windows and Linux default interfaces (wxWindows)
1151 * A few skins2 improvements
1152 * Added search, volume, loop and random functions to the ncurses interface
1153 * Added a filesystem browser to the ncurses interface
1154 * The remote control interface can now listen for commands on sockets
1155 * Improved CORBA control module
1158 * Fixed the "cannot set buffersize:[nope]" coreaudio problem
1159 * Major speed improvements to the Quartz video output
1160 * The Mac OS X interface is no longer required to display video
1163 * New galaktos visualization plugin (MilkDrop-compatible)
1164 * Experimental SVG rendering module
1165 * Support for DVB CAM modules.
1168 * DirectX Media Object decoder (allows playing some media types, like WMV3)
1169 * DirectX Media Object audio and video encoder
1170 * Fixed long standing win32 thread handles leak
1171 * Fixed problem with CPU usage with subtitles rendering
1172 * Wallpaper mode for the DirectX video output (only in overlay mode)
1175 * Massive update (we still miss an interface and a fast video output).
1178 * Added a lot of Javascript accessible funtionality
1179 * Volume, position, length, seek etc etc etc.
1182 * Server/client network synchronization module
1183 * VBrick streams fully supported
1184 * Cisco IP/TV streams supported
1188 Changes between 0.7.1 and 0.7.2:
1189 --------------------------------
1192 * Bookmarks feature for easier seeking/access inside medias.
1193 * Support for video output embedded in interfaces.
1194 * Improved HTTP daemon.
1195 * Saved playlists now remember VLC-specific options.
1198 * New Continuous Media Markup Language (CMML) codec.
1199 (http://www.annodex.net/overview.html)
1200 * New H.261 video decoder using openmash.
1201 * H264 encoder, demuxer and packetizer.
1202 * Packetizer interfaces between demux and codec when needed
1203 (allows using ffmpeg plugin to decode MPEG streams and better aac decoding).
1204 * Support for Theora alpha3 (both decoding and encoding).
1207 * --start-time <sec> and --stop-time <sec> to start and stop playing a
1208 file at the specified amount of seconds. Only works with a few
1209 fileformats (avi, mov, mkv, mp4 )
1210 * Improved directory access module.
1211 * New "file-cat" option to play truncated movies.
1212 * Better handling of meta info (title, author, description, etc...).
1213 * New options to pass meta info to the input.
1214 * It is now possible to stream programs from a DVB-S/C/T stream
1215 (satellite, cable, or digital terestrial television)
1218 * Annodex (http://www.annodex.net) support.
1219 * mmsh streaming fixes.
1220 * Fixed infinite loop in the AVI demux on broken/incomplete files.
1223 * Subviewer and subviewer v2 subtitles support.
1224 * Ability to choose autodetected subtitles path.
1225 * Subtitles delay can be changed in real time with hotkeys.
1228 * Improved session announcement system.
1229 * Minimize threads usage by default.
1230 * Added faster than realtime stream output (limited by CPU) for file output.
1231 * Improved MOV/MP4 muxer.
1232 * Improved MPEG TS muxer.
1233 * Improved transrater.
1234 * Meta info options used by the muxers.
1235 * New configuration system.
1236 * Better audio channels downmixing when transcoding.
1239 * New videolan (media) manager (vlm): a little manager designed to launch
1240 and manage multiple streams from within one instance of VLC.
1241 * Supports live streams and VoD.
1242 * Supports scheduling.
1243 * Telnet interface for vlm.
1244 * HTTP interface for vlm.
1247 * Skins II (Windows and Linux only)
1248 - Ability to embed video output.
1249 - Support for bitmap fonts.
1250 - Lots of improvements.
1251 * wxWindows (default Windows and Linux interface)
1252 - New design and set of icons.
1253 - Ability to embed video output.
1254 - Support for hotkeys.
1255 - Support for bookmarks.
1257 - Support for 'groups' and playlist item properties.
1258 - Better hotkeys handling.
1261 * OpenGL video output is now the default when available.
1262 * Added FAAC encoder (mp4a).
1263 * Audio output fix to work with multiple streams on a HAL device.
1264 * Possible fix for conflict with CodeTek VirtualDesktop (untested).
1267 * DirectShow input plugin should work with more devices.
1268 * Disable monitor power down when watching movies.
1269 * Improved Windows installer.
1275 * Improvements to the Goom visualisation plugin.
1276 * Roku HD1000 audio output.
1279 Changes between 0.7.1 and 0.7.1a:
1280 ---------------------------------
1283 * Fixed the infamous 'mp3 takes twice the CPU it should take' bug
1284 * Playing MOD files is working now.
1287 Changes between 0.7.0 and 0.7.1:
1288 --------------------------------
1291 * Fixed a nasty bug that causes preferences not to be saved some times.
1292 * IGMPv3 support for VLC under Windows XP and Linux.
1295 * Brand new DTS Coherent Acoustics audio decoder based on libdts
1296 (http://www.videolan.org/dtsdec.html)
1297 * Fixed DTS S/PDIF output
1298 * SVCD (Philips OGT) and CVD subtitles
1301 * Internal improvments
1302 * Improved import/export
1305 * Experimental support for Nullsoft streaming video(.nsv) and real media(.rm)
1307 * New demux module that uses libavformat from ffmpeg. Adds support for many
1308 small and strange formats.
1310 * New MOD audio demux.
1311 * Support for DTS and A52/AC3 wav files.
1312 * Support for DTS and A52/AC3 audio CD.
1313 * New and experimental DVD input plugin with menus support (using libdvdnav).
1314 * Added back DV audio support in raw DV demuxer.
1317 * MP4/MOV muxer improvements (fast-start, aac in mov, etc...).
1318 * Fixed a nasty bug in the mpeg video packetizer.
1319 * Improved transcoding (multithreading, more tuning, etc...).
1325 * New opengl video output plugin.
1328 * A few improvements to the DirectShow input plugin.
1329 * Fixed ipv6 name resolution.
1332 Changes between 0.6.2 and 0.7.0:
1333 --------------------------------
1336 * Brand new decoder/packetizer api.
1337 Adds a lot more flexibility while also simplifying the decoder plugins.
1338 * New encoder api (Ffmpeg, Vorbis, Theora, Flac and Speex encoders available).
1339 * Video outputs are recycled if possible.
1340 This removes any 'flicker' between two similiar video files.
1341 * Fixed the video filters. Video should no longer go black when using filters.
1342 * New input core. Advantages are: better seeking, more responsive, support for
1343 subtitle files at the core, and much much more.
1346 * Added a repeat mode to repeat a single file over and over.
1351 * Fixed annoying seeking problem with Ogg files (seeking would take ages).
1352 * Support for Flac in Ogg files.
1353 * MPEG TS demuxer also handles A52 and AAC audio in DVB streams.
1354 * Rewrite of the Flac demuxer.
1355 * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo. (Linux only)
1356 * Reworked DVB tuning.
1357 * Better Icecast support.
1358 * New MPEG video elementary streams demuxer.
1359 * New DTS audio elementary streams demuxer.
1362 * Support for Theora video encoding.
1363 * Support for Speex audio decoding/encoding.
1364 * Rewrite of the Flac decoder + encoding support.
1365 * Support for MPEG2 422 decoding which was recently added to libmpeg2 (cvs).
1366 * Support for AAC + SBR and proper multi-channel re-ordering.
1367 * MPEG 2.5 audio support.
1368 * Removed deprecated decoders (a52_old, mpeg_video and mpeg_audio).
1371 * Improvements to the MPEG TS muxer.
1372 * New transrating module for MPEG2 video.
1373 * Added packetization for MPEG AAC ADTS streams.
1374 * Added packetizers for Flac, Speex, Theora, LPCM, DTS and SPU streams.
1375 * Improved mp4 muxing and added AAC/MP4V support when transcoding.
1376 * Improved Ogg muxing and added Theora, Speex, Flac and subtitles support.
1377 * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio.
1378 * --sout-keep option to keep the stream open while changing input.
1379 * Preliminary RTP support.
1380 * Fixes to SAP announces.
1385 - misc improvements (eg, "stay on top" option).
1386 * New standardized and customizable hotkeys.
1388 - Playlist improvements (Sort, Search, mode buttons).
1389 - Improvements and help in preferences
1390 - New streaming wizard
1391 - Revised Disc Open menu
1393 - Improvements of the standard pages
1394 - Support for new commands
1395 * OSD ( OS X and hotkeys only atm ).
1398 * Many fixes to the SAP module
1399 * SAP now supports HTTP streams
1402 * Text subtitles now have a black outline.
1403 * Text subtitles autodetection.
1404 * Text subtitles charset autodetection.
1405 * Text subtitles for all videofiles. Results may vary.
1406 * Text subtitles in Hebrew are supported. Arabic partially.
1407 * Automatic fontsize selection for text subtitles.
1408 * Fixed SAMI text subtitles support.
1409 * Support for subtitles in Matroska files.
1410 * Support for subtitles in DVB streams.
1413 * New controller designed by Max Rudberg from www.maxthemes.com
1415 * Works on 10.1.x again. Apologies for that problem.
1416 * Support for Panther.
1417 * Support for raw dumping of streams to disk.
1418 * Mozilla plugin for Mac OS X (experimental).
1421 * New DirectShow input module (for video acquisition cards, webcams, PVRs...).
1422 * VLC can be installed as a Windows NT service.
1423 * Allow on the fly switching of the main interface.
1424 * Support for 3F2R in audio output.
1425 * New --one-instance option to "force" only one running instance of VLC.
1426 * Mozilla plugin for Windows (experimental).
1427 * Multimonitor support (untested).
1428 * Fixed nasty timing bug on some dual-cpu / P4 with hyperthreading systems.
1431 * Improved Video4Linux input. Also added support for an audio only input.
1432 * Support for real-time priority when running with root privileges.
1433 * Allow on the fly switching of the main interface.
1436 * Brand new Gtk 2 interface
1439 * Audio visual effects filters (spectrum, scope and random).
1440 * Audio visual effects filter using goom.
1441 * Spanish, Portuguese Brazilian and Hungarian translations.
1442 * libcaca video output (colored ascii)
1445 Changes between 0.6.1 and 0.6.2:
1446 --------------------------------
1449 * Fixed a nasty regression in 0.6.1 which made some streams unplayable.
1452 * Transcoder now generates proper pts/dts thus should work a lot better.
1453 * Improved MPEG TS muxer.
1456 * Support for DVB-S/C/T cards using v4l2 API for Linux 2.6.x kernels.
1457 * Few fixes to the VCD navigation.
1460 * Support for DVD menus navigation added to the wxWindows interface.
1463 * ALSA multi-channel support fixed and tested.
1464 * Fixed fullscreen with gnome metacity.
1467 * Fixed VCD support which was broken on some machines.
1470 * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
1473 * Text subtitles now centered on the picture.
1474 * Ffmpeg decoder now generates proper pts and can be used to play
1478 Changes between 0.6.0 and 0.6.1:
1479 --------------------------------
1482 * There should be less bogus resampling, particularly on DVDs.
1483 * VLC will now wait for the medium to wake up before starting its clock
1487 * Added vorbis audio support in Ogg streaming.
1488 * Added vorbis audio transcoding support.
1489 * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
1491 * ALSA multi-channel support fixed and tested.
1492 * Fixed fullscreen with gnome metacity.
1495 * Fixed VCD support which was broken on some machines.
1498 * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
1501 * Text subtitles now centered on the picture.
1502 * Ffmpeg decoder now generates proper pts and can be used to play
1506 Changes between 0.6.0 and 0.6.1:
1507 --------------------------------
1510 * There should be less bogus resampling, particularly on DVDs.
1511 * VLC will now wait for the medium to wake up before starting its clock
1515 * Added vorbis audio support in Ogg streaming.
1516 * Added vorbis audio transcoding support.
1517 * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
1518 * PS muxer can create mpeg1 files now and produce streams with system headers.
1519 * You can transcode a52 with more than two channels to mpga now.
1522 * Fixed DVD support which was partly broken due to a bug in libdvdcss
1523 * Fixed 5.1 audio support for the sblive/audigy soundcards.
1524 * Fixed sound on Windows NT.
1527 * Fixed/improved ALSA support and enabled multi-channel audio output.
1528 * X11/Xvideo: Should now work on big endian machines, and you can now
1529 use the arrow keys to browse through the DVD menus.
1532 * Gtk+2 interface called PDA
1533 * Familiar Gtk+ is now deprecreated
1534 * Codec a52, Faad2 and flac added
1535 * Video4Linux enabled (demux and transcode)
1536 * Stream Out with transcode support enabled (use codecs: HuffYuvv and A-law).
1539 * Small updates/fixes to the wxWindows interface.
1540 * Improved HTTP remote control interface. You can now create your own HTML pages.
1541 * A new CORBA control plugin.
1544 * Improved support for the Matroska container format.
1547 * Improved build system.
1548 * New video filter plugin to overlay logos.
1549 * Added support for Winamp 3 B4S files.
1550 * New subtitle module which uses freetype2 to render arbitrary fonts in any size.
1551 Should also work with languages like russion for instance.
1554 Changes between 0.5.3 and 0.6.0:
1555 --------------------------------
1558 * Channel Server support was removed (was deprecated)
1561 * Fixed a big bug in ftp and http access that prevented many platforms (OSX most prominently) to view ftp and http streams.
1562 * Fixed large file support on Windows
1563 * Video 4 Linux support
1564 * CD Digital Audio support
1565 * Fixed IPv6 multicasting on Windows and OSX.
1568 * Better detection of AAC and mp3 files
1569 * Support for OpenDML avi files
1570 * More complete .mp4/.mov support
1571 * Very early support for the Matroska container format (don't complain if it doesn't work ;)
1574 * VLC's own MPEG1/2 decoder has been replaced with libmpeg2
1575 * Support for Sorenson 3 (SVQ3 or Quicktime content) via ffmpeg
1576 * OSX support for QDM2 and QDMC sound, often used in QT content.
1577 * Fixed a bug which was causing artefacts in DivX video (ffmpeg)
1578 * Updated our theora decoder to use the alpha 2 release of libtheora
1579 * If ffmpeg cannot keep up, skip and try to recover instead of stopping altogether
1580 * Indeo Video 3 (IV32) support for little-endian computers. (so not for OSX)
1583 * The wxWindows interface is now fully useable as well as Unicode safe
1584 * New HTTP remote control interface
1587 * New stream output scheme. It is now possible to build a chain of stream outputs allowing for instance to stream and display some content at the same time.
1588 * The stream output now allows to transcode content on the fly.
1589 * Fixed major bug that prevented streaming mpeg 1/2 video with pulldown content.
1590 * SAP/SDP announcing support. (both IPv4 and IPv6)
1593 * New reset option for the preferences
1594 * You can set your language in the prefences
1595 * New video chroma conversion module using ffmpeg
1596 * Added a Gentoo ebuild to the distribution
1597 * Added a new smaller subtitles font (now the default) + scripts to generate your own
1598 * SAP/SDP IPv6 support
1601 * Basic support for the X11 Xinerama extension.
1602 * New skinable interface ported to X11.
1603 * Run opie-vlc and zaurus-vlc as GuiServer
1606 * When you add several items to the playlist, they are sorted alphabetically.
1607 * New about panel and revamped preferences panel.
1608 * Fixed the deinterlace menu.
1609 * Float on top, Fit to Screen and a Transparency option for video out.
1610 * New output dialog for transcode and display while stream capabilities.
1611 * New icons by Davor Orel.
1612 * New audio resampler. Should make VLC much faster.
1613 * Fixed disappearing and crackling sound (PTS is out of range bug)
1614 * We no longer automatically save the preferences when you quit the application
1615 * Arrow keys are now use to browse the menus in a DVD
1618 * the wxWindows interface is now the default interface
1619 * The keyboard shortcuts are now identical to the linux version
1620 * Fixed the "no sound" problem on NT4
1621 * Improved skinnable interface (it now uses the wxWindows interface dialogs).
1622 * Added support for compressed skins files (.vlt files)
1623 * Fixed SVCD chapters support.
1624 * Fixed memory leak with 5.1 audio.
1627 * Interface localization
1628 * Screensaver disabled if playing in fullscreen
1629 * A few new keyboard shortcuts
1630 * New full-featured Preferences window
1633 Changes between 0.5.2 and 0.5.3:
1634 --------------------------------
1637 * fixed DTS S/PDIF output on little-endian machines
1638 * support for skins at the interface level
1639 * new OSD module using Freetype2
1640 * video outputs are now destroyed when the associated input ends
1641 * the video output takes into account the caching delay introduced at the
1642 input level before dropping out of date frames.
1643 * configuration option to disable the translation of the interface
1646 * fixed HTTP redirects
1647 * support for opening an entire directory
1648 * EOF should be detected more reliably
1649 * new video4linux access plug-in
1650 * new kfir access plug-in designed to work around a bug in the kfir driver
1653 * added stream type for some Motorola MPEG-2 video encoders
1654 * fix for some ogg web radio streams
1655 * fixed reading TS streams over HTTP
1658 * support for 3ivx D4 (not previous versions)
1659 * support for '3ivd' and '3vid' encodings
1660 * support for 'MSS1' codec ( same as WMV2 )
1661 * support for SAMI subtitles (untested and incomplete)
1662 * better SSA4 subtitles recognition
1663 * new codec for raw I420 video
1664 * improvements to the libmpeg2-based MPEG video decoder
1667 * improvements to wxWindows based interface
1668 (although it still misses some important features)
1669 * skeleton for a Gnome2/GTK2 plug-in
1672 * new HTTP output support
1673 * fixed a segfault in the AVI muxer
1674 * fixed AV synchronization issues
1677 * support for oldstyle id3 genres
1680 * the SDL vout plug-in will now work on big-endian machines
1683 * reorderable playlist
1684 * fixed the hiding of the mouse on multiple monitors
1685 * fixed a big issue with some USB speakers
1686 * support for mono audio output devices
1687 * reset the audio-device to its default mode before quitting VLC
1688 * fixed several cosmetic issues
1689 * you can drag the controller window by its background (as it should be)
1690 * the messages window remembers more lines
1691 * delay and fps can now be overruled with subtitles files
1692 * http and ogg stream output options
1693 * Apple menu and friends will now be translated as well
1696 * new skinnable interface
1697 * the directx video output doesn't crash anymore on ctrl+alt+del events.
1699 iPAQ familiar Linux port:
1700 * support for FLAC audio format
1701 * the interface adapts to the screen size/rotation
1703 * network tab in the interface
1704 * "apply" handling in preferences
1707 Changes between 0.5.1a and 0.5.2:
1708 ---------------------------------
1711 * advanced config options are now hidden by default
1712 * new --spdif option to use the S/PDIF audio output by default
1713 * fixed a 'clicking' sound when switching between streams
1714 * new bandlimited resampler that should improve audio quality on primarily
1716 * fixed a problem with audio over http that caused some web radios to not work
1717 * DTS S/PDIF support
1720 * support for DV audio through the ffmpeg library
1721 * support for FLAC audio through libflac
1722 * new but basic MPEG video decoder based on libmpeg2
1723 * fixed a major bug in LPCM code (fixes a problem with iDVD disks)
1726 * support for streaming DivX 1/2/3, wmv1/2, h/i263 over MPEG-2 TS
1727 * new --ttl option for Time To Live
1730 * fixed quite a few problems with the dvd menu support
1733 * fixed the GNU-pth support
1736 * multi-channel audio and S/PDIF support for both the DirectX and Waveout
1738 * localization support via gettext is now fully working
1739 * rc interface is now fully useable
1740 * fixed the MSVC project files generation
1743 * several fixes for multi channel audio devices. AC3 over SPDIF with
1744 M-Audio Sonica Theater still does not work. this is most likely a driver
1745 bug and has been reported to M-Audio. (Sonica, Revolution, Delta, Griffin
1746 iMate and MOTU firewire devices should work)
1747 * VLC now uses the default audio device
1749 * very preliminary support for VLC control via applescript
1750 * support for mouse gestures
1751 * new priority scheme allowing to avoid lock-ups on low-end machines
1754 * there is a whole new port for the linupy distribution used by o.a. the
1755 YOPY PDA. It is still experimental, please test it
1758 * improved ID3 tag detection
1759 * changed several errors into warnings ; the frequently reported "this is
1760 not a PS stream, continuing" is one of these
1761 * mouse gestures work on windows and osx, but there still isn't any useful
1763 * some support for .pls playlists used by shoutcast
1766 Changes between 0.5.1 and 0.5.1a:
1767 ---------------------------------
1770 * fixed a problem that caused VLC to select the wrong language when
1771 English was set as the preferred language
1774 Changes between 0.5.0 and 0.5.1:
1775 --------------------------------
1778 * new mouse gesture interface
1779 * audio volume can now be changed at any time, even when no file is
1783 * various minor fixes on the network inputs
1784 * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
1785 * VCD: fixed track number and chapter indexing
1788 * fixed a bad initialization in the mp4 plug-in
1789 * new --buggy-psi option for TS streams which do not update their
1793 * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
1796 * fixed a bug which turned the default interface command-line only
1797 without the user consent
1800 * GTK: fixed a crash when going fullscreen or changing volume from the
1802 * X11: new screen saver disabling plug-in (--extraintf screensaver)
1803 * KDE: fixed compilation with KDE 3.1
1804 * ALSA: fixed mono files output
1807 * fixed a crash on start-up on some localized systems
1808 * lowered real-time priorities to avoid lock-ups on slow machines
1809 * VLC can now be made the handler of ftp http mms and udp URLs
1810 * playlist enhancements
1811 * added half, normal and double video window menu items
1812 * new step forward/step backward commands
1813 * the dock should no longer be visible in fullscreen mode
1814 * the Mac OS X binary is now compiled with Ogg/Theora support
1815 * vlc.app is now VLC.app
1818 * fixed the "RichEdit line insertion error" bug
1819 * VLC can now be run from outside its installation directory
1820 * fixed a bug that prevented to find the default subtitle font
1823 * smarter BeOS priorities to avoid lock-ups
1824 * few enhancements in the interface (especially the Settings window)
1827 * native video output is working again
1828 * only commandline interface support
1829 * support for MPEG4, DivX through ffmpeg package
1832 Changes between 0.4.6 and 0.5.0:
1833 --------------------------------
1836 * object structure which allows for full re-entrancy, known as libvlc
1837 * new audio output architecture based on filter pipelines, providing
1838 S/PDIF and multi-channel support
1839 * localization support via gettext on most architectures
1840 * new stream output architecture, allowing to use VLC to unicast,
1841 multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
1842 and A/52 streams are supported)
1843 * build system now uses autoconf/automake/autopoint
1848 * stability fixes in the HTTP access
1849 * auto-detection of RTP encapsulation
1850 * VCD entry points support
1851 * VCD image file support
1854 * support for *.asf format
1855 * improved support for *.avi, especially over an HTTP connection
1856 * support for *.mp4 and *.mov format
1857 * support for ogg encapsulation
1858 * support for raw DV format
1859 * support for *.wav format
1860 * new demuxdump demux allowing to save a stream to a file
1863 Stream discovery & playlists:
1864 * support for the SAP/SDP and SLP protocols
1865 * support for .m3u file format
1866 * support for .asx file format
1867 * hack to find the streaming sources in html-pages with embedded wmp
1870 * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
1871 (only available with the .avi demux)
1872 * support for ADPCM audio codec
1873 * support for raw PCM data
1874 * support for Cinepak video codec
1875 * support for DV video codec via libdv or ffmpeg
1876 * support for AAC audio codec via libfaad2
1877 * support for Xvid codec
1878 * support for Xiph.org's Vorbis audio codec
1879 * support for Xiph.org's Tremor audio codec (when compiling from sources)
1880 * support for Xiph.org's Tarkin and Theora video codecs (when compiling
1882 * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
1884 * fixed an endianness bug in LPCM codec
1887 * experimental preliminary support for DVD menus via libdvdplay
1890 * new WxWindows interface
1891 * all interfaces allow to dynamically change the volume, the audio
1892 device and the channels configuration
1893 * headphone channel mixer with virtual spatialization effect
1894 * Mozilla plugin based on libvlc for embedded playback in webpages of any
1895 format that VLC can play
1896 * new swedish translation
1897 * enhancements of the playlist window
1898 * new messages window to see debug info
1899 * fixed a few crashes
1902 * slider bar in GTK+/GPE Familiar interface
1903 * fixed crash on directory change in Familiar interface
1904 * added qte_main module for use in all modules that need Opie or Qte support
1905 * native video output module for Qt Embedded/Opie is not working