1 Changes between 1.0.5 and 1.1.0-rc:
2 ------------------------------------
3 Important changes for users:
4 * On Linux, known bugs in the ALSA library might prevent audio output.
5 Update to alsa-lib 1.0.24 or later, or use the PulseAudio output instead.
7 Important changes for packagers:
8 * The module cache has moved to ${libdir}/vlc/. The module cache can now be
9 generated at install time except if you use staged installation. In the
10 later case, you can generate the module cache in your post-inst script
11 by invoking 'vlc-cache-gen'. If the module cache is not present and vlc
12 can't write in ${libdir}/vlc/, it will result it vlc taking a long time to
14 * Most X11-related plugins now use XCB instead of Xlib. VLC now uses
16 - xcb, xcb-shm, xcb-xv, xcb-randr (from libxcb),
17 - xcb-keysyms (from xcb-utils),
18 - x11-xcb (from libx11) - only for GLX support.
19 * On X11 platforms, a _working_ version of xdg-screensaver is typically
20 required to inhibit the screensaver during video playback.
23 * Support for the sftp protocol
24 * Support for CDDB servers for Audio-CD on the Windows port
25 * New memory input (imem) access and access_demux module to feed VLC from data in memory
26 * New avio module to use libavformat capabilities for network streams, like rtmp://
27 * Port of the screen module from Xlib to XCB
28 * Port of the dc1394 module from libdc1394 to libdc1394 v2.0
31 * Support for DxVA2 for H.264 decoding on GPU on Windows Vista and 7
32 * Support for VAAPI for H.264 decoding on GPU on GNU/Linux
33 * Audio/Video decoders and encoders using OpenMAX IL components for DSP usage
35 * Support for HD-DVB subtitles - Display Definition Segment
36 * Support PGS subtitles for Blu-Ray
37 * Invmem module improvements
38 * Support for Atrac1 audio codec
39 * Support for SSE3 and SSE4 capabilities in some codecs
40 * Multiple improvements for subtitles styles .SRT and .SSA
41 * Support for Indeo5 video codec
42 * Support for Windows Media Speech (Voice) audio codec natively on all platforms
43 * Support for AMR-NB audio codec on the Windows and Mac port
44 * Improvements on the FLAC format (7.1 channels and 88.2/176.4/192 kHz support)
45 * Direct rendering is always used with H.264 in avcodec module
46 * Support for MPEG-4 ALS lossless audio codec
49 * Support for .aob files from DVD-Audio (MLP and LPCM) (Full disc support is NOT present yet)
50 * Support for ADPCM in .flv streams
51 * Support for TwinVQ (.vqf) and AMV (.amv) files
52 * Various EGP improvements
53 * Support for embedded subtitles in OpenDML and legacy .avi files
56 * WPL and ZPL playlist support
57 * Lua scripts for Mpora, Vimeo playback and Rockbox FM radios
58 * New Play-And-Pause function to stop playback on latest video image
59 * Podcast images are now displayed
62 * Rewrite of the video output core and most video outputs
63 * Added desktop mode to the Direct3D output module. It differs from DirectX
64 desktop mode, because it hides the desktop icons, but reacts to mouse clicks.
65 * New x11, glx and xv modules based on XCB
66 * New deinterlacing modes based on yadif and yadif(x2)
67 * New audio/video filter to show audio level on the video output
68 * Enhanced AtmoLight filter with hardware support for
69 Classic AtmoLight (http://www.vdr-wiki.de/wiki/index.php/Atmo-plugin)
70 Quattro AtmoLight (use just 4 Classic AtmoLights as one)
71 MoMoLight (http://www.ambilight4pc.com/momolight/momolight.html)
72 Simple serial DMX controller (http://www.ulrichradig.de/ search for DMX)
75 * New content extensions lua framework
79 * Chorus/Flanger audio filter
80 * 3F1R to stereo down-mix filter
81 * Dolby mixer, parameterized equalizer, trivial mixer, scaletempo, bandlimited
82 resampler, linear resampler, ugly resampler, converter_fixed, DTS to SPDIF
83 and A/52 to SPDIF filters have been upgraded to the "audio filter2" API
84 * NEON assembly audio converter module
85 * Converter filters have been rewritten and extended to support s32 as input
88 * Support of .milk visualization files using projectM libraries
91 * Service discoveries can now be written in lua
92 * Service discovery for Picture/Music/Video user directories
93 * Service discovery based on libudev
94 * Shoutcast Service discoveries are now removed
97 * x264, add psy-rd parameter and change default settings
98 * x264, add profile-limitter same way as x264.exe has, for example
99 #transcode{vcodec=h264,venc=x264{profile=baseline,level=1.2},vb=384,width=320,height=176}
100 * x264, defaults to crf=23 as x264.exe-does, if bitrate is given,
101 uses ABR and if qp-value is set uses CQP
102 * libx264-version 0.76 or higher is required
105 * New smem module, streaming to memory
106 * Allow duplicate outputs to be merged, like:
107 --sout "#duplicate{dst=transcode{vcodec=mp2v},select=es=0,dst=transcode,select=es=1}:std{...}"
110 * Renamed the legacy rc, telnet and http interfaces to oldrc, oldtelnet
112 * rc, telnet and http are now implemented using the lua interface system.
115 * Vastly improved VLCKit framework
116 * A new dialog provider for libvlc-internal interaction without full interface
117 * Improved update detection and installation by using the Sparkle framework
118 by Andy Matuschak et al.
119 * New CoreText based text renderer replacing the former ATSUI renderer
120 * New Video output module (mostly targetting VLCKit)
121 * Optimised behavior when using the 2009 Apple Remote
124 * Integration in Windows 7 taskbar
125 * Experimental playback of .Midi files is supported through fluidsynth's module
128 * Multiple improvements for N900 compliance and efficiency
129 * Support for HW accelerated video decoding on N900
130 * Improvements to the maemo/hildon interface
134 * --save-config command line option not supported anymore.
135 * Fixed and reenabled netsync module.
138 * new C++ wrapper around libVLC: libVLCpp
139 * phonon bindings are now usable
142 * csri codec: use the libass module instead.
143 * galaktos visualisation: use the new projectM module instead.
144 * showintf: Useless in Qt and on Mac OS X
145 * transrate: broken since too long
146 * Xlib x11, Xlib xvideo, Xlib glx: Use the new XCB modules instead.
147 * HAL: Use libudev instead.
148 * gtk_main, gtk_main2, gnome_main, gnome_main2 and pda interfaces
149 * WinCE, BeOS and qnx interfaces
150 * opie, qte and qte_main interfaces
151 * linear_resampler and trivial_resampler are removed: use the ugly one.
152 * XvMC accelerated modules: use VAAPI instead.
153 * MGA (Matroska) for Linux: use Linux Framebuffer (or X) instead.
154 * opengllayer: use macosx_video instead.
155 * cddax: use cdda instead.
156 * cmml and tarkin codecs are removed because they are dead codecs.
157 * realaudio codecs: use libavcodec
158 * access_file removed in favor of filesystem
159 * RTMP input and output: use avio module
162 Changes between 1.0.4 and 1.0.5:
163 --------------------------------
166 * SubRip extra styles improvements
167 * Fix potential crashes in SSA and svg decoders
170 * Improved support for the 2009 Apple Remote
173 * Use of gcc 4.4.2 to compile instead of gcc 4.2. This might slightly
174 increase performance and fix x264 issues
177 * Portuguese Brazilian, Lithuanian, Romanian, Ukrainian, Japanese, Bengali,
178 Walloon, Galician, Danish, Khmer, Polish, Slovenian, Vietnamese, Finnish
179 Russian, Slovak translation updates
180 * New Malayalam, Macedoninan, Nynorsk translations
183 Changes between 1.0.3 and 1.0.4:
184 --------------------------------
187 * Fix deadlocks in the audio output core
188 * Make PulseAudio the default output if available
191 * Fix fullscreen mode with KDE 4.3.3 and other window managers
192 * Fix incompatibility with cairo-dock and compositing
195 * Fix DVB scanning regression from VLC 1.0.3
196 * Support for XZ-compressed byte stream (LZMA algorithm)
199 * Support for .m3u8 playlist files (UTF-8 M3U)
202 * Support for xcb-keysyms version 0.3.4 or higher
203 * Fix globalhotkeys on FreeBSD
206 * Fix opening V4L version 1 devices
207 * Fix default destination ports in the streaming wizard
210 * New Walloon translation
211 * Swedish, Ukrainian and French translation updates
214 Changes between 1.0.2 and 1.0.3:
215 --------------------------------
218 * Fix video quality when resizing the video on Windows Vista and 7, due to
219 regressions in most popular drivers
220 * New deinterlacers modules based on yadif and yadif(x2) algorithms
223 * Windows version supports now natively the WMA Professional codec, as it
224 didn't work in the packaged version of 1.0.2
225 * Fix downmixing of particual 4.0 AC-3 audio tracks
228 * x264 has profile-limitter, like:
229 #transcode{vcodec=h264,venc=x264{profile=baseline,level=12}..}
232 * Update for appletrailers lua script
233 * Fixes on the RAR stream filter
234 * Fix for E-AC3 in ATSC/TS streams
235 * Various fixes for v4l and v4l2
236 * Fix a crash in mjpeg demuxer
239 * New udev module for linux
242 * Fixes on the playlist and the stream output panels
245 * French, Galician, Korean, Polish, Russian, Romanian, Slovak and Ukrainian updates
248 Changes between 1.0.1 and 1.0.2:
249 --------------------------------
252 * Native support for WMA Professional, without the use of the Win32 dlls
253 * Fix issues in subtitles, especially SSA ones
254 * Various fixes on theora and ogg
257 * Various fixes for EPG support in MPEG-TS demuxer
258 * Fixes for potential stack overflow in .avi, .mp4 and .asf demuxers
261 * Fixes for v4l2 devices
262 * Fixes for dvb-c channels-scanning
265 * Fix some playlist sorting issues
268 * Fixed a crash when updating VLC
269 * Fixed a crash related to QTKit when opening video files (10.6 only)
270 * Added the ability to play 2nd media in sync to the primary item (input-slave)
271 * Added the "Quit after Playback" feature
274 * The "Delete Preferences" script is now delivered as a Universal Binary
275 with native code for PowerPC, Intel and Intel 64bit
276 * Full 64bit runtime compatibility on both Mac OS X 10.5 and 10.6
277 - no support for Goom and SDL
278 - limited text rendering support
279 - This port is still considered as EXPERIMENTAL despite its binary release.
282 * MPEG2 transrate stream output removed
283 * x264 default-values closer to x264.exe defaults.
284 * x264 rc-behaviour fixes:
285 - if user defines qp-value, CQP-mode is used
286 - otherwise if user defines vb=0, CRF-mode is used
287 - otherwise ABR-mode is used
288 * x264 set vbv-bufsize/vbv-maxsize better if user hasn't defined these:
289 - ABR mode set vbv-max-bitrate=bitrate
290 - vbv-bufsize is bitrate * seconds between keyframes (keyint/fps)
294 * Lua scripts for Mpora and Vimeo playback
297 * Various fixes to enable 1.0 to build on Solaris and OpenBSD
300 * New Kazakh and Croatian translations
301 * Lithunanian translation is available on Windows
302 * Galician, Korean, Nepali, Vietnamese, Ukrainian, Portuguese Brazilian,
303 Arabic and French translation updates
306 Changes between 1.0.0 and 1.0.1:
307 --------------------------------
310 * Fix wmv/asf issues that caused audio to drop
311 * Various fixes for ac3, mp3, dts and stability for wav format
312 * Fix seek in RTSP in conformity to RFC 2326
313 * Fix Dailymotion access script
314 * Fix crashes in xspf files handler
315 * Fix seeking and timing issues in some flv files on Windows version
318 * Add extra caching for files on network shares
319 * Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ, DZCORE Labs, Algeria
322 * Fix seeking in mpeg2 video files
323 * Improve SSA subtitles rendering
324 * Update most codecs for the Windows and Mac version
327 * Fix sound recording of .flv files with mp3 audio
330 * Possibility to change the opacity level of the Fullscreen controller
331 * Fix various crashes and VIDEO_TS folders opening
334 * Added options to disable support for Apple Remote and Media Keys
335 * Fixed options for Volume, Last.fm password and Subtitle Encoding
336 * Fixed redraw issues when autosizing the video window
337 * Preferences panel now includes help through tool-tips
338 * More reliable Information and Messages panels
339 * Fix various crashes
342 * The ZVBI module is now available for Windows, for complete teletext support
344 Translations updates for Brazillian, French, German, Korean, Norwegian Nynorsk, Lithuanian
347 Changes between 0.9.10 and 1.0.0:
348 ---------------------------------
352 * Alsa and OSS audio capture has been removed from the v4l and v4l2 accesses.
353 See 'Access:' for more info.
354 * Support for Mac OS X 10.4.x was dropped due to its technical limitations
357 * Instantaneous pausing
358 * Frame-by-Frame playback
359 * Finer speed control
360 * On-the-fly recording for all medias
361 * Timeshift for most medias
362 * RTSP trickplay support
363 * Subtitles core improvements and fixes
366 * New AES3 (SMPTE 302M) decoder
367 * New Dolby Digital Plus - E-AC-3 (A/52b) decoder
368 * New True HD/MLP decoder and parser
369 * New Blu-Ray Linear PCM decoder
370 * New QCELP (Qualcomm PureVoice) decoder
371 * Improved Real Video 3.0 & 4.0 decoder
372 * New WMA v1/2 fixed point integer decoder
373 * Closed Captions using the SCTE-20 standard are now correctly decoded
374 * Improvement of WavPack decoder to support all integer modes and float mode
375 * Corrections on 5.1 and 7.1 channel decoding and ordering
378 * Support for Dirac, MLP and RealVideo in Matroska files
379 * Major improvements in RealMedia files opening (.rm and .rmvb)
380 * Improvements of the TS demuxer for M2TS files from Blu-Ray and AVCHD
381 * Metadata for mod files are supported
382 * GSM codecs in Wav files are supported
383 * New raw audio demuxer supporting raw PCM streams
384 * New Dirac demuxer for raw Dirac streams
387 * Dirac encoding using libdirac (supported in Ogg and in TS)
388 * Shine mp3 fixed-point encoder
391 * RTSP authentication with Darwin Streaming Server
392 * On-the-fly gzip and bzip2 file decompression (except on Windows)
393 * Playback for video in uncompressed multi-RAR archives
394 * DVB-S and ATSC cards support on Windows
395 * New OSS and Alsa accesses. The v4l2 and v4l modules no longer support
396 OSS or Alsa audio input. Use --input-slave alsa:// or oss:// if needed.
397 * DVB scanning on linux
398 * EXPERIMENTAL Blu-Ray Disc and AVCHD Folders support
399 * On-the-fly zip file decompression and browsing (MRL of the form
400 zip://file.zip!/file.avi to specify the file - the development form of
401 zip://file.zip|file.avi is not supported anymore)
402 * Opening of any file descriptor using 'fd://'
403 * MTP device access on Unix
404 * CD-Text support on the cdda module (CD-Audio)
405 * :start-time and :stop-time can handle sub-second values
408 * Mouse cursor support in x11 and win32 screen modules
409 * Screen module now features partial screen capture and mouse following on
410 Windows and Mac OS X.
413 * Export the playlist in HTML
414 * Lua script for BBC radio playback
415 * Better metadata handling and reading
417 Linux/Windows interface:
418 * Global Hotkeys on Windows and Linux
419 * Various fixes for skins2 interface
420 * Recently played items list
421 * Interface toolbar customizations
422 * Various Improvements on the Qt interface:
425 - Improvements on many dialogs
426 - New dialog for plugins listing
427 - Fixed-size mode for videos
428 - Better Teletext, trickplay and encrypted streams control
429 * Better integration in GTK environments
432 * Controllable by the Media Keys on modern Apple keyboards (brushed Aluminium)
433 * Reveal-in-Finder functionality for locally stored items.
434 * Easy addition of subtitles through the Video menu
435 * Additional usability improvements
438 * Restored the old mpeg2 transrating module.
439 * Multiple bridge-in instances are now possible.
440 * bridge-in can be used to configure a placeholder stream.
441 * Remote Audio Output Protocol (AirTunes) module.
442 * Fixed mosaic memleak. Mosaics are now usable again.
445 * New Maemo port with:
446 - an interface based on Hildon framework.
447 - scaler based on the swscale_nokia770 library.
450 EXPERIMENTAL work for the winCE port has been done.
453 * EXPERIMENTAL 64bit support
454 * Speed improvements by using llvm-gcc
455 * New document icons by Dominic Spitaler
456 * Support for latest iSight models
459 * Removed obsolete Esound and aRts plugins
460 * Surround support for PulseAudio
463 * Effects (cube, torus, etc.) removed from OpenGL video output
464 * Video is able to stay in original size and to zoom in fullscreen
465 (hotkey 'o') while keeping black borders
466 * Image video output has been rewritten into a video-filter named 'scene'.
467 The old image video output has been removed.
468 * Support for scaling and converting video chromas with FFMPEG imgresample was
469 withdrawn due to bugs. Please use the newer FFMPEG swscale instead.
472 * Invmem, a fake codec to display images from external applications
480 Changes between 0.9.9a and 0.9.10:
481 --------------------------------------
487 * Fixed crashes on multi-screen setups
488 * Corrected volume and subtitle encoding options in the Preferences
489 * Improved Information panel behavior, when playlist is not displayed
490 * Fixed QTCapture input support for the latest iSight models
491 * Added a menu-item to unlock the video window's aspect ratio
492 * Fixed redraw issues when autosizing the video window
493 * Updated libpng, libgpg-error, libgcrypt, fribidi
495 Various fixes to the following modules:
498 - updated and additional access scripts (BBC radio, dailymotion, ...)
499 - Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ,
502 - RTP, RTSP VoD, Mosaic Bridge
507 Changes between 0.9.9 and 0.9.9a:
508 ---------------------------------
511 * Updated multiple 3rd party libraries to keep in sync with the Win32 port
512 * Playback fixes for PowerPC-based Macs
515 Changes between 0.9.8a and 0.9.9:
516 ---------------------------------
519 * Experimental new decoder for Real Video 3.0 & 4.0
522 * Various fixes related to real demuxer
525 * Fixed circumstances, which could lead to an empty Information panel
526 - Note that VLC will show information on the currently _selected_ item
527 instead of the currently _playing_ item, if the playlist is visible in the
528 main controller window.
529 * Fixed multiple UTF8 issues in the Streaming / Exporting Wizard
532 * Improved video playback performance on Intel-based Macs
537 * Updates of other localizations
540 * Support for receiving RTP packets on odd port numbers.
541 * Lots of small bugfixes.
542 * Correct Fullscreen behaviour on Multi-Screen setups on Windows
543 * Telnet fixes on Windows
544 * Resampling fixes when transcoding
547 Changes between 0.9.6 and 0.9.8a:
548 ---------------------------------
551 * Fixed buffer overflow in Real demuxer (SA-0811, CVE-2008-5276)
553 Bunch of small bugfixes.
556 Changes between 0.9.5 and 0.9.6:
557 --------------------------------
562 * Fixed overflow in CUE support from VCD access (SA-0810, CVE-2008-5032)
563 * Fixed overflow in RealText subtitles support (SA-0810, CVE-2008-5036)
566 Changes between 0.9.4 and 0.9.5:
567 --------------------------------
569 * Fixed buffer overflow in TiVo demuxer (SA-0809, CVE-2008-4686, CVE-2008-4654)
570 * Fixed libpng CVE-2008-3964 in Win32 and MacOS builds
573 * Closed Caption EIA 608/708 parsing enabled for libmpeg2
576 * Fixed various potential crashes and memleaks
577 * Fixed issues with reading from files (especially non-local)
580 * Fix bug where interface was "eating" some media keys
581 * Fix some crashes in DirectShow access
584 * Fix bug when the resetting of preferences didn't reset the dialog states
585 * Right-click menu to select playlist columns reenabled
586 * Various fixed in playlist
589 * MMAP module is now deactivated by default
592 * Update of Brazillian, Swedish translation
595 Changes between 0.9.3 and 0.9.4:
596 ------------------------------------
598 * Crashes fixed in ogg, vobsub, dvdread
599 * Fixes several memory leaks.
602 * Apple machines without Quartz Extreme are no longer supported (use 0.9.2 or earlier )
603 * Fixed a crash with deletion of old preferences.
604 * Fixed targetname for downloaded updates
607 * Stability fix for the video output.
610 Changes between 0.9.2 and 0.9.3:
611 --------------------------------
614 * Fixed DTS channel order on 5.1 systems
615 * Fixed pausing behavior for subtitles and for Audio-CD
616 * Multiple subtitles and podcast fixes
617 * Various crashes fixed in PS, SSA, mkv, xspf, freetype
618 * Fixed update system bugs
619 * Other bug fixes (dvd language selection, subtitle colours, HTTP keep-alive...+)
622 * Fixed ffmpeg slowness on PowerPC-based Macs
623 * Fixed crash on startup when installed on old preferences
624 * Fixed bug in directory opening on Mac OS X
625 * Fixed font selection in the Simple Preferences
626 * Thicker border to the subtitle renderer
627 * Fixed the appearance of playlist items in the Streaming/Transcoding Wizard
628 * Fixed AC3 passthrough on Mac OS X
629 * Fixed behavior of the Volume Normalizer settings on Mac OS X
630 * Removed the deprecated QuickDraw video output module to avoid crashes on
631 modern Mac OS X versions
634 * Fixed sensitivity of Fullscreen Controller
635 * Fixed error messages on startup when VLC wasn't correctly uninstalled
637 * Fix showing of controller when returning from fullscreen playback
638 * Multiple directory and path location fixes.
641 * Added Faster/Slower icons to the controller panel
642 * Fixed lost playlist columns when switching the playlist view
643 * Added needed options to Simple preferences (to avoid NVIDIA drivers issues)
644 * Fullscreen controller: added time label, remembering of last position
645 * Fixed drag'n drop behaviour on the playlist
646 * Multiple other fixes (Enter hotkey in preferences, Skins selection...)
649 Changes between 0.9.1 and 0.9.2:
650 --------------------------------
652 * Restored the old behavior of --sout-keep. It is now de-activated by default.
653 * Skins2 interface repaired on Windows.
657 Changes between 0.9.1 and 0.9.0:
658 --------------------------------
660 * Multiple bug fixes.
663 Changes between 0.8.6i and 0.9.0:
664 ---------------------------------
668 * This release will need Windows 2000 and Mac OS X 10.4 (Tiger), or more
669 recent to work correctly
670 * The HTTP interface is now only available on the local machine by default.
671 If you want to make it available from other machines, you will have to
672 edit the ".hosts" file.
673 - On UNIX/Linux, the file is in /usr/share/vlc/http/.hosts
674 If you're using the old http interface, it's located in
675 /usr/share/vlc/http/old/.hosts
676 - On Windows they are in C:\Program Files\VideoLAN\VLC\http\.hosts and
677 C:\Program Files\VideoLAN\VLC\http\old\.hosts
678 - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts
679 and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts
680 * This version of VLC contains a new interface for Windows and Linux.
681 This interface has a fullscreen controller and simplified preferences.
682 This interface lacks the "Streaming Wizard" that used to be present in VLC
683 0.8.6, but provides basic profiles.
684 * The behavior of --sout-keep was changed. It's now activated by default.
685 * The marq, mosaic and logo commands in the rc interface changed. They
686 now require a target name as their first argument. Example:
687 vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
688 You can then use commands like: @test marq-marquee Goodbye
689 If you didn't name the object using @test, its name will default to the
690 plugin name (hence 'marq') in this example.
691 These new commands are also available in the telnet interface.
692 * The "rtp" access output module has been removed.
693 Please use the RTP stream output instead, e.g.:
694 Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
695 New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}'
696 * You now need to append --m3u-extvlcopt to your command line to enable
697 EXTVLCOPT options parsing in m3u playlists. Note that only a limited set
698 of options is available to m3u playlists (CVE-2007-6683).
699 * The old access:url syntax is no longer supported to resolve ambiguities
700 with some file names. Use access://url instead.
701 E.g.: vlc:quit -> vlc://quit ;
702 udp:@239.255.12.12 -> udp://@239.255.12.12
703 * The ffmpeg module has been removed and replaced by the new avcodec,
704 avformat, swscale (or imgresample if you use a swscale-less ffmpeg build)
705 and postproc modules.
706 * The web plugins ActiveX (IE)/Firefox/Mozilla/Safari now recognize the
707 following states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4,
708 STOPPING=5, FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and
709 BACKWARD being reserved for future implementations and are thus not
711 * Croping and padding in transcode are now done using the croppadd video
713 transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}}
714 * Canvas setting in transcode is now done using the canvas video filter.
716 transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}}
717 * Glide video output module has been removed.
723 * Updated libfreetype on Windows and Mac OS X (CVE-2008-1806, CVE-2008-1806,
725 * TTA Parser improvements (CVE-2008-3732)
726 * MMS Access Module improvements (CVE-2008-3794 )
729 * Vastly improved playlist support:
730 * Media library creation to save all your playlist items
732 * Shoutcast TV listings
733 * Audioscrobbler/Last.FM support
735 * User definable Lua playlist scripts. See share/lua/playlist/README.txt
736 (Default scripts open YouTube, DailyMotion, metacafe, Google Video and
738 * User definable Lua album art fetcher scripts. See share/lua/meta/README.txt
741 * Video for Linux 2 (V4L2) input support
742 * UDP-Lite transport for RTP/AVP
743 * DCCP transport for RTP/AVP
744 * Proxy support for MMSH stream
745 * JACK audio input support
746 * Input run time option (improved live stream recording)
747 * BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows
748 * Re-written Screen access module for Mac OS X
749 using OpenGL instead of QuickDraw
750 * Screen module now supports partial screen capture and mouse following on X11.
751 * Experimental EyeTV access module
752 This requires the user to install a plugin to EyeTV.app
753 (available as a separate download).
754 * Simple RTP input (with MPEG A/V, G.711 and PCM support).
756 * QTKit-based Input module for Mac OS X allowing display and streaming of video
757 taken from all iSight-labelled video cameras (no audio support)
758 * HTTP access now supports gzip compressed data and Digest Access
760 * New options to reduce latency between arrival of raw data and display of
761 frames. (--auto-adjust-pts-delay and --use-stream-immediate)
764 * MP4 gpac and Apple chapter support
765 * Fixed playback of AIFF stereo files
766 * Fixed audio glitch on seek
767 * Improved FLAC demuxer (duration / current time / meta data)
769 * APEv1/2 tags support
770 * Improved ID3v2 tags support
771 * Improved Ogg/Vorbis tags support
773 * Standard MIDI File (types 0 & 1) support
774 * TiVo Series 2 support
775 * CD+G karaoke Files support
780 * VP60/VP61/VP6F/VP62 support
781 * Flash Screen Video support
782 * CamStudio Screen Video support
783 * DosBox Capture support
784 * Karl Morton's Video support
785 * limited atrac3 support
787 * Fluidsynth MIDI software synthesis (with external sound fonts)
788 * New codec FOURCCs to support more specific files:
789 Avid, FCP, Sony, Samsung, ...
791 * DNxHD / VC-3 support
792 * NellyMoser ASAO support
793 * APE (Monkey audio) support
794 * RealVideo support (with the RealVideo run-time)
795 * Dirac video support using libschroedinger
798 * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC)
799 * VBI & EBU (Teletext) support (*nix, Mac OS)
800 * Ogg/Kate subtitles support
801 * AQTitle subtitles support
802 * MKV USF subtitles support
803 * HTML-based subtitles support
804 * MPSub subtitles support
805 * JacoSub subtitles basic support
806 * MPL2 subtitles support
807 * Rewrite of ASS/SSA scripts and subtitles support
808 * PowerDivx (.psb) Subtitles support
809 * Realtext subtitle support
810 * DKS subtitle support
811 * SubViewer 1.0 (SubRip09) subtitles support
812 * Correct Right-to-left languages in subtitles support
815 * Flash Screen Video support
816 * Improved H.264 encoding speed
818 Video outputs and filters:
819 * New CoreAnimation-based output module (VLCKit framework on OS X only)
820 * Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and
821 Psychedelic) video filters can now be streamed
822 * New puzzle video output filter
823 * Re-written motion detection video filter
824 * New extract video filter (extract Red, Green and Blue components from a
826 * New sharpen video filter (increase the contrast of adjacent pixels)
827 * New erase video filter (removes logos from a video)
828 * Enhanced subtitles' renderer to support bold, italic and some HTML tags
829 (Google Summer of Code Student project)
830 * Support for RGBA and I420 blending.
831 The latter improves Mosaic CPU usage *a lot*.
832 * New transparency mask video filter (for use with the mosaic_bridge module).
833 * New bluescreen video filter (for use with the mosaic_bridge module).
834 This was previously part of the mosaic module.
835 * Fixed random characters problem in RSS filter.
836 * Add rotate-deciangle for more precision on rotate filter
837 * Support for Intel SSE2 instruction set in chroma converters
838 * Improved use of Intel MMX instruction set in chroma converters
839 * New croppadd and canvas video filters.
841 Audio outputs and filters:
842 * Replay gain support
843 * Audio playback when going slower/faster (with pitch correction via
844 new scaletempo audio filter)
845 * New spatializer audio filter
846 * Correct DTS output via S/PDIF
849 * RTSP for TS-multiplexed broadcast streams
850 * New RTP payload formats:
851 * Speex voice audio codec
852 * ITU T.140 (for text, subtitles) output
853 * G.711 (both A-law and µ-law) output
854 * UDP-Lite transport for RTP
855 * DCCP transport for RTP
856 * Lots of fixes for RTSP broadcasting
861 * New Simple Preferences dialogs showing the most important settings in an
862 end-user suitable way.
863 * Improved user interaction
864 * Improved mouse gestures
865 * Vastly improved Update checker
866 * Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2)
868 * Brand new interface for Linux and Windows, based on the Qt toolkit
869 * Fullscreen controller (transparency on Linux+Composite)
871 * Improved video output features
872 * Online access to VideoLAN's Help Wiki within VLC
873 * New setting to disable the "Recent Items" service
874 * When playing Radio (live) streams, the current track is shown correctly
875 * Correct appearance on Macs using Aqua's graphite theme
876 * Simplified Extended Controls panel
878 * Correctly displays wide characters when using an UTF-8 locale,
879 if libncursesw is available.
880 * Some nice colors if the terminal supports it (most do)
881 * Experimental Lua interface modules. See vlc -I lua and
882 share/lua/intf/README.txt for more info.
884 * Option to allow only one running instance, using D-Bus interface.
885 * D-Bus Interface implementing the MPRIS
886 (Media Player Remote Interfacing specification), a common dbus control
887 interface for media players that intends to become an xdg standard when
888 finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces .
889 * Motion module using disk accelerometers to keep video horizontal
890 * Plugin to set Telepathy presence message using MissionControl
891 * Fixed VLM schedule time on Linux
894 * VLC now complies with the XDG Base Directory Specification version 0.6
895 http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
896 (which means that VLC doesn't use the $HOME/.vlc directory anymore)
899 * Mac OS X Framework "VLCKit" that can be used to embed VLC in third party
900 applications (Google Summer of Code Student project, Mac OS X 10.5 only)
901 * New text renderer based on Quartz replacing the existing Freetype solution
902 * Complete compatibility with Mac OS X 10.5 Leopard
903 * It is now required to compile a fully featured build
904 * The support of Mac OS X 10.3.9 and QuickTime 6.x was discontinued.
907 * Event management and various improvements in libvlc
908 (Part of a Google Summer of Code Student project)
918 * LibVLC now supports externally built plugins properly.
919 A "vlc-plugin" pkg-config package is provided.
920 * Java bindings are now built from a separate source.
923 Changes between 0.8.6h and 0.8.6i:
924 ----------------------------------
927 * Fixed integer overflow in WAV demuxer (CVE-2008-2430)
930 * Fixed option to use shared memory within the GLX video output module
931 * Improved galaktos-based audio visualizations on FreeBSD
932 * Miscellaneous bugfixes in multiple modules and in libvlc
933 (transcode stream output, OSD menu video filter, VCD input,
934 SAP services discovery, http control interface)
935 * Updated Polish translation
938 Changes between 0.8.6g and 0.8.6h:
939 ----------------------------------
942 * Updated GnuTLS and libgcrypt on Windows and Mac OS X (CVE-2008-1948,
943 CVE-2008-1949, CVE-2008-1950)
944 * Updated libxml2 on Windows and Mac OS X (CVE-2007-6284)
947 * Updated libebml and libmatroska on Mac OS X. Reliability improvements.
948 * Miscellaneous bugfixes in multiple modules and in libvlc
949 (ftp access, record access filter, video filters, RC interface,
950 playlist demuxer, IP networking, MPJPEG muxer, stream outputs)
951 * Improved support for MPEG2 content created by Final Cut Pro
952 * More reliable audio reception for MPEG TS streams
953 * Fixed a regression in 0.8.6g where usage of the snapshot feature could lead
954 to an unexpected application termination
955 * New Serbian translation
956 * Updated Romanian translation
959 Changes between 0.8.6f and 0.8.6g:
960 ----------------------------------
963 * Removed VLC variable settings from Mozilla and ActiveX
964 (CVE-2007-6683, VideoLAN-SA-0804)
965 * Removed loading plugins from the current directory
966 (CVE-2008-2147, VideoLAN-SA-0805)
967 * Updated libpng on Windows and Mac OS X (CVE-2008-1382)
968 * Fixed libid3tag denial of service (CVE-2008-2109)
969 * Fixed libvorbis vulnerabilities (CVE-2008-1419, CVE-2008-1420, CVE-2008-1423)
970 * Fixed speex insufficient boundary check (CVE-2008-1686, oCERT-2008-004)
973 * Fixed various memory leaks, improving stability when running as a server
974 * Fixed compilation with recent versions of FFmpeg
975 * Correctly parses SAP announcements from MPEG-TS
976 * Fixed AAC resampling
977 * The Fullscreen Controller appears correctly on Mac OS X,
978 if the 'Always-on-top' video option was selected.
981 Changes between 0.8.6e and 0.8.6f:
982 ----------------------------------
985 * Really fixed subtitle buffer overflow (CVE-2007-6681, CVE-2008-1881)
986 * Fixed Real RTSP code execution problem (CVE-2008-0073)
987 * Fixed MP4 integer overflows (CVE-2008-1489, CVE-2008-1768)
988 * Fixed cinepak vulnerabilities (CVE-2008-1769)
989 - More information can be found in VideoLAN-SA-0801 and VideoLAN-SA-0803.
992 * The Mozilla plugin registers a usable range of MIME-types on Mac OS X
993 * Improved VLC's video output behavior on multi-screen setups running Mac OS X
994 * Fixed crashes in H264 packetizer
995 * Close MMS access on network timeout
996 * Fix some problems with AAC decoder & packetizer
999 Changes between 0.8.6d and 0.8.6e:
1000 ----------------------------------
1003 * Resume playback for viewing content over FTP
1004 * Fixed XShm detection with remote X11
1007 * Subtitle demuxers overflow (CVE-2007-6681)
1008 * HTTP listener format string injection (CVE-2007-6682)
1009 * Fixed buffer overflow in the SDL_image library (CVE-2006-4484)
1010 * Real RTSP overflows (CVE-2008-0225, CVE-2008-0295, CVE-2008-0296,
1012 * Arbitrary memory overwrite in the MP4 demuxer (CORE-2008-0130,
1016 * Fixed DTS to S/PDIF converter
1019 * Fixed 5.1 audio on ALSA
1022 * Fixed some RTSP hanging and user/password passing through RTSP URLs
1025 * Fixed waiting for SPS/PPS problem in H.264 packetizer
1028 * Improved compatibility for creating H.264 video files playable on iPhones
1029 * Improved detection of optimal amount of threads for multi-threaded H.264
1030 encoding on multi-cpu systems
1031 - Note that this is used when transcode threads is set to 0 (default)
1032 - Not supported on Windows (multiple threads require manual configuration)
1034 Mac OS X Interface & Port:
1035 * Restored compatibility with Mac OS X 10.3.9
1036 * Corrected behavior of the Preferences panel
1037 * VLC no longer crashes on quit while playing
1040 * Updated Romanian and Polish translations
1043 Changes between 0.8.6c and 0.8.6d:
1044 ----------------------------------
1047 * Mozilla plugin: supports a reasonable amount of MIME types on Windows
1048 * Linux: Fixed S/PDIF passthrough with ALSA
1049 * Automatic recovery on unexpected stream discontinuity (clock gap) occurrences
1051 * Use field order (top/bottom) for correct bob/linear deinterlacing
1052 * Fix invalid free in bookmarks loading code
1054 Windows and Mac OS Binaries
1055 * FLAC Security Update (CVE-2007-4619) to prevent multiple integer overflows
1058 * Security update (VideoLAN-SA-0703, CVE-2007-6262)
1060 Mac OS X Interface & Port:
1061 * Apple Remote support on Mac OS X 10.5 Leopard with enhanced functionality
1062 * Improved Video Output compatibility for Mac OS X 10.5 Leopard
1063 * Improved behavior of the Fullscreen Controller and mode changes between
1064 Fullscreen and Windowed Video Output
1065 * Softened the white flash artifacts that may appear during the transition of
1066 two different movies
1067 * Support for current Ogg file formats
1068 NOTE: This release requires Mac OS X 10.4 or higher.
1069 Mac OS X 10.3.9 is not supported anymore.
1072 * Improved H.264 encoding speed on Mac OS X
1075 * The automatic updating facility was removed
1076 * You now need to append --m3u-extvlcopt to your command line to enable
1077 EXTVLCOPT options parsing in m3u playlists.
1078 * RTSP server remote denial of service fixed (CVE-2007-6684).
1081 Changes between 0.8.6b and 0.8.6c:
1082 ----------------------------------
1084 Various bugfixes, notably:
1085 * Windows Vista compatibility
1086 * Cropping in Direct3D
1087 * Fullscreen change crash on Mac OS X
1088 * RSS filter string overflow
1090 * MKV demuxer crash (related to seeking)
1092 CDDA / Vorbis / Theora / SAP plugins:
1093 * Security updates (VideoLAN-SA-0702, CVE-2007-3316, US-CERT VU#200928)
1096 * Fixed a problem with detecting embedded subtitles (GAB2 format) in AVI
1097 * Prevent WAV file integer overflow (CVE-2007-3467 & CVE-2007-3468)
1100 * Updated FLAC API compatibility
1103 * Support for new v4l2 encoder API
1106 * New localisation: Arabic, Persian
1109 Changes between 0.8.6a and 0.8.6b:
1110 ----------------------------------
1112 Various bugfixes, notably:
1113 * Out-of-bound read in demuxers
1114 * Demuxers crashes (incl. CVE-2007-0256)
1115 * Mac OS X Interface crashes
1116 * VP31 decoding on Windows platforms
1117 * Direct3D Video Output modifications for Vista compatibility
1118 * Correct behaviour for feeding streams to Icecast or Shoutcast servers
1121 * Enhanced Flash Video support incl. VP61 and VP60
1122 * Teletext subtitles (telx) support
1125 * Rectified behaviour and improved usability
1127 Mac OS X Interface & Port:
1128 * Diverse usability improvements
1129 * New wizard option to embed subtitles
1130 * Screensaver/automatic sleep mode is enabled when a video is paused
1131 * Improved Delete-Preferences-Script
1134 Changes between 0.8.6 and 0.8.6a:
1135 ---------------------------------
1137 CDDA / VCDX plugins:
1138 * Security updates (VideoLAN-SA-0701, CVE-2007-0017)
1141 * Fullscreen controller improvements
1144 Changes between 0.8.5 and 0.8.6:
1145 --------------------------------
1148 * Shoutcast TV listings support
1151 * Support for RTSP authentication
1152 * Support for adding subtitles on the fly
1153 * Fixed MPEG-PS duration calculation
1154 * ATSC support for DVB input
1155 * Partial reading support for DVR-ms recordings
1156 * Partial reading support for MXF and GXF fileformat
1157 * Improved support for Flash Video files
1160 * Native WMV9/VC-1 support
1161 * WMA Speech support (through binary codecs)
1162 * VP5/VP6 - Flash Video support (not VP61)
1163 * The True Audio Lossless codec support
1164 * Matroska WavPack support
1165 * Improved H.264 support (interlaced, speed improvements etc but no PAFF)
1166 * Fixed a problem with MPEG2 field pictures
1167 * Fixed swapped colors on DVB subtitles
1170 * Additional OpenGL effects (cylinder, torus, sphere, ...)
1171 * Experimental Direct3D 9 video output (win32). Best served on Vista :)
1172 * Improved libcaca support
1176 * New hotkeys for crop and zoom
1177 * Support for snapshots from the HTTP interface
1179 * Systray support in skins
1181 * Support for Apple Remote control
1182 * Fullscreen controller panel (artwork by Simon Damkjær Andersen)
1183 * New playmode buttons (artwork by Simon Damkjær Andersen)
1184 * right/ctrl-click menu in video outputs
1185 * Main Menu uses autohide when playing videos in fullscreen mode
1187 * Notifications using notification-daemon
1190 * Support for Unicode filenames (Windows NT and above)
1191 Windows 9x/ME users:
1192 - Please note that these versions of Windows are not officially supported
1193 - Unicode support for Windows 9x/ME applications is available through the
1194 Microsoft Layer for Unicode available from the following location:
1195 http://www.microsoft.com.nsatc.net/globaldev/handson/dev/mslu_announce.mspx
1196 Download the MSLU package (unicows) and extract the content into the folder
1198 * Fixed IPv6 support on the client side
1199 * Fixed disable screensaver (Direct3D and DirectX video output)
1208 * Updates to the libvlc API
1209 * Fixes for the mozilla and activeX plugins
1212 Changes between 0.8.4a and 0.8.5
1213 --------------------------------
1216 * Statistics collection (bitrates, packets, connections, ...)
1217 * Support for downloading updates
1221 * Initial support for RTSP-over-HTTP (to allow NAT traversal)
1222 * Linux DV (Digital Video - Firewire) input
1223 * Improvements to the Audio CD input
1224 - Separate playlist entries for the tracks
1226 * Support for more DVB (satellite) encryption modules
1227 * Improved subtitles encoding support
1228 * Improved support for playing MP4 files from the Web
1231 * Cook (Real audio) support
1233 Playlist / Services discovery:
1234 * XSPF playlist support
1236 * Updated Shoutcast to use new listing
1239 * New JACK audio output
1242 * New video filters:
1243 - magnify: allows you to zoom on part of the image
1244 - gradient and edge detection: "cartoon-like" effect
1245 - bluescreen: overlay parts of a video transparently on another one
1246 * Logo video filter: can now loop through multiple images
1247 * RSS video filter: display feed images. Support for Atom feeds.
1248 * Improvements to the subtitles rendering
1251 * Initial support for throttling users on VOD streams
1254 * System to inform the user and request information
1255 - HTTP authentication
1259 - VLM (VideoLAN Media Manager) control panel
1260 - Improved media information panel (shows statistics, metadata, ...)
1261 - Drag & Drop support in the playlist
1264 - Support for Winamp 2 skins
1265 - Improved playlist handling
1266 - Support for popup menus, animated bitmaps, equalizer, ...
1268 - Embedded Video output
1269 - new Go-To-Specific-Time feature
1270 - Video cropping and aspect ratio changing while playing
1271 - Improved media information panel (shows statistics, metadata, ...)
1272 - support for processing multiple items with the wizard in a single run
1273 - option to save selections in the wizard for a session (default enabled)
1275 - New default interface pages for VLC and VLM (including a mosaic wizard)
1276 - A bunch of new RPN functions
1279 * MSN messenger "Now playing" support
1282 * Mac-Intel compatibility
1283 * Enhanced support of various audio output devices
1284 * Growl "Now playing" support
1287 * Ability to log to syslog
1288 * Root wrapper to avoid running VLC as root
1291 * New libvlc API (not finished yet)
1293 * A bit more automatic testing
1296 Changes between 0.8.4 and 0.8.4a:
1297 ---------------------------------
1300 * Fix a52 over spdif in alsa
1301 * SPDIF output available again in the Mac OS X Audio menu.
1304 * Add support for new BMP and Cook (RealAudio G2) decoders in ffmpeg
1305 * Add support for some non-standard FOURCCs used for H.264/H.263
1308 * Fix bug with some HE-AAC audio tracks
1311 * HAL fixes, should now work with new API
1312 * SAP, fix 20 second freeze on windows
1318 - fixed encoding of H.264/H.263 content when using the wizard
1321 Changes between 0.8.2 and 0.8.4:
1322 --------------------------------
1325 * Internal strings handling is now UTF-8 based
1329 * Fixed problems with OpenGL output
1330 * New --monitor-par (pixel aspect ratio) option
1331 * Fixed display problems with HDTV-1080 format
1334 * Improved DVB support for satellite bands other than Ku-band
1335 * IPv6 and Extended passive mode support for FTP
1336 * IPv6 Source Specific Multicast support
1337 * GnomeVFS input module
1338 * Support for RTP packet reordering
1339 * Fixed syntax for FTP URLs
1342 * Support for libSDL_image to import different image types
1343 * Musepack decoder using libmpdec
1344 * QDM2 audio support (needs ffmpeg from 19th Oct 2005 or later)
1347 * UPnP service discovery (Linux only at the moment)
1348 * Bonjour service discovery using avahi (Linux only)
1354 * Fixes, enhancements and new options related to the Headphone Channel
1355 Mixer and Dolby Surround
1358 * New shout output module to forward streams to icecast servers
1359 * Fixed several SAP and SDP announcement bugs
1360 * Fixed MTU handling to avoid IP fragments
1363 - new cone icon by Richard ¯iestad (Eurodata, retron.info)
1365 - New streaming and transcoding wizard
1366 - New extended controls panel
1367 - New bookmarks window
1368 - Fixed playlist sorting
1369 - Fixed drag-and-drop inside the playlist
1371 - Rename wxWindows interface in wxWidgets.
1372 - All the --wxwin-* options are now --wx-*
1373 - Support for RTP streaming in Stream Ouput dialog
1374 - Now require wx2.6 with Unicode support
1378 - New RPN functions to control VLC features (see play-howto)
1379 - Facilities to correctly handle non-ASCII characters and spaces in
1381 - Include macro to include other files
1385 * Should now work outside IE as well
1388 * New script to delete the preferences automatically
1391 * Fixed bandwidth problems of HTTP streaming
1392 * Fixed audio problems with DirectX audio output
1395 The following languages were added:
1399 * Simplified Chinese
1400 The following languages were re-added:
1404 Changes between 0.8.1 and 0.8.2:
1405 --------------------------------
1408 * Rewrite of the playlist
1410 - Input preparsing (for meta-data)
1411 - Grouping (by artist, ...) support
1412 * Preferences improvements:
1413 - New organization, designed to improve usability
1414 - New configuration types (list of modules, ...)
1416 * Core image manipulation support
1417 * Client-side SSL/TLS support
1418 * SSL Client certificates checking support (allows for secure VoD)
1419 * Renamed --spu-channel to --sub-track
1420 * Renamed --spumargin to --sub-margin
1421 * Renamed --audio-channel to --audio-track
1422 * Renamed --filter to --vout-filter
1423 * filters, extra interfaces, visualizations and service discovery modules are
1424 now separated by ':' instead of ','
1425 * Access filter architecture
1426 * Track selection based on preferred language (--sub-language and --audio-language)
1427 * Zsh autocompletion for VLC's arguments
1431 * Support for SOCKS proxy
1432 * Support for Shoutcast Meta-data
1433 * Support for (HE-)AAC raw-audio streams
1434 * Support for images on a HTTP server that get refreshed on the server
1435 * Better support for Kasenna streams
1436 * RTSP UDP->TCP rollover support
1437 * Massive Matroska improvements
1438 * Support for XA and VOC audio files
1440 * Samba (Windows shares) access module
1441 * Improved CDDAX module (uses several playlist items)
1442 * Fixes to Linux DVB support
1443 * Fix the "negative subtitles delay" bug
1444 * Support for FTP over IPv6
1446 Decoders / Encoders:
1447 * Dirac decoder and encoder
1448 * PNG decoder/encoder
1449 * Improvements to DVB subtitles encoder
1450 * Support for Apple Lossless Audio Codec
1453 * New Record and Timeshift filters
1456 * New type of modules, that add items to the playlist
1457 * Brand new SAP module
1458 * To enable SAP, you now need to use "-S sap" or add SAP in
1459 the "Manage->Services Discovery" menu
1460 ( IPv6 SAP is now enabled by default )
1461 * Non-standard support for HTTP streams SAP announces removed
1462 * HAL (Hardware Abstraction Layer) discovery
1463 * DAAP (iTunes shares) support
1467 * Support for 20/24 bits LPCM
1470 * Video snapshot support (png or jpg)
1471 * Image file video output (png)
1472 * Motion detection filter (can trigger playlist actions)
1473 * Improvements to wall video filter
1474 * Support for font color and opacity
1480 - Ability to load a configuration file on startup
1481 - Seeking support in VoD streams
1482 * Mosaic (picture-in-picture system)
1486 - Redesigned playlist : add playlist, add directory, ...
1487 - Improved preferences
1488 - Improvements to the wizard
1489 - DVD, VCD and Audio CD navigation buttons
1491 - Redesigned playlist
1492 - Improved preferences
1494 - Support for multiple actions
1497 - Support for the new playlist system
1499 - Now uses new config settings. See doc/lirc/example.lirc
1502 * Screensaver disabling fix
1503 * DirectShow tuner configuration
1504 * Support for no-decoration windows
1507 * Many Mac OS X 10.4 Tiger related fixes
1508 * The OpenGL video output is back
1509 * A new audio module that should work more reliable for analog audio output in various configurations.
1510 - Supports multichannel discrete analog output
1511 - Digital audio output requires you to change a preference setting because it
1512 is not yet available in the new module
1513 - Please read the README.MacOSX.rtf file for more information.
1516 * Support for single-buffered overlay
1525 * Mozilla plugin for MacOS X is back (not yet distributed)
1528 * Brand new Internet Explorer ActiveX plugin
1531 The following languages were added:
1537 Changes between 0.8.0 and 0.8.1:
1538 --------------------------------
1541 * Include TLS/SSL API (on plattforms where libgnutls is available)
1542 * SSL support in the HTTP daemon (HTTP stream output and HTTP interface)
1545 * Fixed win32 multichannel audio output support (which was broken in 0.8.0)
1546 * Fixed DV and MPEG (WinTV PVR 250/350) support in the dshow input
1547 * Fixed spurious taskbar item after switching to fullscreen
1550 * A few more updates (we still miss an interface and a fast video output).
1553 * Portaudio audio output plugin improvements
1556 * Proper subpictures scaling using the aspect-ratio info when available
1559 * Fixed crash with ODML avi files
1560 * Fixed autodetection of VCD/SVCD bin files
1561 * Supports Kasenna VoD (MPEG2 only) and simulcast streaming
1565 * Fixed aspect ratio and interlaced support in ffmpeg encoder module
1567 * Support of playlist group announcement
1570 Changes between 0.7.2 and 0.8.0:
1571 --------------------------------
1574 * Major work on libvlc. Changed/renamed/added functions
1575 * Complete switch to the new input core (better seeking, multi-input, ...)
1576 * New plugins cache to speed up launch time
1577 * New --play-and-stop feature which stops the playlist after each played item
1578 * Daemon mode (to run vlc in the background)
1579 * Major improvements to the subtitle/OSD subsystem
1582 * New screen capture input plugin for X11, Win32, BeOS and Mac OS X
1583 (Stream your desktop)
1584 * Improved DVD support:
1585 - uses libdvdnav for playing DVDs with menus support
1586 - uses libdvdread for simple playback with menus (eg. for streaming)
1587 * Experimental multi-input support ( use --input-slave to play with it )
1588 * Automatic MTU discovery for UDP streams
1589 * More powerful MRL syntax for DVD/VCD/CDDA access
1590 (selection of titles/chapters).
1593 * Support for iTunes Music Store previews
1594 * Support for MJPEG webcams (i.e. AXIS cams)
1595 * Added initial mp4 and mpeg-ts text track support
1596 * Windows Media Server RTSP support
1597 * Support for MPEG TS streams with error correction (204/192 bytes TS packets)
1598 * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
1599 * Skins2 .vlt file loader (only when skins2 is the current interface)
1600 * Improved Ogg demuxer
1601 * Support for MPEG PS streams with MPEG 4 video.
1602 * Support for so called AACPlus webstreams
1605 * G.726 audio support
1606 * 14496-17 MPEG TS text support
1607 * MPEG-4 text support
1608 * Vastly improved DVB subtitles decoder (ETS 300 743)
1609 * Enabled color in DVB subtitles rendering
1610 * VobSub supported both externally and in Matroska
1614 * Re-use audio/video/spu decoders in transcoder module. From now on,
1615 everything that is playable by VLC should be transcodable as well
1616 * Subtitles overlaying in transcoder
1617 * Subpictures overlaying in transcoder (see video output)
1618 * Frame rate selection in the transcoder
1619 * DVB subtitles encoder
1620 * MPEG 1 layer 2 audio encoder using libtoolame
1621 * Improved vorbis/theora encoding
1623 * Text track muxing for mp4
1624 * Multipart mjpeg muxing. Your video is directly viewable in a Mozilla Browser
1625 * 14496-17 text track muxing for MPEG TS
1626 * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
1627 * Teletext (0x56 descriptor) streaming support in MPEG TS.
1628 * New WAV muxer (supports multi-channel audio)
1629 * Improved ASF muxer
1631 * H.263 RTP streaming support
1632 * SDP generation outputs more compliant SDPs and can create SDP files now
1633 * Improved RTSP and VoD server (experimental)
1636 * New audio equalizer filter
1637 * Very trivial volume normalizer
1638 * True channel downmixing when playing 5:1 material on Stereo
1639 * More gradual resampling which should improve the pitch changing effect
1640 * New audio output plugin using portaudio v19
1643 * Roku HD1000 Video output
1644 * Experimental generic OpenGL video output (X11, Win32, MacOS X)
1645 with support for effects.
1646 * Improved filter and subpictures support :
1647 - New filters can be streamed.
1648 - "Subpicture filters" to overlay subpictures on video
1649 - Centralized scaling and blending
1651 - "time", to display current time
1652 - "marq", to display a marquee
1655 * OSD sliders for volume and postition information
1656 * OSD icons for Play and Pause
1657 * New Streaming Wizard for Windows and Linux default interfaces (wxWindows)
1658 * A few skins2 improvements
1659 * Added search, volume, loop and random functions to the ncurses interface
1660 * Added a filesystem browser to the ncurses interface
1661 * The remote control interface can now listen for commands on sockets
1662 * Improved CORBA control module
1665 * Fixed the "cannot set buffersize:[nope]" coreaudio problem
1666 * Major speed improvements to the Quartz video output
1667 * The Mac OS X interface is no longer required to display video
1670 * New galaktos visualization plugin (MilkDrop-compatible)
1671 * Experimental SVG rendering module
1672 * Support for DVB CAM modules.
1675 * DirectX Media Object decoder (allows playing some media types, like WMV3)
1676 * DirectX Media Object audio and video encoder
1677 * Fixed long standing win32 thread handles leak
1678 * Fixed problem with CPU usage with subtitles rendering
1679 * Wallpaper mode for the DirectX video output (only in overlay mode)
1682 * Massive update (we still miss an interface and a fast video output).
1685 * Added a lot of Javascript accessible funtionality
1686 * Volume, position, length, seek etc etc etc.
1689 * Server/client network synchronization module
1690 * VBrick streams fully supported
1691 * Cisco IP/TV streams supported
1695 Changes between 0.7.1 and 0.7.2:
1696 --------------------------------
1699 * Bookmarks feature for easier seeking/access inside medias.
1700 * Support for video output embedded in interfaces.
1701 * Improved HTTP daemon.
1702 * Saved playlists now remember VLC-specific options.
1705 * New Continuous Media Markup Language (CMML) codec.
1706 (http://www.annodex.net/overview.html)
1707 * New H.261 video decoder using openmash.
1708 * H264 encoder, demuxer and packetizer.
1709 * Packetizer interfaces between demux and codec when needed
1710 (allows using ffmpeg plugin to decode MPEG streams and better aac decoding).
1711 * Support for Theora alpha3 (both decoding and encoding).
1714 * --start-time <sec> and --stop-time <sec> to start and stop playing a
1715 file at the specified amount of seconds. Only works with a few
1716 fileformats (avi, mov, mkv, mp4 )
1717 * Improved directory access module.
1718 * New "file-cat" option to play truncated movies.
1719 * Better handling of meta info (title, author, description, etc...).
1720 * New options to pass meta info to the input.
1721 * It is now possible to stream programs from a DVB-S/C/T stream
1722 (satellite, cable, or digital terestrial television)
1725 * Annodex (http://www.annodex.net) support.
1726 * mmsh streaming fixes.
1727 * Fixed infinite loop in the AVI demux on broken/incomplete files.
1730 * Subviewer and subviewer v2 subtitles support.
1731 * Ability to choose autodetected subtitles path.
1732 * Subtitles delay can be changed in real time with hotkeys.
1735 * Improved session announcement system.
1736 * Minimize threads usage by default.
1737 * Added faster than realtime stream output (limited by CPU) for file output.
1738 * Improved MOV/MP4 muxer.
1739 * Improved MPEG TS muxer.
1740 * Improved transrater.
1741 * Meta info options used by the muxers.
1742 * New configuration system.
1743 * Better audio channels downmixing when transcoding.
1746 * New videolan (media) manager (vlm): a little manager designed to launch
1747 and manage multiple streams from within one instance of VLC.
1748 * Supports live streams and VoD.
1749 * Supports scheduling.
1750 * Telnet interface for vlm.
1751 * HTTP interface for vlm.
1754 * Skins II (Windows and Linux only)
1755 - Ability to embed video output.
1756 - Support for bitmap fonts.
1757 - Lots of improvements.
1758 * wxWindows (default Windows and Linux interface)
1759 - New design and set of icons.
1760 - Ability to embed video output.
1761 - Support for hotkeys.
1762 - Support for bookmarks.
1764 - Support for 'groups' and playlist item properties.
1765 - Better hotkeys handling.
1768 * OpenGL video output is now the default when available.
1769 * Added FAAC encoder (mp4a).
1770 * Audio output fix to work with multiple streams on a HAL device.
1771 * Possible fix for conflict with CodeTek VirtualDesktop (untested).
1774 * DirectShow input plugin should work with more devices.
1775 * Disable monitor power down when watching movies.
1776 * Improved Windows installer.
1782 * Improvements to the Goom visualisation plugin.
1783 * Roku HD1000 audio output.
1786 Changes between 0.7.1 and 0.7.1a:
1787 ---------------------------------
1790 * Fixed the infamous 'mp3 takes twice the CPU it should take' bug
1791 * Playing MOD files is working now.
1794 Changes between 0.7.0 and 0.7.1:
1795 --------------------------------
1798 * Fixed a nasty bug that causes preferences not to be saved some times.
1799 * IGMPv3 support for VLC under Windows XP and Linux.
1802 * Brand new DTS Coherent Acoustics audio decoder based on libdts
1803 (http://www.videolan.org/dtsdec.html)
1804 * Fixed DTS S/PDIF output
1805 * SVCD (Philips OGT) and CVD subtitles
1808 * Internal improvments
1809 * Improved import/export
1812 * Experimental support for Nullsoft streaming video(.nsv) and real media(.rm)
1814 * New demux module that uses libavformat from ffmpeg. Adds support for many
1815 small and strange formats.
1817 * New MOD audio demux.
1818 * Support for DTS and A52/AC3 wav files.
1819 * Support for DTS and A52/AC3 audio CD.
1820 * New and experimental DVD input plugin with menus support (using libdvdnav).
1821 * Added back DV audio support in raw DV demuxer.
1824 * MP4/MOV muxer improvements (fast-start, aac in mov, etc...).
1825 * Fixed a nasty bug in the mpeg video packetizer.
1826 * Improved transcoding (multithreading, more tuning, etc...).
1832 * New opengl video output plugin.
1835 * A few improvements to the DirectShow input plugin.
1836 * Fixed ipv6 name resolution.
1839 Changes between 0.6.2 and 0.7.0:
1840 --------------------------------
1843 * Brand new decoder/packetizer api.
1844 Adds a lot more flexibility while also simplifying the decoder plugins.
1845 * New encoder api (Ffmpeg, Vorbis, Theora, Flac and Speex encoders available).
1846 * Video outputs are recycled if possible.
1847 This removes any 'flicker' between two similiar video files.
1848 * Fixed the video filters. Video should no longer go black when using filters.
1849 * New input core. Advantages are: better seeking, more responsive, support for
1850 subtitle files at the core, and much much more.
1853 * Added a repeat mode to repeat a single file over and over.
1858 * Fixed annoying seeking problem with Ogg files (seeking would take ages).
1859 * Support for Flac in Ogg files.
1860 * MPEG TS demuxer also handles A52 and AAC audio in DVB streams.
1861 * Rewrite of the Flac demuxer.
1862 * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo. (Linux only)
1863 * Reworked DVB tuning.
1864 * Better Icecast support.
1865 * New MPEG video elementary streams demuxer.
1866 * New DTS audio elementary streams demuxer.
1869 * Support for Theora video encoding.
1870 * Support for Speex audio decoding/encoding.
1871 * Rewrite of the Flac decoder + encoding support.
1872 * Support for MPEG2 422 decoding which was recently added to libmpeg2 (cvs).
1873 * Support for AAC + SBR and proper multi-channel re-ordering.
1874 * MPEG 2.5 audio support.
1875 * Removed deprecated decoders (a52_old, mpeg_video and mpeg_audio).
1878 * Improvements to the MPEG TS muxer.
1879 * New transrating module for MPEG2 video.
1880 * Added packetization for MPEG AAC ADTS streams.
1881 * Added packetizers for Flac, Speex, Theora, LPCM, DTS and SPU streams.
1882 * Improved mp4 muxing and added AAC/MP4V support when transcoding.
1883 * Improved Ogg muxing and added Theora, Speex, Flac and subtitles support.
1884 * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio.
1885 * --sout-keep option to keep the stream open while changing input.
1886 * Preliminary RTP support.
1887 * Fixes to SAP announces.
1892 - misc improvements (eg, "stay on top" option).
1893 * New standardized and customizable hotkeys.
1895 - Playlist improvements (Sort, Search, mode buttons).
1896 - Improvements and help in preferences
1897 - New streaming wizard
1898 - Revised Disc Open menu
1900 - Improvements of the standard pages
1901 - Support for new commands
1902 * OSD ( OS X and hotkeys only atm ).
1905 * Many fixes to the SAP module
1906 * SAP now supports HTTP streams
1909 * Text subtitles now have a black outline.
1910 * Text subtitles autodetection.
1911 * Text subtitles charset autodetection.
1912 * Text subtitles for all videofiles. Results may vary.
1913 * Text subtitles in Hebrew are supported. Arabic partially.
1914 * Automatic fontsize selection for text subtitles.
1915 * Fixed SAMI text subtitles support.
1916 * Support for subtitles in Matroska files.
1917 * Support for subtitles in DVB streams.
1920 * New controller designed by Max Rudberg from www.maxthemes.com
1922 * Works on 10.1.x again. Apologies for that problem.
1923 * Support for Panther.
1924 * Support for raw dumping of streams to disk.
1925 * Mozilla plugin for Mac OS X (experimental).
1928 * New DirectShow input module (for video acquisition cards, webcams, PVRs...).
1929 * VLC can be installed as a Windows NT service.
1930 * Allow on the fly switching of the main interface.
1931 * Support for 3F2R in audio output.
1932 * New --one-instance option to "force" only one running instance of VLC.
1933 * Mozilla plugin for Windows (experimental).
1934 * Multimonitor support (untested).
1935 * Fixed nasty timing bug on some dual-cpu / P4 with hyperthreading systems.
1938 * Improved Video4Linux input. Also added support for an audio only input.
1939 * Support for real-time priority when running with root privileges.
1940 * Allow on the fly switching of the main interface.
1943 * Brand new Gtk 2 interface
1946 * Audio visual effects filters (spectrum, scope and random).
1947 * Audio visual effects filter using goom.
1948 * Spanish, Portuguese Brazilian and Hungarian translations.
1949 * libcaca video output (colored ascii)
1952 Changes between 0.6.1 and 0.6.2:
1953 --------------------------------
1956 * Fixed a nasty regression in 0.6.1 which made some streams unplayable.
1959 * Transcoder now generates proper pts/dts thus should work a lot better.
1960 * Improved MPEG TS muxer.
1963 * Support for DVB-S/C/T cards using v4l2 API for Linux 2.6.x kernels.
1964 * Few fixes to the VCD navigation.
1967 * Support for DVD menus navigation added to the wxWindows interface.
1970 * ALSA multi-channel support fixed and tested.
1971 * Fixed fullscreen with gnome metacity.
1974 * Fixed VCD support which was broken on some machines.
1977 * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
1980 * Text subtitles now centered on the picture.
1981 * Ffmpeg decoder now generates proper pts and can be used to play
1985 Changes between 0.6.0 and 0.6.1:
1986 --------------------------------
1989 * There should be less bogus resampling, particularly on DVDs.
1990 * VLC will now wait for the medium to wake up before starting its clock
1994 * Added vorbis audio support in Ogg streaming.
1995 * Added vorbis audio transcoding support.
1996 * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
1998 * ALSA multi-channel support fixed and tested.
1999 * Fixed fullscreen with gnome metacity.
2002 * Fixed VCD support which was broken on some machines.
2005 * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
2008 * Text subtitles now centered on the picture.
2009 * Ffmpeg decoder now generates proper pts and can be used to play
2013 Changes between 0.6.0 and 0.6.1:
2014 --------------------------------
2017 * There should be less bogus resampling, particularly on DVDs.
2018 * VLC will now wait for the medium to wake up before starting its clock
2022 * Added vorbis audio support in Ogg streaming.
2023 * Added vorbis audio transcoding support.
2024 * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
2025 * PS muxer can create mpeg1 files now and produce streams with system headers.
2026 * You can transcode a52 with more than two channels to mpga now.
2029 * Fixed DVD support which was partly broken due to a bug in libdvdcss
2030 * Fixed 5.1 audio support for the sblive/audigy soundcards.
2031 * Fixed sound on Windows NT.
2034 * Fixed/improved ALSA support and enabled multi-channel audio output.
2035 * X11/Xvideo: Should now work on big endian machines, and you can now
2036 use the arrow keys to browse through the DVD menus.
2039 * Gtk+2 interface called PDA
2040 * Familiar Gtk+ is now deprecreated
2041 * Codec a52, Faad2 and flac added
2042 * Video4Linux enabled (demux and transcode)
2043 * Stream Out with transcode support enabled (use codecs: HuffYuvv and A-law).
2046 * Small updates/fixes to the wxWindows interface.
2047 * Improved HTTP remote control interface. You can now create your own HTML pages.
2048 * A new CORBA control plugin.
2051 * Improved support for the Matroska container format.
2054 * Improved build system.
2055 * New video filter plugin to overlay logos.
2056 * Added support for Winamp 3 B4S files.
2057 * New subtitle module which uses freetype2 to render arbitrary fonts in any size.
2058 Should also work with languages like russion for instance.
2061 Changes between 0.5.3 and 0.6.0:
2062 --------------------------------
2065 * Channel Server support was removed (was deprecated)
2068 * Fixed a big bug in ftp and http access that prevented many platforms (OSX most prominently) to view ftp and http streams.
2069 * Fixed large file support on Windows
2070 * Video 4 Linux support
2071 * CD Digital Audio support
2072 * Fixed IPv6 multicasting on Windows and OSX.
2075 * Better detection of AAC and mp3 files
2076 * Support for OpenDML avi files
2077 * More complete .mp4/.mov support
2078 * Very early support for the Matroska container format (don't complain if it doesn't work ;)
2081 * VLC's own MPEG1/2 decoder has been replaced with libmpeg2
2082 * Support for Sorenson 3 (SVQ3 or Quicktime content) via ffmpeg
2083 * OSX support for QDM2 and QDMC sound, often used in QT content.
2084 * Fixed a bug which was causing artefacts in DivX video (ffmpeg)
2085 * Updated our theora decoder to use the alpha 2 release of libtheora
2086 * If ffmpeg cannot keep up, skip and try to recover instead of stopping altogether
2087 * Indeo Video 3 (IV32) support for little-endian computers. (so not for OSX)
2090 * The wxWindows interface is now fully useable as well as Unicode safe
2091 * New HTTP remote control interface
2094 * 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.
2095 * The stream output now allows to transcode content on the fly.
2096 * Fixed major bug that prevented streaming mpeg 1/2 video with pulldown content.
2097 * SAP/SDP announcing support. (both IPv4 and IPv6)
2100 * New reset option for the preferences
2101 * You can set your language in the prefences
2102 * New video chroma conversion module using ffmpeg
2103 * Added a Gentoo ebuild to the distribution
2104 * Added a new smaller subtitles font (now the default) + scripts to generate your own
2105 * SAP/SDP IPv6 support
2108 * Basic support for the X11 Xinerama extension.
2109 * New skinable interface ported to X11.
2110 * Run opie-vlc and zaurus-vlc as GuiServer
2113 * When you add several items to the playlist, they are sorted alphabetically.
2114 * New about panel and revamped preferences panel.
2115 * Fixed the deinterlace menu.
2116 * Float on top, Fit to Screen and a Transparency option for video out.
2117 * New output dialog for transcode and display while stream capabilities.
2118 * New icons by Davor Orel.
2119 * New audio resampler. Should make VLC much faster.
2120 * Fixed disappearing and crackling sound (PTS is out of range bug)
2121 * We no longer automatically save the preferences when you quit the application
2122 * Arrow keys are now use to browse the menus in a DVD
2125 * the wxWindows interface is now the default interface
2126 * The keyboard shortcuts are now identical to the linux version
2127 * Fixed the "no sound" problem on NT4
2128 * Improved skinnable interface (it now uses the wxWindows interface dialogs).
2129 * Added support for compressed skins files (.vlt files)
2130 * Fixed SVCD chapters support.
2131 * Fixed memory leak with 5.1 audio.
2134 * Interface localization
2135 * Screensaver disabled if playing in fullscreen
2136 * A few new keyboard shortcuts
2137 * New full-featured Preferences window
2140 Changes between 0.5.2 and 0.5.3:
2141 --------------------------------
2144 * fixed DTS S/PDIF output on little-endian machines
2145 * support for skins at the interface level
2146 * new OSD module using Freetype2
2147 * video outputs are now destroyed when the associated input ends
2148 * the video output takes into account the caching delay introduced at the
2149 input level before dropping out of date frames.
2150 * configuration option to disable the translation of the interface
2153 * fixed HTTP redirects
2154 * support for opening an entire directory
2155 * EOF should be detected more reliably
2156 * new video4linux access plug-in
2157 * new kfir access plug-in designed to work around a bug in the kfir driver
2160 * added stream type for some Motorola MPEG-2 video encoders
2161 * fix for some ogg web radio streams
2162 * fixed reading TS streams over HTTP
2165 * support for 3ivx D4 (not previous versions)
2166 * support for '3ivd' and '3vid' encodings
2167 * support for 'MSS1' codec ( same as WMV2 )
2168 * support for SAMI subtitles (untested and incomplete)
2169 * better SSA4 subtitles recognition
2170 * new codec for raw I420 video
2171 * improvements to the libmpeg2-based MPEG video decoder
2174 * improvements to wxWindows based interface
2175 (although it still misses some important features)
2176 * skeleton for a Gnome2/GTK2 plug-in
2179 * new HTTP output support
2180 * fixed a segfault in the AVI muxer
2181 * fixed AV synchronization issues
2184 * support for oldstyle id3 genres
2187 * the SDL vout plug-in will now work on big-endian machines
2190 * reorderable playlist
2191 * fixed the hiding of the mouse on multiple monitors
2192 * fixed a big issue with some USB speakers
2193 * support for mono audio output devices
2194 * reset the audio-device to its default mode before quitting VLC
2195 * fixed several cosmetic issues
2196 * you can drag the controller window by its background (as it should be)
2197 * the messages window remembers more lines
2198 * delay and fps can now be overruled with subtitles files
2199 * http and ogg stream output options
2200 * Apple menu and friends will now be translated as well
2203 * new skinnable interface
2204 * the directx video output doesn't crash anymore on ctrl+alt+del events.
2206 iPAQ familiar Linux port:
2207 * support for FLAC audio format
2208 * the interface adapts to the screen size/rotation
2210 * network tab in the interface
2211 * "apply" handling in preferences
2214 Changes between 0.5.1a and 0.5.2:
2215 ---------------------------------
2218 * advanced config options are now hidden by default
2219 * new --spdif option to use the S/PDIF audio output by default
2220 * fixed a 'clicking' sound when switching between streams
2221 * new bandlimited resampler that should improve audio quality on primarily
2223 * fixed a problem with audio over http that caused some web radios to not work
2224 * DTS S/PDIF support
2227 * support for DV audio through the ffmpeg library
2228 * support for FLAC audio through libflac
2229 * new but basic MPEG video decoder based on libmpeg2
2230 * fixed a major bug in LPCM code (fixes a problem with iDVD disks)
2233 * support for streaming DivX 1/2/3, wmv1/2, h/i263 over MPEG-2 TS
2234 * new --ttl option for Time To Live
2237 * fixed quite a few problems with the dvd menu support
2240 * fixed the GNU-pth support
2243 * multi-channel audio and S/PDIF support for both the DirectX and Waveout
2245 * localization support via gettext is now fully working
2246 * rc interface is now fully useable
2247 * fixed the MSVC project files generation
2250 * several fixes for multi channel audio devices. AC3 over SPDIF with
2251 M-Audio Sonica Theater still does not work. this is most likely a driver
2252 bug and has been reported to M-Audio. (Sonica, Revolution, Delta, Griffin
2253 iMate and MOTU firewire devices should work)
2254 * VLC now uses the default audio device
2256 * very preliminary support for VLC control via applescript
2257 * support for mouse gestures
2258 * new priority scheme allowing to avoid lock-ups on low-end machines
2261 * there is a whole new port for the linupy distribution used by o.a. the
2262 YOPY PDA. It is still experimental, please test it
2265 * improved ID3 tag detection
2266 * changed several errors into warnings ; the frequently reported "this is
2267 not a PS stream, continuing" is one of these
2268 * mouse gestures work on windows and osx, but there still isn't any useful
2270 * some support for .pls playlists used by shoutcast
2273 Changes between 0.5.1 and 0.5.1a:
2274 ---------------------------------
2277 * fixed a problem that caused VLC to select the wrong language when
2278 English was set as the preferred language
2281 Changes between 0.5.0 and 0.5.1:
2282 --------------------------------
2285 * new mouse gesture interface
2286 * audio volume can now be changed at any time, even when no file is
2290 * various minor fixes on the network inputs
2291 * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
2292 * VCD: fixed track number and chapter indexing
2295 * fixed a bad initialization in the mp4 plug-in
2296 * new --buggy-psi option for TS streams which do not update their
2300 * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
2303 * fixed a bug which turned the default interface command-line only
2304 without the user consent
2307 * GTK: fixed a crash when going fullscreen or changing volume from the
2309 * X11: new screen saver disabling plug-in (--extraintf screensaver)
2310 * KDE: fixed compilation with KDE 3.1
2311 * ALSA: fixed mono files output
2314 * fixed a crash on start-up on some localized systems
2315 * lowered real-time priorities to avoid lock-ups on slow machines
2316 * VLC can now be made the handler of ftp http mms and udp URLs
2317 * playlist enhancements
2318 * added half, normal and double video window menu items
2319 * new step forward/step backward commands
2320 * the dock should no longer be visible in fullscreen mode
2321 * the Mac OS X binary is now compiled with Ogg/Theora support
2322 * vlc.app is now VLC.app
2325 * fixed the "RichEdit line insertion error" bug
2326 * VLC can now be run from outside its installation directory
2327 * fixed a bug that prevented to find the default subtitle font
2330 * smarter BeOS priorities to avoid lock-ups
2331 * few enhancements in the interface (especially the Settings window)
2334 * native video output is working again
2335 * only commandline interface support
2336 * support for MPEG4, DivX through ffmpeg package
2339 Changes between 0.4.6 and 0.5.0:
2340 --------------------------------
2343 * object structure which allows for full re-entrancy, known as libvlc
2344 * new audio output architecture based on filter pipelines, providing
2345 S/PDIF and multi-channel support
2346 * localization support via gettext on most architectures
2347 * new stream output architecture, allowing to use VLC to unicast,
2348 multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
2349 and A/52 streams are supported)
2350 * build system now uses autoconf/automake/autopoint
2355 * stability fixes in the HTTP access
2356 * auto-detection of RTP encapsulation
2357 * VCD entry points support
2358 * VCD image file support
2361 * support for *.asf format
2362 * improved support for *.avi, especially over an HTTP connection
2363 * support for *.mp4 and *.mov format
2364 * support for ogg encapsulation
2365 * support for raw DV format
2366 * support for *.wav format
2367 * new demuxdump demux allowing to save a stream to a file
2370 Stream discovery & playlists:
2371 * support for the SAP/SDP and SLP protocols
2372 * support for .m3u file format
2373 * support for .asx file format
2374 * hack to find the streaming sources in html-pages with embedded wmp
2377 * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
2378 (only available with the .avi demux)
2379 * support for ADPCM audio codec
2380 * support for raw PCM data
2381 * support for Cinepak video codec
2382 * support for DV video codec via libdv or ffmpeg
2383 * support for AAC audio codec via libfaad2
2384 * support for Xvid codec
2385 * support for Xiph.org's Vorbis audio codec
2386 * support for Xiph.org's Tremor audio codec (when compiling from sources)
2387 * support for Xiph.org's Tarkin and Theora video codecs (when compiling
2389 * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
2391 * fixed an endianness bug in LPCM codec
2394 * experimental preliminary support for DVD menus via libdvdplay
2397 * new WxWindows interface
2398 * all interfaces allow to dynamically change the volume, the audio
2399 device and the channels configuration
2400 * headphone channel mixer with virtual spatialization effect
2401 * Mozilla plugin based on libvlc for embedded playback in webpages of any
2402 format that VLC can play
2403 * new swedish translation
2404 * enhancements of the playlist window
2405 * new messages window to see debug info
2406 * fixed a few crashes
2409 * slider bar in GTK+/GPE Familiar interface
2410 * fixed crash on directory change in Familiar interface
2411 * added qte_main module for use in all modules that need Opie or Qte support
2412 * native video output module for Qt Embedded/Opie is not working