1 Changes between 1.1.4 and 1.2.0-git:
2 ------------------------------------
4 Important changes for packagers:
5 * The default builds now assume that the operating system uses UTF-8 for
6 its file systems and files content (except the Windows port). If this is
7 not acceptable, pass --enable-non-utf8 to the configure script.
8 * The default tarballs are now .tar.xz
10 * The NPAPI webplugin has moved to git://git.videolan.org/npapi-vlc.git
11 * The ActiveX webplugin has moved to git://git.videolan.org/activex-vlc.git
14 * Multiple files are now supported inside RAR files
15 * BDA: experimental support for ClearQam devices
16 * DVB-S scanning support
17 * DShow: support for freq and video standard selection
18 * Support for VDR recordings files and folders
19 * Blu-Ray Disc integration using libbluray
20 * HTTP Live Streaming (IETF draft) playback support
21 * Blackmagic DeckLink SDI card input support (Linux only currently)
24 * You can now use ffmpeg-mt in conjunction with vlc
25 * Important fixes for RealVideo 3.0 and 4.0 playback, notably in MKV
28 * Playback rate doesn't get resetted to 1 between items anymore
31 * id3tag plugin is removed (superseded by taglib)
32 * new images demuxer supporting jpeg, png, targa, xcf, git, tiff, bmp, pcx, lbm
33 * Ogg seeking improvements
34 * Game Music Emu (GME) plugin rewritten from scratch using the C api
37 * The telnet interface has been removed in the favour of the lua one
38 * Skins2 / Qt: misc improvements and usability fixes
39 * Qt: effects dialogs reordering
40 * Qt: port to MacOS X platform
41 * ncurses: heavy refactor of the complete interface
44 * Major Video Output and Video Core reworks and rewrites
47 * New video output based on Direct2D for Windows 7 and Vista (with Platform Update)
48 * New video output for iOS platform
49 * Adaptation of the OpenGL layer for OpenGL ES 1.1
50 * Various vmem improvements
53 * New gradfun filter for debanding videos using dithering
54 * Rewrite of the grain filter, faster and with better quality
55 * New posterize filter for lowering the number of colors
56 * Atmo ambilight: improve Fnordlicht up to 254 channels
59 * New audio output based on AudioQueue API for iOS
62 * New Compressor filter, a dynamic range compressor
65 * New livehttp-module for HTTP Live Streaming (IETF draft) output
66 example: vlc inputfile :sout="#transcode{vcodec=h264,acodec=mp3,
67 venc=x264{profile=baseline},width=320,vb=256,ab=96}:std{
68 access=livehttp{index=public_html/iphonestream.m3u8,
69 index-url=http://url-to-iphonestreamfile-###.ts},mux=ts{use-key-frames},
70 dst=public_html/iphonestreamfile-###.ts}"
73 * Search API to be able to query distant search APIs from the interfaces
76 * New capabilities for libVLC:
77 ** libvlc_media_player_navigate for DVD navigation
80 Changes between 1.1.4 and 1.1.4.1:
81 ----------------------------------
84 * Fixed video output on PowerPC-based Macs for videos with widths divisible
86 * Fixed an issue with the Equalizer's 170Hz slider
89 * Fix crash when closing rtsp streams
92 * Fix Windows 7 jumplists with Unicode files
93 * Various fixes for Windows
96 * New Armenian translation
97 * Update translations for Dutch, Estonian, Lithuanian, Japanese, Nynorsk,
98 Brazillian Portuguese, Armenian, Wallon
101 Changes between 1.1.3 and 1.1.4:
102 --------------------------------
105 * Fix a security issue when loading DLLs, especially in Qt4 and dmo modules,
107 * Fix folders opening from the interface
110 * Update translations for Lithuanian, Bengali, Slovak, French, Dutch, Ukranian
111 Polish, Simplified Chinese, German and Galician
114 Changes between 1.1.2 and 1.1.3:
115 --------------------------------
118 * fixes for FTP relatives path and FTP directory support
119 * fix for podcasts parsing
120 * DVD: fix an assert error and various memory leaks
123 * fix NULL dereferences, as reported by FortiGuard Lab,
124 CVE-2010-2937 / VideoLAN-SA-1004
127 * fix a regression where the wrong entry was played
128 * fix m3u playlists exports
131 * fix video autoresize behaviour
134 * Update translations for Dutch, Sinhala, Hebrew, Estonian, Spanish and Bengali
137 * Update of many codecs libraries, fixing bugs and improving speed
140 * architecture-specific installations will now be replaced by specific updates
143 * Add AltiVec detetion for OpenBSD/powerpc
146 Changes between 1.1.1 and 1.1.2:
147 --------------------------------
150 * Avformat fps displaying fix
151 * TS, fix an issue where some programs would get dropped (fixes DVB issues too)
154 * fix timestamps handling on some filters that provoked issues when playback
155 of mono streams, especially on Windows
158 * fix a bug in direct3d video output with old nVidia drivers that broke video
159 playback with overlay (YUV->RGB)
160 * fix console output encoding
162 Interface and extensions:
163 * Youtube and other scripts updates
164 * Misc fixes in Qt4 (especially VLM and EPG dialogs) and MacOS interface
167 Changes between 1.1.0 and 1.1.1:
168 --------------------------------
171 * New capabilities for libVLC:
172 * Adjust video filter control: libvlc_adjust_Enable,
173 libvlc_adjust_Contrast, libvlc_adjust_Brightness, libvlc_adjust_Hue,
174 libvlc_adjust_Saturation, libvlc_adjust_Gamma
175 * libvlc_media_player_set_pause() can force the pause state, whereas
176 libvlc_media_player_pause() would only toggle it.
177 * libvlc_set_user_agent() configures the "user agent" strings used for some
178 protocols (HTTP, PulseAudio...). This replaces the --http-user-agent and
179 the former --user-agent libvlc_new() parameters.
180 * libvlc_video_set_callbacks() and libvlc_video_set_format() allow grabbing
181 video frames from a chosen memory location in real-time. This replace the
182 ugly --vmem-* libvlc_new() parameters in previous versions.
183 See http://wiki.videolan.org/LibVLC_SampleCode_SDL as an example.
184 * libvlc_audio_get_delay() and libvlc_audio_set_delay() configure the delay
185 between audio and video/subpictures for the current input.
186 * Various fixes and crash preventions, especially when video functions were
190 * Fix performance issues with GPU decoding using DxVA2 using ATI graphic cards
191 You NEED ATI Catalyst 10.7
192 * Fix :program selection in TS and DVB-T
193 * Fixes and improvements for MKV, Avformat and Avcodec modules
194 * Fix mod (.xm, .s3m, .it) files support on Windows and Mac builds
197 * Fix h264 streaming in ts
200 * Qt: fix preferences, hotkeys, messages and some fulscreen behaviour
201 * Skins: support for mousewheel in fullscreen, fix radialsliders
202 * Http: fix fullscreen toggle
206 * VAAPI small improvements, notably for extraction mode selection
209 * Multiple interface and crash fixes
210 * Deinterlace selection is repaired
211 * Crashes when playing multi-channel tracks fixes
214 * Activation of DEP on XP SP3
215 * Fix opening of .m3u and .pls playlists
216 * Fix crash when My Document isn't available
217 * Fix crash when Windows was getting into standby while playing video
220 * Update translations for Spanish, Polish, German, Sinhala, Hungarian, Khmer,
221 Brazilian Portuguese, Chinese, Hebrew, Slovak, Galician
224 Changes between 1.0.6 and 1.1.0:
225 --------------------------------
227 Important changes for users:
228 * On Linux, known bugs in the ALSA library might prevent audio output.
229 Update to alsa-lib 1.0.24 or later, or use the PulseAudio output instead.
231 Important changes for packagers:
232 * The module cache has moved to ${libdir}/vlc/. The module cache can now be
233 generated at install time except if you use staged installation. In the
234 later case, you can generate the module cache in your post-inst script
235 by invoking 'vlc-cache-gen'. If the module cache is not present and vlc
236 can't write in ${libdir}/vlc/, it will result it vlc taking a long time to
238 * Most X11-related plugins now use XCB instead of Xlib. VLC now uses
240 - xcb, xcb-shm, xcb-xv, xcb-randr (from libxcb),
241 - xcb-keysyms (from xcb-utils),
242 - x11-xcb (from libx11) - only for GLX support.
243 * On X11 platforms, a _working_ version of xdg-screensaver is typically
244 required to inhibit the screensaver during video playback.
247 * Support for the sftp protocol
248 * Support for CDDB servers for Audio-CD on the Windows port
249 * New memory input (imem) access and access_demux module to feed VLC from data in memory
250 * New avio module to use libavformat capabilities for network streams, like rtmp://
251 * Port of the screen module from Xlib to XCB
252 * Port of the dc1394 module from libdc1394 to libdc1394 v2.0
255 * Support for DxVA2 for H.264 decoding on GPU on Windows Vista and 7
256 * Support for VAAPI for H.264 decoding on GPU on GNU/Linux
257 * Support for Audio/Video decoders and encoders using OpenMAX IL components for DSP
259 * Support PGS subtitles for Blu-Ray
260 * Support for HD-DVB subtitles - Display Definition Segment
261 * Invmem module improvements
262 * Support for Atrac1 audio codec
263 * Support for SSE3 and SSE4 capabilities in some codecs
264 * Multiple improvements for subtitles styles in .SRT and .SSA
265 * Support for native decoding of Windows Media Speech (Voice) audio codec
266 * Support for AMR-NB audio codec on the Windows and Mac port
267 * Support for Indeo5 video codec
268 * Improvements on the FLAC format (7.1 channels and 88.2/176.4/192 kHz support)
269 * Direct rendering is used more often with H.264 in avcodec module
270 * Support for MPEG-4 ALS lossless audio codec
271 * Support for VP8 codec
272 * Support for 7.1 channels in vorbis audio
275 * Many fixes on Matroska support (notably seeking) and support for Webm format
276 * Support for .aob files from DVD-Audio (MLP and LPCM) (Full disc support is NOT present yet)
277 * Support for ADPCM in .flv streams
278 * Support for TwinVQ (.vqf) and AMV (.amv) files
279 * Various EGP improvements
280 * Support for embedded subtitles in OpenDML and legacy .avi files
281 * Metadata and cover art improvements
284 * WPL and ZPL playlist support
285 * Lua scripts for Mpora, Vimeo playback and Rockbox FM radios
286 * New Play-And-Pause function to stop playback on latest video image
287 * Podcast images are now displayed
290 * Rewrite of the video output core and most video outputs
291 * Added desktop mode to the Direct3D output module. It differs from DirectX
292 desktop mode, because it hides the desktop icons, but reacts to mouse clicks.
293 * New x11, glx and xv modules based on XCB
294 * New deinterlacing modes based on yadif and yadif(x2)
295 * New audio/video filter to show audio level on the video output
296 * Enhanced AtmoLight filter with hardware support for
297 Classic AtmoLight (http://www.vdr-wiki.de/wiki/index.php/Atmo-plugin)
298 Quattro AtmoLight (use just 4 Classic AtmoLights as one)
299 MoMoLight (http://www.ambilight4pc.com/momolight/momolight.html)
300 Simple serial DMX controller (http://www.ulrichradig.de/ search for DMX)
303 * New content extensions lua framework
306 * Chorus/Flanger audio filter
307 * 3F1R to stereo down-mix filter
308 * Dolby mixer, parameterized equalizer, trivial mixer, scaletempo, bandlimited
309 resampler, linear resampler, ugly resampler, converter_fixed, DTS to SPDIF
310 and A/52 to SPDIF filters have been upgraded to the "audio filter2" API
311 * NEON assembly audio converter module
312 * Converter filters have been rewritten and extended to support s32 as input
315 * Service discoveries can now be written in lua
316 * Service discovery for Picture/Music/Video user directories
317 * Service discovery based on libudev
318 * Shoutcast Service discoveries are now removed
321 * x264, add psy-rd parameter and change default settings
322 * x264, add profile-limitter same way as x264.exe has, for example
323 #transcode{vcodec=h264,venc=x264{profile=baseline,level=1.2},vb=384,width=320,height=176}
324 * x264, defaults to crf=23 as x264.exe-does, if bitrate is given,
325 uses ABR and if qp-value is set uses CQP
326 * libx264-version 0.76 or higher is required
327 * x264 has tune/preset parameters supported
330 * New smem module, streaming to memory
331 * Allow duplicate outputs to be merged, like:
332 --sout "#duplicate{dst=transcode{vcodec=mp2v},select=es=0,dst=transcode,select=es=1}:std{...}"
335 * Renamed the legacy rc, telnet and http interfaces to oldrc, oldtelnet
337 * rc, telnet and http are now implemented using the lua interface system.
338 * qt4 interface contains new iconview and listview mode for playlist
341 * Support of .milk visualization files using projectM libraries
344 * Vastly improved VLCKit framework
345 * A new dialog provider for libvlc-internal interaction without full interface
346 * Improved update detection and installation by using the Sparkle framework
347 by Andy Matuschak et al.
348 * New CoreText based text renderer replacing the former ATSUI renderer
349 * New Video output module (mostly targetting VLCKit)
350 * Optimised behavior when using the 2009 Apple Remote
353 * Integration in Windows 7 taskbar
354 * Playback of .Midi files is supported through fluidsynth's module
357 * Multiple improvements for N900 compliance and efficiency
358 * Support for HW accelerated video decoding on N900
359 * Improvements to the maemo/hildon interface
363 * --save-config command line option not supported anymore.
364 * Fixed and reenabled netsync module.
365 * Improved Solaris port
368 * new C++ wrapper around libVLC: libVLCpp
369 * phonon-VLC backend is now usable
372 * csri codec: use the libass module instead.
373 * galaktos visualisation: use the new projectM module instead.
374 * showintf: Useless in Qt and on Mac OS X
375 * transrate: broken since too long
376 * Xlib x11, Xlib xvideo, Xlib glx: Use the new XCB modules instead.
377 * HAL: Use libudev instead.
378 * gtk_main, gtk_main2, gnome_main, gnome_main2 and pda interfaces
379 * WinCE, BeOS and qnx interfaces
380 * opie, qte and qte_main interfaces
381 * linear_resampler and trivial_resampler are removed: use the ugly one.
382 * XvMC accelerated modules: use VAAPI instead.
383 * MGA (Matroska) for Linux: use Linux Framebuffer (or X) instead.
384 * opengllayer: use macosx_video instead.
385 * cddax: use cdda instead.
386 * cmml and tarkin codecs are removed because they are dead codecs.
387 * realaudio codecs: use libavcodec
388 * access_file removed in favor of filesystem
389 * RTMP input and output: use avio module
392 Changes between 1.0.5 and 1.0.6:
393 --------------------------------
396 * Fix crash on FTP URI with no file path
398 Decoders/Packetizers:
399 * Fix overflows in A/52, DTS, MPEG Audio and subtitles support
402 * Update LUA script for Youtube pages
403 * Fix crashes in AVI, ASF and Matroska files
404 * Fix crashes on malformatted ZIP archives
405 * Fix crashes and leaks in the FFmpeg/avformat plugin
406 * Fix crash on invalid XSPF playlist
409 * Partial Xlib threading fixes
410 More complete fixes are available in VLC 1.1.0. Please update!
413 * Fix crash (use after free) in Qt4 bookmarks
414 * Fix a few crashes in Qt4 playlist
417 * Simplified Chinese, Estonian, French, Japanese, Korean, Spanish, Swedish
418 and Walloon translations updated
419 * Sinhala translation started
422 * RTMP input and output are removed due to security problems. Please update
423 to VLC 1.1.0 which provides an FFmpeg-based RTMP input if needed.
426 Changes between 1.0.4 and 1.0.5:
427 --------------------------------
430 * SubRip extra styles improvements
431 * Fix potential crashes in SSA and svg decoders
434 * Improved support for the 2009 Apple Remote
437 * Use of gcc 4.4.2 to compile instead of gcc 4.2. This might slightly
438 increase performance and fix x264 issues
441 * Portuguese Brazilian, Lithuanian, Romanian, Ukrainian, Japanese, Bengali,
442 Walloon, Galician, Danish, Khmer, Polish, Slovenian, Vietnamese, Finnish
443 Russian, Slovak translation updates
444 * New Malayalam, Macedoninan, Nynorsk translations
447 Changes between 1.0.3 and 1.0.4:
448 --------------------------------
451 * Fix deadlocks in the audio output core
452 * Make PulseAudio the default output if available
455 * Fix fullscreen mode with KDE 4.3.3 and other window managers
456 * Fix incompatibility with cairo-dock and compositing
459 * Fix DVB scanning regression from VLC 1.0.3
460 * Support for XZ-compressed byte stream (LZMA algorithm)
463 * Support for .m3u8 playlist files (UTF-8 M3U)
466 * Support for xcb-keysyms version 0.3.4 or higher
467 * Fix globalhotkeys on FreeBSD
470 * Fix opening V4L version 1 devices
471 * Fix default destination ports in the streaming wizard
474 * New Walloon translation
475 * Swedish, Ukrainian and French translation updates
478 Changes between 1.0.2 and 1.0.3:
479 --------------------------------
482 * Fix video quality when resizing the video on Windows Vista and 7, due to
483 regressions in most popular drivers
484 * New deinterlacers modules based on yadif and yadif(x2) algorithms
487 * Windows version supports now natively the WMA Professional codec, as it
488 didn't work in the packaged version of 1.0.2
489 * Fix downmixing of particual 4.0 AC-3 audio tracks
492 * x264 has profile-limitter, like:
493 #transcode{vcodec=h264,venc=x264{profile=baseline,level=12}..}
496 * Update for appletrailers lua script
497 * Fixes on the RAR stream filter
498 * Fix for E-AC3 in ATSC/TS streams
499 * Various fixes for v4l and v4l2
500 * Fix a crash in mjpeg demuxer
503 * New udev module for linux
506 * Fixes on the playlist and the stream output panels
509 * French, Galician, Korean, Polish, Russian, Romanian, Slovak and Ukrainian updates
512 Changes between 1.0.1 and 1.0.2:
513 --------------------------------
516 * Native support for WMA Professional, without the use of the Win32 dlls
517 * Fix issues in subtitles, especially SSA ones
518 * Various fixes on theora and ogg
521 * Various fixes for EPG support in MPEG-TS demuxer
522 * Fixes for potential stack overflow in .avi, .mp4 and .asf demuxers
525 * Fixes for v4l2 devices
526 * Fixes for dvb-c channels-scanning
529 * Fix some playlist sorting issues
532 * Fixed a crash when updating VLC
533 * Fixed a crash related to QTKit when opening video files (10.6 only)
534 * Added the ability to play 2nd media in sync to the primary item (input-slave)
535 * Added the "Quit after Playback" feature
538 * The "Delete Preferences" script is now delivered as a Universal Binary
539 with native code for PowerPC, Intel and Intel 64bit
540 * Full 64bit runtime compatibility on both Mac OS X 10.5 and 10.6
541 - no support for Goom and SDL
542 - limited text rendering support
543 - This port is still considered as EXPERIMENTAL despite its binary release.
546 * MPEG2 transrate stream output removed
547 * x264 default-values closer to x264.exe defaults.
548 * x264 rc-behaviour fixes:
549 - if user defines qp-value, CQP-mode is used
550 - otherwise if user defines vb=0, CRF-mode is used
551 - otherwise ABR-mode is used
552 * x264 set vbv-bufsize/vbv-maxsize better if user hasn't defined these:
553 - ABR mode set vbv-max-bitrate=bitrate
554 - vbv-bufsize is bitrate * seconds between keyframes (keyint/fps)
558 * Lua scripts for Mpora and Vimeo playback
561 * Various fixes to enable 1.0 to build on Solaris and OpenBSD
564 * New Kazakh and Croatian translations
565 * Lithunanian translation is available on Windows
566 * Galician, Korean, Nepali, Vietnamese, Ukrainian, Portuguese Brazilian,
567 Arabic and French translation updates
570 Changes between 1.0.0 and 1.0.1:
571 --------------------------------
574 * Fix wmv/asf issues that caused audio to drop
575 * Various fixes for ac3, mp3, dts and stability for wav format
576 * Fix seek in RTSP in conformity to RFC 2326
577 * Fix Dailymotion access script
578 * Fix crashes in xspf files handler
579 * Fix seeking and timing issues in some flv files on Windows version
582 * Add extra caching for files on network shares
583 * Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ, DZCORE Labs, Algeria
586 * Fix seeking in mpeg2 video files
587 * Improve SSA subtitles rendering
588 * Update most codecs for the Windows and Mac version
591 * Fix sound recording of .flv files with mp3 audio
594 * Possibility to change the opacity level of the Fullscreen controller
595 * Fix various crashes and VIDEO_TS folders opening
598 * Added options to disable support for Apple Remote and Media Keys
599 * Fixed options for Volume, Last.fm password and Subtitle Encoding
600 * Fixed redraw issues when autosizing the video window
601 * Preferences panel now includes help through tool-tips
602 * More reliable Information and Messages panels
603 * Fix various crashes
606 * The ZVBI module is now available for Windows, for complete teletext support
608 Translations updates for Brazillian, French, German, Korean, Norwegian Nynorsk, Lithuanian
611 Changes between 0.9.10 and 1.0.0:
612 ---------------------------------
616 * Alsa and OSS audio capture has been removed from the v4l and v4l2 accesses.
617 See 'Access:' for more info.
618 * Support for Mac OS X 10.4.x was dropped due to its technical limitations
621 * Instantaneous pausing
622 * Frame-by-Frame playback
623 * Finer speed control
624 * On-the-fly recording for all medias
625 * Timeshift for most medias
626 * RTSP trickplay support
627 * Subtitles core improvements and fixes
630 * New AES3 (SMPTE 302M) decoder
631 * New Dolby Digital Plus - E-AC-3 (A/52b) decoder
632 * New True HD/MLP decoder and parser
633 * New Blu-Ray Linear PCM decoder
634 * New QCELP (Qualcomm PureVoice) decoder
635 * Improved Real Video 3.0 & 4.0 decoder
636 * New WMA v1/2 fixed point integer decoder
637 * Closed Captions using the SCTE-20 standard are now correctly decoded
638 * Improvement of WavPack decoder to support all integer modes and float mode
639 * Corrections on 5.1 and 7.1 channel decoding and ordering
642 * Support for Dirac, MLP and RealVideo in Matroska files
643 * Major improvements in RealMedia files opening (.rm and .rmvb)
644 * Improvements of the TS demuxer for M2TS files from Blu-Ray and AVCHD
645 * Metadata for mod files are supported
646 * GSM codecs in Wav files are supported
647 * New raw audio demuxer supporting raw PCM streams
648 * New Dirac demuxer for raw Dirac streams
651 * Dirac encoding using libdirac (supported in Ogg and in TS)
652 * Shine mp3 fixed-point encoder
655 * RTSP authentication with Darwin Streaming Server
656 * On-the-fly gzip and bzip2 file decompression (except on Windows)
657 * Playback for video in uncompressed multi-RAR archives
658 * DVB-S and ATSC cards support on Windows
659 * New OSS and Alsa accesses. The v4l2 and v4l modules no longer support
660 OSS or Alsa audio input. Use --input-slave alsa:// or oss:// if needed.
661 * DVB scanning on linux
662 * EXPERIMENTAL Blu-Ray Disc and AVCHD Folders support
663 * On-the-fly zip file decompression and browsing (MRL of the form
664 zip://file.zip!/file.avi to specify the file - the development form of
665 zip://file.zip|file.avi is not supported anymore)
666 * Opening of any file descriptor using 'fd://'
667 * MTP device access on Unix
668 * CD-Text support on the cdda module (CD-Audio)
669 * :start-time and :stop-time can handle sub-second values
672 * Mouse cursor support in x11 and win32 screen modules
673 * Screen module now features partial screen capture and mouse following on
674 Windows and Mac OS X.
677 * Export the playlist in HTML
678 * Lua script for BBC radio playback
679 * Better metadata handling and reading
681 Linux/Windows interface:
682 * Global Hotkeys on Windows and Linux
683 * Various fixes for skins2 interface
684 * Recently played items list
685 * Interface toolbar customizations
686 * Various Improvements on the Qt interface:
689 - Improvements on many dialogs
690 - New dialog for plugins listing
691 - Fixed-size mode for videos
692 - Better Teletext, trickplay and encrypted streams control
693 * Better integration in GTK environments
696 * Controllable by the Media Keys on modern Apple keyboards (brushed Aluminium)
697 * Reveal-in-Finder functionality for locally stored items.
698 * Easy addition of subtitles through the Video menu
699 * Additional usability improvements
702 * Restored the old mpeg2 transrating module.
703 * Multiple bridge-in instances are now possible.
704 * bridge-in can be used to configure a placeholder stream.
705 * Remote Audio Output Protocol (AirTunes) module.
706 * Fixed mosaic memleak. Mosaics are now usable again.
709 * New Maemo port with:
710 - an interface based on Hildon framework.
711 - scaler based on the swscale_nokia770 library.
714 EXPERIMENTAL work for the winCE port has been done.
717 * EXPERIMENTAL 64bit support
718 * Speed improvements by using llvm-gcc
719 * New document icons by Dominic Spitaler
720 * Support for latest iSight models
723 * Removed obsolete Esound and aRts plugins
724 * Surround support for PulseAudio
727 * Effects (cube, torus, etc.) removed from OpenGL video output
728 * Video is able to stay in original size and to zoom in fullscreen
729 (hotkey 'o') while keeping black borders
730 * Image video output has been rewritten into a video-filter named 'scene'.
731 The old image video output has been removed.
732 * Support for scaling and converting video chromas with FFMPEG imgresample was
733 withdrawn due to bugs. Please use the newer FFMPEG swscale instead.
736 * Invmem, a fake codec to display images from external applications
744 Changes between 0.9.9a and 0.9.10:
745 --------------------------------------
751 * Fixed crashes on multi-screen setups
752 * Corrected volume and subtitle encoding options in the Preferences
753 * Improved Information panel behavior, when playlist is not displayed
754 * Fixed QTCapture input support for the latest iSight models
755 * Added a menu-item to unlock the video window's aspect ratio
756 * Fixed redraw issues when autosizing the video window
757 * Updated libpng, libgpg-error, libgcrypt, fribidi
759 Various fixes to the following modules:
762 - updated and additional access scripts (BBC radio, dailymotion, ...)
763 - Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ,
766 - RTP, RTSP VoD, Mosaic Bridge
771 Changes between 0.9.9 and 0.9.9a:
772 ---------------------------------
775 * Updated multiple 3rd party libraries to keep in sync with the Win32 port
776 * Playback fixes for PowerPC-based Macs
779 Changes between 0.9.8a and 0.9.9:
780 ---------------------------------
783 * Experimental new decoder for Real Video 3.0 & 4.0
786 * Various fixes related to real demuxer
789 * Fixed circumstances, which could lead to an empty Information panel
790 - Note that VLC will show information on the currently _selected_ item
791 instead of the currently _playing_ item, if the playlist is visible in the
792 main controller window.
793 * Fixed multiple UTF8 issues in the Streaming / Exporting Wizard
796 * Improved video playback performance on Intel-based Macs
801 * Updates of other localizations
804 * Support for receiving RTP packets on odd port numbers.
805 * Lots of small bugfixes.
806 * Correct Fullscreen behaviour on Multi-Screen setups on Windows
807 * Telnet fixes on Windows
808 * Resampling fixes when transcoding
811 Changes between 0.9.6 and 0.9.8a:
812 ---------------------------------
815 * Fixed buffer overflow in Real demuxer (SA-0811, CVE-2008-5276)
817 Bunch of small bugfixes.
820 Changes between 0.9.5 and 0.9.6:
821 --------------------------------
826 * Fixed overflow in CUE support from VCD access (SA-0810, CVE-2008-5032)
827 * Fixed overflow in RealText subtitles support (SA-0810, CVE-2008-5036)
830 Changes between 0.9.4 and 0.9.5:
831 --------------------------------
833 * Fixed buffer overflow in TiVo demuxer (SA-0809, CVE-2008-4686, CVE-2008-4654)
834 * Fixed libpng CVE-2008-3964 in Win32 and MacOS builds
837 * Closed Caption EIA 608/708 parsing enabled for libmpeg2
840 * Fixed various potential crashes and memleaks
841 * Fixed issues with reading from files (especially non-local)
844 * Fix bug where interface was "eating" some media keys
845 * Fix some crashes in DirectShow access
848 * Fix bug when the resetting of preferences didn't reset the dialog states
849 * Right-click menu to select playlist columns reenabled
850 * Various fixed in playlist
853 * MMAP module is now deactivated by default
856 * Update of Brazillian, Swedish translation
859 Changes between 0.9.3 and 0.9.4:
860 ------------------------------------
862 * Crashes fixed in ogg, vobsub, dvdread
863 * Fixes several memory leaks.
866 * Apple machines without Quartz Extreme are no longer supported (use 0.9.2 or earlier )
867 * Fixed a crash with deletion of old preferences.
868 * Fixed targetname for downloaded updates
871 * Stability fix for the video output.
874 Changes between 0.9.2 and 0.9.3:
875 --------------------------------
878 * Fixed DTS channel order on 5.1 systems
879 * Fixed pausing behavior for subtitles and for Audio-CD
880 * Multiple subtitles and podcast fixes
881 * Various crashes fixed in PS, SSA, mkv, xspf, freetype
882 * Fixed update system bugs
883 * Other bug fixes (dvd language selection, subtitle colours, HTTP keep-alive...+)
886 * Fixed ffmpeg slowness on PowerPC-based Macs
887 * Fixed crash on startup when installed on old preferences
888 * Fixed bug in directory opening on Mac OS X
889 * Fixed font selection in the Simple Preferences
890 * Thicker border to the subtitle renderer
891 * Fixed the appearance of playlist items in the Streaming/Transcoding Wizard
892 * Fixed AC3 passthrough on Mac OS X
893 * Fixed behavior of the Volume Normalizer settings on Mac OS X
894 * Removed the deprecated QuickDraw video output module to avoid crashes on
895 modern Mac OS X versions
898 * Fixed sensitivity of Fullscreen Controller
899 * Fixed error messages on startup when VLC wasn't correctly uninstalled
901 * Fix showing of controller when returning from fullscreen playback
902 * Multiple directory and path location fixes.
905 * Added Faster/Slower icons to the controller panel
906 * Fixed lost playlist columns when switching the playlist view
907 * Added needed options to Simple preferences (to avoid NVIDIA drivers issues)
908 * Fullscreen controller: added time label, remembering of last position
909 * Fixed drag'n drop behaviour on the playlist
910 * Multiple other fixes (Enter hotkey in preferences, Skins selection...)
913 Changes between 0.9.1 and 0.9.2:
914 --------------------------------
916 * Restored the old behavior of --sout-keep. It is now de-activated by default.
917 * Skins2 interface repaired on Windows.
921 Changes between 0.9.1 and 0.9.0:
922 --------------------------------
924 * Multiple bug fixes.
927 Changes between 0.8.6i and 0.9.0:
928 ---------------------------------
932 * This release will need Windows 2000 and Mac OS X 10.4 (Tiger), or more
933 recent to work correctly
934 * The HTTP interface is now only available on the local machine by default.
935 If you want to make it available from other machines, you will have to
936 edit the ".hosts" file.
937 - On UNIX/Linux, the file is in /usr/share/vlc/http/.hosts
938 If you're using the old http interface, it's located in
939 /usr/share/vlc/http/old/.hosts
940 - On Windows they are in C:\Program Files\VideoLAN\VLC\http\.hosts and
941 C:\Program Files\VideoLAN\VLC\http\old\.hosts
942 - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts
943 and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts
944 * This version of VLC contains a new interface for Windows and Linux.
945 This interface has a fullscreen controller and simplified preferences.
946 This interface lacks the "Streaming Wizard" that used to be present in VLC
947 0.8.6, but provides basic profiles.
948 * The behavior of --sout-keep was changed. It's now activated by default.
949 * The marq, mosaic and logo commands in the rc interface changed. They
950 now require a target name as their first argument. Example:
951 vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
952 You can then use commands like: @test marq-marquee Goodbye
953 If you didn't name the object using @test, its name will default to the
954 plugin name (hence 'marq') in this example.
955 These new commands are also available in the telnet interface.
956 * The "rtp" access output module has been removed.
957 Please use the RTP stream output instead, e.g.:
958 Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
959 New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}'
960 * You now need to append --m3u-extvlcopt to your command line to enable
961 EXTVLCOPT options parsing in m3u playlists. Note that only a limited set
962 of options is available to m3u playlists (CVE-2007-6683).
963 * The old access:url syntax is no longer supported to resolve ambiguities
964 with some file names. Use access://url instead.
965 E.g.: vlc:quit -> vlc://quit ;
966 udp:@239.255.12.12 -> udp://@239.255.12.12
967 * The ffmpeg module has been removed and replaced by the new avcodec,
968 avformat, swscale (or imgresample if you use a swscale-less ffmpeg build)
969 and postproc modules.
970 * The web plugins ActiveX (IE)/Firefox/Mozilla/Safari now recognize the
971 following states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4,
972 STOPPING=5, FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and
973 BACKWARD being reserved for future implementations and are thus not
975 * Croping and padding in transcode are now done using the croppadd video
977 transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}}
978 * Canvas setting in transcode is now done using the canvas video filter.
980 transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}}
981 * Glide video output module has been removed.
987 * Updated libfreetype on Windows and Mac OS X (CVE-2008-1806, CVE-2008-1806,
989 * TTA Parser improvements (CVE-2008-3732)
990 * MMS Access Module improvements (CVE-2008-3794 )
993 * Vastly improved playlist support:
994 * Media library creation to save all your playlist items
996 * Shoutcast TV listings
997 * Audioscrobbler/Last.FM support
999 * User definable Lua playlist scripts. See share/lua/playlist/README.txt
1000 (Default scripts open YouTube, DailyMotion, metacafe, Google Video and
1002 * User definable Lua album art fetcher scripts. See share/lua/meta/README.txt
1005 * Video for Linux 2 (V4L2) input support
1006 * UDP-Lite transport for RTP/AVP
1007 * DCCP transport for RTP/AVP
1008 * Proxy support for MMSH stream
1009 * JACK audio input support
1010 * Input run time option (improved live stream recording)
1011 * BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows
1012 * Re-written Screen access module for Mac OS X
1013 using OpenGL instead of QuickDraw
1014 * Screen module now supports partial screen capture and mouse following on X11.
1015 * Experimental EyeTV access module
1016 This requires the user to install a plugin to EyeTV.app
1017 (available as a separate download).
1018 * Simple RTP input (with MPEG A/V, G.711 and PCM support).
1019 * RTMP input support
1020 * QTKit-based Input module for Mac OS X allowing display and streaming of video
1021 taken from all iSight-labelled video cameras (no audio support)
1022 * HTTP access now supports gzip compressed data and Digest Access
1024 * New options to reduce latency between arrival of raw data and display of
1025 frames. (--auto-adjust-pts-delay and --use-stream-immediate)
1028 * MP4 gpac and Apple chapter support
1029 * Fixed playback of AIFF stereo files
1030 * Fixed audio glitch on seek
1031 * Improved FLAC demuxer (duration / current time / meta data)
1033 * APEv1/2 tags support
1034 * Improved ID3v2 tags support
1035 * Improved Ogg/Vorbis tags support
1037 * Standard MIDI File (types 0 & 1) support
1038 * TiVo Series 2 support
1039 * CD+G karaoke Files support
1044 * VP60/VP61/VP6F/VP62 support
1045 * Flash Screen Video support
1046 * CamStudio Screen Video support
1047 * DosBox Capture support
1048 * Karl Morton's Video support
1049 * limited atrac3 support
1051 * Fluidsynth MIDI software synthesis (with external sound fonts)
1052 * New codec FOURCCs to support more specific files:
1053 Avid, FCP, Sony, Samsung, ...
1054 * H.264 PAFF support
1055 * DNxHD / VC-3 support
1056 * NellyMoser ASAO support
1057 * APE (Monkey audio) support
1058 * RealVideo support (with the RealVideo run-time)
1059 * Dirac video support using libschroedinger
1062 * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC)
1063 * VBI & EBU (Teletext) support (*nix, Mac OS)
1064 * Ogg/Kate subtitles support
1065 * AQTitle subtitles support
1066 * MKV USF subtitles support
1067 * HTML-based subtitles support
1068 * MPSub subtitles support
1069 * JacoSub subtitles basic support
1070 * MPL2 subtitles support
1071 * Rewrite of ASS/SSA scripts and subtitles support
1072 * PowerDivx (.psb) Subtitles support
1073 * Realtext subtitle support
1074 * DKS subtitle support
1075 * SubViewer 1.0 (SubRip09) subtitles support
1076 * Correct Right-to-left languages in subtitles support
1079 * Flash Screen Video support
1080 * Improved H.264 encoding speed
1082 Video outputs and filters:
1083 * New CoreAnimation-based output module (VLCKit framework on OS X only)
1084 * Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and
1085 Psychedelic) video filters can now be streamed
1086 * New puzzle video output filter
1087 * Re-written motion detection video filter
1088 * New extract video filter (extract Red, Green and Blue components from a
1090 * New sharpen video filter (increase the contrast of adjacent pixels)
1091 * New erase video filter (removes logos from a video)
1092 * Enhanced subtitles' renderer to support bold, italic and some HTML tags
1093 (Google Summer of Code Student project)
1094 * Support for RGBA and I420 blending.
1095 The latter improves Mosaic CPU usage *a lot*.
1096 * New transparency mask video filter (for use with the mosaic_bridge module).
1097 * New bluescreen video filter (for use with the mosaic_bridge module).
1098 This was previously part of the mosaic module.
1099 * Fixed random characters problem in RSS filter.
1100 * Add rotate-deciangle for more precision on rotate filter
1101 * Support for Intel SSE2 instruction set in chroma converters
1102 * Improved use of Intel MMX instruction set in chroma converters
1103 * New croppadd and canvas video filters.
1105 Audio outputs and filters:
1106 * Replay gain support
1107 * Audio playback when going slower/faster (with pitch correction via
1108 new scaletempo audio filter)
1109 * New spatializer audio filter
1110 * Correct DTS output via S/PDIF
1113 * RTSP for TS-multiplexed broadcast streams
1114 * New RTP payload formats:
1115 * Speex voice audio codec
1116 * ITU T.140 (for text, subtitles) output
1117 * G.711 (both A-law and µ-law) output
1118 * UDP-Lite transport for RTP
1119 * DCCP transport for RTP
1120 * Lots of fixes for RTSP broadcasting
1125 * New Simple Preferences dialogs showing the most important settings in an
1126 end-user suitable way.
1127 * Improved user interaction
1128 * Improved mouse gestures
1129 * Vastly improved Update checker
1130 * Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2)
1132 * Brand new interface for Linux and Windows, based on the Qt toolkit
1133 * Fullscreen controller (transparency on Linux+Composite)
1135 * Improved video output features
1136 * Online access to VideoLAN's Help Wiki within VLC
1137 * New setting to disable the "Recent Items" service
1138 * When playing Radio (live) streams, the current track is shown correctly
1139 * Correct appearance on Macs using Aqua's graphite theme
1140 * Simplified Extended Controls panel
1142 * Correctly displays wide characters when using an UTF-8 locale,
1143 if libncursesw is available.
1144 * Some nice colors if the terminal supports it (most do)
1145 * Experimental Lua interface modules. See vlc -I lua and
1146 share/lua/intf/README.txt for more info.
1148 * Option to allow only one running instance, using D-Bus interface.
1149 * D-Bus Interface implementing the MPRIS
1150 (Media Player Remote Interfacing specification), a common dbus control
1151 interface for media players that intends to become an xdg standard when
1152 finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces .
1153 * Motion module using disk accelerometers to keep video horizontal
1154 * Plugin to set Telepathy presence message using MissionControl
1155 * Fixed VLM schedule time on Linux
1158 * VLC now complies with the XDG Base Directory Specification version 0.6
1159 http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
1160 (which means that VLC doesn't use the $HOME/.vlc directory anymore)
1163 * Mac OS X Framework "VLCKit" that can be used to embed VLC in third party
1164 applications (Google Summer of Code Student project, Mac OS X 10.5 only)
1165 * New text renderer based on Quartz replacing the existing Freetype solution
1166 * Complete compatibility with Mac OS X 10.5 Leopard
1167 * It is now required to compile a fully featured build
1168 * The support of Mac OS X 10.3.9 and QuickTime 6.x was discontinued.
1171 * Event management and various improvements in libvlc
1172 (Part of a Google Summer of Code Student project)
1182 * LibVLC now supports externally built plugins properly.
1183 A "vlc-plugin" pkg-config package is provided.
1184 * Java bindings are now built from a separate source.
1187 Changes between 0.8.6h and 0.8.6i:
1188 ----------------------------------
1191 * Fixed integer overflow in WAV demuxer (CVE-2008-2430)
1194 * Fixed option to use shared memory within the GLX video output module
1195 * Improved galaktos-based audio visualizations on FreeBSD
1196 * Miscellaneous bugfixes in multiple modules and in libvlc
1197 (transcode stream output, OSD menu video filter, VCD input,
1198 SAP services discovery, http control interface)
1199 * Updated Polish translation
1202 Changes between 0.8.6g and 0.8.6h:
1203 ----------------------------------
1206 * Updated GnuTLS and libgcrypt on Windows and Mac OS X (CVE-2008-1948,
1207 CVE-2008-1949, CVE-2008-1950)
1208 * Updated libxml2 on Windows and Mac OS X (CVE-2007-6284)
1211 * Updated libebml and libmatroska on Mac OS X. Reliability improvements.
1212 * Miscellaneous bugfixes in multiple modules and in libvlc
1213 (ftp access, record access filter, video filters, RC interface,
1214 playlist demuxer, IP networking, MPJPEG muxer, stream outputs)
1215 * Improved support for MPEG2 content created by Final Cut Pro
1216 * More reliable audio reception for MPEG TS streams
1217 * Fixed a regression in 0.8.6g where usage of the snapshot feature could lead
1218 to an unexpected application termination
1219 * New Serbian translation
1220 * Updated Romanian translation
1223 Changes between 0.8.6f and 0.8.6g:
1224 ----------------------------------
1227 * Removed VLC variable settings from Mozilla and ActiveX
1228 (CVE-2007-6683, VideoLAN-SA-0804)
1229 * Removed loading plugins from the current directory
1230 (CVE-2008-2147, VideoLAN-SA-0805)
1231 * Updated libpng on Windows and Mac OS X (CVE-2008-1382)
1232 * Fixed libid3tag denial of service (CVE-2008-2109)
1233 * Fixed libvorbis vulnerabilities (CVE-2008-1419, CVE-2008-1420, CVE-2008-1423)
1234 * Fixed speex insufficient boundary check (CVE-2008-1686, oCERT-2008-004)
1237 * Fixed various memory leaks, improving stability when running as a server
1238 * Fixed compilation with recent versions of FFmpeg
1239 * Correctly parses SAP announcements from MPEG-TS
1240 * Fixed AAC resampling
1241 * The Fullscreen Controller appears correctly on Mac OS X,
1242 if the 'Always-on-top' video option was selected.
1245 Changes between 0.8.6e and 0.8.6f:
1246 ----------------------------------
1249 * Really fixed subtitle buffer overflow (CVE-2007-6681, CVE-2008-1881)
1250 * Fixed Real RTSP code execution problem (CVE-2008-0073)
1251 * Fixed MP4 integer overflows (CVE-2008-1489, CVE-2008-1768)
1252 * Fixed cinepak vulnerabilities (CVE-2008-1769)
1253 - More information can be found in VideoLAN-SA-0801 and VideoLAN-SA-0803.
1256 * The Mozilla plugin registers a usable range of MIME-types on Mac OS X
1257 * Improved VLC's video output behavior on multi-screen setups running Mac OS X
1258 * Fixed crashes in H264 packetizer
1259 * Close MMS access on network timeout
1260 * Fix some problems with AAC decoder & packetizer
1263 Changes between 0.8.6d and 0.8.6e:
1264 ----------------------------------
1267 * Resume playback for viewing content over FTP
1268 * Fixed XShm detection with remote X11
1271 * Subtitle demuxers overflow (CVE-2007-6681)
1272 * HTTP listener format string injection (CVE-2007-6682)
1273 * Fixed buffer overflow in the SDL_image library (CVE-2006-4484)
1274 * Real RTSP overflows (CVE-2008-0225, CVE-2008-0295, CVE-2008-0296,
1276 * Arbitrary memory overwrite in the MP4 demuxer (CORE-2008-0130,
1280 * Fixed DTS to S/PDIF converter
1283 * Fixed 5.1 audio on ALSA
1286 * Fixed some RTSP hanging and user/password passing through RTSP URLs
1289 * Fixed waiting for SPS/PPS problem in H.264 packetizer
1292 * Improved compatibility for creating H.264 video files playable on iPhones
1293 * Improved detection of optimal amount of threads for multi-threaded H.264
1294 encoding on multi-cpu systems
1295 - Note that this is used when transcode threads is set to 0 (default)
1296 - Not supported on Windows (multiple threads require manual configuration)
1298 Mac OS X Interface & Port:
1299 * Restored compatibility with Mac OS X 10.3.9
1300 * Corrected behavior of the Preferences panel
1301 * VLC no longer crashes on quit while playing
1304 * Updated Romanian and Polish translations
1307 Changes between 0.8.6c and 0.8.6d:
1308 ----------------------------------
1311 * Mozilla plugin: supports a reasonable amount of MIME types on Windows
1312 * Linux: Fixed S/PDIF passthrough with ALSA
1313 * Automatic recovery on unexpected stream discontinuity (clock gap) occurrences
1315 * Use field order (top/bottom) for correct bob/linear deinterlacing
1316 * Fix invalid free in bookmarks loading code
1318 Windows and Mac OS Binaries
1319 * FLAC Security Update (CVE-2007-4619) to prevent multiple integer overflows
1322 * Security update (VideoLAN-SA-0703, CVE-2007-6262)
1324 Mac OS X Interface & Port:
1325 * Apple Remote support on Mac OS X 10.5 Leopard with enhanced functionality
1326 * Improved Video Output compatibility for Mac OS X 10.5 Leopard
1327 * Improved behavior of the Fullscreen Controller and mode changes between
1328 Fullscreen and Windowed Video Output
1329 * Softened the white flash artifacts that may appear during the transition of
1330 two different movies
1331 * Support for current Ogg file formats
1332 NOTE: This release requires Mac OS X 10.4 or higher.
1333 Mac OS X 10.3.9 is not supported anymore.
1336 * Improved H.264 encoding speed on Mac OS X
1339 * The automatic updating facility was removed
1340 * You now need to append --m3u-extvlcopt to your command line to enable
1341 EXTVLCOPT options parsing in m3u playlists.
1342 * RTSP server remote denial of service fixed (CVE-2007-6684).
1345 Changes between 0.8.6b and 0.8.6c:
1346 ----------------------------------
1348 Various bugfixes, notably:
1349 * Windows Vista compatibility
1350 * Cropping in Direct3D
1351 * Fullscreen change crash on Mac OS X
1352 * RSS filter string overflow
1354 * MKV demuxer crash (related to seeking)
1356 CDDA / Vorbis / Theora / SAP plugins:
1357 * Security updates (VideoLAN-SA-0702, CVE-2007-3316, US-CERT VU#200928)
1360 * Fixed a problem with detecting embedded subtitles (GAB2 format) in AVI
1361 * Prevent WAV file integer overflow (CVE-2007-3467 & CVE-2007-3468)
1364 * Updated FLAC API compatibility
1367 * Support for new v4l2 encoder API
1370 * New localisation: Arabic, Persian
1373 Changes between 0.8.6a and 0.8.6b:
1374 ----------------------------------
1376 Various bugfixes, notably:
1377 * Out-of-bound read in demuxers
1378 * Demuxers crashes (incl. CVE-2007-0256)
1379 * Mac OS X Interface crashes
1380 * VP31 decoding on Windows platforms
1381 * Direct3D Video Output modifications for Vista compatibility
1382 * Correct behaviour for feeding streams to Icecast or Shoutcast servers
1385 * Enhanced Flash Video support incl. VP61 and VP60
1386 * Teletext subtitles (telx) support
1389 * Rectified behaviour and improved usability
1391 Mac OS X Interface & Port:
1392 * Diverse usability improvements
1393 * New wizard option to embed subtitles
1394 * Screensaver/automatic sleep mode is enabled when a video is paused
1395 * Improved Delete-Preferences-Script
1398 Changes between 0.8.6 and 0.8.6a:
1399 ---------------------------------
1401 CDDA / VCDX plugins:
1402 * Security updates (VideoLAN-SA-0701, CVE-2007-0017)
1405 * Fullscreen controller improvements
1408 Changes between 0.8.5 and 0.8.6:
1409 --------------------------------
1412 * Shoutcast TV listings support
1415 * Support for RTSP authentication
1416 * Support for adding subtitles on the fly
1417 * Fixed MPEG-PS duration calculation
1418 * ATSC support for DVB input
1419 * Partial reading support for DVR-ms recordings
1420 * Partial reading support for MXF and GXF fileformat
1421 * Improved support for Flash Video files
1424 * Native WMV9/VC-1 support
1425 * WMA Speech support (through binary codecs)
1426 * VP5/VP6 - Flash Video support (not VP61)
1427 * The True Audio Lossless codec support
1428 * Matroska WavPack support
1429 * Improved H.264 support (interlaced, speed improvements etc but no PAFF)
1430 * Fixed a problem with MPEG2 field pictures
1431 * Fixed swapped colors on DVB subtitles
1434 * Additional OpenGL effects (cylinder, torus, sphere, ...)
1435 * Experimental Direct3D 9 video output (win32). Best served on Vista :)
1436 * Improved libcaca support
1440 * New hotkeys for crop and zoom
1441 * Support for snapshots from the HTTP interface
1443 * Systray support in skins
1445 * Support for Apple Remote control
1446 * Fullscreen controller panel (artwork by Simon Damkjær Andersen)
1447 * New playmode buttons (artwork by Simon Damkjær Andersen)
1448 * right/ctrl-click menu in video outputs
1449 * Main Menu uses autohide when playing videos in fullscreen mode
1451 * Notifications using notification-daemon
1454 * Support for Unicode filenames (Windows NT and above)
1455 Windows 9x/ME users:
1456 - Please note that these versions of Windows are not officially supported
1457 - Unicode support for Windows 9x/ME applications is available through the
1458 Microsoft Layer for Unicode available from the following location:
1459 http://www.microsoft.com.nsatc.net/globaldev/handson/dev/mslu_announce.mspx
1460 Download the MSLU package (unicows) and extract the content into the folder
1462 * Fixed IPv6 support on the client side
1463 * Fixed disable screensaver (Direct3D and DirectX video output)
1472 * Updates to the libvlc API
1473 * Fixes for the mozilla and activeX plugins
1476 Changes between 0.8.4a and 0.8.5
1477 --------------------------------
1480 * Statistics collection (bitrates, packets, connections, ...)
1481 * Support for downloading updates
1485 * Initial support for RTSP-over-HTTP (to allow NAT traversal)
1486 * Linux DV (Digital Video - Firewire) input
1487 * Improvements to the Audio CD input
1488 - Separate playlist entries for the tracks
1490 * Support for more DVB (satellite) encryption modules
1491 * Improved subtitles encoding support
1492 * Improved support for playing MP4 files from the Web
1495 * Cook (Real audio) support
1497 Playlist / Services discovery:
1498 * XSPF playlist support
1500 * Updated Shoutcast to use new listing
1503 * New JACK audio output
1506 * New video filters:
1507 - magnify: allows you to zoom on part of the image
1508 - gradient and edge detection: "cartoon-like" effect
1509 - bluescreen: overlay parts of a video transparently on another one
1510 * Logo video filter: can now loop through multiple images
1511 * RSS video filter: display feed images. Support for Atom feeds.
1512 * Improvements to the subtitles rendering
1515 * Initial support for throttling users on VOD streams
1518 * System to inform the user and request information
1519 - HTTP authentication
1523 - VLM (VideoLAN Media Manager) control panel
1524 - Improved media information panel (shows statistics, metadata, ...)
1525 - Drag & Drop support in the playlist
1528 - Support for Winamp 2 skins
1529 - Improved playlist handling
1530 - Support for popup menus, animated bitmaps, equalizer, ...
1532 - Embedded Video output
1533 - new Go-To-Specific-Time feature
1534 - Video cropping and aspect ratio changing while playing
1535 - Improved media information panel (shows statistics, metadata, ...)
1536 - support for processing multiple items with the wizard in a single run
1537 - option to save selections in the wizard for a session (default enabled)
1539 - New default interface pages for VLC and VLM (including a mosaic wizard)
1540 - A bunch of new RPN functions
1543 * MSN messenger "Now playing" support
1546 * Mac-Intel compatibility
1547 * Enhanced support of various audio output devices
1548 * Growl "Now playing" support
1551 * Ability to log to syslog
1552 * Root wrapper to avoid running VLC as root
1555 * New libvlc API (not finished yet)
1557 * A bit more automatic testing
1560 Changes between 0.8.4 and 0.8.4a:
1561 ---------------------------------
1564 * Fix a52 over spdif in alsa
1565 * SPDIF output available again in the Mac OS X Audio menu.
1568 * Add support for new BMP and Cook (RealAudio G2) decoders in ffmpeg
1569 * Add support for some non-standard FOURCCs used for H.264/H.263
1572 * Fix bug with some HE-AAC audio tracks
1575 * HAL fixes, should now work with new API
1576 * SAP, fix 20 second freeze on windows
1582 - fixed encoding of H.264/H.263 content when using the wizard
1585 Changes between 0.8.2 and 0.8.4:
1586 --------------------------------
1589 * Internal strings handling is now UTF-8 based
1593 * Fixed problems with OpenGL output
1594 * New --monitor-par (pixel aspect ratio) option
1595 * Fixed display problems with HDTV-1080 format
1598 * Improved DVB support for satellite bands other than Ku-band
1599 * IPv6 and Extended passive mode support for FTP
1600 * IPv6 Source Specific Multicast support
1601 * GnomeVFS input module
1602 * Support for RTP packet reordering
1603 * Fixed syntax for FTP URLs
1606 * Support for libSDL_image to import different image types
1607 * Musepack decoder using libmpdec
1608 * QDM2 audio support (needs ffmpeg from 19th Oct 2005 or later)
1611 * UPnP service discovery (Linux only at the moment)
1612 * Bonjour service discovery using avahi (Linux only)
1618 * Fixes, enhancements and new options related to the Headphone Channel
1619 Mixer and Dolby Surround
1622 * New shout output module to forward streams to icecast servers
1623 * Fixed several SAP and SDP announcement bugs
1624 * Fixed MTU handling to avoid IP fragments
1627 - new cone icon by Richard ¯iestad (Eurodata, retron.info)
1629 - New streaming and transcoding wizard
1630 - New extended controls panel
1631 - New bookmarks window
1632 - Fixed playlist sorting
1633 - Fixed drag-and-drop inside the playlist
1635 - Rename wxWindows interface in wxWidgets.
1636 - All the --wxwin-* options are now --wx-*
1637 - Support for RTP streaming in Stream Ouput dialog
1638 - Now require wx2.6 with Unicode support
1642 - New RPN functions to control VLC features (see play-howto)
1643 - Facilities to correctly handle non-ASCII characters and spaces in
1645 - Include macro to include other files
1649 * Should now work outside IE as well
1652 * New script to delete the preferences automatically
1655 * Fixed bandwidth problems of HTTP streaming
1656 * Fixed audio problems with DirectX audio output
1659 The following languages were added:
1663 * Simplified Chinese
1664 The following languages were re-added:
1668 Changes between 0.8.1 and 0.8.2:
1669 --------------------------------
1672 * Rewrite of the playlist
1674 - Input preparsing (for meta-data)
1675 - Grouping (by artist, ...) support
1676 * Preferences improvements:
1677 - New organization, designed to improve usability
1678 - New configuration types (list of modules, ...)
1680 * Core image manipulation support
1681 * Client-side SSL/TLS support
1682 * SSL Client certificates checking support (allows for secure VoD)
1683 * Renamed --spu-channel to --sub-track
1684 * Renamed --spumargin to --sub-margin
1685 * Renamed --audio-channel to --audio-track
1686 * Renamed --filter to --vout-filter
1687 * filters, extra interfaces, visualizations and service discovery modules are
1688 now separated by ':' instead of ','
1689 * Access filter architecture
1690 * Track selection based on preferred language (--sub-language and --audio-language)
1691 * Zsh autocompletion for VLC's arguments
1695 * Support for SOCKS proxy
1696 * Support for Shoutcast Meta-data
1697 * Support for (HE-)AAC raw-audio streams
1698 * Support for images on a HTTP server that get refreshed on the server
1699 * Better support for Kasenna streams
1700 * RTSP UDP->TCP rollover support
1701 * Massive Matroska improvements
1702 * Support for XA and VOC audio files
1704 * Samba (Windows shares) access module
1705 * Improved CDDAX module (uses several playlist items)
1706 * Fixes to Linux DVB support
1707 * Fix the "negative subtitles delay" bug
1708 * Support for FTP over IPv6
1710 Decoders / Encoders:
1711 * Dirac decoder and encoder
1712 * PNG decoder/encoder
1713 * Improvements to DVB subtitles encoder
1714 * Support for Apple Lossless Audio Codec
1717 * New Record and Timeshift filters
1720 * New type of modules, that add items to the playlist
1721 * Brand new SAP module
1722 * To enable SAP, you now need to use "-S sap" or add SAP in
1723 the "Manage->Services Discovery" menu
1724 ( IPv6 SAP is now enabled by default )
1725 * Non-standard support for HTTP streams SAP announces removed
1726 * HAL (Hardware Abstraction Layer) discovery
1727 * DAAP (iTunes shares) support
1731 * Support for 20/24 bits LPCM
1734 * Video snapshot support (png or jpg)
1735 * Image file video output (png)
1736 * Motion detection filter (can trigger playlist actions)
1737 * Improvements to wall video filter
1738 * Support for font color and opacity
1744 - Ability to load a configuration file on startup
1745 - Seeking support in VoD streams
1746 * Mosaic (picture-in-picture system)
1750 - Redesigned playlist : add playlist, add directory, ...
1751 - Improved preferences
1752 - Improvements to the wizard
1753 - DVD, VCD and Audio CD navigation buttons
1755 - Redesigned playlist
1756 - Improved preferences
1758 - Support for multiple actions
1761 - Support for the new playlist system
1763 - Now uses new config settings. See doc/lirc/example.lirc
1766 * Screensaver disabling fix
1767 * DirectShow tuner configuration
1768 * Support for no-decoration windows
1771 * Many Mac OS X 10.4 Tiger related fixes
1772 * The OpenGL video output is back
1773 * A new audio module that should work more reliable for analog audio output in various configurations.
1774 - Supports multichannel discrete analog output
1775 - Digital audio output requires you to change a preference setting because it
1776 is not yet available in the new module
1777 - Please read the README.MacOSX.rtf file for more information.
1780 * Support for single-buffered overlay
1789 * Mozilla plugin for MacOS X is back (not yet distributed)
1792 * Brand new Internet Explorer ActiveX plugin
1795 The following languages were added:
1801 Changes between 0.8.0 and 0.8.1:
1802 --------------------------------
1805 * Include TLS/SSL API (on plattforms where libgnutls is available)
1806 * SSL support in the HTTP daemon (HTTP stream output and HTTP interface)
1809 * Fixed win32 multichannel audio output support (which was broken in 0.8.0)
1810 * Fixed DV and MPEG (WinTV PVR 250/350) support in the dshow input
1811 * Fixed spurious taskbar item after switching to fullscreen
1814 * A few more updates (we still miss an interface and a fast video output).
1817 * Portaudio audio output plugin improvements
1820 * Proper subpictures scaling using the aspect-ratio info when available
1823 * Fixed crash with ODML avi files
1824 * Fixed autodetection of VCD/SVCD bin files
1825 * Supports Kasenna VoD (MPEG2 only) and simulcast streaming
1829 * Fixed aspect ratio and interlaced support in ffmpeg encoder module
1831 * Support of playlist group announcement
1834 Changes between 0.7.2 and 0.8.0:
1835 --------------------------------
1838 * Major work on libvlc. Changed/renamed/added functions
1839 * Complete switch to the new input core (better seeking, multi-input, ...)
1840 * New plugins cache to speed up launch time
1841 * New --play-and-stop feature which stops the playlist after each played item
1842 * Daemon mode (to run vlc in the background)
1843 * Major improvements to the subtitle/OSD subsystem
1846 * New screen capture input plugin for X11, Win32, BeOS and Mac OS X
1847 (Stream your desktop)
1848 * Improved DVD support:
1849 - uses libdvdnav for playing DVDs with menus support
1850 - uses libdvdread for simple playback with menus (eg. for streaming)
1851 * Experimental multi-input support ( use --input-slave to play with it )
1852 * Automatic MTU discovery for UDP streams
1853 * More powerful MRL syntax for DVD/VCD/CDDA access
1854 (selection of titles/chapters).
1857 * Support for iTunes Music Store previews
1858 * Support for MJPEG webcams (i.e. AXIS cams)
1859 * Added initial mp4 and mpeg-ts text track support
1860 * Windows Media Server RTSP support
1861 * Support for MPEG TS streams with error correction (204/192 bytes TS packets)
1862 * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
1863 * Skins2 .vlt file loader (only when skins2 is the current interface)
1864 * Improved Ogg demuxer
1865 * Support for MPEG PS streams with MPEG 4 video.
1866 * Support for so called AACPlus webstreams
1869 * G.726 audio support
1870 * 14496-17 MPEG TS text support
1871 * MPEG-4 text support
1872 * Vastly improved DVB subtitles decoder (ETS 300 743)
1873 * Enabled color in DVB subtitles rendering
1874 * VobSub supported both externally and in Matroska
1878 * Re-use audio/video/spu decoders in transcoder module. From now on,
1879 everything that is playable by VLC should be transcodable as well
1880 * Subtitles overlaying in transcoder
1881 * Subpictures overlaying in transcoder (see video output)
1882 * Frame rate selection in the transcoder
1883 * DVB subtitles encoder
1884 * MPEG 1 layer 2 audio encoder using libtoolame
1885 * Improved vorbis/theora encoding
1887 * Text track muxing for mp4
1888 * Multipart mjpeg muxing. Your video is directly viewable in a Mozilla Browser
1889 * 14496-17 text track muxing for MPEG TS
1890 * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
1891 * Teletext (0x56 descriptor) streaming support in MPEG TS.
1892 * New WAV muxer (supports multi-channel audio)
1893 * Improved ASF muxer
1895 * H.263 RTP streaming support
1896 * SDP generation outputs more compliant SDPs and can create SDP files now
1897 * Improved RTSP and VoD server (experimental)
1900 * New audio equalizer filter
1901 * Very trivial volume normalizer
1902 * True channel downmixing when playing 5:1 material on Stereo
1903 * More gradual resampling which should improve the pitch changing effect
1904 * New audio output plugin using portaudio v19
1907 * Roku HD1000 Video output
1908 * Experimental generic OpenGL video output (X11, Win32, MacOS X)
1909 with support for effects.
1910 * Improved filter and subpictures support :
1911 - New filters can be streamed.
1912 - "Subpicture filters" to overlay subpictures on video
1913 - Centralized scaling and blending
1915 - "time", to display current time
1916 - "marq", to display a marquee
1919 * OSD sliders for volume and postition information
1920 * OSD icons for Play and Pause
1921 * New Streaming Wizard for Windows and Linux default interfaces (wxWindows)
1922 * A few skins2 improvements
1923 * Added search, volume, loop and random functions to the ncurses interface
1924 * Added a filesystem browser to the ncurses interface
1925 * The remote control interface can now listen for commands on sockets
1926 * Improved CORBA control module
1929 * Fixed the "cannot set buffersize:[nope]" coreaudio problem
1930 * Major speed improvements to the Quartz video output
1931 * The Mac OS X interface is no longer required to display video
1934 * New galaktos visualization plugin (MilkDrop-compatible)
1935 * Experimental SVG rendering module
1936 * Support for DVB CAM modules.
1939 * DirectX Media Object decoder (allows playing some media types, like WMV3)
1940 * DirectX Media Object audio and video encoder
1941 * Fixed long standing win32 thread handles leak
1942 * Fixed problem with CPU usage with subtitles rendering
1943 * Wallpaper mode for the DirectX video output (only in overlay mode)
1946 * Massive update (we still miss an interface and a fast video output).
1949 * Added a lot of Javascript accessible funtionality
1950 * Volume, position, length, seek etc etc etc.
1953 * Server/client network synchronization module
1954 * VBrick streams fully supported
1955 * Cisco IP/TV streams supported
1959 Changes between 0.7.1 and 0.7.2:
1960 --------------------------------
1963 * Bookmarks feature for easier seeking/access inside medias.
1964 * Support for video output embedded in interfaces.
1965 * Improved HTTP daemon.
1966 * Saved playlists now remember VLC-specific options.
1969 * New Continuous Media Markup Language (CMML) codec.
1970 (http://www.annodex.net/overview.html)
1971 * New H.261 video decoder using openmash.
1972 * H264 encoder, demuxer and packetizer.
1973 * Packetizer interfaces between demux and codec when needed
1974 (allows using ffmpeg plugin to decode MPEG streams and better aac decoding).
1975 * Support for Theora alpha3 (both decoding and encoding).
1978 * --start-time <sec> and --stop-time <sec> to start and stop playing a
1979 file at the specified amount of seconds. Only works with a few
1980 fileformats (avi, mov, mkv, mp4 )
1981 * Improved directory access module.
1982 * New "file-cat" option to play truncated movies.
1983 * Better handling of meta info (title, author, description, etc...).
1984 * New options to pass meta info to the input.
1985 * It is now possible to stream programs from a DVB-S/C/T stream
1986 (satellite, cable, or digital terestrial television)
1989 * Annodex (http://www.annodex.net) support.
1990 * mmsh streaming fixes.
1991 * Fixed infinite loop in the AVI demux on broken/incomplete files.
1994 * Subviewer and subviewer v2 subtitles support.
1995 * Ability to choose autodetected subtitles path.
1996 * Subtitles delay can be changed in real time with hotkeys.
1999 * Improved session announcement system.
2000 * Minimize threads usage by default.
2001 * Added faster than realtime stream output (limited by CPU) for file output.
2002 * Improved MOV/MP4 muxer.
2003 * Improved MPEG TS muxer.
2004 * Improved transrater.
2005 * Meta info options used by the muxers.
2006 * New configuration system.
2007 * Better audio channels downmixing when transcoding.
2010 * New videolan (media) manager (vlm): a little manager designed to launch
2011 and manage multiple streams from within one instance of VLC.
2012 * Supports live streams and VoD.
2013 * Supports scheduling.
2014 * Telnet interface for vlm.
2015 * HTTP interface for vlm.
2018 * Skins II (Windows and Linux only)
2019 - Ability to embed video output.
2020 - Support for bitmap fonts.
2021 - Lots of improvements.
2022 * wxWindows (default Windows and Linux interface)
2023 - New design and set of icons.
2024 - Ability to embed video output.
2025 - Support for hotkeys.
2026 - Support for bookmarks.
2028 - Support for 'groups' and playlist item properties.
2029 - Better hotkeys handling.
2032 * OpenGL video output is now the default when available.
2033 * Added FAAC encoder (mp4a).
2034 * Audio output fix to work with multiple streams on a HAL device.
2035 * Possible fix for conflict with CodeTek VirtualDesktop (untested).
2038 * DirectShow input plugin should work with more devices.
2039 * Disable monitor power down when watching movies.
2040 * Improved Windows installer.
2046 * Improvements to the Goom visualisation plugin.
2047 * Roku HD1000 audio output.
2050 Changes between 0.7.1 and 0.7.1a:
2051 ---------------------------------
2054 * Fixed the infamous 'mp3 takes twice the CPU it should take' bug
2055 * Playing MOD files is working now.
2058 Changes between 0.7.0 and 0.7.1:
2059 --------------------------------
2062 * Fixed a nasty bug that causes preferences not to be saved some times.
2063 * IGMPv3 support for VLC under Windows XP and Linux.
2066 * Brand new DTS Coherent Acoustics audio decoder based on libdts
2067 (http://www.videolan.org/dtsdec.html)
2068 * Fixed DTS S/PDIF output
2069 * SVCD (Philips OGT) and CVD subtitles
2072 * Internal improvments
2073 * Improved import/export
2076 * Experimental support for Nullsoft streaming video(.nsv) and real media(.rm)
2078 * New demux module that uses libavformat from ffmpeg. Adds support for many
2079 small and strange formats.
2081 * New MOD audio demux.
2082 * Support for DTS and A52/AC3 wav files.
2083 * Support for DTS and A52/AC3 audio CD.
2084 * New and experimental DVD input plugin with menus support (using libdvdnav).
2085 * Added back DV audio support in raw DV demuxer.
2088 * MP4/MOV muxer improvements (fast-start, aac in mov, etc...).
2089 * Fixed a nasty bug in the mpeg video packetizer.
2090 * Improved transcoding (multithreading, more tuning, etc...).
2096 * New opengl video output plugin.
2099 * A few improvements to the DirectShow input plugin.
2100 * Fixed ipv6 name resolution.
2103 Changes between 0.6.2 and 0.7.0:
2104 --------------------------------
2107 * Brand new decoder/packetizer api.
2108 Adds a lot more flexibility while also simplifying the decoder plugins.
2109 * New encoder api (Ffmpeg, Vorbis, Theora, Flac and Speex encoders available).
2110 * Video outputs are recycled if possible.
2111 This removes any 'flicker' between two similiar video files.
2112 * Fixed the video filters. Video should no longer go black when using filters.
2113 * New input core. Advantages are: better seeking, more responsive, support for
2114 subtitle files at the core, and much much more.
2117 * Added a repeat mode to repeat a single file over and over.
2122 * Fixed annoying seeking problem with Ogg files (seeking would take ages).
2123 * Support for Flac in Ogg files.
2124 * MPEG TS demuxer also handles A52 and AAC audio in DVB streams.
2125 * Rewrite of the Flac demuxer.
2126 * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo. (Linux only)
2127 * Reworked DVB tuning.
2128 * Better Icecast support.
2129 * New MPEG video elementary streams demuxer.
2130 * New DTS audio elementary streams demuxer.
2133 * Support for Theora video encoding.
2134 * Support for Speex audio decoding/encoding.
2135 * Rewrite of the Flac decoder + encoding support.
2136 * Support for MPEG2 422 decoding which was recently added to libmpeg2 (cvs).
2137 * Support for AAC + SBR and proper multi-channel re-ordering.
2138 * MPEG 2.5 audio support.
2139 * Removed deprecated decoders (a52_old, mpeg_video and mpeg_audio).
2142 * Improvements to the MPEG TS muxer.
2143 * New transrating module for MPEG2 video.
2144 * Added packetization for MPEG AAC ADTS streams.
2145 * Added packetizers for Flac, Speex, Theora, LPCM, DTS and SPU streams.
2146 * Improved mp4 muxing and added AAC/MP4V support when transcoding.
2147 * Improved Ogg muxing and added Theora, Speex, Flac and subtitles support.
2148 * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio.
2149 * --sout-keep option to keep the stream open while changing input.
2150 * Preliminary RTP support.
2151 * Fixes to SAP announces.
2156 - misc improvements (eg, "stay on top" option).
2157 * New standardized and customizable hotkeys.
2159 - Playlist improvements (Sort, Search, mode buttons).
2160 - Improvements and help in preferences
2161 - New streaming wizard
2162 - Revised Disc Open menu
2164 - Improvements of the standard pages
2165 - Support for new commands
2166 * OSD ( OS X and hotkeys only atm ).
2169 * Many fixes to the SAP module
2170 * SAP now supports HTTP streams
2173 * Text subtitles now have a black outline.
2174 * Text subtitles autodetection.
2175 * Text subtitles charset autodetection.
2176 * Text subtitles for all videofiles. Results may vary.
2177 * Text subtitles in Hebrew are supported. Arabic partially.
2178 * Automatic fontsize selection for text subtitles.
2179 * Fixed SAMI text subtitles support.
2180 * Support for subtitles in Matroska files.
2181 * Support for subtitles in DVB streams.
2184 * New controller designed by Max Rudberg from www.maxthemes.com
2186 * Works on 10.1.x again. Apologies for that problem.
2187 * Support for Panther.
2188 * Support for raw dumping of streams to disk.
2189 * Mozilla plugin for Mac OS X (experimental).
2192 * New DirectShow input module (for video acquisition cards, webcams, PVRs...).
2193 * VLC can be installed as a Windows NT service.
2194 * Allow on the fly switching of the main interface.
2195 * Support for 3F2R in audio output.
2196 * New --one-instance option to "force" only one running instance of VLC.
2197 * Mozilla plugin for Windows (experimental).
2198 * Multimonitor support (untested).
2199 * Fixed nasty timing bug on some dual-cpu / P4 with hyperthreading systems.
2202 * Improved Video4Linux input. Also added support for an audio only input.
2203 * Support for real-time priority when running with root privileges.
2204 * Allow on the fly switching of the main interface.
2207 * Brand new Gtk 2 interface
2210 * Audio visual effects filters (spectrum, scope and random).
2211 * Audio visual effects filter using goom.
2212 * Spanish, Portuguese Brazilian and Hungarian translations.
2213 * libcaca video output (colored ascii)
2216 Changes between 0.6.1 and 0.6.2:
2217 --------------------------------
2220 * Fixed a nasty regression in 0.6.1 which made some streams unplayable.
2223 * Transcoder now generates proper pts/dts thus should work a lot better.
2224 * Improved MPEG TS muxer.
2227 * Support for DVB-S/C/T cards using v4l2 API for Linux 2.6.x kernels.
2228 * Few fixes to the VCD navigation.
2231 * Support for DVD menus navigation added to the wxWindows interface.
2234 * ALSA multi-channel support fixed and tested.
2235 * Fixed fullscreen with gnome metacity.
2238 * Fixed VCD support which was broken on some machines.
2241 * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
2244 * Text subtitles now centered on the picture.
2245 * Ffmpeg decoder now generates proper pts and can be used to play
2249 Changes between 0.6.0 and 0.6.1:
2250 --------------------------------
2253 * There should be less bogus resampling, particularly on DVDs.
2254 * VLC will now wait for the medium to wake up before starting its clock
2258 * Added vorbis audio support in Ogg streaming.
2259 * Added vorbis audio transcoding support.
2260 * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
2262 * ALSA multi-channel support fixed and tested.
2263 * Fixed fullscreen with gnome metacity.
2266 * Fixed VCD support which was broken on some machines.
2269 * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
2272 * Text subtitles now centered on the picture.
2273 * Ffmpeg decoder now generates proper pts and can be used to play
2277 Changes between 0.6.0 and 0.6.1:
2278 --------------------------------
2281 * There should be less bogus resampling, particularly on DVDs.
2282 * VLC will now wait for the medium to wake up before starting its clock
2286 * Added vorbis audio support in Ogg streaming.
2287 * Added vorbis audio transcoding support.
2288 * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
2289 * PS muxer can create mpeg1 files now and produce streams with system headers.
2290 * You can transcode a52 with more than two channels to mpga now.
2293 * Fixed DVD support which was partly broken due to a bug in libdvdcss
2294 * Fixed 5.1 audio support for the sblive/audigy soundcards.
2295 * Fixed sound on Windows NT.
2298 * Fixed/improved ALSA support and enabled multi-channel audio output.
2299 * X11/Xvideo: Should now work on big endian machines, and you can now
2300 use the arrow keys to browse through the DVD menus.
2303 * Gtk+2 interface called PDA
2304 * Familiar Gtk+ is now deprecreated
2305 * Codec a52, Faad2 and flac added
2306 * Video4Linux enabled (demux and transcode)
2307 * Stream Out with transcode support enabled (use codecs: HuffYuvv and A-law).
2310 * Small updates/fixes to the wxWindows interface.
2311 * Improved HTTP remote control interface. You can now create your own HTML pages.
2312 * A new CORBA control plugin.
2315 * Improved support for the Matroska container format.
2318 * Improved build system.
2319 * New video filter plugin to overlay logos.
2320 * Added support for Winamp 3 B4S files.
2321 * New subtitle module which uses freetype2 to render arbitrary fonts in any size.
2322 Should also work with languages like russion for instance.
2325 Changes between 0.5.3 and 0.6.0:
2326 --------------------------------
2329 * Channel Server support was removed (was deprecated)
2332 * Fixed a big bug in ftp and http access that prevented many platforms (OSX most prominently) to view ftp and http streams.
2333 * Fixed large file support on Windows
2334 * Video 4 Linux support
2335 * CD Digital Audio support
2336 * Fixed IPv6 multicasting on Windows and OSX.
2339 * Better detection of AAC and mp3 files
2340 * Support for OpenDML avi files
2341 * More complete .mp4/.mov support
2342 * Very early support for the Matroska container format (don't complain if it doesn't work ;)
2345 * VLC's own MPEG1/2 decoder has been replaced with libmpeg2
2346 * Support for Sorenson 3 (SVQ3 or Quicktime content) via ffmpeg
2347 * OSX support for QDM2 and QDMC sound, often used in QT content.
2348 * Fixed a bug which was causing artefacts in DivX video (ffmpeg)
2349 * Updated our theora decoder to use the alpha 2 release of libtheora
2350 * If ffmpeg cannot keep up, skip and try to recover instead of stopping altogether
2351 * Indeo Video 3 (IV32) support for little-endian computers. (so not for OSX)
2354 * The wxWindows interface is now fully useable as well as Unicode safe
2355 * New HTTP remote control interface
2358 * 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.
2359 * The stream output now allows to transcode content on the fly.
2360 * Fixed major bug that prevented streaming mpeg 1/2 video with pulldown content.
2361 * SAP/SDP announcing support. (both IPv4 and IPv6)
2364 * New reset option for the preferences
2365 * You can set your language in the prefences
2366 * New video chroma conversion module using ffmpeg
2367 * Added a Gentoo ebuild to the distribution
2368 * Added a new smaller subtitles font (now the default) + scripts to generate your own
2369 * SAP/SDP IPv6 support
2372 * Basic support for the X11 Xinerama extension.
2373 * New skinable interface ported to X11.
2374 * Run opie-vlc and zaurus-vlc as GuiServer
2377 * When you add several items to the playlist, they are sorted alphabetically.
2378 * New about panel and revamped preferences panel.
2379 * Fixed the deinterlace menu.
2380 * Float on top, Fit to Screen and a Transparency option for video out.
2381 * New output dialog for transcode and display while stream capabilities.
2382 * New icons by Davor Orel.
2383 * New audio resampler. Should make VLC much faster.
2384 * Fixed disappearing and crackling sound (PTS is out of range bug)
2385 * We no longer automatically save the preferences when you quit the application
2386 * Arrow keys are now use to browse the menus in a DVD
2389 * the wxWindows interface is now the default interface
2390 * The keyboard shortcuts are now identical to the linux version
2391 * Fixed the "no sound" problem on NT4
2392 * Improved skinnable interface (it now uses the wxWindows interface dialogs).
2393 * Added support for compressed skins files (.vlt files)
2394 * Fixed SVCD chapters support.
2395 * Fixed memory leak with 5.1 audio.
2398 * Interface localization
2399 * Screensaver disabled if playing in fullscreen
2400 * A few new keyboard shortcuts
2401 * New full-featured Preferences window
2404 Changes between 0.5.2 and 0.5.3:
2405 --------------------------------
2408 * fixed DTS S/PDIF output on little-endian machines
2409 * support for skins at the interface level
2410 * new OSD module using Freetype2
2411 * video outputs are now destroyed when the associated input ends
2412 * the video output takes into account the caching delay introduced at the
2413 input level before dropping out of date frames.
2414 * configuration option to disable the translation of the interface
2417 * fixed HTTP redirects
2418 * support for opening an entire directory
2419 * EOF should be detected more reliably
2420 * new video4linux access plug-in
2421 * new kfir access plug-in designed to work around a bug in the kfir driver
2424 * added stream type for some Motorola MPEG-2 video encoders
2425 * fix for some ogg web radio streams
2426 * fixed reading TS streams over HTTP
2429 * support for 3ivx D4 (not previous versions)
2430 * support for '3ivd' and '3vid' encodings
2431 * support for 'MSS1' codec ( same as WMV2 )
2432 * support for SAMI subtitles (untested and incomplete)
2433 * better SSA4 subtitles recognition
2434 * new codec for raw I420 video
2435 * improvements to the libmpeg2-based MPEG video decoder
2438 * improvements to wxWindows based interface
2439 (although it still misses some important features)
2440 * skeleton for a Gnome2/GTK2 plug-in
2443 * new HTTP output support
2444 * fixed a segfault in the AVI muxer
2445 * fixed AV synchronization issues
2448 * support for oldstyle id3 genres
2451 * the SDL vout plug-in will now work on big-endian machines
2454 * reorderable playlist
2455 * fixed the hiding of the mouse on multiple monitors
2456 * fixed a big issue with some USB speakers
2457 * support for mono audio output devices
2458 * reset the audio-device to its default mode before quitting VLC
2459 * fixed several cosmetic issues
2460 * you can drag the controller window by its background (as it should be)
2461 * the messages window remembers more lines
2462 * delay and fps can now be overruled with subtitles files
2463 * http and ogg stream output options
2464 * Apple menu and friends will now be translated as well
2467 * new skinnable interface
2468 * the directx video output doesn't crash anymore on ctrl+alt+del events.
2470 iPAQ familiar Linux port:
2471 * support for FLAC audio format
2472 * the interface adapts to the screen size/rotation
2474 * network tab in the interface
2475 * "apply" handling in preferences
2478 Changes between 0.5.1a and 0.5.2:
2479 ---------------------------------
2482 * advanced config options are now hidden by default
2483 * new --spdif option to use the S/PDIF audio output by default
2484 * fixed a 'clicking' sound when switching between streams
2485 * new bandlimited resampler that should improve audio quality on primarily
2487 * fixed a problem with audio over http that caused some web radios to not work
2488 * DTS S/PDIF support
2491 * support for DV audio through the ffmpeg library
2492 * support for FLAC audio through libflac
2493 * new but basic MPEG video decoder based on libmpeg2
2494 * fixed a major bug in LPCM code (fixes a problem with iDVD disks)
2497 * support for streaming DivX 1/2/3, wmv1/2, h/i263 over MPEG-2 TS
2498 * new --ttl option for Time To Live
2501 * fixed quite a few problems with the dvd menu support
2504 * fixed the GNU-pth support
2507 * multi-channel audio and S/PDIF support for both the DirectX and Waveout
2509 * localization support via gettext is now fully working
2510 * rc interface is now fully useable
2511 * fixed the MSVC project files generation
2514 * several fixes for multi channel audio devices. AC3 over SPDIF with
2515 M-Audio Sonica Theater still does not work. this is most likely a driver
2516 bug and has been reported to M-Audio. (Sonica, Revolution, Delta, Griffin
2517 iMate and MOTU firewire devices should work)
2518 * VLC now uses the default audio device
2520 * very preliminary support for VLC control via applescript
2521 * support for mouse gestures
2522 * new priority scheme allowing to avoid lock-ups on low-end machines
2525 * there is a whole new port for the linupy distribution used by o.a. the
2526 YOPY PDA. It is still experimental, please test it
2529 * improved ID3 tag detection
2530 * changed several errors into warnings ; the frequently reported "this is
2531 not a PS stream, continuing" is one of these
2532 * mouse gestures work on windows and osx, but there still isn't any useful
2534 * some support for .pls playlists used by shoutcast
2537 Changes between 0.5.1 and 0.5.1a:
2538 ---------------------------------
2541 * fixed a problem that caused VLC to select the wrong language when
2542 English was set as the preferred language
2545 Changes between 0.5.0 and 0.5.1:
2546 --------------------------------
2549 * new mouse gesture interface
2550 * audio volume can now be changed at any time, even when no file is
2554 * various minor fixes on the network inputs
2555 * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
2556 * VCD: fixed track number and chapter indexing
2559 * fixed a bad initialization in the mp4 plug-in
2560 * new --buggy-psi option for TS streams which do not update their
2564 * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
2567 * fixed a bug which turned the default interface command-line only
2568 without the user consent
2571 * GTK: fixed a crash when going fullscreen or changing volume from the
2573 * X11: new screen saver disabling plug-in (--extraintf screensaver)
2574 * KDE: fixed compilation with KDE 3.1
2575 * ALSA: fixed mono files output
2578 * fixed a crash on start-up on some localized systems
2579 * lowered real-time priorities to avoid lock-ups on slow machines
2580 * VLC can now be made the handler of ftp http mms and udp URLs
2581 * playlist enhancements
2582 * added half, normal and double video window menu items
2583 * new step forward/step backward commands
2584 * the dock should no longer be visible in fullscreen mode
2585 * the Mac OS X binary is now compiled with Ogg/Theora support
2586 * vlc.app is now VLC.app
2589 * fixed the "RichEdit line insertion error" bug
2590 * VLC can now be run from outside its installation directory
2591 * fixed a bug that prevented to find the default subtitle font
2594 * smarter BeOS priorities to avoid lock-ups
2595 * few enhancements in the interface (especially the Settings window)
2598 * native video output is working again
2599 * only commandline interface support
2600 * support for MPEG4, DivX through ffmpeg package
2603 Changes between 0.4.6 and 0.5.0:
2604 --------------------------------
2607 * object structure which allows for full re-entrancy, known as libvlc
2608 * new audio output architecture based on filter pipelines, providing
2609 S/PDIF and multi-channel support
2610 * localization support via gettext on most architectures
2611 * new stream output architecture, allowing to use VLC to unicast,
2612 multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
2613 and A/52 streams are supported)
2614 * build system now uses autoconf/automake/autopoint
2619 * stability fixes in the HTTP access
2620 * auto-detection of RTP encapsulation
2621 * VCD entry points support
2622 * VCD image file support
2625 * support for *.asf format
2626 * improved support for *.avi, especially over an HTTP connection
2627 * support for *.mp4 and *.mov format
2628 * support for ogg encapsulation
2629 * support for raw DV format
2630 * support for *.wav format
2631 * new demuxdump demux allowing to save a stream to a file
2634 Stream discovery & playlists:
2635 * support for the SAP/SDP and SLP protocols
2636 * support for .m3u file format
2637 * support for .asx file format
2638 * hack to find the streaming sources in html-pages with embedded wmp
2641 * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
2642 (only available with the .avi demux)
2643 * support for ADPCM audio codec
2644 * support for raw PCM data
2645 * support for Cinepak video codec
2646 * support for DV video codec via libdv or ffmpeg
2647 * support for AAC audio codec via libfaad2
2648 * support for Xvid codec
2649 * support for Xiph.org's Vorbis audio codec
2650 * support for Xiph.org's Tremor audio codec (when compiling from sources)
2651 * support for Xiph.org's Tarkin and Theora video codecs (when compiling
2653 * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
2655 * fixed an endianness bug in LPCM codec
2658 * experimental preliminary support for DVD menus via libdvdplay
2661 * new WxWindows interface
2662 * all interfaces allow to dynamically change the volume, the audio
2663 device and the channels configuration
2664 * headphone channel mixer with virtual spatialization effect
2665 * Mozilla plugin based on libvlc for embedded playback in webpages of any
2666 format that VLC can play
2667 * new swedish translation
2668 * enhancements of the playlist window
2669 * new messages window to see debug info
2670 * fixed a few crashes
2673 * slider bar in GTK+/GPE Familiar interface
2674 * fixed crash on directory change in Familiar interface
2675 * added qte_main module for use in all modules that need Opie or Qte support
2676 * native video output module for Qt Embedded/Opie is not working