1 Changes between 1.0.5 and 1.1.0-rc2:
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 in .SRT and .SSA
41 * Support for Windows Media Speech (Voice) audio codec natively on all platforms
42 * Support for AMR-NB audio codec on the Windows and Mac port
43 * Support for Indeo5 video codec
44 * Improvements on the FLAC format (7.1 channels and 88.2/176.4/192 kHz support)
45 * Direct rendering is used more often with H.264 in avcodec module
46 * Support for MPEG-4 ALS lossless audio codec
47 * Support for VP8 codec
50 * Support for .aob files from DVD-Audio (MLP and LPCM) (Full disc support is NOT present yet)
51 * Support for ADPCM in .flv streams
52 * Support for TwinVQ (.vqf) and AMV (.amv) files
53 * Various EGP improvements
54 * Support for embedded subtitles in OpenDML and legacy .avi files
55 * Many fixes on Matroska support and support for Webm format
56 * Metadata and cover art improvements
59 * WPL and ZPL playlist support
60 * Lua scripts for Mpora, Vimeo playback and Rockbox FM radios
61 * New Play-And-Pause function to stop playback on latest video image
62 * Podcast images are now displayed
65 * Rewrite of the video output core and most video outputs
66 * Added desktop mode to the Direct3D output module. It differs from DirectX
67 desktop mode, because it hides the desktop icons, but reacts to mouse clicks.
68 * New x11, glx and xv modules based on XCB
69 * New deinterlacing modes based on yadif and yadif(x2)
70 * New audio/video filter to show audio level on the video output
71 * Enhanced AtmoLight filter with hardware support for
72 Classic AtmoLight (http://www.vdr-wiki.de/wiki/index.php/Atmo-plugin)
73 Quattro AtmoLight (use just 4 Classic AtmoLights as one)
74 MoMoLight (http://www.ambilight4pc.com/momolight/momolight.html)
75 Simple serial DMX controller (http://www.ulrichradig.de/ search for DMX)
78 * New content extensions lua framework
81 * Chorus/Flanger audio filter
82 * 3F1R to stereo down-mix filter
83 * Dolby mixer, parameterized equalizer, trivial mixer, scaletempo, bandlimited
84 resampler, linear resampler, ugly resampler, converter_fixed, DTS to SPDIF
85 and A/52 to SPDIF filters have been upgraded to the "audio filter2" API
86 * NEON assembly audio converter module
87 * Converter filters have been rewritten and extended to support s32 as input
90 * Support of .milk visualization files using projectM libraries
93 * Service discoveries can now be written in lua
94 * Service discovery for Picture/Music/Video user directories
95 * Service discovery based on libudev
96 * Shoutcast Service discoveries are now removed
99 * x264, add psy-rd parameter and change default settings
100 * x264, add profile-limitter same way as x264.exe has, for example
101 #transcode{vcodec=h264,venc=x264{profile=baseline,level=1.2},vb=384,width=320,height=176}
102 * x264, defaults to crf=23 as x264.exe-does, if bitrate is given,
103 uses ABR and if qp-value is set uses CQP
104 * libx264-version 0.76 or higher is required
105 * x264 has tune/preset parameters supported
108 * New smem module, streaming to memory
109 * Allow duplicate outputs to be merged, like:
110 --sout "#duplicate{dst=transcode{vcodec=mp2v},select=es=0,dst=transcode,select=es=1}:std{...}"
113 * Renamed the legacy rc, telnet and http interfaces to oldrc, oldtelnet
115 * rc, telnet and http are now implemented using the lua interface system.
116 * qt4 interface contains new iconview and listview mode for playlist
119 * Vastly improved VLCKit framework
120 * A new dialog provider for libvlc-internal interaction without full interface
121 * Improved update detection and installation by using the Sparkle framework
122 by Andy Matuschak et al.
123 * New CoreText based text renderer replacing the former ATSUI renderer
124 * New Video output module (mostly targetting VLCKit)
125 * Optimised behavior when using the 2009 Apple Remote
128 * Integration in Windows 7 taskbar
129 * Playback of .Midi files is supported through fluidsynth's module
132 * Multiple improvements for N900 compliance and efficiency
133 * Support for HW accelerated video decoding on N900
134 * Improvements to the maemo/hildon interface
138 * --save-config command line option not supported anymore.
139 * Fixed and reenabled netsync module.
140 * Improved Solaris port
143 * new C++ wrapper around libVLC: libVLCpp
144 * phonon-VLC backend is now usable
147 * csri codec: use the libass module instead.
148 * galaktos visualisation: use the new projectM module instead.
149 * showintf: Useless in Qt and on Mac OS X
150 * transrate: broken since too long
151 * Xlib x11, Xlib xvideo, Xlib glx: Use the new XCB modules instead.
152 * HAL: Use libudev instead.
153 * gtk_main, gtk_main2, gnome_main, gnome_main2 and pda interfaces
154 * WinCE, BeOS and qnx interfaces
155 * opie, qte and qte_main interfaces
156 * linear_resampler and trivial_resampler are removed: use the ugly one.
157 * XvMC accelerated modules: use VAAPI instead.
158 * MGA (Matroska) for Linux: use Linux Framebuffer (or X) instead.
159 * opengllayer: use macosx_video instead.
160 * cddax: use cdda instead.
161 * cmml and tarkin codecs are removed because they are dead codecs.
162 * realaudio codecs: use libavcodec
163 * access_file removed in favor of filesystem
164 * RTMP input and output: use avio module
167 Changes between 1.0.5 and 1.0.6:
168 --------------------------------
171 * Fix crash on FTP URI with no file path
173 Decoders/Packetizers:
174 * Fix overflows in A/52, DTS, MPEG Audio and subtitles support
177 * Update LUA script for Youtube pages
178 * Fix crashes in AVI, ASF and Matroska files
179 * Fix crashes on malformatted ZIP archives
180 * Fix crashes and leaks in the FFmpeg/avformat plugin
181 * Fix crash on invalid XSPF playlist
184 * Partial Xlib threading fixes
185 More complete fixes are available in VLC 1.1.0. Please update!
188 * Fix crash (use after free) in Qt4 bookmarks
189 * Fix a few crashes in Qt4 playlist
192 * Simplified Chinese, Estonian, French, Japanese, Korean, Spanish, Swedish
193 and Walloon translations updated
194 * Sinhala translation started
197 * RTMP input and output are removed due to security problems. Please update
198 to VLC 1.1.0 which provides an FFmpeg-based RTMP input if needed.
201 Changes between 1.0.4 and 1.0.5:
202 --------------------------------
205 * SubRip extra styles improvements
206 * Fix potential crashes in SSA and svg decoders
209 * Improved support for the 2009 Apple Remote
212 * Use of gcc 4.4.2 to compile instead of gcc 4.2. This might slightly
213 increase performance and fix x264 issues
216 * Portuguese Brazilian, Lithuanian, Romanian, Ukrainian, Japanese, Bengali,
217 Walloon, Galician, Danish, Khmer, Polish, Slovenian, Vietnamese, Finnish
218 Russian, Slovak translation updates
219 * New Malayalam, Macedoninan, Nynorsk translations
222 Changes between 1.0.3 and 1.0.4:
223 --------------------------------
226 * Fix deadlocks in the audio output core
227 * Make PulseAudio the default output if available
230 * Fix fullscreen mode with KDE 4.3.3 and other window managers
231 * Fix incompatibility with cairo-dock and compositing
234 * Fix DVB scanning regression from VLC 1.0.3
235 * Support for XZ-compressed byte stream (LZMA algorithm)
238 * Support for .m3u8 playlist files (UTF-8 M3U)
241 * Support for xcb-keysyms version 0.3.4 or higher
242 * Fix globalhotkeys on FreeBSD
245 * Fix opening V4L version 1 devices
246 * Fix default destination ports in the streaming wizard
249 * New Walloon translation
250 * Swedish, Ukrainian and French translation updates
253 Changes between 1.0.2 and 1.0.3:
254 --------------------------------
257 * Fix video quality when resizing the video on Windows Vista and 7, due to
258 regressions in most popular drivers
259 * New deinterlacers modules based on yadif and yadif(x2) algorithms
262 * Windows version supports now natively the WMA Professional codec, as it
263 didn't work in the packaged version of 1.0.2
264 * Fix downmixing of particual 4.0 AC-3 audio tracks
267 * x264 has profile-limitter, like:
268 #transcode{vcodec=h264,venc=x264{profile=baseline,level=12}..}
271 * Update for appletrailers lua script
272 * Fixes on the RAR stream filter
273 * Fix for E-AC3 in ATSC/TS streams
274 * Various fixes for v4l and v4l2
275 * Fix a crash in mjpeg demuxer
278 * New udev module for linux
281 * Fixes on the playlist and the stream output panels
284 * French, Galician, Korean, Polish, Russian, Romanian, Slovak and Ukrainian updates
287 Changes between 1.0.1 and 1.0.2:
288 --------------------------------
291 * Native support for WMA Professional, without the use of the Win32 dlls
292 * Fix issues in subtitles, especially SSA ones
293 * Various fixes on theora and ogg
296 * Various fixes for EPG support in MPEG-TS demuxer
297 * Fixes for potential stack overflow in .avi, .mp4 and .asf demuxers
300 * Fixes for v4l2 devices
301 * Fixes for dvb-c channels-scanning
304 * Fix some playlist sorting issues
307 * Fixed a crash when updating VLC
308 * Fixed a crash related to QTKit when opening video files (10.6 only)
309 * Added the ability to play 2nd media in sync to the primary item (input-slave)
310 * Added the "Quit after Playback" feature
313 * The "Delete Preferences" script is now delivered as a Universal Binary
314 with native code for PowerPC, Intel and Intel 64bit
315 * Full 64bit runtime compatibility on both Mac OS X 10.5 and 10.6
316 - no support for Goom and SDL
317 - limited text rendering support
318 - This port is still considered as EXPERIMENTAL despite its binary release.
321 * MPEG2 transrate stream output removed
322 * x264 default-values closer to x264.exe defaults.
323 * x264 rc-behaviour fixes:
324 - if user defines qp-value, CQP-mode is used
325 - otherwise if user defines vb=0, CRF-mode is used
326 - otherwise ABR-mode is used
327 * x264 set vbv-bufsize/vbv-maxsize better if user hasn't defined these:
328 - ABR mode set vbv-max-bitrate=bitrate
329 - vbv-bufsize is bitrate * seconds between keyframes (keyint/fps)
333 * Lua scripts for Mpora and Vimeo playback
336 * Various fixes to enable 1.0 to build on Solaris and OpenBSD
339 * New Kazakh and Croatian translations
340 * Lithunanian translation is available on Windows
341 * Galician, Korean, Nepali, Vietnamese, Ukrainian, Portuguese Brazilian,
342 Arabic and French translation updates
345 Changes between 1.0.0 and 1.0.1:
346 --------------------------------
349 * Fix wmv/asf issues that caused audio to drop
350 * Various fixes for ac3, mp3, dts and stability for wav format
351 * Fix seek in RTSP in conformity to RFC 2326
352 * Fix Dailymotion access script
353 * Fix crashes in xspf files handler
354 * Fix seeking and timing issues in some flv files on Windows version
357 * Add extra caching for files on network shares
358 * Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ, DZCORE Labs, Algeria
361 * Fix seeking in mpeg2 video files
362 * Improve SSA subtitles rendering
363 * Update most codecs for the Windows and Mac version
366 * Fix sound recording of .flv files with mp3 audio
369 * Possibility to change the opacity level of the Fullscreen controller
370 * Fix various crashes and VIDEO_TS folders opening
373 * Added options to disable support for Apple Remote and Media Keys
374 * Fixed options for Volume, Last.fm password and Subtitle Encoding
375 * Fixed redraw issues when autosizing the video window
376 * Preferences panel now includes help through tool-tips
377 * More reliable Information and Messages panels
378 * Fix various crashes
381 * The ZVBI module is now available for Windows, for complete teletext support
383 Translations updates for Brazillian, French, German, Korean, Norwegian Nynorsk, Lithuanian
386 Changes between 0.9.10 and 1.0.0:
387 ---------------------------------
391 * Alsa and OSS audio capture has been removed from the v4l and v4l2 accesses.
392 See 'Access:' for more info.
393 * Support for Mac OS X 10.4.x was dropped due to its technical limitations
396 * Instantaneous pausing
397 * Frame-by-Frame playback
398 * Finer speed control
399 * On-the-fly recording for all medias
400 * Timeshift for most medias
401 * RTSP trickplay support
402 * Subtitles core improvements and fixes
405 * New AES3 (SMPTE 302M) decoder
406 * New Dolby Digital Plus - E-AC-3 (A/52b) decoder
407 * New True HD/MLP decoder and parser
408 * New Blu-Ray Linear PCM decoder
409 * New QCELP (Qualcomm PureVoice) decoder
410 * Improved Real Video 3.0 & 4.0 decoder
411 * New WMA v1/2 fixed point integer decoder
412 * Closed Captions using the SCTE-20 standard are now correctly decoded
413 * Improvement of WavPack decoder to support all integer modes and float mode
414 * Corrections on 5.1 and 7.1 channel decoding and ordering
417 * Support for Dirac, MLP and RealVideo in Matroska files
418 * Major improvements in RealMedia files opening (.rm and .rmvb)
419 * Improvements of the TS demuxer for M2TS files from Blu-Ray and AVCHD
420 * Metadata for mod files are supported
421 * GSM codecs in Wav files are supported
422 * New raw audio demuxer supporting raw PCM streams
423 * New Dirac demuxer for raw Dirac streams
426 * Dirac encoding using libdirac (supported in Ogg and in TS)
427 * Shine mp3 fixed-point encoder
430 * RTSP authentication with Darwin Streaming Server
431 * On-the-fly gzip and bzip2 file decompression (except on Windows)
432 * Playback for video in uncompressed multi-RAR archives
433 * DVB-S and ATSC cards support on Windows
434 * New OSS and Alsa accesses. The v4l2 and v4l modules no longer support
435 OSS or Alsa audio input. Use --input-slave alsa:// or oss:// if needed.
436 * DVB scanning on linux
437 * EXPERIMENTAL Blu-Ray Disc and AVCHD Folders support
438 * On-the-fly zip file decompression and browsing (MRL of the form
439 zip://file.zip!/file.avi to specify the file - the development form of
440 zip://file.zip|file.avi is not supported anymore)
441 * Opening of any file descriptor using 'fd://'
442 * MTP device access on Unix
443 * CD-Text support on the cdda module (CD-Audio)
444 * :start-time and :stop-time can handle sub-second values
447 * Mouse cursor support in x11 and win32 screen modules
448 * Screen module now features partial screen capture and mouse following on
449 Windows and Mac OS X.
452 * Export the playlist in HTML
453 * Lua script for BBC radio playback
454 * Better metadata handling and reading
456 Linux/Windows interface:
457 * Global Hotkeys on Windows and Linux
458 * Various fixes for skins2 interface
459 * Recently played items list
460 * Interface toolbar customizations
461 * Various Improvements on the Qt interface:
464 - Improvements on many dialogs
465 - New dialog for plugins listing
466 - Fixed-size mode for videos
467 - Better Teletext, trickplay and encrypted streams control
468 * Better integration in GTK environments
471 * Controllable by the Media Keys on modern Apple keyboards (brushed Aluminium)
472 * Reveal-in-Finder functionality for locally stored items.
473 * Easy addition of subtitles through the Video menu
474 * Additional usability improvements
477 * Restored the old mpeg2 transrating module.
478 * Multiple bridge-in instances are now possible.
479 * bridge-in can be used to configure a placeholder stream.
480 * Remote Audio Output Protocol (AirTunes) module.
481 * Fixed mosaic memleak. Mosaics are now usable again.
484 * New Maemo port with:
485 - an interface based on Hildon framework.
486 - scaler based on the swscale_nokia770 library.
489 EXPERIMENTAL work for the winCE port has been done.
492 * EXPERIMENTAL 64bit support
493 * Speed improvements by using llvm-gcc
494 * New document icons by Dominic Spitaler
495 * Support for latest iSight models
498 * Removed obsolete Esound and aRts plugins
499 * Surround support for PulseAudio
502 * Effects (cube, torus, etc.) removed from OpenGL video output
503 * Video is able to stay in original size and to zoom in fullscreen
504 (hotkey 'o') while keeping black borders
505 * Image video output has been rewritten into a video-filter named 'scene'.
506 The old image video output has been removed.
507 * Support for scaling and converting video chromas with FFMPEG imgresample was
508 withdrawn due to bugs. Please use the newer FFMPEG swscale instead.
511 * Invmem, a fake codec to display images from external applications
519 Changes between 0.9.9a and 0.9.10:
520 --------------------------------------
526 * Fixed crashes on multi-screen setups
527 * Corrected volume and subtitle encoding options in the Preferences
528 * Improved Information panel behavior, when playlist is not displayed
529 * Fixed QTCapture input support for the latest iSight models
530 * Added a menu-item to unlock the video window's aspect ratio
531 * Fixed redraw issues when autosizing the video window
532 * Updated libpng, libgpg-error, libgcrypt, fribidi
534 Various fixes to the following modules:
537 - updated and additional access scripts (BBC radio, dailymotion, ...)
538 - Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ,
541 - RTP, RTSP VoD, Mosaic Bridge
546 Changes between 0.9.9 and 0.9.9a:
547 ---------------------------------
550 * Updated multiple 3rd party libraries to keep in sync with the Win32 port
551 * Playback fixes for PowerPC-based Macs
554 Changes between 0.9.8a and 0.9.9:
555 ---------------------------------
558 * Experimental new decoder for Real Video 3.0 & 4.0
561 * Various fixes related to real demuxer
564 * Fixed circumstances, which could lead to an empty Information panel
565 - Note that VLC will show information on the currently _selected_ item
566 instead of the currently _playing_ item, if the playlist is visible in the
567 main controller window.
568 * Fixed multiple UTF8 issues in the Streaming / Exporting Wizard
571 * Improved video playback performance on Intel-based Macs
576 * Updates of other localizations
579 * Support for receiving RTP packets on odd port numbers.
580 * Lots of small bugfixes.
581 * Correct Fullscreen behaviour on Multi-Screen setups on Windows
582 * Telnet fixes on Windows
583 * Resampling fixes when transcoding
586 Changes between 0.9.6 and 0.9.8a:
587 ---------------------------------
590 * Fixed buffer overflow in Real demuxer (SA-0811, CVE-2008-5276)
592 Bunch of small bugfixes.
595 Changes between 0.9.5 and 0.9.6:
596 --------------------------------
601 * Fixed overflow in CUE support from VCD access (SA-0810, CVE-2008-5032)
602 * Fixed overflow in RealText subtitles support (SA-0810, CVE-2008-5036)
605 Changes between 0.9.4 and 0.9.5:
606 --------------------------------
608 * Fixed buffer overflow in TiVo demuxer (SA-0809, CVE-2008-4686, CVE-2008-4654)
609 * Fixed libpng CVE-2008-3964 in Win32 and MacOS builds
612 * Closed Caption EIA 608/708 parsing enabled for libmpeg2
615 * Fixed various potential crashes and memleaks
616 * Fixed issues with reading from files (especially non-local)
619 * Fix bug where interface was "eating" some media keys
620 * Fix some crashes in DirectShow access
623 * Fix bug when the resetting of preferences didn't reset the dialog states
624 * Right-click menu to select playlist columns reenabled
625 * Various fixed in playlist
628 * MMAP module is now deactivated by default
631 * Update of Brazillian, Swedish translation
634 Changes between 0.9.3 and 0.9.4:
635 ------------------------------------
637 * Crashes fixed in ogg, vobsub, dvdread
638 * Fixes several memory leaks.
641 * Apple machines without Quartz Extreme are no longer supported (use 0.9.2 or earlier )
642 * Fixed a crash with deletion of old preferences.
643 * Fixed targetname for downloaded updates
646 * Stability fix for the video output.
649 Changes between 0.9.2 and 0.9.3:
650 --------------------------------
653 * Fixed DTS channel order on 5.1 systems
654 * Fixed pausing behavior for subtitles and for Audio-CD
655 * Multiple subtitles and podcast fixes
656 * Various crashes fixed in PS, SSA, mkv, xspf, freetype
657 * Fixed update system bugs
658 * Other bug fixes (dvd language selection, subtitle colours, HTTP keep-alive...+)
661 * Fixed ffmpeg slowness on PowerPC-based Macs
662 * Fixed crash on startup when installed on old preferences
663 * Fixed bug in directory opening on Mac OS X
664 * Fixed font selection in the Simple Preferences
665 * Thicker border to the subtitle renderer
666 * Fixed the appearance of playlist items in the Streaming/Transcoding Wizard
667 * Fixed AC3 passthrough on Mac OS X
668 * Fixed behavior of the Volume Normalizer settings on Mac OS X
669 * Removed the deprecated QuickDraw video output module to avoid crashes on
670 modern Mac OS X versions
673 * Fixed sensitivity of Fullscreen Controller
674 * Fixed error messages on startup when VLC wasn't correctly uninstalled
676 * Fix showing of controller when returning from fullscreen playback
677 * Multiple directory and path location fixes.
680 * Added Faster/Slower icons to the controller panel
681 * Fixed lost playlist columns when switching the playlist view
682 * Added needed options to Simple preferences (to avoid NVIDIA drivers issues)
683 * Fullscreen controller: added time label, remembering of last position
684 * Fixed drag'n drop behaviour on the playlist
685 * Multiple other fixes (Enter hotkey in preferences, Skins selection...)
688 Changes between 0.9.1 and 0.9.2:
689 --------------------------------
691 * Restored the old behavior of --sout-keep. It is now de-activated by default.
692 * Skins2 interface repaired on Windows.
696 Changes between 0.9.1 and 0.9.0:
697 --------------------------------
699 * Multiple bug fixes.
702 Changes between 0.8.6i and 0.9.0:
703 ---------------------------------
707 * This release will need Windows 2000 and Mac OS X 10.4 (Tiger), or more
708 recent to work correctly
709 * The HTTP interface is now only available on the local machine by default.
710 If you want to make it available from other machines, you will have to
711 edit the ".hosts" file.
712 - On UNIX/Linux, the file is in /usr/share/vlc/http/.hosts
713 If you're using the old http interface, it's located in
714 /usr/share/vlc/http/old/.hosts
715 - On Windows they are in C:\Program Files\VideoLAN\VLC\http\.hosts and
716 C:\Program Files\VideoLAN\VLC\http\old\.hosts
717 - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts
718 and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts
719 * This version of VLC contains a new interface for Windows and Linux.
720 This interface has a fullscreen controller and simplified preferences.
721 This interface lacks the "Streaming Wizard" that used to be present in VLC
722 0.8.6, but provides basic profiles.
723 * The behavior of --sout-keep was changed. It's now activated by default.
724 * The marq, mosaic and logo commands in the rc interface changed. They
725 now require a target name as their first argument. Example:
726 vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
727 You can then use commands like: @test marq-marquee Goodbye
728 If you didn't name the object using @test, its name will default to the
729 plugin name (hence 'marq') in this example.
730 These new commands are also available in the telnet interface.
731 * The "rtp" access output module has been removed.
732 Please use the RTP stream output instead, e.g.:
733 Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
734 New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}'
735 * You now need to append --m3u-extvlcopt to your command line to enable
736 EXTVLCOPT options parsing in m3u playlists. Note that only a limited set
737 of options is available to m3u playlists (CVE-2007-6683).
738 * The old access:url syntax is no longer supported to resolve ambiguities
739 with some file names. Use access://url instead.
740 E.g.: vlc:quit -> vlc://quit ;
741 udp:@239.255.12.12 -> udp://@239.255.12.12
742 * The ffmpeg module has been removed and replaced by the new avcodec,
743 avformat, swscale (or imgresample if you use a swscale-less ffmpeg build)
744 and postproc modules.
745 * The web plugins ActiveX (IE)/Firefox/Mozilla/Safari now recognize the
746 following states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4,
747 STOPPING=5, FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and
748 BACKWARD being reserved for future implementations and are thus not
750 * Croping and padding in transcode are now done using the croppadd video
752 transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}}
753 * Canvas setting in transcode is now done using the canvas video filter.
755 transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}}
756 * Glide video output module has been removed.
762 * Updated libfreetype on Windows and Mac OS X (CVE-2008-1806, CVE-2008-1806,
764 * TTA Parser improvements (CVE-2008-3732)
765 * MMS Access Module improvements (CVE-2008-3794 )
768 * Vastly improved playlist support:
769 * Media library creation to save all your playlist items
771 * Shoutcast TV listings
772 * Audioscrobbler/Last.FM support
774 * User definable Lua playlist scripts. See share/lua/playlist/README.txt
775 (Default scripts open YouTube, DailyMotion, metacafe, Google Video and
777 * User definable Lua album art fetcher scripts. See share/lua/meta/README.txt
780 * Video for Linux 2 (V4L2) input support
781 * UDP-Lite transport for RTP/AVP
782 * DCCP transport for RTP/AVP
783 * Proxy support for MMSH stream
784 * JACK audio input support
785 * Input run time option (improved live stream recording)
786 * BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows
787 * Re-written Screen access module for Mac OS X
788 using OpenGL instead of QuickDraw
789 * Screen module now supports partial screen capture and mouse following on X11.
790 * Experimental EyeTV access module
791 This requires the user to install a plugin to EyeTV.app
792 (available as a separate download).
793 * Simple RTP input (with MPEG A/V, G.711 and PCM support).
795 * QTKit-based Input module for Mac OS X allowing display and streaming of video
796 taken from all iSight-labelled video cameras (no audio support)
797 * HTTP access now supports gzip compressed data and Digest Access
799 * New options to reduce latency between arrival of raw data and display of
800 frames. (--auto-adjust-pts-delay and --use-stream-immediate)
803 * MP4 gpac and Apple chapter support
804 * Fixed playback of AIFF stereo files
805 * Fixed audio glitch on seek
806 * Improved FLAC demuxer (duration / current time / meta data)
808 * APEv1/2 tags support
809 * Improved ID3v2 tags support
810 * Improved Ogg/Vorbis tags support
812 * Standard MIDI File (types 0 & 1) support
813 * TiVo Series 2 support
814 * CD+G karaoke Files support
819 * VP60/VP61/VP6F/VP62 support
820 * Flash Screen Video support
821 * CamStudio Screen Video support
822 * DosBox Capture support
823 * Karl Morton's Video support
824 * limited atrac3 support
826 * Fluidsynth MIDI software synthesis (with external sound fonts)
827 * New codec FOURCCs to support more specific files:
828 Avid, FCP, Sony, Samsung, ...
830 * DNxHD / VC-3 support
831 * NellyMoser ASAO support
832 * APE (Monkey audio) support
833 * RealVideo support (with the RealVideo run-time)
834 * Dirac video support using libschroedinger
837 * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC)
838 * VBI & EBU (Teletext) support (*nix, Mac OS)
839 * Ogg/Kate subtitles support
840 * AQTitle subtitles support
841 * MKV USF subtitles support
842 * HTML-based subtitles support
843 * MPSub subtitles support
844 * JacoSub subtitles basic support
845 * MPL2 subtitles support
846 * Rewrite of ASS/SSA scripts and subtitles support
847 * PowerDivx (.psb) Subtitles support
848 * Realtext subtitle support
849 * DKS subtitle support
850 * SubViewer 1.0 (SubRip09) subtitles support
851 * Correct Right-to-left languages in subtitles support
854 * Flash Screen Video support
855 * Improved H.264 encoding speed
857 Video outputs and filters:
858 * New CoreAnimation-based output module (VLCKit framework on OS X only)
859 * Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and
860 Psychedelic) video filters can now be streamed
861 * New puzzle video output filter
862 * Re-written motion detection video filter
863 * New extract video filter (extract Red, Green and Blue components from a
865 * New sharpen video filter (increase the contrast of adjacent pixels)
866 * New erase video filter (removes logos from a video)
867 * Enhanced subtitles' renderer to support bold, italic and some HTML tags
868 (Google Summer of Code Student project)
869 * Support for RGBA and I420 blending.
870 The latter improves Mosaic CPU usage *a lot*.
871 * New transparency mask video filter (for use with the mosaic_bridge module).
872 * New bluescreen video filter (for use with the mosaic_bridge module).
873 This was previously part of the mosaic module.
874 * Fixed random characters problem in RSS filter.
875 * Add rotate-deciangle for more precision on rotate filter
876 * Support for Intel SSE2 instruction set in chroma converters
877 * Improved use of Intel MMX instruction set in chroma converters
878 * New croppadd and canvas video filters.
880 Audio outputs and filters:
881 * Replay gain support
882 * Audio playback when going slower/faster (with pitch correction via
883 new scaletempo audio filter)
884 * New spatializer audio filter
885 * Correct DTS output via S/PDIF
888 * RTSP for TS-multiplexed broadcast streams
889 * New RTP payload formats:
890 * Speex voice audio codec
891 * ITU T.140 (for text, subtitles) output
892 * G.711 (both A-law and µ-law) output
893 * UDP-Lite transport for RTP
894 * DCCP transport for RTP
895 * Lots of fixes for RTSP broadcasting
900 * New Simple Preferences dialogs showing the most important settings in an
901 end-user suitable way.
902 * Improved user interaction
903 * Improved mouse gestures
904 * Vastly improved Update checker
905 * Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2)
907 * Brand new interface for Linux and Windows, based on the Qt toolkit
908 * Fullscreen controller (transparency on Linux+Composite)
910 * Improved video output features
911 * Online access to VideoLAN's Help Wiki within VLC
912 * New setting to disable the "Recent Items" service
913 * When playing Radio (live) streams, the current track is shown correctly
914 * Correct appearance on Macs using Aqua's graphite theme
915 * Simplified Extended Controls panel
917 * Correctly displays wide characters when using an UTF-8 locale,
918 if libncursesw is available.
919 * Some nice colors if the terminal supports it (most do)
920 * Experimental Lua interface modules. See vlc -I lua and
921 share/lua/intf/README.txt for more info.
923 * Option to allow only one running instance, using D-Bus interface.
924 * D-Bus Interface implementing the MPRIS
925 (Media Player Remote Interfacing specification), a common dbus control
926 interface for media players that intends to become an xdg standard when
927 finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces .
928 * Motion module using disk accelerometers to keep video horizontal
929 * Plugin to set Telepathy presence message using MissionControl
930 * Fixed VLM schedule time on Linux
933 * VLC now complies with the XDG Base Directory Specification version 0.6
934 http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
935 (which means that VLC doesn't use the $HOME/.vlc directory anymore)
938 * Mac OS X Framework "VLCKit" that can be used to embed VLC in third party
939 applications (Google Summer of Code Student project, Mac OS X 10.5 only)
940 * New text renderer based on Quartz replacing the existing Freetype solution
941 * Complete compatibility with Mac OS X 10.5 Leopard
942 * It is now required to compile a fully featured build
943 * The support of Mac OS X 10.3.9 and QuickTime 6.x was discontinued.
946 * Event management and various improvements in libvlc
947 (Part of a Google Summer of Code Student project)
957 * LibVLC now supports externally built plugins properly.
958 A "vlc-plugin" pkg-config package is provided.
959 * Java bindings are now built from a separate source.
962 Changes between 0.8.6h and 0.8.6i:
963 ----------------------------------
966 * Fixed integer overflow in WAV demuxer (CVE-2008-2430)
969 * Fixed option to use shared memory within the GLX video output module
970 * Improved galaktos-based audio visualizations on FreeBSD
971 * Miscellaneous bugfixes in multiple modules and in libvlc
972 (transcode stream output, OSD menu video filter, VCD input,
973 SAP services discovery, http control interface)
974 * Updated Polish translation
977 Changes between 0.8.6g and 0.8.6h:
978 ----------------------------------
981 * Updated GnuTLS and libgcrypt on Windows and Mac OS X (CVE-2008-1948,
982 CVE-2008-1949, CVE-2008-1950)
983 * Updated libxml2 on Windows and Mac OS X (CVE-2007-6284)
986 * Updated libebml and libmatroska on Mac OS X. Reliability improvements.
987 * Miscellaneous bugfixes in multiple modules and in libvlc
988 (ftp access, record access filter, video filters, RC interface,
989 playlist demuxer, IP networking, MPJPEG muxer, stream outputs)
990 * Improved support for MPEG2 content created by Final Cut Pro
991 * More reliable audio reception for MPEG TS streams
992 * Fixed a regression in 0.8.6g where usage of the snapshot feature could lead
993 to an unexpected application termination
994 * New Serbian translation
995 * Updated Romanian translation
998 Changes between 0.8.6f and 0.8.6g:
999 ----------------------------------
1002 * Removed VLC variable settings from Mozilla and ActiveX
1003 (CVE-2007-6683, VideoLAN-SA-0804)
1004 * Removed loading plugins from the current directory
1005 (CVE-2008-2147, VideoLAN-SA-0805)
1006 * Updated libpng on Windows and Mac OS X (CVE-2008-1382)
1007 * Fixed libid3tag denial of service (CVE-2008-2109)
1008 * Fixed libvorbis vulnerabilities (CVE-2008-1419, CVE-2008-1420, CVE-2008-1423)
1009 * Fixed speex insufficient boundary check (CVE-2008-1686, oCERT-2008-004)
1012 * Fixed various memory leaks, improving stability when running as a server
1013 * Fixed compilation with recent versions of FFmpeg
1014 * Correctly parses SAP announcements from MPEG-TS
1015 * Fixed AAC resampling
1016 * The Fullscreen Controller appears correctly on Mac OS X,
1017 if the 'Always-on-top' video option was selected.
1020 Changes between 0.8.6e and 0.8.6f:
1021 ----------------------------------
1024 * Really fixed subtitle buffer overflow (CVE-2007-6681, CVE-2008-1881)
1025 * Fixed Real RTSP code execution problem (CVE-2008-0073)
1026 * Fixed MP4 integer overflows (CVE-2008-1489, CVE-2008-1768)
1027 * Fixed cinepak vulnerabilities (CVE-2008-1769)
1028 - More information can be found in VideoLAN-SA-0801 and VideoLAN-SA-0803.
1031 * The Mozilla plugin registers a usable range of MIME-types on Mac OS X
1032 * Improved VLC's video output behavior on multi-screen setups running Mac OS X
1033 * Fixed crashes in H264 packetizer
1034 * Close MMS access on network timeout
1035 * Fix some problems with AAC decoder & packetizer
1038 Changes between 0.8.6d and 0.8.6e:
1039 ----------------------------------
1042 * Resume playback for viewing content over FTP
1043 * Fixed XShm detection with remote X11
1046 * Subtitle demuxers overflow (CVE-2007-6681)
1047 * HTTP listener format string injection (CVE-2007-6682)
1048 * Fixed buffer overflow in the SDL_image library (CVE-2006-4484)
1049 * Real RTSP overflows (CVE-2008-0225, CVE-2008-0295, CVE-2008-0296,
1051 * Arbitrary memory overwrite in the MP4 demuxer (CORE-2008-0130,
1055 * Fixed DTS to S/PDIF converter
1058 * Fixed 5.1 audio on ALSA
1061 * Fixed some RTSP hanging and user/password passing through RTSP URLs
1064 * Fixed waiting for SPS/PPS problem in H.264 packetizer
1067 * Improved compatibility for creating H.264 video files playable on iPhones
1068 * Improved detection of optimal amount of threads for multi-threaded H.264
1069 encoding on multi-cpu systems
1070 - Note that this is used when transcode threads is set to 0 (default)
1071 - Not supported on Windows (multiple threads require manual configuration)
1073 Mac OS X Interface & Port:
1074 * Restored compatibility with Mac OS X 10.3.9
1075 * Corrected behavior of the Preferences panel
1076 * VLC no longer crashes on quit while playing
1079 * Updated Romanian and Polish translations
1082 Changes between 0.8.6c and 0.8.6d:
1083 ----------------------------------
1086 * Mozilla plugin: supports a reasonable amount of MIME types on Windows
1087 * Linux: Fixed S/PDIF passthrough with ALSA
1088 * Automatic recovery on unexpected stream discontinuity (clock gap) occurrences
1090 * Use field order (top/bottom) for correct bob/linear deinterlacing
1091 * Fix invalid free in bookmarks loading code
1093 Windows and Mac OS Binaries
1094 * FLAC Security Update (CVE-2007-4619) to prevent multiple integer overflows
1097 * Security update (VideoLAN-SA-0703, CVE-2007-6262)
1099 Mac OS X Interface & Port:
1100 * Apple Remote support on Mac OS X 10.5 Leopard with enhanced functionality
1101 * Improved Video Output compatibility for Mac OS X 10.5 Leopard
1102 * Improved behavior of the Fullscreen Controller and mode changes between
1103 Fullscreen and Windowed Video Output
1104 * Softened the white flash artifacts that may appear during the transition of
1105 two different movies
1106 * Support for current Ogg file formats
1107 NOTE: This release requires Mac OS X 10.4 or higher.
1108 Mac OS X 10.3.9 is not supported anymore.
1111 * Improved H.264 encoding speed on Mac OS X
1114 * The automatic updating facility was removed
1115 * You now need to append --m3u-extvlcopt to your command line to enable
1116 EXTVLCOPT options parsing in m3u playlists.
1117 * RTSP server remote denial of service fixed (CVE-2007-6684).
1120 Changes between 0.8.6b and 0.8.6c:
1121 ----------------------------------
1123 Various bugfixes, notably:
1124 * Windows Vista compatibility
1125 * Cropping in Direct3D
1126 * Fullscreen change crash on Mac OS X
1127 * RSS filter string overflow
1129 * MKV demuxer crash (related to seeking)
1131 CDDA / Vorbis / Theora / SAP plugins:
1132 * Security updates (VideoLAN-SA-0702, CVE-2007-3316, US-CERT VU#200928)
1135 * Fixed a problem with detecting embedded subtitles (GAB2 format) in AVI
1136 * Prevent WAV file integer overflow (CVE-2007-3467 & CVE-2007-3468)
1139 * Updated FLAC API compatibility
1142 * Support for new v4l2 encoder API
1145 * New localisation: Arabic, Persian
1148 Changes between 0.8.6a and 0.8.6b:
1149 ----------------------------------
1151 Various bugfixes, notably:
1152 * Out-of-bound read in demuxers
1153 * Demuxers crashes (incl. CVE-2007-0256)
1154 * Mac OS X Interface crashes
1155 * VP31 decoding on Windows platforms
1156 * Direct3D Video Output modifications for Vista compatibility
1157 * Correct behaviour for feeding streams to Icecast or Shoutcast servers
1160 * Enhanced Flash Video support incl. VP61 and VP60
1161 * Teletext subtitles (telx) support
1164 * Rectified behaviour and improved usability
1166 Mac OS X Interface & Port:
1167 * Diverse usability improvements
1168 * New wizard option to embed subtitles
1169 * Screensaver/automatic sleep mode is enabled when a video is paused
1170 * Improved Delete-Preferences-Script
1173 Changes between 0.8.6 and 0.8.6a:
1174 ---------------------------------
1176 CDDA / VCDX plugins:
1177 * Security updates (VideoLAN-SA-0701, CVE-2007-0017)
1180 * Fullscreen controller improvements
1183 Changes between 0.8.5 and 0.8.6:
1184 --------------------------------
1187 * Shoutcast TV listings support
1190 * Support for RTSP authentication
1191 * Support for adding subtitles on the fly
1192 * Fixed MPEG-PS duration calculation
1193 * ATSC support for DVB input
1194 * Partial reading support for DVR-ms recordings
1195 * Partial reading support for MXF and GXF fileformat
1196 * Improved support for Flash Video files
1199 * Native WMV9/VC-1 support
1200 * WMA Speech support (through binary codecs)
1201 * VP5/VP6 - Flash Video support (not VP61)
1202 * The True Audio Lossless codec support
1203 * Matroska WavPack support
1204 * Improved H.264 support (interlaced, speed improvements etc but no PAFF)
1205 * Fixed a problem with MPEG2 field pictures
1206 * Fixed swapped colors on DVB subtitles
1209 * Additional OpenGL effects (cylinder, torus, sphere, ...)
1210 * Experimental Direct3D 9 video output (win32). Best served on Vista :)
1211 * Improved libcaca support
1215 * New hotkeys for crop and zoom
1216 * Support for snapshots from the HTTP interface
1218 * Systray support in skins
1220 * Support for Apple Remote control
1221 * Fullscreen controller panel (artwork by Simon Damkjær Andersen)
1222 * New playmode buttons (artwork by Simon Damkjær Andersen)
1223 * right/ctrl-click menu in video outputs
1224 * Main Menu uses autohide when playing videos in fullscreen mode
1226 * Notifications using notification-daemon
1229 * Support for Unicode filenames (Windows NT and above)
1230 Windows 9x/ME users:
1231 - Please note that these versions of Windows are not officially supported
1232 - Unicode support for Windows 9x/ME applications is available through the
1233 Microsoft Layer for Unicode available from the following location:
1234 http://www.microsoft.com.nsatc.net/globaldev/handson/dev/mslu_announce.mspx
1235 Download the MSLU package (unicows) and extract the content into the folder
1237 * Fixed IPv6 support on the client side
1238 * Fixed disable screensaver (Direct3D and DirectX video output)
1247 * Updates to the libvlc API
1248 * Fixes for the mozilla and activeX plugins
1251 Changes between 0.8.4a and 0.8.5
1252 --------------------------------
1255 * Statistics collection (bitrates, packets, connections, ...)
1256 * Support for downloading updates
1260 * Initial support for RTSP-over-HTTP (to allow NAT traversal)
1261 * Linux DV (Digital Video - Firewire) input
1262 * Improvements to the Audio CD input
1263 - Separate playlist entries for the tracks
1265 * Support for more DVB (satellite) encryption modules
1266 * Improved subtitles encoding support
1267 * Improved support for playing MP4 files from the Web
1270 * Cook (Real audio) support
1272 Playlist / Services discovery:
1273 * XSPF playlist support
1275 * Updated Shoutcast to use new listing
1278 * New JACK audio output
1281 * New video filters:
1282 - magnify: allows you to zoom on part of the image
1283 - gradient and edge detection: "cartoon-like" effect
1284 - bluescreen: overlay parts of a video transparently on another one
1285 * Logo video filter: can now loop through multiple images
1286 * RSS video filter: display feed images. Support for Atom feeds.
1287 * Improvements to the subtitles rendering
1290 * Initial support for throttling users on VOD streams
1293 * System to inform the user and request information
1294 - HTTP authentication
1298 - VLM (VideoLAN Media Manager) control panel
1299 - Improved media information panel (shows statistics, metadata, ...)
1300 - Drag & Drop support in the playlist
1303 - Support for Winamp 2 skins
1304 - Improved playlist handling
1305 - Support for popup menus, animated bitmaps, equalizer, ...
1307 - Embedded Video output
1308 - new Go-To-Specific-Time feature
1309 - Video cropping and aspect ratio changing while playing
1310 - Improved media information panel (shows statistics, metadata, ...)
1311 - support for processing multiple items with the wizard in a single run
1312 - option to save selections in the wizard for a session (default enabled)
1314 - New default interface pages for VLC and VLM (including a mosaic wizard)
1315 - A bunch of new RPN functions
1318 * MSN messenger "Now playing" support
1321 * Mac-Intel compatibility
1322 * Enhanced support of various audio output devices
1323 * Growl "Now playing" support
1326 * Ability to log to syslog
1327 * Root wrapper to avoid running VLC as root
1330 * New libvlc API (not finished yet)
1332 * A bit more automatic testing
1335 Changes between 0.8.4 and 0.8.4a:
1336 ---------------------------------
1339 * Fix a52 over spdif in alsa
1340 * SPDIF output available again in the Mac OS X Audio menu.
1343 * Add support for new BMP and Cook (RealAudio G2) decoders in ffmpeg
1344 * Add support for some non-standard FOURCCs used for H.264/H.263
1347 * Fix bug with some HE-AAC audio tracks
1350 * HAL fixes, should now work with new API
1351 * SAP, fix 20 second freeze on windows
1357 - fixed encoding of H.264/H.263 content when using the wizard
1360 Changes between 0.8.2 and 0.8.4:
1361 --------------------------------
1364 * Internal strings handling is now UTF-8 based
1368 * Fixed problems with OpenGL output
1369 * New --monitor-par (pixel aspect ratio) option
1370 * Fixed display problems with HDTV-1080 format
1373 * Improved DVB support for satellite bands other than Ku-band
1374 * IPv6 and Extended passive mode support for FTP
1375 * IPv6 Source Specific Multicast support
1376 * GnomeVFS input module
1377 * Support for RTP packet reordering
1378 * Fixed syntax for FTP URLs
1381 * Support for libSDL_image to import different image types
1382 * Musepack decoder using libmpdec
1383 * QDM2 audio support (needs ffmpeg from 19th Oct 2005 or later)
1386 * UPnP service discovery (Linux only at the moment)
1387 * Bonjour service discovery using avahi (Linux only)
1393 * Fixes, enhancements and new options related to the Headphone Channel
1394 Mixer and Dolby Surround
1397 * New shout output module to forward streams to icecast servers
1398 * Fixed several SAP and SDP announcement bugs
1399 * Fixed MTU handling to avoid IP fragments
1402 - new cone icon by Richard ¯iestad (Eurodata, retron.info)
1404 - New streaming and transcoding wizard
1405 - New extended controls panel
1406 - New bookmarks window
1407 - Fixed playlist sorting
1408 - Fixed drag-and-drop inside the playlist
1410 - Rename wxWindows interface in wxWidgets.
1411 - All the --wxwin-* options are now --wx-*
1412 - Support for RTP streaming in Stream Ouput dialog
1413 - Now require wx2.6 with Unicode support
1417 - New RPN functions to control VLC features (see play-howto)
1418 - Facilities to correctly handle non-ASCII characters and spaces in
1420 - Include macro to include other files
1424 * Should now work outside IE as well
1427 * New script to delete the preferences automatically
1430 * Fixed bandwidth problems of HTTP streaming
1431 * Fixed audio problems with DirectX audio output
1434 The following languages were added:
1438 * Simplified Chinese
1439 The following languages were re-added:
1443 Changes between 0.8.1 and 0.8.2:
1444 --------------------------------
1447 * Rewrite of the playlist
1449 - Input preparsing (for meta-data)
1450 - Grouping (by artist, ...) support
1451 * Preferences improvements:
1452 - New organization, designed to improve usability
1453 - New configuration types (list of modules, ...)
1455 * Core image manipulation support
1456 * Client-side SSL/TLS support
1457 * SSL Client certificates checking support (allows for secure VoD)
1458 * Renamed --spu-channel to --sub-track
1459 * Renamed --spumargin to --sub-margin
1460 * Renamed --audio-channel to --audio-track
1461 * Renamed --filter to --vout-filter
1462 * filters, extra interfaces, visualizations and service discovery modules are
1463 now separated by ':' instead of ','
1464 * Access filter architecture
1465 * Track selection based on preferred language (--sub-language and --audio-language)
1466 * Zsh autocompletion for VLC's arguments
1470 * Support for SOCKS proxy
1471 * Support for Shoutcast Meta-data
1472 * Support for (HE-)AAC raw-audio streams
1473 * Support for images on a HTTP server that get refreshed on the server
1474 * Better support for Kasenna streams
1475 * RTSP UDP->TCP rollover support
1476 * Massive Matroska improvements
1477 * Support for XA and VOC audio files
1479 * Samba (Windows shares) access module
1480 * Improved CDDAX module (uses several playlist items)
1481 * Fixes to Linux DVB support
1482 * Fix the "negative subtitles delay" bug
1483 * Support for FTP over IPv6
1485 Decoders / Encoders:
1486 * Dirac decoder and encoder
1487 * PNG decoder/encoder
1488 * Improvements to DVB subtitles encoder
1489 * Support for Apple Lossless Audio Codec
1492 * New Record and Timeshift filters
1495 * New type of modules, that add items to the playlist
1496 * Brand new SAP module
1497 * To enable SAP, you now need to use "-S sap" or add SAP in
1498 the "Manage->Services Discovery" menu
1499 ( IPv6 SAP is now enabled by default )
1500 * Non-standard support for HTTP streams SAP announces removed
1501 * HAL (Hardware Abstraction Layer) discovery
1502 * DAAP (iTunes shares) support
1506 * Support for 20/24 bits LPCM
1509 * Video snapshot support (png or jpg)
1510 * Image file video output (png)
1511 * Motion detection filter (can trigger playlist actions)
1512 * Improvements to wall video filter
1513 * Support for font color and opacity
1519 - Ability to load a configuration file on startup
1520 - Seeking support in VoD streams
1521 * Mosaic (picture-in-picture system)
1525 - Redesigned playlist : add playlist, add directory, ...
1526 - Improved preferences
1527 - Improvements to the wizard
1528 - DVD, VCD and Audio CD navigation buttons
1530 - Redesigned playlist
1531 - Improved preferences
1533 - Support for multiple actions
1536 - Support for the new playlist system
1538 - Now uses new config settings. See doc/lirc/example.lirc
1541 * Screensaver disabling fix
1542 * DirectShow tuner configuration
1543 * Support for no-decoration windows
1546 * Many Mac OS X 10.4 Tiger related fixes
1547 * The OpenGL video output is back
1548 * A new audio module that should work more reliable for analog audio output in various configurations.
1549 - Supports multichannel discrete analog output
1550 - Digital audio output requires you to change a preference setting because it
1551 is not yet available in the new module
1552 - Please read the README.MacOSX.rtf file for more information.
1555 * Support for single-buffered overlay
1564 * Mozilla plugin for MacOS X is back (not yet distributed)
1567 * Brand new Internet Explorer ActiveX plugin
1570 The following languages were added:
1576 Changes between 0.8.0 and 0.8.1:
1577 --------------------------------
1580 * Include TLS/SSL API (on plattforms where libgnutls is available)
1581 * SSL support in the HTTP daemon (HTTP stream output and HTTP interface)
1584 * Fixed win32 multichannel audio output support (which was broken in 0.8.0)
1585 * Fixed DV and MPEG (WinTV PVR 250/350) support in the dshow input
1586 * Fixed spurious taskbar item after switching to fullscreen
1589 * A few more updates (we still miss an interface and a fast video output).
1592 * Portaudio audio output plugin improvements
1595 * Proper subpictures scaling using the aspect-ratio info when available
1598 * Fixed crash with ODML avi files
1599 * Fixed autodetection of VCD/SVCD bin files
1600 * Supports Kasenna VoD (MPEG2 only) and simulcast streaming
1604 * Fixed aspect ratio and interlaced support in ffmpeg encoder module
1606 * Support of playlist group announcement
1609 Changes between 0.7.2 and 0.8.0:
1610 --------------------------------
1613 * Major work on libvlc. Changed/renamed/added functions
1614 * Complete switch to the new input core (better seeking, multi-input, ...)
1615 * New plugins cache to speed up launch time
1616 * New --play-and-stop feature which stops the playlist after each played item
1617 * Daemon mode (to run vlc in the background)
1618 * Major improvements to the subtitle/OSD subsystem
1621 * New screen capture input plugin for X11, Win32, BeOS and Mac OS X
1622 (Stream your desktop)
1623 * Improved DVD support:
1624 - uses libdvdnav for playing DVDs with menus support
1625 - uses libdvdread for simple playback with menus (eg. for streaming)
1626 * Experimental multi-input support ( use --input-slave to play with it )
1627 * Automatic MTU discovery for UDP streams
1628 * More powerful MRL syntax for DVD/VCD/CDDA access
1629 (selection of titles/chapters).
1632 * Support for iTunes Music Store previews
1633 * Support for MJPEG webcams (i.e. AXIS cams)
1634 * Added initial mp4 and mpeg-ts text track support
1635 * Windows Media Server RTSP support
1636 * Support for MPEG TS streams with error correction (204/192 bytes TS packets)
1637 * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
1638 * Skins2 .vlt file loader (only when skins2 is the current interface)
1639 * Improved Ogg demuxer
1640 * Support for MPEG PS streams with MPEG 4 video.
1641 * Support for so called AACPlus webstreams
1644 * G.726 audio support
1645 * 14496-17 MPEG TS text support
1646 * MPEG-4 text support
1647 * Vastly improved DVB subtitles decoder (ETS 300 743)
1648 * Enabled color in DVB subtitles rendering
1649 * VobSub supported both externally and in Matroska
1653 * Re-use audio/video/spu decoders in transcoder module. From now on,
1654 everything that is playable by VLC should be transcodable as well
1655 * Subtitles overlaying in transcoder
1656 * Subpictures overlaying in transcoder (see video output)
1657 * Frame rate selection in the transcoder
1658 * DVB subtitles encoder
1659 * MPEG 1 layer 2 audio encoder using libtoolame
1660 * Improved vorbis/theora encoding
1662 * Text track muxing for mp4
1663 * Multipart mjpeg muxing. Your video is directly viewable in a Mozilla Browser
1664 * 14496-17 text track muxing for MPEG TS
1665 * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
1666 * Teletext (0x56 descriptor) streaming support in MPEG TS.
1667 * New WAV muxer (supports multi-channel audio)
1668 * Improved ASF muxer
1670 * H.263 RTP streaming support
1671 * SDP generation outputs more compliant SDPs and can create SDP files now
1672 * Improved RTSP and VoD server (experimental)
1675 * New audio equalizer filter
1676 * Very trivial volume normalizer
1677 * True channel downmixing when playing 5:1 material on Stereo
1678 * More gradual resampling which should improve the pitch changing effect
1679 * New audio output plugin using portaudio v19
1682 * Roku HD1000 Video output
1683 * Experimental generic OpenGL video output (X11, Win32, MacOS X)
1684 with support for effects.
1685 * Improved filter and subpictures support :
1686 - New filters can be streamed.
1687 - "Subpicture filters" to overlay subpictures on video
1688 - Centralized scaling and blending
1690 - "time", to display current time
1691 - "marq", to display a marquee
1694 * OSD sliders for volume and postition information
1695 * OSD icons for Play and Pause
1696 * New Streaming Wizard for Windows and Linux default interfaces (wxWindows)
1697 * A few skins2 improvements
1698 * Added search, volume, loop and random functions to the ncurses interface
1699 * Added a filesystem browser to the ncurses interface
1700 * The remote control interface can now listen for commands on sockets
1701 * Improved CORBA control module
1704 * Fixed the "cannot set buffersize:[nope]" coreaudio problem
1705 * Major speed improvements to the Quartz video output
1706 * The Mac OS X interface is no longer required to display video
1709 * New galaktos visualization plugin (MilkDrop-compatible)
1710 * Experimental SVG rendering module
1711 * Support for DVB CAM modules.
1714 * DirectX Media Object decoder (allows playing some media types, like WMV3)
1715 * DirectX Media Object audio and video encoder
1716 * Fixed long standing win32 thread handles leak
1717 * Fixed problem with CPU usage with subtitles rendering
1718 * Wallpaper mode for the DirectX video output (only in overlay mode)
1721 * Massive update (we still miss an interface and a fast video output).
1724 * Added a lot of Javascript accessible funtionality
1725 * Volume, position, length, seek etc etc etc.
1728 * Server/client network synchronization module
1729 * VBrick streams fully supported
1730 * Cisco IP/TV streams supported
1734 Changes between 0.7.1 and 0.7.2:
1735 --------------------------------
1738 * Bookmarks feature for easier seeking/access inside medias.
1739 * Support for video output embedded in interfaces.
1740 * Improved HTTP daemon.
1741 * Saved playlists now remember VLC-specific options.
1744 * New Continuous Media Markup Language (CMML) codec.
1745 (http://www.annodex.net/overview.html)
1746 * New H.261 video decoder using openmash.
1747 * H264 encoder, demuxer and packetizer.
1748 * Packetizer interfaces between demux and codec when needed
1749 (allows using ffmpeg plugin to decode MPEG streams and better aac decoding).
1750 * Support for Theora alpha3 (both decoding and encoding).
1753 * --start-time <sec> and --stop-time <sec> to start and stop playing a
1754 file at the specified amount of seconds. Only works with a few
1755 fileformats (avi, mov, mkv, mp4 )
1756 * Improved directory access module.
1757 * New "file-cat" option to play truncated movies.
1758 * Better handling of meta info (title, author, description, etc...).
1759 * New options to pass meta info to the input.
1760 * It is now possible to stream programs from a DVB-S/C/T stream
1761 (satellite, cable, or digital terestrial television)
1764 * Annodex (http://www.annodex.net) support.
1765 * mmsh streaming fixes.
1766 * Fixed infinite loop in the AVI demux on broken/incomplete files.
1769 * Subviewer and subviewer v2 subtitles support.
1770 * Ability to choose autodetected subtitles path.
1771 * Subtitles delay can be changed in real time with hotkeys.
1774 * Improved session announcement system.
1775 * Minimize threads usage by default.
1776 * Added faster than realtime stream output (limited by CPU) for file output.
1777 * Improved MOV/MP4 muxer.
1778 * Improved MPEG TS muxer.
1779 * Improved transrater.
1780 * Meta info options used by the muxers.
1781 * New configuration system.
1782 * Better audio channels downmixing when transcoding.
1785 * New videolan (media) manager (vlm): a little manager designed to launch
1786 and manage multiple streams from within one instance of VLC.
1787 * Supports live streams and VoD.
1788 * Supports scheduling.
1789 * Telnet interface for vlm.
1790 * HTTP interface for vlm.
1793 * Skins II (Windows and Linux only)
1794 - Ability to embed video output.
1795 - Support for bitmap fonts.
1796 - Lots of improvements.
1797 * wxWindows (default Windows and Linux interface)
1798 - New design and set of icons.
1799 - Ability to embed video output.
1800 - Support for hotkeys.
1801 - Support for bookmarks.
1803 - Support for 'groups' and playlist item properties.
1804 - Better hotkeys handling.
1807 * OpenGL video output is now the default when available.
1808 * Added FAAC encoder (mp4a).
1809 * Audio output fix to work with multiple streams on a HAL device.
1810 * Possible fix for conflict with CodeTek VirtualDesktop (untested).
1813 * DirectShow input plugin should work with more devices.
1814 * Disable monitor power down when watching movies.
1815 * Improved Windows installer.
1821 * Improvements to the Goom visualisation plugin.
1822 * Roku HD1000 audio output.
1825 Changes between 0.7.1 and 0.7.1a:
1826 ---------------------------------
1829 * Fixed the infamous 'mp3 takes twice the CPU it should take' bug
1830 * Playing MOD files is working now.
1833 Changes between 0.7.0 and 0.7.1:
1834 --------------------------------
1837 * Fixed a nasty bug that causes preferences not to be saved some times.
1838 * IGMPv3 support for VLC under Windows XP and Linux.
1841 * Brand new DTS Coherent Acoustics audio decoder based on libdts
1842 (http://www.videolan.org/dtsdec.html)
1843 * Fixed DTS S/PDIF output
1844 * SVCD (Philips OGT) and CVD subtitles
1847 * Internal improvments
1848 * Improved import/export
1851 * Experimental support for Nullsoft streaming video(.nsv) and real media(.rm)
1853 * New demux module that uses libavformat from ffmpeg. Adds support for many
1854 small and strange formats.
1856 * New MOD audio demux.
1857 * Support for DTS and A52/AC3 wav files.
1858 * Support for DTS and A52/AC3 audio CD.
1859 * New and experimental DVD input plugin with menus support (using libdvdnav).
1860 * Added back DV audio support in raw DV demuxer.
1863 * MP4/MOV muxer improvements (fast-start, aac in mov, etc...).
1864 * Fixed a nasty bug in the mpeg video packetizer.
1865 * Improved transcoding (multithreading, more tuning, etc...).
1871 * New opengl video output plugin.
1874 * A few improvements to the DirectShow input plugin.
1875 * Fixed ipv6 name resolution.
1878 Changes between 0.6.2 and 0.7.0:
1879 --------------------------------
1882 * Brand new decoder/packetizer api.
1883 Adds a lot more flexibility while also simplifying the decoder plugins.
1884 * New encoder api (Ffmpeg, Vorbis, Theora, Flac and Speex encoders available).
1885 * Video outputs are recycled if possible.
1886 This removes any 'flicker' between two similiar video files.
1887 * Fixed the video filters. Video should no longer go black when using filters.
1888 * New input core. Advantages are: better seeking, more responsive, support for
1889 subtitle files at the core, and much much more.
1892 * Added a repeat mode to repeat a single file over and over.
1897 * Fixed annoying seeking problem with Ogg files (seeking would take ages).
1898 * Support for Flac in Ogg files.
1899 * MPEG TS demuxer also handles A52 and AAC audio in DVB streams.
1900 * Rewrite of the Flac demuxer.
1901 * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo. (Linux only)
1902 * Reworked DVB tuning.
1903 * Better Icecast support.
1904 * New MPEG video elementary streams demuxer.
1905 * New DTS audio elementary streams demuxer.
1908 * Support for Theora video encoding.
1909 * Support for Speex audio decoding/encoding.
1910 * Rewrite of the Flac decoder + encoding support.
1911 * Support for MPEG2 422 decoding which was recently added to libmpeg2 (cvs).
1912 * Support for AAC + SBR and proper multi-channel re-ordering.
1913 * MPEG 2.5 audio support.
1914 * Removed deprecated decoders (a52_old, mpeg_video and mpeg_audio).
1917 * Improvements to the MPEG TS muxer.
1918 * New transrating module for MPEG2 video.
1919 * Added packetization for MPEG AAC ADTS streams.
1920 * Added packetizers for Flac, Speex, Theora, LPCM, DTS and SPU streams.
1921 * Improved mp4 muxing and added AAC/MP4V support when transcoding.
1922 * Improved Ogg muxing and added Theora, Speex, Flac and subtitles support.
1923 * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio.
1924 * --sout-keep option to keep the stream open while changing input.
1925 * Preliminary RTP support.
1926 * Fixes to SAP announces.
1931 - misc improvements (eg, "stay on top" option).
1932 * New standardized and customizable hotkeys.
1934 - Playlist improvements (Sort, Search, mode buttons).
1935 - Improvements and help in preferences
1936 - New streaming wizard
1937 - Revised Disc Open menu
1939 - Improvements of the standard pages
1940 - Support for new commands
1941 * OSD ( OS X and hotkeys only atm ).
1944 * Many fixes to the SAP module
1945 * SAP now supports HTTP streams
1948 * Text subtitles now have a black outline.
1949 * Text subtitles autodetection.
1950 * Text subtitles charset autodetection.
1951 * Text subtitles for all videofiles. Results may vary.
1952 * Text subtitles in Hebrew are supported. Arabic partially.
1953 * Automatic fontsize selection for text subtitles.
1954 * Fixed SAMI text subtitles support.
1955 * Support for subtitles in Matroska files.
1956 * Support for subtitles in DVB streams.
1959 * New controller designed by Max Rudberg from www.maxthemes.com
1961 * Works on 10.1.x again. Apologies for that problem.
1962 * Support for Panther.
1963 * Support for raw dumping of streams to disk.
1964 * Mozilla plugin for Mac OS X (experimental).
1967 * New DirectShow input module (for video acquisition cards, webcams, PVRs...).
1968 * VLC can be installed as a Windows NT service.
1969 * Allow on the fly switching of the main interface.
1970 * Support for 3F2R in audio output.
1971 * New --one-instance option to "force" only one running instance of VLC.
1972 * Mozilla plugin for Windows (experimental).
1973 * Multimonitor support (untested).
1974 * Fixed nasty timing bug on some dual-cpu / P4 with hyperthreading systems.
1977 * Improved Video4Linux input. Also added support for an audio only input.
1978 * Support for real-time priority when running with root privileges.
1979 * Allow on the fly switching of the main interface.
1982 * Brand new Gtk 2 interface
1985 * Audio visual effects filters (spectrum, scope and random).
1986 * Audio visual effects filter using goom.
1987 * Spanish, Portuguese Brazilian and Hungarian translations.
1988 * libcaca video output (colored ascii)
1991 Changes between 0.6.1 and 0.6.2:
1992 --------------------------------
1995 * Fixed a nasty regression in 0.6.1 which made some streams unplayable.
1998 * Transcoder now generates proper pts/dts thus should work a lot better.
1999 * Improved MPEG TS muxer.
2002 * Support for DVB-S/C/T cards using v4l2 API for Linux 2.6.x kernels.
2003 * Few fixes to the VCD navigation.
2006 * Support for DVD menus navigation added to the wxWindows interface.
2009 * ALSA multi-channel support fixed and tested.
2010 * Fixed fullscreen with gnome metacity.
2013 * Fixed VCD support which was broken on some machines.
2016 * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
2019 * Text subtitles now centered on the picture.
2020 * Ffmpeg decoder now generates proper pts and can be used to play
2024 Changes between 0.6.0 and 0.6.1:
2025 --------------------------------
2028 * There should be less bogus resampling, particularly on DVDs.
2029 * VLC will now wait for the medium to wake up before starting its clock
2033 * Added vorbis audio support in Ogg streaming.
2034 * Added vorbis audio transcoding support.
2035 * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
2037 * ALSA multi-channel support fixed and tested.
2038 * Fixed fullscreen with gnome metacity.
2041 * Fixed VCD support which was broken on some machines.
2044 * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
2047 * Text subtitles now centered on the picture.
2048 * Ffmpeg decoder now generates proper pts and can be used to play
2052 Changes between 0.6.0 and 0.6.1:
2053 --------------------------------
2056 * There should be less bogus resampling, particularly on DVDs.
2057 * VLC will now wait for the medium to wake up before starting its clock
2061 * Added vorbis audio support in Ogg streaming.
2062 * Added vorbis audio transcoding support.
2063 * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
2064 * PS muxer can create mpeg1 files now and produce streams with system headers.
2065 * You can transcode a52 with more than two channels to mpga now.
2068 * Fixed DVD support which was partly broken due to a bug in libdvdcss
2069 * Fixed 5.1 audio support for the sblive/audigy soundcards.
2070 * Fixed sound on Windows NT.
2073 * Fixed/improved ALSA support and enabled multi-channel audio output.
2074 * X11/Xvideo: Should now work on big endian machines, and you can now
2075 use the arrow keys to browse through the DVD menus.
2078 * Gtk+2 interface called PDA
2079 * Familiar Gtk+ is now deprecreated
2080 * Codec a52, Faad2 and flac added
2081 * Video4Linux enabled (demux and transcode)
2082 * Stream Out with transcode support enabled (use codecs: HuffYuvv and A-law).
2085 * Small updates/fixes to the wxWindows interface.
2086 * Improved HTTP remote control interface. You can now create your own HTML pages.
2087 * A new CORBA control plugin.
2090 * Improved support for the Matroska container format.
2093 * Improved build system.
2094 * New video filter plugin to overlay logos.
2095 * Added support for Winamp 3 B4S files.
2096 * New subtitle module which uses freetype2 to render arbitrary fonts in any size.
2097 Should also work with languages like russion for instance.
2100 Changes between 0.5.3 and 0.6.0:
2101 --------------------------------
2104 * Channel Server support was removed (was deprecated)
2107 * Fixed a big bug in ftp and http access that prevented many platforms (OSX most prominently) to view ftp and http streams.
2108 * Fixed large file support on Windows
2109 * Video 4 Linux support
2110 * CD Digital Audio support
2111 * Fixed IPv6 multicasting on Windows and OSX.
2114 * Better detection of AAC and mp3 files
2115 * Support for OpenDML avi files
2116 * More complete .mp4/.mov support
2117 * Very early support for the Matroska container format (don't complain if it doesn't work ;)
2120 * VLC's own MPEG1/2 decoder has been replaced with libmpeg2
2121 * Support for Sorenson 3 (SVQ3 or Quicktime content) via ffmpeg
2122 * OSX support for QDM2 and QDMC sound, often used in QT content.
2123 * Fixed a bug which was causing artefacts in DivX video (ffmpeg)
2124 * Updated our theora decoder to use the alpha 2 release of libtheora
2125 * If ffmpeg cannot keep up, skip and try to recover instead of stopping altogether
2126 * Indeo Video 3 (IV32) support for little-endian computers. (so not for OSX)
2129 * The wxWindows interface is now fully useable as well as Unicode safe
2130 * New HTTP remote control interface
2133 * 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.
2134 * The stream output now allows to transcode content on the fly.
2135 * Fixed major bug that prevented streaming mpeg 1/2 video with pulldown content.
2136 * SAP/SDP announcing support. (both IPv4 and IPv6)
2139 * New reset option for the preferences
2140 * You can set your language in the prefences
2141 * New video chroma conversion module using ffmpeg
2142 * Added a Gentoo ebuild to the distribution
2143 * Added a new smaller subtitles font (now the default) + scripts to generate your own
2144 * SAP/SDP IPv6 support
2147 * Basic support for the X11 Xinerama extension.
2148 * New skinable interface ported to X11.
2149 * Run opie-vlc and zaurus-vlc as GuiServer
2152 * When you add several items to the playlist, they are sorted alphabetically.
2153 * New about panel and revamped preferences panel.
2154 * Fixed the deinterlace menu.
2155 * Float on top, Fit to Screen and a Transparency option for video out.
2156 * New output dialog for transcode and display while stream capabilities.
2157 * New icons by Davor Orel.
2158 * New audio resampler. Should make VLC much faster.
2159 * Fixed disappearing and crackling sound (PTS is out of range bug)
2160 * We no longer automatically save the preferences when you quit the application
2161 * Arrow keys are now use to browse the menus in a DVD
2164 * the wxWindows interface is now the default interface
2165 * The keyboard shortcuts are now identical to the linux version
2166 * Fixed the "no sound" problem on NT4
2167 * Improved skinnable interface (it now uses the wxWindows interface dialogs).
2168 * Added support for compressed skins files (.vlt files)
2169 * Fixed SVCD chapters support.
2170 * Fixed memory leak with 5.1 audio.
2173 * Interface localization
2174 * Screensaver disabled if playing in fullscreen
2175 * A few new keyboard shortcuts
2176 * New full-featured Preferences window
2179 Changes between 0.5.2 and 0.5.3:
2180 --------------------------------
2183 * fixed DTS S/PDIF output on little-endian machines
2184 * support for skins at the interface level
2185 * new OSD module using Freetype2
2186 * video outputs are now destroyed when the associated input ends
2187 * the video output takes into account the caching delay introduced at the
2188 input level before dropping out of date frames.
2189 * configuration option to disable the translation of the interface
2192 * fixed HTTP redirects
2193 * support for opening an entire directory
2194 * EOF should be detected more reliably
2195 * new video4linux access plug-in
2196 * new kfir access plug-in designed to work around a bug in the kfir driver
2199 * added stream type for some Motorola MPEG-2 video encoders
2200 * fix for some ogg web radio streams
2201 * fixed reading TS streams over HTTP
2204 * support for 3ivx D4 (not previous versions)
2205 * support for '3ivd' and '3vid' encodings
2206 * support for 'MSS1' codec ( same as WMV2 )
2207 * support for SAMI subtitles (untested and incomplete)
2208 * better SSA4 subtitles recognition
2209 * new codec for raw I420 video
2210 * improvements to the libmpeg2-based MPEG video decoder
2213 * improvements to wxWindows based interface
2214 (although it still misses some important features)
2215 * skeleton for a Gnome2/GTK2 plug-in
2218 * new HTTP output support
2219 * fixed a segfault in the AVI muxer
2220 * fixed AV synchronization issues
2223 * support for oldstyle id3 genres
2226 * the SDL vout plug-in will now work on big-endian machines
2229 * reorderable playlist
2230 * fixed the hiding of the mouse on multiple monitors
2231 * fixed a big issue with some USB speakers
2232 * support for mono audio output devices
2233 * reset the audio-device to its default mode before quitting VLC
2234 * fixed several cosmetic issues
2235 * you can drag the controller window by its background (as it should be)
2236 * the messages window remembers more lines
2237 * delay and fps can now be overruled with subtitles files
2238 * http and ogg stream output options
2239 * Apple menu and friends will now be translated as well
2242 * new skinnable interface
2243 * the directx video output doesn't crash anymore on ctrl+alt+del events.
2245 iPAQ familiar Linux port:
2246 * support for FLAC audio format
2247 * the interface adapts to the screen size/rotation
2249 * network tab in the interface
2250 * "apply" handling in preferences
2253 Changes between 0.5.1a and 0.5.2:
2254 ---------------------------------
2257 * advanced config options are now hidden by default
2258 * new --spdif option to use the S/PDIF audio output by default
2259 * fixed a 'clicking' sound when switching between streams
2260 * new bandlimited resampler that should improve audio quality on primarily
2262 * fixed a problem with audio over http that caused some web radios to not work
2263 * DTS S/PDIF support
2266 * support for DV audio through the ffmpeg library
2267 * support for FLAC audio through libflac
2268 * new but basic MPEG video decoder based on libmpeg2
2269 * fixed a major bug in LPCM code (fixes a problem with iDVD disks)
2272 * support for streaming DivX 1/2/3, wmv1/2, h/i263 over MPEG-2 TS
2273 * new --ttl option for Time To Live
2276 * fixed quite a few problems with the dvd menu support
2279 * fixed the GNU-pth support
2282 * multi-channel audio and S/PDIF support for both the DirectX and Waveout
2284 * localization support via gettext is now fully working
2285 * rc interface is now fully useable
2286 * fixed the MSVC project files generation
2289 * several fixes for multi channel audio devices. AC3 over SPDIF with
2290 M-Audio Sonica Theater still does not work. this is most likely a driver
2291 bug and has been reported to M-Audio. (Sonica, Revolution, Delta, Griffin
2292 iMate and MOTU firewire devices should work)
2293 * VLC now uses the default audio device
2295 * very preliminary support for VLC control via applescript
2296 * support for mouse gestures
2297 * new priority scheme allowing to avoid lock-ups on low-end machines
2300 * there is a whole new port for the linupy distribution used by o.a. the
2301 YOPY PDA. It is still experimental, please test it
2304 * improved ID3 tag detection
2305 * changed several errors into warnings ; the frequently reported "this is
2306 not a PS stream, continuing" is one of these
2307 * mouse gestures work on windows and osx, but there still isn't any useful
2309 * some support for .pls playlists used by shoutcast
2312 Changes between 0.5.1 and 0.5.1a:
2313 ---------------------------------
2316 * fixed a problem that caused VLC to select the wrong language when
2317 English was set as the preferred language
2320 Changes between 0.5.0 and 0.5.1:
2321 --------------------------------
2324 * new mouse gesture interface
2325 * audio volume can now be changed at any time, even when no file is
2329 * various minor fixes on the network inputs
2330 * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
2331 * VCD: fixed track number and chapter indexing
2334 * fixed a bad initialization in the mp4 plug-in
2335 * new --buggy-psi option for TS streams which do not update their
2339 * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
2342 * fixed a bug which turned the default interface command-line only
2343 without the user consent
2346 * GTK: fixed a crash when going fullscreen or changing volume from the
2348 * X11: new screen saver disabling plug-in (--extraintf screensaver)
2349 * KDE: fixed compilation with KDE 3.1
2350 * ALSA: fixed mono files output
2353 * fixed a crash on start-up on some localized systems
2354 * lowered real-time priorities to avoid lock-ups on slow machines
2355 * VLC can now be made the handler of ftp http mms and udp URLs
2356 * playlist enhancements
2357 * added half, normal and double video window menu items
2358 * new step forward/step backward commands
2359 * the dock should no longer be visible in fullscreen mode
2360 * the Mac OS X binary is now compiled with Ogg/Theora support
2361 * vlc.app is now VLC.app
2364 * fixed the "RichEdit line insertion error" bug
2365 * VLC can now be run from outside its installation directory
2366 * fixed a bug that prevented to find the default subtitle font
2369 * smarter BeOS priorities to avoid lock-ups
2370 * few enhancements in the interface (especially the Settings window)
2373 * native video output is working again
2374 * only commandline interface support
2375 * support for MPEG4, DivX through ffmpeg package
2378 Changes between 0.4.6 and 0.5.0:
2379 --------------------------------
2382 * object structure which allows for full re-entrancy, known as libvlc
2383 * new audio output architecture based on filter pipelines, providing
2384 S/PDIF and multi-channel support
2385 * localization support via gettext on most architectures
2386 * new stream output architecture, allowing to use VLC to unicast,
2387 multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
2388 and A/52 streams are supported)
2389 * build system now uses autoconf/automake/autopoint
2394 * stability fixes in the HTTP access
2395 * auto-detection of RTP encapsulation
2396 * VCD entry points support
2397 * VCD image file support
2400 * support for *.asf format
2401 * improved support for *.avi, especially over an HTTP connection
2402 * support for *.mp4 and *.mov format
2403 * support for ogg encapsulation
2404 * support for raw DV format
2405 * support for *.wav format
2406 * new demuxdump demux allowing to save a stream to a file
2409 Stream discovery & playlists:
2410 * support for the SAP/SDP and SLP protocols
2411 * support for .m3u file format
2412 * support for .asx file format
2413 * hack to find the streaming sources in html-pages with embedded wmp
2416 * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
2417 (only available with the .avi demux)
2418 * support for ADPCM audio codec
2419 * support for raw PCM data
2420 * support for Cinepak video codec
2421 * support for DV video codec via libdv or ffmpeg
2422 * support for AAC audio codec via libfaad2
2423 * support for Xvid codec
2424 * support for Xiph.org's Vorbis audio codec
2425 * support for Xiph.org's Tremor audio codec (when compiling from sources)
2426 * support for Xiph.org's Tarkin and Theora video codecs (when compiling
2428 * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
2430 * fixed an endianness bug in LPCM codec
2433 * experimental preliminary support for DVD menus via libdvdplay
2436 * new WxWindows interface
2437 * all interfaces allow to dynamically change the volume, the audio
2438 device and the channels configuration
2439 * headphone channel mixer with virtual spatialization effect
2440 * Mozilla plugin based on libvlc for embedded playback in webpages of any
2441 format that VLC can play
2442 * new swedish translation
2443 * enhancements of the playlist window
2444 * new messages window to see debug info
2445 * fixed a few crashes
2448 * slider bar in GTK+/GPE Familiar interface
2449 * fixed crash on directory change in Familiar interface
2450 * added qte_main module for use in all modules that need Opie or Qte support
2451 * native video output module for Qt Embedded/Opie is not working