1 Changes between 2.0.x and 2.1.0-git:
2 --------------------------------
5 * The licenses of numerous modules have changed from GPLv2+ to LGPLv2.1+
6 * Discontinued support for PowerPC-based and 32bit Intel-based Macs
7 VLC requires Mac OS X 10.6 or later now on 64bit hardware
8 * The --with-tuning and --without-tuning options are removed. To tune
9 compilation for a specific processor type, set CFLAGS manually.
11 3rd party libraries (contrib):
12 * /extras/contrib has been replaced by a cleaner system in /contrib
16 * Fix support for .001, .00x split files on Windows
17 * Full support for UNICODE Windows mode
18 * Partial support for Windows Store App
21 * Support for OPUS via libopus.
22 * Support for CDXL, Ut Video, VBLE, Dxtory codecs via libavcodec.
23 * Numerous improvements on the OpenMAX IL codec
24 * Support for Ulead DV audio
25 * Support for TechSmith Screen Codec 2, Microsoft Expression Encoder Screen,
26 Microsoft Application Screen Decoder 1 (MSS1) and 2 (MSS2)
27 * Support for Indeo Audio Coder, RealAudio Lossless
28 * Add Hardware Acceleration support on OS X for H.264 based upon VDADecoder
29 * Add Hardware Acceleration support on Android Jelly Bean using MediaCodec
30 * Support for SCTE-27 subtitles
31 * Support for VDPAU hardware video decoding acceleration on Linux
32 * Split G.711 decoder from Araw decoder
35 * high10, high422 and high444 encoding support in h264
38 * Screen: add support for OS X Lion and later,
39 remove support for previous OS X releases
40 * Major improvements in DASH support
41 * Improvements in Blu-Ray module, notably for multiple video tracks support
42 * Important improvements and rewrite of the v4l2 access module
43 * HTTP: support for Internationalized Domain Names
44 * Microsoft Smooth Streaming support (H264 and VC1) developed by Viotech.net
45 * NTSC EIA-608 closed caption input support via V4L2 VBI devices
46 * Add support for VNC/rfb in view only mode
47 * Add support for Remote Desktop/RDP in view only mode
48 * Timecode: generate a clock/timecode as a subtitle track
49 vlc video.mkv --input-slave timecode:// --timecode-fps 30/1001
52 * MP4: partial support for fragmented MP4
53 * Vorbis: better support for metadata and cover art
54 * AVI: better support for tags and extended metadata
55 * Support for FLAC, Atrac and some ADPCM in AVI
56 * Support for DV data type 1 in AVI and 12 bits DV Audio
57 * Support for total number of tracks in major container
58 * Support for Cook and Atrac in MKV
59 * AVI: support for files produced by Nikon cameras
60 * Support for more MJPEG streams
61 * Add support for liveleak streams
64 * Windows Audio Session API audio output support
65 * OpenBSD sndio audio output support
66 * Important improvements on the Android OpenSL ES module
67 * Android AudioTrack audio output support
68 * OS X Auhal output support for 6.1 and 7.1 playback and layouts
69 * Rewrite of OSS module to support OSSv4
70 * OS X Auhal output support for multi-buffer output devices
71 This fix was facilitated through a hardware lending by TEAC Europe GmbH
72 distributing such devices under the brand "TASCAM" (US-122, US-144, etc.).
73 * Rewrite of AudioQueue module for iOS (and OS X)
74 * New, simplified AudioUnit output module for iOS
77 * New remapping channel filter
78 * New filter to enhance stereo effect by mono suppression and delay effect
79 * New VSXu visualization plugin
80 * ARM NEON acceleration of volume filter
83 * New module to output using Decklink Blackmagic cards
84 * New module using OpenMAX IL to output video
85 * OpenGL: use glsl instead of ARB to do the YUV->RGB conversions
86 * OpenGLES: add support for color conversation shaders on Android and iOS
87 * Fix and enable the OpenGL ES1 and ES2 modules
88 Also, subpictures now work in the OpenGL ES2 module
89 * Fix the power management issue on Windows for standby management
90 * New output module for iOS using OpenGL ES2
93 * New anaglyph video filter which transforms side by side 3D video streams in
94 anaglyph glasses (aka red/blue) compatible images.
95 * Support in deinterlacing filter for most 4:2:0, 4:2:2, 4:4:4 YUV formats
96 and for bits depth higher than 8bits (like 10bits)
97 * Improvements on the transform filter, to support 10bits and RGB formats
98 * Revival of the openCV and openCV example filters
99 * ARM NEON acceleration of chroma filters
102 * Extended support for recording, notably for MKV and AVI
103 * Options support for AVIO output module
104 * Livehttp places more accurate segments durations in playlist
105 * Livehttp allows setting cachin-variable in playlist
106 * Livehttp stream encryption support
109 * configurable password for the HTTP server.
110 * .hosts removed from the HTTP server.
111 * fix Lua command line interface console mode under Windows.
112 * Better support for MCE remotes on Windows
113 * Hotkey support for TS program selection
114 * Rewrite of D-Bus inhibit interface
118 * Support for multiple UPnP resources on a single item
121 * add support for multiple video outputs
122 * add accessibility support to playback windows, open panel and fullscreen
124 * add a GUI to manage podcasts
125 * add a new panel for media conversation and streaming
126 * add a GUI for the QTSound access module to process audio captured locally
127 - This also allows to capture input from a webcam and a mic at the same time.
128 * add a GUI to capture QTSound data along with the current screen content
129 * add an option to let the Apple Remote control the system volume instead of
130 VLC's internal volume level
131 * add the ability to create custom equalizer presets based upon the current
132 selection and to manage the list of presets
133 * add custom profiles for video and audio effects, which let the user keep
134 multiple configuration sets of all the individual filters
135 * Support for pausing iTunes during media playback with VLC
136 * add support for video filters to clone the video output or split it in parts
137 * add A->B loop feature known from the Qt interface
138 * add an option to disable skipping to next/previous file with the Apple Remote
139 * add an option to show next / previous buttons
140 * add an option to hide the shuffle and repeat buttons
141 * add optional playlist columns for track number, genre, album, description,
143 * add options to the Advanced Open File dialog for start and stop time
144 * add an option to play videos as a desktop background
145 * add support for playing video and showing audio visualizations side by side
146 * improve fullscreen controller time slider with larger click target
147 * rewrite of minimal macosx module for use within VLCKit
148 * add support for 'macosx-autoplay' to the Apple Event / Apple Script bindings
149 when adding new inputs - this also affects network streams opened through
150 3rd party applications
151 * add a UI to the preferences dialog to configure the default application
152 handler for ftp, mms, rtmp, rtp, rtsp, sftp, smb and udp streams
153 * The Streaming/Transcoding wizard and the open dialog's output panel are
157 * Partial support for Qt5.0
158 * Menus modifications and improvements
159 * Playlist improvements and fixes, including PictureFlow view
160 * Streaming output wizard rewrite
161 * Add bitrate graph in information panels
162 * Filters panels improvements, notably Equalizer and Compressor
163 * EPG display fixes and improvements
164 * Add SD pixmap sources
165 * Preferences hotkeys management fixes
166 * Display playlist total duration
167 * Support for a Maximum volume in the UI
171 * new libvlc_audio_output_device_list_get and libvlc_audio_output_device_list_release functions
172 to replace the deprecated libvlc_audio_output_device_count, libvlc_audio_output_device_longname
173 and libvlc_audio_output_device_id
174 * libvlc_audio_output_get_device_type and libvlc_audio_output_set_device_type are now deprecated
175 * new libvlc_log_subscribe and libvlc_log_unsubscribe function to register logging callbacks
176 * new libvlc_media_tracks_get and libvlc_media_tracks_release methods to get more info about the
177 media tracks. libvlc_media_get_tracks_info is now deprecated.
180 * portaudio audio output: use the native audio output instead
181 * X11 On Screen Display notifications (xosd)
182 * Linux Framebuffer On Screen Display interface (fbosd)
183 * PVR: IVTV analog TV encoder - use V4L instead
184 * RTMP access: use libavformat avio instead
185 * RTMP access_output: use libavformat avio instead
187 * MSN messenger "now playing" (broken and unmaintained since VLC 1.0.0)
188 * Telepathy framework "now playing" (broken and unmaintained since VLC 1.0.0)
189 * Nokia/Maemo MCE screen unblanking plugin
190 * Broken crop video filter
192 * OSD parser and menu
193 * Xscreensaver: use xdg-screensaver
194 * Removed DLL loader for non-Windows Operating Systems
197 Changes between 2.0.4 and 2.0.5:
198 --------------------------------
201 * Fix DVB-S delivery system detection
204 * Fix playback initial synchronization with PulseAudio
205 (however similar bugs in PulseAudio version 2.0 and later still exist)
206 * Fix file output bug affecting floating point on big endian systems
209 * Fix crash with some embedded subtitle fonts
210 * Fix buffer overflow in HTML subtitles parser
211 * Fix koreus lua parser
212 * Improve reliability for RTSP streams sent by some IP cameras
213 * Fix division by 0 in AIFF demuxer
214 * Fix some MKV crashes when ordered editions have empty or broken links
215 * Fix SWF potential crash on malformed files.
218 * Fix crash in Freetype with embedded fonts
219 * Fix wrong aspect ratio in some cases
222 * Fix Mpeg-2 audio and video encoders initialization
225 * Fix Reveal-in-Finder for files with non-Western file names
226 * Fix crash with local statistics disabled
227 * Fix Time counter UI look
228 * Fix system sleep issue on OS X 10.5
231 * Fix https streaming
234 * Fix audio and video track selection:
235 The constant track identifier is now always used. Some functions previously
236 incorrectly used the (moving) index of the track in the table of tracks.
239 * Update of Asturian, Bengali (India), Bosnian, Croatian, Czech, Danish,
240 Dutch, Estonian, French, Galician, Scottish Gaelic, German, Hebrew,
241 Italian, Japanese, Khmer, Malayalam, Polish, Slovak, Simplified Chinese,
242 Traditional Chinese, Brazilian Portuguese, Turkish, Thai translations
243 * Initial translations for Welsh and Interlingua
246 Changes between 2.0.3 and 2.0.4:
247 --------------------------------
250 * Improve playback synchronization with PulseAudio.
251 * Fix ALSA digital pass-through ("S/PDIF").
252 * Fix live audio device selection on Mac OS X
253 * Fix detection of some 5.1 and 7.1 kits on Windows.
254 * Fix audio output behavior when the output device is plugged or unplugged
255 during playback on Mac OS X
258 * Fix numerous DVD (dvdnav) crashes
259 * Fix HTTP playback through proxy and advertise gzip correctly
260 * Fix TLS busy-loop during client-side handshake
263 * Support for Opus decoding via libopus, including multi-channel files
264 * Support MSS1 and MSS2 decoding through DMO libraries
265 * Fix Hebrew and Greek subtitles encoding
266 * Fix crashes on malformed subtitles and malformed png files
267 * Fix crashes when using hardware decoding
270 * Fix issues in Ogg with zero length packets
271 * Fix file duration of Ogg/Theora and Ogg/Vorbis files
272 * Fix vimeo, koreus and youtube lua parsers
273 * Support Youtube live streams
276 * Fix Wallpaper mode on Windows 7/8
279 * Fix media info dialog update
280 * Fix random/repeat preferences saving
281 * Fix crashes when opening audio effects dialog, with skins and playlist
282 * Fix crash on association dialog on Windows XP
283 * Fix album art display at start
286 * Fix command-line options to control the interface behavior
287 * Deactivate CoreAnimation effects on Leopard
288 * Fix menus display and behavior
289 * Fix various crashes and small issues including bookmarks, playlist, buttons,
290 streaming wizard, video size, hotkeys and fullscreen controller
291 * Fix font selection for Unicode subtitles
292 * Improve system sleep behavior when playing audio-only media. The screen is
293 allowed to sleep while the system is kept awake during playback.
294 * Fix code signing of Delete Preferences application
295 * Add option to Audio Effects panel to activate the Karaoke filter
298 * Fix Notify (D-Bus) plugin deadlock.
299 * Fix buffer corruption in freetype and subtitles modules
300 * Improve Blu-Ray and HLS support
301 * Fix issues on selection of playlist items for WebUI
302 * Codec and other 3rd party library updates
303 * Fix swscale and canvas behavior with Aspect Ratio
304 * Fix mime-type when streaming Webm over HTTP
305 * Fix recording behaviour in Windows network environments
306 * Codecs and 3rd party libary updates
309 * Updates of Norwegian Bokmål, Korean, Slovak, Serbian, Russian, Traditional
310 Chinese, Simplified Chinese, Portuguese, Walloon, Turkish, Thai, Polish,
311 Dutch, Khmer, Hindi, Japanese, Galician, Hebrew, German, Breton, Scottish
312 Gaelic, Czech, Estonian translations
313 * Initial translations for Bengali, Fula, Gujarati and Bosnian
316 Changes between 2.0.2 and 2.0.3:
317 --------------------------------
320 * Fix some HTTP request that broke some radio channels
323 * Fix support for some flv files (notably joined)
324 * Fix a crash when opening ape files with ID3v1 tags
327 * Add GateKeeper support
328 * Fix handling for some hotkeys
329 * Fix fullscreen toggle over extra interfaces
330 * Minor bugfixes and improvements
333 * Fix Windows 8 interface style
336 * Updates for Breton, Czech, Dutch, Gaelic, German, Hebrew, Hindi, Icelandic,
337 Japanese, Khmer, Korean, Polish, Russian, Simplified Chinese, Slovenian,
338 Thai, Turkish and Walloon
339 * New translations to Uzbek and Marathi
340 * Fix activation of Gaelic and Thai translations
343 Changes between 2.0.1 and 2.0.2:
344 --------------------------------
347 * XP machine will now use DirectX mode by default, like in previous versions.
348 There were too many errors with broken drivers.
349 * More accurate colourspaces conversions for YUV->RGB in OpenGL
350 * Add menu support for libvlc / VLCKit applications on Mac OS X
351 * Various fixes on Mac OS X, notably for crop, zoom, osd and menu support
352 * Misc fixes in OpenGL module, on all platforms
353 * Fix video output on PowerPC-based Macs equipped with an ATI Radeon 7500,
354 an ATI Radeon 9200 or a NVIDIA GeForceFX 5200 Ultra.
355 * Fix video output of 10bit encoded contents on Intel-based Macs equipped
356 with an Intel GMA 950 chipset running OS X 10.6 or later.
357 * Add support for the HiDPI mode used on recent Apple products with so-called
361 * Rework Digital TV module for Windows. DVB-T and DVB-C should work again
362 * Fixes for RAR compressed files
363 * Fix DirectShow crashes on exit
364 * Improve PulseAudio input latency
365 * Fixes for HTTP access through a proxy
366 * v4l2 webcam outputting H264 can now be used directly (use --v4l2-chroma=h264)
367 * Fix subtitles auto-detection in subfolders and detection behaviour
368 * IE http proxy is not used anymore by VLC on Win32
369 * Accept more extensions for DVD images
370 * Fix crash in VC1 packetizer
371 * Improvements in Blu-Ray playback
372 * Improvements and fixes in HLS support
375 * Fix crashes in AAC decoder on channels changes, notably in ISDB streams
376 * Fix compilation with multiple FFmpeg and libav versions
378 * Fix MP3 free format support
381 * Fixes for MKV segments, seeking and MKV title display
382 * Fix for some mp4, voc, midi and au crashes
383 * Fix for Real .ram, .f4v, .avi and .ra files support
384 * Fix for DVB channels file support
385 * Fixes for alac, vorbis, DTS, VC-1 and Dirac in mp4
388 * Fix for MPEG Audio encoding, use layer2 when using fourcc "mp2 " and "mp2a"
389 * Fix for JPEG generation, when doing snapshots
391 Audio filters and output:
392 * Limitation of spatializer volume output
393 * Fix DirectSound device selection
394 * Correct PulseAudio volume control
395 * Do not apply volume in file output
396 * Fix sampling rate in JACK output
397 * Fixes in ALSA output for latency and for broken drivers
400 * Enable drag and drop of playlist items between the temporary playlist and
401 the persistant media library
402 * Enable import of playlist items taken from the service discovery modules
403 to the media library or the temporary playlist
404 * Media key support for keyboards by other manufacturers than Apple
405 This fix was facilitated through a hardware donation by ZF Friedrichshafen AG
406 manufacturing keyboards under the brand "Cherry".
407 * Add support for the Apple Remote to set the Mac to sleep using a longer
408 press on the Play/Pause button
409 * Remove libfontconfig's font cache by an Apple Type Services lookup.
410 This removes the "Updating Cache" dialog, before finding all fonts.
411 * Re-add an option to hide the window decoration during video playback
412 * Improve compatibility with other 3rd party apps using SPMediaKeyTap
413 * Many Fullscreen fixes
414 * Keep Aspect Ratio when resizing is back
415 * Add controls to manipulate the Subtitles Duration to the Track
416 Synchronization panel
417 * Hidden items in the sidebar are being retained for the next launch now
418 * Fix crash when trying to open an Audio CD by drag & drop
419 * Improve reliability when opening DVDs or BDs by drag & drop
420 * Fix crashes on exit
421 * Fix crash when mounting a device with multiple logical volumes while
423 * Chosen audio output device is retained throughout multiple sessions
424 * Since running the Mac OS X interface as an Extra Interface or Control
425 Interface can lead to undefined results, eventual settings will be
426 automatically reset on the first launch.
427 - This fixes issues with unresponsive playback controls and crashes on quit.
428 * Update Growl plugin for use with Growl 1.3
429 * Miscellaneous minor interface improvements
432 * Fixes for stdin/stdout and for different locale issues
433 * Fixes for icecast SD
436 * Fix preferences for audio devices on Windows
437 * Fix playlist search and selector behaviour
438 * Fix multiple issues in the Open Disc dialog
439 * Miscellaneous fixes in preferences, buttons, EPG, playlist and customize dialog
440 * Fix tags and file names display
441 * Fix various crashes, display issues and usability issues
444 * Fix mousewheel on Windows
445 * Fix for key events and focus loss
448 * Fix display of some buttons
449 * Fix listing of files in the Open interface
450 * Fixes for widgets behaviour and vlm dialog
453 * Fix Ogg Heap buffer overflow
454 * Update taglib (CVE-2012-2396)
455 * Update libavcodec and other codecs libraries
458 * Traditional Chinese, Simplified Chinese, Walloon, Slovak, Polish, Khmer,
459 Japanese, Italian, French, Czech, Belarusian, Breton, Greek, Spanish,
460 Estonian, Irish, Galician, Hungarian, Japanese, Dutch, Telugu, Ukrainian,
461 Thai translations update
462 * New Scottish Gaelic translation
465 Changes between 2.0.0 and 2.0.1:
466 --------------------------------
469 * fix and improve the CDDB information retrieval
470 * fix the samba module compilation
471 * fix UDP / RTP multicast stream reception on Mac OS X when using the 10.7 SDK
472 * multiple fixes for HLS support, notably on Win32 and for encryption
473 * multiple fixes for Bluray discs playback
474 * fix for DVD decryption on some RPC-I drives
477 * Support for MXPEG files
478 * limit auto-detected threads to 4 in avcodec module
479 * fix quicktime audio codecs in RTSP streams
482 * Fix multi-file splitted RAR archive support
483 * Fix a crash when seeking in mka
484 * Improve MKV multi-video tracks support
487 * Fix ogm header creation
490 * limit spatializer filter distortions
491 * Use fastest SinC algorithm for samplerate module
494 * Fix S/PDIF passthrough with ALSA.
495 * Remove flawed ALSA channels autodetection.
496 The available ALSA channels MUST be configured now (stereo by default).
497 * Fix delay when changing the volume on Mac OS X
500 * Fix gradfun unloading on Windows platform
503 * allow to hide the playlist to get a small controller window
504 * allow to hide the sidebar
505 * disable Lion fullscreen mode by default, since its behavior is misleading
506 - this fixes fullscreen video output on a secondary screen
507 * noticebly faster launch time
508 * correct a few visual glitches and accessibility support
509 * re-enable visual feedback on seek and volume changes
510 * improve track synchronization panel
511 * fix fontconfig cache dialog, closure of the interface and numerous crashes
512 * fix crop, aspect ratio handling, DVD (no menu) support and Open subtitle menu
515 * allow a native seek slider instead of the blue one
516 * fixes in the playlist, the addons dialog, the menus, the main toolbar
517 the open dialogs, preferences and customization dialogs
518 * fix for fontconfig cache dialog, when rebuilding ASS fonts
521 * fix for menus display
522 * Addition of $R to display current playback speed
523 * documentation update
526 * fix mobiles display for remote control mode
527 * support for .drc and .3ga extensions
530 * fix SAP discovery, where an item was added multiple times
531 * fix SAP discovery on Mac OS X when using the 10.7 SDK
532 * Update Jamendo selections
536 * fix build issues on BSD, Linux/PPC and Linux/Sparc
537 * fix a crash on VLM close
540 * Update libpng to 1.5.9 (CVE-2011-3026)
541 * Update freetype to 2.4.9 (CVE-2012-1126 up to CVE-2012-1144)
542 * Fix MMS stack overflow (SA-1201 - CVE-2012-1775)
543 * Fix RealRTSP heap overflow (SA-1202 - CVE-2012-1776)
546 * Update of Czech, Spanish, Swedish, Turkish and Walloon translations
549 Changes between 1.1.13 and 2.0.0:
550 ---------------------------------
553 * The licenses of libVLC and libVLCcore have changed from GPLv2+ to LGPLv2.1+
554 * Start/end titles/chapters are now specified with # rather than @ to fix
555 conflicts with some URLs and file names. For instance, this plays a DVD
556 from the 2nd chapter of the 1st title up to the 4th chapter of the 3rd
557 title: vlc dvd://#1:2-3:4
558 * The 40+ --*-caching options were simplified and dumbed down to 4 options:
559 - --file-caching specifies caching for local files,
560 - --network-caching specifies caching for network resources,
561 - --live-caching specifies caching for capture devices and
562 - --disc-caching specifies caching for local optical media.
563 All values are expressed in milliseconds as in previous versions.
564 * HTTP server IP address, port, and TLS configuration is now centralized:
565 - The --http-host option sets the address, e.g. "--http-host=[2001:db8::1]".
566 By default, both :: and 0.0.0.0 are used.
567 - The --http-port and --https-port options set the port numbers.
568 By default, 8080 is used for HTTP, and 8443 for HTTPS.
569 - The TLS credentials are configured with --http-cert (public certificate),
570 --http-key (private key), --http-ca (optional CA) and
571 --http-crl (optional CRL).
572 * RTSP server IP address and port are updated similarly.
573 Use --rtsp-host and --rtsp-port respectively.
574 * The --miface-addr option does not exist anymore. To select the multicast
575 output interface, use --miface instead, e.g. --miface=eth0.
576 * The Windows version will only work with Windows XP SP2 or later.
577 Windows 2000 SP4, Windows XP < SP2, Windows 2003 SP0 are now unsupported.
578 * The Mac OS version will require Quartz Extreme compatible machines.
580 Important changes for packagers:
581 * The default builds now assume that the operating system uses UTF-8 for
582 its file systems and files content (except the Windows port). If this is
583 not acceptable, pass --enable-non-utf8 to the configure script.
584 Non-UTF-8 file systems support will be removed in future versions.
585 * The VLC plugins path can be overridden with the VLC_PLUGIN_PATH environment
586 variable. The --plugin-path command line option was removed.
587 * The default tarballs are now compressed with XZ/LZMA: .tar.xz
588 * OSS support is not compiled on Linux by default, pass --enable-oss to the
589 configure script if you use OSSv4 or really want to use OSS emulation.
590 * The webplugins have moved to: git://git.videolan.org/npapi-vlc.git
593 * Major Video Core and Outputs rework and rewrite:
594 Subtitles, subpictures and OSD can now be sized and blent inside outputs
595 x11 (Unix), OpenGL (Unix) and Direct3D (Windows) are such video outputs.
596 * Almost every video filter can now be transcoded
597 * Playback rate doesn't get resetted to 1 between items anymore
598 * Option --sub-filter was renamed --sub-source
599 * Port to Android, iOS, OS/2 and Win64.
602 * Multiple files are now supported inside RAR files
603 * Experimental support for ClearQam devices in the BDA/DTV module
604 * DVB-S scanning support on Unix
605 * DVB-C scanning on Unix scans correct modulation/symbolrate if needed
606 * Support for freq and video standard selection in DirectShow
607 * Support for VDR recordings (http://www.tvdr.de/) folders
608 * Experimental Blu-Ray Discs support using libbluray
609 * HTTP Live Streaming (IETF draft) playback support
610 * Blackmagic DeckLink SDI cards input support (Linux only currently)
611 * Linear Systems (HD-)SDI cards input support (Linux)
612 * PulseAudio audio input support
613 * Support for RTP dynamic payload types by specifying the payload format
614 in an option (no autodetection): only Theora supported for now
615 * Basic HTCPCP implementation for Coffee Pot control
616 * Support for all QTKit-compatible video input devices, aka QTCapture
617 * Support for all QTKit-compatible audio input devices, aka QTSound
618 * Support for capturing partially hidden windows in the X11 Screen input
619 * MPEG DASH (Dynamic Adaptive Streaming over HTTP) support
620 * Support for HTTPS is now fixed in the Windows port
623 * One can now use ffmpeg-mt in conjunction with vlc, to split decoding load
624 on multiple cores. H.264, VP3, VP8, JPEG-2000, Mpeg-4 ASP/DivX and RV3/RV4
625 are notably concerned.
626 * Important fixes for RealVideo 3.0 and 4.0 playback, notably in MKV
627 * Experimental Hardware decoding using Broadcom CrystalHD cards
628 * New module for decoding EBU subtitles (.stl)
629 * Support for 9bits and 10bits H.264/AVC decoding
630 * Support for 20-bits PCM and DAT-12 (digital magnetic tapes) from RTP
631 * New module for Dirac encoding, using the faster libschroedinger
632 The Schroedinger module should be prefered to the Dirac one
633 * Support for WMV Images, aka WMVP and WVP2, as used by Photo Story
634 * Support for Lagarith Lossless video codec
635 * Support for ProRes 422 video codec in 10bits
636 * Support for DNxHD (VC-3) and JPEG-2000 in 10bits
637 * EIA-608 closed captions improvements
638 * Support for JPEG-2000 and Motion JPEG-2000 in the Windows and Mac binaries
639 * Experimental support of IOMX for OpenMAX IL codecs on Android
640 * One can use "mp2 " fourcc to encode in mpeg1/2 layer 2
643 * New images demuxer supporting jpeg, png, targa, xcf, git, tiff, bmp, pcx, lbm
644 * C64 SID file playback support of using sidplay2
645 * Support for images/cover art in wma/wmv/asf files
646 * Improvements in .ape files metadata reading and writing
647 * New demuxer module for EBU subtitles (.stl)
648 * Support for caf, mtv, awb, f4v, amr, vro (DVD-VR) files
649 * Ogg, flv, mxf, amr seeking improvements
650 * Major improvements in Matroska (mkv) chapters/segments handling and seeking
651 * Support for duration and better seeking in Mpeg-TS files (.ts, .m2ts, .mts)
652 * Mov improvements, notably for aspect-ratio handling and Audio DV tracks
653 * Improved support of tracker files
654 * Real Media (.rm and .rmvb) demuxer is now based on libavformat
657 * Qt: effects dialogs rework
658 * Qt: new CoverFlow-like view of the playlist
659 * Qt: port to MacOS X platform
660 * Qt: various interface improvements, notably on the seek bar
661 * Skins2 / Qt: misc improvements and usability fixes
662 * Skins2: fullscreen controller support, relative placement support
663 and important cleanups and optimisations
664 * Mac OS X: re-written Main Window, which also includes the Video Windows
665 It is available in 2 looks, one grey (Lion style) and one black (QTX style)
666 * Mac OS X: new Audio Effects panel adding Compressor and Spatializer filters
667 * Mac OS X: new Track Synchronization panel
668 * Mac OS X: new Video Effects panel for color and geometry adjustments
669 * Mac OS X: re-written Open Disc functionality with automatic media detection
670 * Mac OS X: support for the native fullscreen mode on OS X Lion
671 * Mac OS X: enhanced AppleScript support
672 * Mac OS X: support for lua extensions
673 * The rc and telnet lua interfaces were merged into a new "cli" interface
674 * lua: the recommended way to run custom interface scripts is now to pass
675 -I luaintf --lua-intf myscript
676 * ncurses: heavy refactor of the complete interface
677 * dbus: Upgrade to an mpris2 compliant interface, see http://www.mpris.org
678 * dbus: Rewrite of the main loop to use a more efficient poll-based model
679 * webUI/http: Rewrite of the web interface, using jQuery
680 * webUI/http: some requests are now supported in JSON in addition to XML
681 * webUI/http: path values for input and output are deprecated in favour of uri
682 * Qt/Win32: the update system now downloads the updates in the temp folder
683 * Qt: preferences are now searchable
684 * Qt: the fullscreen controller is now stackable, full-width, at the bottom
687 * New video output based on Direct2D for Windows 7 and Vista (with Platform Update)
688 * New video output for iOS platform
689 * Experimental work in progress on a video output using EGL
690 * Adaptation of the OpenGL layer for OpenGL ES 1.1
691 * Various vmem improvements
692 * OpenGL video output now accepts YUV as input and uses fragment programs for
693 chroma conversion between YUV and RGB
694 * New video output for Android platform, based on Surface
695 * Support for 9/10bits output in the OpenGL output
696 * Updated OpenGL video output for Mac, requires a Quartz Extreme capable machine
697 * New video output based on kva API for OS/2
699 Audio Output and Filters:
700 * New audio output based on AudioQueue API for iOS
701 * New audio output in memory (amem)
702 * Important simplification and improvements in the core audio output
703 * New audio output based on OpenSL ES API for Android
704 * New audio resampler using Speex (DSP)
705 * New audio resampler using the Secret Rabbit Code (a.k.a. libsamplerate)
706 * New Compressor filter, a dynamic range compressor
707 * New simplistic Karaoke filter
708 * New audio output based on kai API for OS/2
709 * Automatic handover from S/PDIF to PCM with PulseAudio 1.0
712 * New gradfun filter for debanding videos using dithering
713 * Rewrite of the grain filter, faster and with better quality
714 * New posterize filter for lowering the number of colors
715 * Atmo ambilight: improve Fnordlicht support up to 254 channels
716 * New sepia filter for creating sepia effect in videos
717 * New deinterlacer mode Phosphor, a framerate doubling CRT TV simulator
718 * New deinterlacer mode IVTC, to do live inverse telecine for NTSC films
719 * New subsdelay filter to change subtitles delay
720 * New anti-flickering filter
721 * New OpenMAX DL IPCS filter for color space conversion and resizing
722 * New video filter for denoising, based on the famous hqdn3d filter
723 * Major improvements in the freetype text-rendering module, notably supporting
724 blackbox and customizable shadow.
725 NB: The freetype module is now used by default on the Mac OS X instead of
726 the quartztext module, which can still be enabled manually.
727 The Win32 font selection was improved too.
730 * New livehttp-module for HTTP Live Streaming (IETF draft) output
731 example: vlc inputfile :sout="#transcode{vcodec=h264,acodec=mp3,
732 venc=x264{profile=baseline},width=320,vb=256,ab=96}:std{
733 access=livehttp{index=public_html/iphonestream.m3u8,
734 index-url=http://url-to-iphonestreamfile-###.ts},mux=ts{use-key-frames},
735 dst=public_html/iphonestreamfile-###.ts}"
736 * Support for Vorbis and Theora in RTP
737 * Major rework of VoD support
738 * New delay module, to introduce delays of one ES, when streaming:
739 #delay{id=12,delay=500}:standard...
740 * New setlang, setid modules to change lang or id of one ES, when streaming:
741 #setid{id=12,new-id=42}:std...
742 * New langfromtelx module, to change lang of one ES, when streaming, based on
743 a telextex page: #langfromtelx{id=12,magazine=7,page=0x99,row=1}:std...
744 * New select module, to replace an existing ES with another ES in the same track
745 #duplicate{dst=bridge-out{id=1},select=video,dst=bridge-out{id=0xa3},select=audio}
746 #transcode{...}:bridge-in{id-offset=0}:select{disable=0}:setid{id=0,newid=0xa3}:autodel:std{...}
747 * New libavformat/avio access_output module for network streaming
750 * Search API to be able to query distant search APIs from the interfaces
751 * Upnp module was ported to Win32
754 * New capabilities for libVLC:
755 ** libvlc_media_player_navigate for DVD navigation
756 ** libvlc_audio_filter_list_get, libvlc_video_filter_list_get to get the
757 list of available audio and video filters
758 ** libvlc_audio_set_format, libvlc_audio_set_format_callbacks,
759 libvlc_audio_set_callbacks
760 allow grabbing audio data from a chosen memory location in real-time.
763 * asademux, subsass: use libass
764 * fake, invmem: use the new image demuxers
765 * hal, v4l, gapi, omapfb, hd1000a, hd1000v: obsolete unmaintained modules
767 * upnp: use upnp_intel
768 * removal of old telnet interface in favor of the new lua CLI
769 * removal of http interface in favor of luahttp
770 * removal of the noise filter
771 * removal of the SDL audio output, use the native outputs
772 * growl_udp: use Growl for local notifications on the Mac. UDP support will be
773 removed in Growl's next release, too.
774 * removal of the OSSO screensave module, use the MCE one
777 * Update of translations for most languages.
778 * New Telugu and Kurmanji translations.
781 Changes between 1.1.12 and 1.1.13:
782 ----------------------------------
785 * Heap overflow in TiVo demuxer fixed.
786 * Same default ACL for HTTP requests as for the rest of the HTTP interface.
789 * PulseAudio channels mapping (non-stereo) fix.
790 * PulseAudio stream accidental overflow recovery.
793 * XVideo support for mixed CPU/GPU endianess (especially on PowerPC).
794 * XVideo support for automatic color keying.
795 * xosd Xlib initialization failure fix.
798 * Camtasia decoding fix.
801 * Rare crash while seeking fixed.
802 * V4L2 video standard selection fixed.
805 * Update of Chinese simplified, Estonian, German and Polish languages.
808 Changes between 1.1.11 and 1.1.12:
809 ----------------------------------
812 * Mac OS X / auhal: multiple fixes for the Digital Audio output (S/PDIF)
813 including support for OS X Lion
814 * Multiple fixes and improved synchronization for PulseAudio support
815 * Support for AC-3 and DTS passthrough with PulseAudio 1.0
818 * Fix build compatibility with taglib < 1.6 and Xulrunner 1.9.1
821 * Fix crashes with Japanese locale on OS X
822 * Minor fixes for Webplugin under Win32, AVI demuxer, smem and AudioScrobbler
823 * Fix crash in HTTP and RTSP server (stream output or Web interface)
826 * Update of Breton, Chinese Simplified and Basque
829 Changes between 1.1.10 and 1.1.11:
830 ----------------------------------
833 * Fix buffer overflows in the RealMedia demuxer (CVE-2011-2587)
834 and the AVI one (CVE-2011-2588).
837 * Fixed scrolling direction if the input device's signal is inverted
838 * Update Auhal audio output to the latest API
839 * Fix images disappearing issue on the interface
840 * Reduced installation size by up to 30 MB
841 * Resolved conflict between iTunes and VLC wrt Media Key handling
843 Mozilla/ActiveX webplugin:
844 * Fullscreen mode is fixed on Win32
845 * Very simple fullscreen controller is visible on Win32
847 Demuxers/Meta Readers:
848 * Better support for cover art embedded in mp4, wma
851 * Fix AVI muxer so the generated files are readable on other players
854 * Multiple fixes for crashes and malfunctionning issues
857 * Fix quitting on Linux
858 * Fix opening of VIDEO_TS folders through the open disc dialog on Windows
862 * Update of codecs, fixing the mpeg-2 decoder crash
865 * Update of Slovak, Lithunanian, Russian, Brazillian Portuguese, Serbian
868 Changes between 1.1.9 and 1.1.10:
869 ---------------------------------
871 Windows and Mac OS X:
872 * Update of external library modplug, to address multiple security issues
875 * Improved Media Key handling based upon SPMediaKeyTap by Spotify AB
876 * Fix for various crashes and small issues
879 * Fix heap corruption / integer overflow in XSPF playlist parser
882 * PulseAudio output re-written due to unstability of the current one
885 * Remove the fontconfig dependency from the freetype module
887 Miscellaneous fixes in:
888 * Windows 7 taskbar buttons
890 * asx, live555, dvdnav demuxer
891 * RTP output and XML export
892 * Subtitles colours when using GPU decoding on Windows
896 * Update of Norwegian Bokmål, Slovak, Afrikaans, Luganda,
897 Brazillian Portuguese, Irish, Thai, Estonian, Chinese, Polish,
898 Dutch, German, Galician, Bulgarian, Lithuanian and Japanese translations
899 * Initial Basque, Zulu, Peul, Amharic, Acoli, Chiga translations
902 Changes between 1.1.8 and 1.1.9:
903 --------------------------------
905 Windows and Mac OS X:
906 * Update of external library modplug, to address a security issue
909 * mp4: Fix heap-based buffer overflow (VideoLAN-SA-1103)
912 * Miscellaneous interface look adjustments
913 * Improve Apple Remote handling
914 * Fixe bugs in the Streaming / Transcoding wizard
915 * Layout fixes in the Preferences and Controls windows
916 * Fix incomplete list of hotkeys in the Preferences dialog
917 * Fix quitting through Apple Events (Dock menu, App Switcher, AppleScript, etc.)
920 * Fix Growl local notification plugin
921 * VLC bundle now includes the Growl framework
925 * Updates of Lithuanian, Estonian, Chinese, Japanese, Bengali, Dutch, Polish,
926 German, Galician, Traditional Chinese translations
927 * New Luganda Translation
930 Changes between 1.1.7 and 1.1.8:
931 --------------------------------
934 * New UI graphics by Damien Erambert
937 * Oldrc interface is again the default RC interface, on Windows
938 * Luarc, luahttp and luatelnet fixes
939 * Qt and Mac OS X fixes
940 * numerous Skins2 fixes, notably winamp2 skins
943 * new libschroedinger-based Dirac codec encoder, faster than the current one
945 Access/Demuxers/Codecs:
946 * Subtitles auto-detection is back for .txt files
947 * vod/rtsp server and rtsp input fixes
948 * mp4 demuxer improvements
949 * ogg, rstp input, video filters minor fixes
950 * taglib's replaygain is fixed for mp3
951 * vobsub support has an improved auto-detection
952 * fix a crash in malformed ape files
954 Miscellaneous fixes in:
955 * Pulseaudio audio output, notably for usb cards
956 * Stacktraces are now limited in size on Windows
957 * Video resolution is now limited to 8192x8192, for security reasons
958 See CORE-2011-0208, CVE-2010-3275, CVE-2010-3276
959 * Configure and build system improvements
960 * DirectShow and BDA build headers have been updated
963 * Update for Finnish, Galician, Dutch, Chinese, German, Japanese, Lithuanian,
964 Slovak, French, Polish, Estonian, Brazillian Portuguese and Hebrew
965 * New icelandic translation
968 Changes between 1.1.6 and 1.1.7:
969 --------------------------------
972 * Integration with the KDE GUI platform is disabled due to KDE bugs
976 * Updated live555 library to fix playback of RTSP and Freebox streams
977 * Running VLC in 64bit mode requires Mac OS X 10.6.0 or later for speed
978 and stability reasons
981 * Fix for Matroska / WebM remote code execution vulnerability.
985 * Update for Hebrew, Japanese, Danish and Russian translations
988 Changes between 1.1.6 and 1.1.6.1:
989 ----------------------------------
992 * Fix libnotify, lirc, pulse compilation and packaging for Unix/Linux
995 Changes between 1.1.5 and 1.1.6:
996 ---------------------------------
999 * Multiple fixes and improvements on PulseAudio output
1000 PACKAGERS are VERY STRONGLY advised to update libpulse to 0.9.22.
1001 Update is required to use PulseAudio with the Phonon-VLC backend (KDE)
1002 and with the Mozilla VLC web browser plugin.
1005 * Fix the Audio CD crash when looking for CDDB metadata on Windows
1008 * Support for MPC SV7 and SV8 on Windows and Mac OS X (Unix was already working)
1009 * Enabled FluidSynth MIDI playback plugin on Mac OS X
1010 * Faster VP8/Webm decoding with recent codecs libraries
1011 * Fix heap corruption in CD+G decoder - CVE-2011-0021 / VideoLAN-SA-1101
1014 * Fix Buffer overflow in Real demuxer - CVE-2010-3907 / VideoLAN-SA-1007
1015 * Fix some asf/wmv seeking issues, notably when seek didn't go to a keyframe
1016 * Support for 24-bits PCM over RTP (audio/L24)
1018 Subtitles and renderer:
1019 * Do not auto-detect .txt files for subtitles
1020 * Mark more freetype options as safe
1021 * Mac OS X: fixed fontconfig cache creation
1022 * Fix heap corruption in subtitle decoders, potentially exploitable,
1023 discovered by Harry Sintonen - sintonen at iki.fi - CVE-2011-0522
1026 * Fix projectM visualization for Linux in all locales
1027 * Fix projectM visualization support for Windows
1028 * Various projectM improvements: the module should be working now
1029 * Fix goom crash on Windows XP and Mac OS X
1032 * Qt4: fixes for media keys processing and MCE remotes
1033 * Qt4: various fixes and portability improvements
1035 Miscellaneous fixes:
1036 * KDE device solid actions
1038 * Transcode integer overflow
1039 * HTTP Icy metadata reading
1040 * Windows: revert to 1.1.4 performance timers
1043 * Update translations for Chinese, Nippon, Slovak, Estonian, Spanish, Galician,
1044 Swedish, Bulgarian, French, Bengalese, German, Slovak, Japanese, Dutch,
1045 Polish, Hungarian, Indonesian, Sinhala and Irish
1048 Changes between 1.1.4.1 and 1.1.5:
1049 ----------------------------------
1052 * Fix a Windows crash on accessing Network Shared files/drives,
1056 * Support for RTP access for H264 streams by specifying the demux in the MRL
1059 * Integration in the playlist, of a list of web shows, provided by channels.com
1062 * Game Music Emu (GME) plugin rewritten, using the proper C API
1063 * DVDnav and DVDread fixes for encoding and misc issues
1064 * Playback of live http .Webm streams
1065 * Taglib thread-safety fix
1068 * Fix decoding of H264 using DxVA2 using Intel IGP, thanks to the donation from
1072 * Add an icon to VLC on Linux
1075 * fix a bug that could lead to 100% CPU usage on XCB
1078 * fix for Qt bug where VLC didn't exit properly on some Windows XP configuration
1079 * fixes on luatelnet and luarc
1081 Miscellaneous crashes and fixes in various plugins (telnet, live555, theora and
1085 * add libvlc_media_new_fd() to play directly file descriptors (not Win32/Win64)
1086 * Miscellaneous fixes
1089 * Update translations for Walloon, Lithuanian, Spanish, Turkish, Estonian, Dutch,
1090 Bengali, German, Polish, Brazillian Portuguese, Japanese, Italian, Galician,
1091 French and Ukrainian
1092 * Major update and activation on Windows of Modern Greek
1093 * New Asturian translation
1096 Changes between 1.1.4 and 1.1.4.1:
1097 ----------------------------------
1100 * Fixed video output on PowerPC-based Macs for videos with widths divisible
1102 * Fixed an issue with the Equalizer's 170Hz slider
1105 * Fix crash when closing rtsp streams
1108 * Fix Windows 7 jumplists with Unicode files
1109 * Various fixes for Windows
1112 * New Armenian translation
1113 * Update translations for Dutch, Estonian, Lithuanian, Japanese, Nynorsk,
1114 Brazillian Portuguese, Armenian, Wallon
1117 Changes between 1.1.3 and 1.1.4:
1118 --------------------------------
1121 * Fix a security issue when loading DLLs, especially in Qt4 and dmo modules,
1122 See VideoLAN-SA-1005
1123 * Fix folders opening from the interface
1126 * Update translations for Lithuanian, Bengali, Slovak, French, Dutch, Ukrainian
1127 Polish, Simplified Chinese, German and Galician
1130 Changes between 1.1.2 and 1.1.3:
1131 --------------------------------
1133 Access and demuxers:
1134 * fixes for FTP relatives path and FTP directory support
1135 * fix for podcasts parsing
1136 * DVD: fix an assert error and various memory leaks
1139 * fix NULL dereferences, as reported by FortiGuard Lab,
1140 CVE-2010-2937 / VideoLAN-SA-1004
1143 * fix a regression where the wrong entry was played
1144 * fix m3u playlists exports
1147 * fix video autoresize behaviour
1150 * Update translations for Dutch, Sinhala, Hebrew, Estonian, Spanish and Bengali
1153 * Update of many codecs libraries, fixing bugs and improving speed
1156 * architecture-specific installations will now be replaced by specific updates
1159 * Add AltiVec detetion for OpenBSD/powerpc
1162 Changes between 1.1.1 and 1.1.2:
1163 --------------------------------
1166 * Avformat fps displaying fix
1167 * TS, fix an issue where some programs would get dropped (fixes DVB issues too)
1170 * fix timestamps handling on some filters that provoked issues when playback
1171 of mono streams, especially on Windows
1174 * fix a bug in direct3d video output with old nVidia drivers that broke video
1175 playback with overlay (YUV->RGB)
1176 * fix console output encoding
1178 Interface and extensions:
1179 * Youtube and other scripts updates
1180 * Misc fixes in Qt4 (especially VLM and EPG dialogs) and MacOS interface
1183 Changes between 1.1.0 and 1.1.1:
1184 --------------------------------
1187 * New capabilities for libVLC:
1188 * Adjust video filter control: libvlc_adjust_Enable,
1189 libvlc_adjust_Contrast, libvlc_adjust_Brightness, libvlc_adjust_Hue,
1190 libvlc_adjust_Saturation, libvlc_adjust_Gamma
1191 * libvlc_media_player_set_pause() can force the pause state, whereas
1192 libvlc_media_player_pause() would only toggle it.
1193 * libvlc_set_user_agent() configures the "user agent" strings used for some
1194 protocols (HTTP, PulseAudio...). This replaces the --http-user-agent and
1195 the former --user-agent libvlc_new() parameters.
1196 * libvlc_video_set_callbacks() and libvlc_video_set_format() allow grabbing
1197 video frames from a chosen memory location in real-time. This replace the
1198 ugly --vmem-* libvlc_new() parameters in previous versions.
1199 See http://wiki.videolan.org/LibVLC_SampleCode_SDL as an example.
1200 * libvlc_audio_get_delay() and libvlc_audio_set_delay() configure the delay
1201 between audio and video/subpictures for the current input.
1202 * Various fixes and crash preventions, especially when video functions were
1206 * Fix performance issues with GPU decoding using DxVA2 using ATI graphic cards
1207 You NEED ATI Catalyst 10.7
1208 * Fix :program selection in TS and DVB-T
1209 * Fixes and improvements for MKV, Avformat and Avcodec modules
1210 * Fix mod (.xm, .s3m, .it) files support on Windows and Mac builds
1213 * Fix h264 streaming in ts
1216 * Qt: fix preferences, hotkeys, messages and some fulscreen behaviour
1217 * Skins: support for mousewheel in fullscreen, fix radialsliders
1218 * Http: fix fullscreen toggle
1222 * VAAPI small improvements, notably for extraction mode selection
1225 * Multiple interface and crash fixes
1226 * Deinterlace selection is repaired
1227 * Crashes when playing multi-channel tracks fixes
1230 * Activation of DEP on XP SP3
1231 * Fix opening of .m3u and .pls playlists
1232 * Fix crash when My Document isn't available
1233 * Fix crash when Windows was getting into standby while playing video
1236 * Update translations for Spanish, Polish, German, Sinhala, Hungarian, Khmer,
1237 Brazilian Portuguese, Chinese, Hebrew, Slovak, Galician
1240 Changes between 1.0.6 and 1.1.0:
1241 --------------------------------
1243 Important changes for users:
1244 * On Linux, known bugs in the ALSA library might prevent audio output.
1245 Update to alsa-lib 1.0.24 or later, or use the PulseAudio output instead.
1247 Important changes for packagers:
1248 * The module cache has moved to ${libdir}/vlc/. The module cache can now be
1249 generated at install time except if you use staged installation. In the
1250 later case, you can generate the module cache in your post-inst script
1251 by invoking 'vlc-cache-gen'. If the module cache is not present and vlc
1252 can't write in ${libdir}/vlc/, it will result it vlc taking a long time to
1254 * Most X11-related plugins now use XCB instead of Xlib. VLC now uses
1256 - xcb, xcb-shm, xcb-xv, xcb-randr (from libxcb),
1257 - xcb-keysyms (from xcb-utils),
1258 - x11-xcb (from libx11) - only for GLX support.
1259 * On X11 platforms, a _working_ version of xdg-screensaver is typically
1260 required to inhibit the screensaver during video playback.
1263 * Support for the sftp protocol
1264 * Support for CDDB servers for Audio-CD on the Windows port
1265 * New memory input (imem) access and access_demux module to feed VLC from data in memory
1266 * New avio module to use libavformat capabilities for network streams, like rtmp://
1267 * Port of the screen module from Xlib to XCB
1268 * Port of the dc1394 module from libdc1394 to libdc1394 v2.0
1271 * Support for DxVA2 for H.264 decoding on GPU on Windows Vista and 7
1272 * Support for VAAPI for H.264 decoding on GPU on GNU/Linux
1273 * Support for Audio/Video decoders and encoders using OpenMAX IL components for DSP
1275 * Support PGS subtitles for Blu-Ray
1276 * Support for HD-DVB subtitles - Display Definition Segment
1277 * Invmem module improvements
1278 * Support for Atrac1 audio codec
1279 * Support for SSE3 and SSE4 capabilities in some codecs
1280 * Multiple improvements for subtitles styles in .SRT and .SSA
1281 * Support for native decoding of Windows Media Speech (Voice) audio codec
1282 * Support for AMR-NB audio codec on the Windows and Mac port
1283 * Support for Indeo5 video codec
1284 * Improvements on the FLAC format (7.1 channels and 88.2/176.4/192 kHz support)
1285 * Direct rendering is used more often with H.264 in avcodec module
1286 * Support for MPEG-4 ALS lossless audio codec
1287 * Support for VP8 codec
1288 * Support for 7.1 channels in vorbis audio
1291 * Many fixes on Matroska support (notably seeking) and support for Webm format
1292 * Support for .aob files from DVD-Audio (MLP and LPCM) (Full disc support is NOT present yet)
1293 * Support for ADPCM in .flv streams
1294 * Support for TwinVQ (.vqf) and AMV (.amv) files
1295 * Various EGP improvements
1296 * Support for embedded subtitles in OpenDML and legacy .avi files
1297 * Metadata and cover art improvements
1300 * WPL and ZPL playlist support
1301 * Lua scripts for Mpora, Vimeo playback and Rockbox FM radios
1302 * New Play-And-Pause function to stop playback on latest video image
1303 * Podcast images are now displayed
1306 * Rewrite of the video output core and most video outputs
1307 * Added desktop mode to the Direct3D output module. It differs from DirectX
1308 desktop mode, because it hides the desktop icons, but reacts to mouse clicks.
1309 * New x11, glx and xv modules based on XCB
1310 * New deinterlacing modes based on yadif and yadif(x2)
1311 * New audio/video filter to show audio level on the video output
1312 * Enhanced AtmoLight filter with hardware support for
1313 Classic AtmoLight (http://www.vdr-wiki.de/wiki/index.php/Atmo-plugin)
1314 Quattro AtmoLight (use just 4 Classic AtmoLights as one)
1315 MoMoLight (http://www.ambilight4pc.com/momolight/momolight.html)
1316 Simple serial DMX controller (http://www.ulrichradig.de/ search for DMX)
1319 * New content extensions lua framework
1322 * Chorus/Flanger audio filter
1323 * 3F1R to stereo down-mix filter
1324 * Dolby mixer, parameterized equalizer, trivial mixer, scaletempo, bandlimited
1325 resampler, linear resampler, ugly resampler, converter_fixed, DTS to SPDIF
1326 and A/52 to SPDIF filters have been upgraded to the "audio filter2" API
1327 * NEON assembly audio converter module
1328 * Converter filters have been rewritten and extended to support s32 as input
1331 * Service discoveries can now be written in lua
1332 * Service discovery for Picture/Music/Video user directories
1333 * Service discovery based on libudev
1334 * Shoutcast Service discoveries are now removed
1337 * x264, add psy-rd parameter and change default settings
1338 * x264, add profile-limitter same way as x264.exe has, for example
1339 #transcode{vcodec=h264,venc=x264{profile=baseline,level=1.2},vb=384,width=320,height=176}
1340 * x264, defaults to crf=23 as x264.exe-does, if bitrate is given,
1341 uses ABR and if qp-value is set uses CQP
1342 * libx264-version 0.76 or higher is required
1343 * x264 has tune/preset parameters supported
1346 * New smem module, streaming to memory
1347 * Allow duplicate outputs to be merged, like:
1348 --sout "#duplicate{dst=transcode{vcodec=mp2v},select=es=0,dst=transcode,select=es=1}:std{...}"
1351 * Renamed the legacy rc, telnet and http interfaces to oldrc, oldtelnet
1353 * rc, telnet and http are now implemented using the lua interface system.
1354 * qt4 interface contains new iconview and listview mode for playlist
1357 * Support of .milk visualization files using projectM libraries
1360 * Vastly improved VLCKit framework
1361 * A new dialog provider for libvlc-internal interaction without full interface
1362 * Improved update detection and installation by using the Sparkle framework
1363 by Andy Matuschak et al.
1364 * New CoreText based text renderer replacing the former ATSUI renderer
1365 * New Video output module (mostly targetting VLCKit)
1366 * Optimised behavior when using the 2009 Apple Remote
1369 * Integration in Windows 7 taskbar
1370 * Playback of .Midi files is supported through fluidsynth's module
1373 * Multiple improvements for N900 compliance and efficiency
1374 * Support for HW accelerated video decoding on N900
1375 * Improvements to the maemo/hildon interface
1379 * --save-config command line option not supported anymore.
1380 * Fixed and reenabled netsync module.
1381 * Improved Solaris port
1384 * new C++ wrapper around libVLC: libVLCpp
1385 * phonon-VLC backend is now usable
1388 * csri codec: use the libass module instead.
1389 * galaktos visualisation: use the new projectM module instead.
1390 * showintf: Useless in Qt and on Mac OS X
1391 * transrate: broken since too long
1392 * Xlib x11, Xlib xvideo, Xlib glx: Use the new XCB modules instead.
1393 * HAL: Use libudev instead.
1394 * gtk_main, gtk_main2, gnome_main, gnome_main2 and pda interfaces
1395 * WinCE, BeOS and qnx interfaces
1396 * opie, qte and qte_main interfaces
1397 * linear_resampler and trivial_resampler are removed: use the ugly one.
1398 * XvMC accelerated modules: use VAAPI instead.
1399 * MGA (Matroska) for Linux: use Linux Framebuffer (or X) instead.
1400 * opengllayer: use macosx_video instead.
1401 * cddax: use cdda instead.
1402 * cmml and tarkin codecs are removed because they are dead codecs.
1403 * realaudio codecs: use libavcodec
1404 * access_file removed in favor of filesystem
1405 * RTMP input and output: use avio module
1408 Changes between 1.0.5 and 1.0.6:
1409 --------------------------------
1412 * Fix crash on FTP URI with no file path
1414 Decoders/Packetizers:
1415 * Fix overflows in A/52, DTS, MPEG Audio and subtitles support
1418 * Update LUA script for Youtube pages
1419 * Fix crashes in AVI, ASF and Matroska files
1420 * Fix crashes on malformatted ZIP archives
1421 * Fix crashes and leaks in the FFmpeg/avformat plugin
1422 * Fix crash on invalid XSPF playlist
1425 * Partial Xlib threading fixes
1426 More complete fixes are available in VLC 1.1.0. Please update!
1429 * Fix crash (use after free) in Qt4 bookmarks
1430 * Fix a few crashes in Qt4 playlist
1433 * Simplified Chinese, Estonian, French, Japanese, Korean, Spanish, Swedish
1434 and Walloon translations updated
1435 * Sinhala translation started
1438 * RTMP input and output are removed due to security problems. Please update
1439 to VLC 1.1.0 which provides an FFmpeg-based RTMP input if needed.
1442 Changes between 1.0.4 and 1.0.5:
1443 --------------------------------
1446 * SubRip extra styles improvements
1447 * Fix potential crashes in SSA and svg decoders
1450 * Improved support for the 2009 Apple Remote
1453 * Use of gcc 4.4.2 to compile instead of gcc 4.2. This might slightly
1454 increase performance and fix x264 issues
1457 * Portuguese Brazilian, Lithuanian, Romanian, Ukrainian, Japanese, Bengali,
1458 Walloon, Galician, Danish, Khmer, Polish, Slovenian, Vietnamese, Finnish
1459 Russian, Slovak translation updates
1460 * New Malayalam, Macedoninan, Nynorsk translations
1463 Changes between 1.0.3 and 1.0.4:
1464 --------------------------------
1467 * Fix deadlocks in the audio output core
1468 * Make PulseAudio the default output if available
1471 * Fix fullscreen mode with KDE 4.3.3 and other window managers
1472 * Fix incompatibility with cairo-dock and compositing
1475 * Fix DVB scanning regression from VLC 1.0.3
1476 * Support for XZ-compressed byte stream (LZMA algorithm)
1479 * Support for .m3u8 playlist files (UTF-8 M3U)
1482 * Support for xcb-keysyms version 0.3.4 or higher
1483 * Fix globalhotkeys on FreeBSD
1486 * Fix opening V4L version 1 devices
1487 * Fix default destination ports in the streaming wizard
1490 * New Walloon translation
1491 * Swedish, Ukrainian and French translation updates
1494 Changes between 1.0.2 and 1.0.3:
1495 --------------------------------
1498 * Fix video quality when resizing the video on Windows Vista and 7, due to
1499 regressions in most popular drivers
1500 * New deinterlacers modules based on yadif and yadif(x2) algorithms
1503 * Windows version supports now natively the WMA Professional codec, as it
1504 didn't work in the packaged version of 1.0.2
1505 * Fix downmixing of particual 4.0 AC-3 audio tracks
1508 * x264 has profile-limitter, like:
1509 #transcode{vcodec=h264,venc=x264{profile=baseline,level=12}..}
1512 * Update for appletrailers lua script
1513 * Fixes on the RAR stream filter
1514 * Fix for E-AC3 in ATSC/TS streams
1515 * Various fixes for v4l and v4l2
1516 * Fix a crash in mjpeg demuxer
1519 * New udev module for linux
1522 * Fixes on the playlist and the stream output panels
1525 * French, Galician, Korean, Polish, Russian, Romanian, Slovak and Ukrainian updates
1528 Changes between 1.0.1 and 1.0.2:
1529 --------------------------------
1532 * Native support for WMA Professional, without the use of the Win32 dlls
1533 * Fix issues in subtitles, especially SSA ones
1534 * Various fixes on theora and ogg
1537 * Various fixes for EPG support in MPEG-TS demuxer
1538 * Fixes for potential stack overflow in .avi, .mp4 and .asf demuxers
1541 * Fixes for v4l2 devices
1542 * Fixes for dvb-c channels-scanning
1545 * Fix some playlist sorting issues
1548 * Fixed a crash when updating VLC
1549 * Fixed a crash related to QTKit when opening video files (10.6 only)
1550 * Added the ability to play 2nd media in sync to the primary item (input-slave)
1551 * Added the "Quit after Playback" feature
1554 * The "Delete Preferences" script is now delivered as a Universal Binary
1555 with native code for PowerPC, Intel and Intel 64bit
1556 * Full 64bit runtime compatibility on both Mac OS X 10.5 and 10.6
1557 - no support for Goom and SDL
1558 - limited text rendering support
1559 - This port is still considered as EXPERIMENTAL despite its binary release.
1562 * MPEG2 transrate stream output removed
1563 * x264 default-values closer to x264.exe defaults.
1564 * x264 rc-behaviour fixes:
1565 - if user defines qp-value, CQP-mode is used
1566 - otherwise if user defines vb=0, CRF-mode is used
1567 - otherwise ABR-mode is used
1568 * x264 set vbv-bufsize/vbv-maxsize better if user hasn't defined these:
1569 - ABR mode set vbv-max-bitrate=bitrate
1570 - vbv-bufsize is bitrate * seconds between keyframes (keyint/fps)
1574 * Lua scripts for Mpora and Vimeo playback
1577 * Various fixes to enable 1.0 to build on Solaris and OpenBSD
1580 * New Kazakh and Croatian translations
1581 * Lithunanian translation is available on Windows
1582 * Galician, Korean, Nepali, Vietnamese, Ukrainian, Portuguese Brazilian,
1583 Arabic and French translation updates
1586 Changes between 1.0.0 and 1.0.1:
1587 --------------------------------
1590 * Fix wmv/asf issues that caused audio to drop
1591 * Various fixes for ac3, mp3, dts and stability for wav format
1592 * Fix seek in RTSP in conformity to RFC 2326
1593 * Fix Dailymotion access script
1594 * Fix crashes in xspf files handler
1595 * Fix seeking and timing issues in some flv files on Windows version
1598 * Add extra caching for files on network shares
1599 * Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ,
1600 DZCORE Labs, Algeria
1603 * Fix seeking in mpeg2 video files
1604 * Improve SSA subtitles rendering
1605 * Update most codecs for the Windows and Mac version
1608 * Fix sound recording of .flv files with mp3 audio
1611 * Possibility to change the opacity level of the Fullscreen controller
1612 * Fix various crashes and VIDEO_TS folders opening
1615 * Added options to disable support for Apple Remote and Media Keys
1616 * Fixed options for Volume, Last.fm password and Subtitle Encoding
1617 * Fixed redraw issues when autosizing the video window
1618 * Preferences panel now includes help through tool-tips
1619 * More reliable Information and Messages panels
1620 * Fix various crashes
1623 * The ZVBI module is now available for Windows, for complete teletext support
1625 Translations updates for Brazillian, French, German, Korean, Norwegian Nynorsk,
1629 Changes between 0.9.10 and 1.0.0:
1630 ---------------------------------
1634 * Alsa and OSS audio capture has been removed from the v4l and v4l2 accesses.
1635 See 'Access:' for more info.
1636 * Support for Mac OS X 10.4.x was dropped due to its technical limitations
1639 * Instantaneous pausing
1640 * Frame-by-Frame playback
1641 * Finer speed control
1642 * On-the-fly recording for all medias
1643 * Timeshift for most medias
1644 * RTSP trickplay support
1645 * Subtitles core improvements and fixes
1648 * New AES3 (SMPTE 302M) decoder
1649 * New Dolby Digital Plus - E-AC-3 (A/52b) decoder
1650 * New True HD/MLP decoder and parser
1651 * New Blu-Ray Linear PCM decoder
1652 * New QCELP (Qualcomm PureVoice) decoder
1653 * Improved Real Video 3.0 & 4.0 decoder
1654 * New WMA v1/2 fixed point integer decoder
1655 * Closed Captions using the SCTE-20 standard are now correctly decoded
1656 * Improvement of WavPack decoder to support all integer modes and float mode
1657 * Corrections on 5.1 and 7.1 channel decoding and ordering
1660 * Support for Dirac, MLP and RealVideo in Matroska files
1661 * Major improvements in RealMedia files opening (.rm and .rmvb)
1662 * Improvements of the TS demuxer for M2TS files from Blu-Ray and AVCHD
1663 * Metadata for mod files are supported
1664 * GSM codecs in Wav files are supported
1665 * New raw audio demuxer supporting raw PCM streams
1666 * New Dirac demuxer for raw Dirac streams
1669 * Dirac encoding using libdirac (supported in Ogg and in TS)
1670 * Shine mp3 fixed-point encoder
1673 * RTSP authentication with Darwin Streaming Server
1674 * On-the-fly gzip and bzip2 file decompression (except on Windows)
1675 * Playback for video in uncompressed multi-RAR archives
1676 * DVB-S and ATSC cards support on Windows
1677 * New OSS and Alsa accesses. The v4l2 and v4l modules no longer support
1678 OSS or Alsa audio input. Use --input-slave alsa:// or oss:// if needed.
1679 * DVB scanning on linux
1680 * EXPERIMENTAL Blu-Ray Disc and AVCHD Folders support
1681 * On-the-fly zip file decompression and browsing (MRL of the form
1682 zip://file.zip!/file.avi to specify the file - the development form of
1683 zip://file.zip|file.avi is not supported anymore)
1684 * Opening of any file descriptor using 'fd://'
1685 * MTP device access on Unix
1686 * CD-Text support on the cdda module (CD-Audio)
1687 * :start-time and :stop-time can handle sub-second values
1690 * Mouse cursor support in x11 and win32 screen modules
1691 * Screen module now features partial screen capture and mouse following on
1692 Windows and Mac OS X.
1695 * Export the playlist in HTML
1696 * Lua script for BBC radio playback
1697 * Better metadata handling and reading
1699 Linux/Windows interface:
1700 * Global Hotkeys on Windows and Linux
1701 * Various fixes for skins2 interface
1702 * Recently played items list
1703 * Interface toolbar customizations
1704 * Various Improvements on the Qt interface:
1705 - More menus actions
1706 - Finer speed slider
1707 - Improvements on many dialogs
1708 - New dialog for plugins listing
1709 - Fixed-size mode for videos
1710 - Better Teletext, trickplay and encrypted streams control
1711 * Better integration in GTK environments
1714 * Controllable by the Media Keys on modern Apple keyboards (brushed Aluminium)
1715 * Reveal-in-Finder functionality for locally stored items.
1716 * Easy addition of subtitles through the Video menu
1717 * Additional usability improvements
1720 * Restored the old mpeg2 transrating module.
1721 * Multiple bridge-in instances are now possible.
1722 * bridge-in can be used to configure a placeholder stream.
1723 * Remote Audio Output Protocol (AirTunes) module.
1724 * Fixed mosaic memleak. Mosaics are now usable again.
1727 * New Maemo port with:
1728 - an interface based on Hildon framework.
1729 - scaler based on the swscale_nokia770 library.
1732 EXPERIMENTAL work for the winCE port has been done.
1735 * EXPERIMENTAL 64bit support
1736 * Speed improvements by using llvm-gcc
1737 * New document icons by Dominic Spitaler
1738 * Support for latest iSight models
1741 * Removed obsolete Esound and aRts plugins
1742 * Surround support for PulseAudio
1745 * Effects (cube, torus, etc.) removed from OpenGL video output
1746 * Video is able to stay in original size and to zoom in fullscreen
1747 (hotkey 'o') while keeping black borders
1748 * Image video output has been rewritten into a video-filter named 'scene'.
1749 The old image video output has been removed.
1750 * Support for scaling and converting video chromas with FFMPEG imgresample was
1751 withdrawn due to bugs. Please use the newer FFMPEG swscale instead.
1754 * Invmem, a fake codec to display images from external applications
1762 Changes between 0.9.9a and 0.9.10:
1763 --------------------------------------
1769 * Fixed crashes on multi-screen setups
1770 * Corrected volume and subtitle encoding options in the Preferences
1771 * Improved Information panel behavior, when playlist is not displayed
1772 * Fixed QTCapture input support for the latest iSight models
1773 * Added a menu-item to unlock the video window's aspect ratio
1774 * Fixed redraw issues when autosizing the video window
1775 * Updated libpng, libgpg-error, libgcrypt, fribidi
1777 Various fixes to the following modules:
1780 - updated and additional access scripts (BBC radio, dailymotion, ...)
1781 - Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ,
1782 DZCORE Labs, Algeria
1784 - RTP, RTSP VoD, Mosaic Bridge
1789 Changes between 0.9.9 and 0.9.9a:
1790 ---------------------------------
1793 * Updated multiple 3rd party libraries to keep in sync with the Win32 port
1794 * Playback fixes for PowerPC-based Macs
1797 Changes between 0.9.8a and 0.9.9:
1798 ---------------------------------
1801 * Experimental new decoder for Real Video 3.0 & 4.0
1804 * Various fixes related to real demuxer
1807 * Fixed circumstances, which could lead to an empty Information panel
1808 - Note that VLC will show information on the currently _selected_ item
1809 instead of the currently _playing_ item, if the playlist is visible in the
1810 main controller window.
1811 * Fixed multiple UTF8 issues in the Streaming / Exporting Wizard
1814 * Improved video playback performance on Intel-based Macs
1819 * Updates of other localizations
1822 * Support for receiving RTP packets on odd port numbers.
1823 * Lots of small bugfixes.
1824 * Correct Fullscreen behaviour on Multi-Screen setups on Windows
1825 * Telnet fixes on Windows
1826 * Resampling fixes when transcoding
1829 Changes between 0.9.6 and 0.9.8a:
1830 ---------------------------------
1833 * Fixed buffer overflow in Real demuxer (SA-0811, CVE-2008-5276)
1835 Bunch of small bugfixes.
1838 Changes between 0.9.5 and 0.9.6:
1839 --------------------------------
1844 * Fixed overflow in CUE support from VCD access (SA-0810, CVE-2008-5032)
1845 * Fixed overflow in RealText subtitles support (SA-0810, CVE-2008-5036)
1848 Changes between 0.9.4 and 0.9.5:
1849 --------------------------------
1851 * Fixed buffer overflow in TiVo demuxer (SA-0809, CVE-2008-4686, CVE-2008-4654)
1852 * Fixed libpng CVE-2008-3964 in Win32 and MacOS builds
1855 * Closed Caption EIA 608/708 parsing enabled for libmpeg2
1858 * Fixed various potential crashes and memleaks
1859 * Fixed issues with reading from files (especially non-local)
1862 * Fix bug where interface was "eating" some media keys
1863 * Fix some crashes in DirectShow access
1866 * Fix bug when the resetting of preferences didn't reset the dialog states
1867 * Right-click menu to select playlist columns reenabled
1868 * Various fixed in playlist
1871 * MMAP module is now deactivated by default
1874 * Update of Brazillian, Swedish translation
1877 Changes between 0.9.3 and 0.9.4:
1878 ------------------------------------
1880 * Crashes fixed in ogg, vobsub, dvdread
1881 * Fixes several memory leaks.
1884 * Apple machines without Quartz Extreme are no longer supported (use 0.9.2 or earlier )
1885 * Fixed a crash with deletion of old preferences.
1886 * Fixed targetname for downloaded updates
1889 * Stability fix for the video output.
1892 Changes between 0.9.2 and 0.9.3:
1893 --------------------------------
1896 * Fixed DTS channel order on 5.1 systems
1897 * Fixed pausing behavior for subtitles and for Audio-CD
1898 * Multiple subtitles and podcast fixes
1899 * Various crashes fixed in PS, SSA, mkv, xspf, freetype
1900 * Fixed update system bugs
1901 * Other bug fixes (dvd language selection, subtitle colours, HTTP keep-alive...+)
1904 * Fixed ffmpeg slowness on PowerPC-based Macs
1905 * Fixed crash on startup when installed on old preferences
1906 * Fixed bug in directory opening on Mac OS X
1907 * Fixed font selection in the Simple Preferences
1908 * Thicker border to the subtitle renderer
1909 * Fixed the appearance of playlist items in the Streaming/Transcoding Wizard
1910 * Fixed AC3 passthrough on Mac OS X
1911 * Fixed behavior of the Volume Normalizer settings on Mac OS X
1912 * Removed the deprecated QuickDraw video output module to avoid crashes on
1913 modern Mac OS X versions
1916 * Fixed sensitivity of Fullscreen Controller
1917 * Fixed error messages on startup when VLC wasn't correctly uninstalled
1919 * Fix showing of controller when returning from fullscreen playback
1920 * Multiple directory and path location fixes.
1923 * Added Faster/Slower icons to the controller panel
1924 * Fixed lost playlist columns when switching the playlist view
1925 * Added needed options to Simple preferences (to avoid NVIDIA drivers issues)
1926 * Fullscreen controller: added time label, remembering of last position
1927 * Fixed drag'n drop behaviour on the playlist
1928 * Multiple other fixes (Enter hotkey in preferences, Skins selection...)
1931 Changes between 0.9.1 and 0.9.2:
1932 --------------------------------
1934 * Restored the old behavior of --sout-keep. It is now de-activated by default.
1935 * Skins2 interface repaired on Windows.
1936 * Multiple bugfixes.
1939 Changes between 0.9.1 and 0.9.0:
1940 --------------------------------
1942 * Multiple bug fixes.
1945 Changes between 0.8.6i and 0.9.0:
1946 ---------------------------------
1950 * This release will need Windows 2000 and Mac OS X 10.4 (Tiger), or more
1951 recent to work correctly
1952 * The HTTP interface is now only available on the local machine by default.
1953 If you want to make it available from other machines, you will have to
1954 edit the ".hosts" file.
1955 - On UNIX/Linux, the file is in /usr/share/vlc/http/.hosts
1956 If you're using the old http interface, it's located in
1957 /usr/share/vlc/http/old/.hosts
1958 - On Windows they are in C:\Program Files\VideoLAN\VLC\http\.hosts and
1959 C:\Program Files\VideoLAN\VLC\http\old\.hosts
1960 - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts
1961 and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts
1962 * This version of VLC contains a new interface for Windows and Linux.
1963 This interface has a fullscreen controller and simplified preferences.
1964 This interface lacks the "Streaming Wizard" that used to be present in VLC
1965 0.8.6, but provides basic profiles.
1966 * The behavior of --sout-keep was changed. It's now activated by default.
1967 * The marq, mosaic and logo commands in the rc interface changed. They
1968 now require a target name as their first argument. Example:
1969 vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
1970 You can then use commands like: @test marq-marquee Goodbye
1971 If you didn't name the object using @test, its name will default to the
1972 plugin name (hence 'marq') in this example.
1973 These new commands are also available in the telnet interface.
1974 * The "rtp" access output module has been removed.
1975 Please use the RTP stream output instead, e.g.:
1976 Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
1977 New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}'
1978 * You now need to append --m3u-extvlcopt to your command line to enable
1979 EXTVLCOPT options parsing in m3u playlists. Note that only a limited set
1980 of options is available to m3u playlists (CVE-2007-6683).
1981 * The old access:url syntax is no longer supported to resolve ambiguities
1982 with some file names. Use access://url instead.
1983 E.g.: vlc:quit -> vlc://quit ;
1984 udp:@239.255.12.12 -> udp://@239.255.12.12
1985 * The ffmpeg module has been removed and replaced by the new avcodec,
1986 avformat, swscale (or imgresample if you use a swscale-less ffmpeg build)
1987 and postproc modules.
1988 * The web plugins ActiveX (IE)/Firefox/Mozilla/Safari now recognize the
1989 following states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4,
1990 STOPPING=5, FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and
1991 BACKWARD being reserved for future implementations and are thus not
1993 * Croping and padding in transcode are now done using the croppadd video
1994 filter. For example:
1995 transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}}
1996 * Canvas setting in transcode is now done using the canvas video filter.
1998 transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}}
1999 * Glide video output module has been removed.
2005 * Updated libfreetype on Windows and Mac OS X (CVE-2008-1806, CVE-2008-1806,
2007 * TTA Parser improvements (CVE-2008-3732)
2008 * MMS Access Module improvements (CVE-2008-3794 )
2011 * Vastly improved playlist support:
2012 * Media library creation to save all your playlist items
2014 * Shoutcast TV listings
2015 * Audioscrobbler/Last.FM support
2017 * User definable Lua playlist scripts. See share/lua/playlist/README.txt
2018 (Default scripts open YouTube, DailyMotion, metacafe, Google Video and
2020 * User definable Lua album art fetcher scripts. See share/lua/meta/README.txt
2023 * Video for Linux 2 (V4L2) input support
2024 * UDP-Lite transport for RTP/AVP
2025 * DCCP transport for RTP/AVP
2026 * Proxy support for MMSH stream
2027 * JACK audio input support
2028 * Input run time option (improved live stream recording)
2029 * BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows
2030 * Re-written Screen access module for Mac OS X
2031 using OpenGL instead of QuickDraw
2032 * Screen module now supports partial screen capture and mouse following on X11.
2033 * Experimental EyeTV access module
2034 This requires the user to install a plugin to EyeTV.app
2035 (available as a separate download).
2036 * Simple RTP input (with MPEG A/V, G.711 and PCM support).
2037 * RTMP input support
2038 * QTKit-based Input module for Mac OS X allowing display and streaming of video
2039 taken from all iSight-labelled video cameras (no audio support)
2040 * HTTP access now supports gzip compressed data and Digest Access
2042 * New options to reduce latency between arrival of raw data and display of
2043 frames. (--auto-adjust-pts-delay and --use-stream-immediate)
2046 * MP4 gpac and Apple chapter support
2047 * Fixed playback of AIFF stereo files
2048 * Fixed audio glitch on seek
2049 * Improved FLAC demuxer (duration / current time / meta data)
2051 * APEv1/2 tags support
2052 * Improved ID3v2 tags support
2053 * Improved Ogg/Vorbis tags support
2055 * Standard MIDI File (types 0 & 1) support
2056 * TiVo Series 2 support
2057 * CD+G karaoke Files support
2062 * VP60/VP61/VP6F/VP62 support
2063 * Flash Screen Video support
2064 * CamStudio Screen Video support
2065 * DosBox Capture support
2066 * Karl Morton's Video support
2067 * limited atrac3 support
2069 * Fluidsynth MIDI software synthesis (with external sound fonts)
2070 * New codec FOURCCs to support more specific files:
2071 Avid, FCP, Sony, Samsung, ...
2072 * H.264 PAFF support
2073 * DNxHD / VC-3 support
2074 * NellyMoser ASAO support
2075 * APE (Monkey audio) support
2076 * RealVideo support (with the RealVideo run-time)
2077 * Dirac video support using libschroedinger
2080 * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC)
2081 * VBI & EBU (Teletext) support (*nix, Mac OS)
2082 * Ogg/Kate subtitles support
2083 * AQTitle subtitles support
2084 * MKV USF subtitles support
2085 * HTML-based subtitles support
2086 * MPSub subtitles support
2087 * JacoSub subtitles basic support
2088 * MPL2 subtitles support
2089 * Rewrite of ASS/SSA scripts and subtitles support
2090 * PowerDivx (.psb) Subtitles support
2091 * Realtext subtitle support
2092 * DKS subtitle support
2093 * SubViewer 1.0 (SubRip09) subtitles support
2094 * Correct Right-to-left languages in subtitles support
2097 * Flash Screen Video support
2098 * Improved H.264 encoding speed
2100 Video outputs and filters:
2101 * New CoreAnimation-based output module (VLCKit framework on OS X only)
2102 * Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and
2103 Psychedelic) video filters can now be streamed
2104 * New puzzle video output filter
2105 * Re-written motion detection video filter
2106 * New extract video filter (extract Red, Green and Blue components from a
2108 * New sharpen video filter (increase the contrast of adjacent pixels)
2109 * New erase video filter (removes logos from a video)
2110 * Enhanced subtitles' renderer to support bold, italic and some HTML tags
2111 (Google Summer of Code Student project)
2112 * Support for RGBA and I420 blending.
2113 The latter improves Mosaic CPU usage *a lot*.
2114 * New transparency mask video filter (for use with the mosaic_bridge module).
2115 * New bluescreen video filter (for use with the mosaic_bridge module).
2116 This was previously part of the mosaic module.
2117 * Fixed random characters problem in RSS filter.
2118 * Add rotate-deciangle for more precision on rotate filter
2119 * Support for Intel SSE2 instruction set in chroma converters
2120 * Improved use of Intel MMX instruction set in chroma converters
2121 * New croppadd and canvas video filters.
2123 Audio outputs and filters:
2124 * Replay gain support
2125 * Audio playback when going slower/faster (with pitch correction via
2126 new scaletempo audio filter)
2127 * New spatializer audio filter
2128 * Correct DTS output via S/PDIF
2131 * RTSP for TS-multiplexed broadcast streams
2132 * New RTP payload formats:
2133 * Speex voice audio codec
2134 * ITU T.140 (for text, subtitles) output
2135 * G.711 (both A-law and µ-law) output
2136 * UDP-Lite transport for RTP
2137 * DCCP transport for RTP
2138 * Lots of fixes for RTSP broadcasting
2143 * New Simple Preferences dialogs showing the most important settings in an
2144 end-user suitable way.
2145 * Improved user interaction
2146 * Improved mouse gestures
2147 * Vastly improved Update checker
2148 * Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2)
2150 * Brand new interface for Linux and Windows, based on the Qt toolkit
2151 * Fullscreen controller (transparency on Linux+Composite)
2153 * Improved video output features
2154 * Online access to VideoLAN's Help Wiki within VLC
2155 * New setting to disable the "Recent Items" service
2156 * When playing Radio (live) streams, the current track is shown correctly
2157 * Correct appearance on Macs using Aqua's graphite theme
2158 * Simplified Extended Controls panel
2160 * Correctly displays wide characters when using an UTF-8 locale,
2161 if libncursesw is available.
2162 * Some nice colors if the terminal supports it (most do)
2163 * Experimental Lua interface modules. See vlc -I lua and
2164 share/lua/intf/README.txt for more info.
2166 * Option to allow only one running instance, using D-Bus interface.
2167 * D-Bus Interface implementing the MPRIS
2168 (Media Player Remote Interfacing specification), a common dbus control
2169 interface for media players that intends to become an xdg standard when
2170 finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces .
2171 * Motion module using disk accelerometers to keep video horizontal
2172 * Plugin to set Telepathy presence message using MissionControl
2173 * Fixed VLM schedule time on Linux
2176 * VLC now complies with the XDG Base Directory Specification version 0.6
2177 http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
2178 (which means that VLC doesn't use the $HOME/.vlc directory anymore)
2181 * Mac OS X Framework "VLCKit" that can be used to embed VLC in third party
2182 applications (Google Summer of Code Student project, Mac OS X 10.5 only)
2183 * New text renderer based on Quartz replacing the existing Freetype solution
2184 * Complete compatibility with Mac OS X 10.5 Leopard
2185 * It is now required to compile a fully featured build
2186 * The support of Mac OS X 10.3.9 and QuickTime 6.x was discontinued.
2189 * Event management and various improvements in libvlc
2190 (Part of a Google Summer of Code Student project)
2200 * LibVLC now supports externally built plugins properly.
2201 A "vlc-plugin" pkg-config package is provided.
2202 * Java bindings are now built from a separate source.
2205 Changes between 0.8.6h and 0.8.6i:
2206 ----------------------------------
2209 * Fixed integer overflow in WAV demuxer (CVE-2008-2430)
2212 * Fixed option to use shared memory within the GLX video output module
2213 * Improved galaktos-based audio visualizations on FreeBSD
2214 * Miscellaneous bugfixes in multiple modules and in libvlc
2215 (transcode stream output, OSD menu video filter, VCD input,
2216 SAP services discovery, http control interface)
2217 * Updated Polish translation
2220 Changes between 0.8.6g and 0.8.6h:
2221 ----------------------------------
2224 * Updated GnuTLS and libgcrypt on Windows and Mac OS X (CVE-2008-1948,
2225 CVE-2008-1949, CVE-2008-1950)
2226 * Updated libxml2 on Windows and Mac OS X (CVE-2007-6284)
2229 * Updated libebml and libmatroska on Mac OS X. Reliability improvements.
2230 * Miscellaneous bugfixes in multiple modules and in libvlc
2231 (ftp access, record access filter, video filters, RC interface,
2232 playlist demuxer, IP networking, MPJPEG muxer, stream outputs)
2233 * Improved support for MPEG2 content created by Final Cut Pro
2234 * More reliable audio reception for MPEG TS streams
2235 * Fixed a regression in 0.8.6g where usage of the snapshot feature could lead
2236 to an unexpected application termination
2237 * New Serbian translation
2238 * Updated Romanian translation
2241 Changes between 0.8.6f and 0.8.6g:
2242 ----------------------------------
2245 * Removed VLC variable settings from Mozilla and ActiveX
2246 (CVE-2007-6683, VideoLAN-SA-0804)
2247 * Removed loading plugins from the current directory
2248 (CVE-2008-2147, VideoLAN-SA-0805)
2249 * Updated libpng on Windows and Mac OS X (CVE-2008-1382)
2250 * Fixed libid3tag denial of service (CVE-2008-2109)
2251 * Fixed libvorbis vulnerabilities (CVE-2008-1419, CVE-2008-1420, CVE-2008-1423)
2252 * Fixed speex insufficient boundary check (CVE-2008-1686, oCERT-2008-004)
2255 * Fixed various memory leaks, improving stability when running as a server
2256 * Fixed compilation with recent versions of FFmpeg
2257 * Correctly parses SAP announcements from MPEG-TS
2258 * Fixed AAC resampling
2259 * The Fullscreen Controller appears correctly on Mac OS X,
2260 if the 'Always-on-top' video option was selected.
2263 Changes between 0.8.6e and 0.8.6f:
2264 ----------------------------------
2267 * Really fixed subtitle buffer overflow (CVE-2007-6681, CVE-2008-1881)
2268 * Fixed Real RTSP code execution problem (CVE-2008-0073)
2269 * Fixed MP4 integer overflows (CVE-2008-1489, CVE-2008-1768)
2270 * Fixed cinepak vulnerabilities (CVE-2008-1769)
2271 - More information can be found in VideoLAN-SA-0801 and VideoLAN-SA-0803.
2274 * The Mozilla plugin registers a usable range of MIME-types on Mac OS X
2275 * Improved VLC's video output behavior on multi-screen setups running Mac OS X
2276 * Fixed crashes in H264 packetizer
2277 * Close MMS access on network timeout
2278 * Fix some problems with AAC decoder & packetizer
2281 Changes between 0.8.6d and 0.8.6e:
2282 ----------------------------------
2285 * Resume playback for viewing content over FTP
2286 * Fixed XShm detection with remote X11
2289 * Subtitle demuxers overflow (CVE-2007-6681)
2290 * HTTP listener format string injection (CVE-2007-6682)
2291 * Fixed buffer overflow in the SDL_image library (CVE-2006-4484)
2292 * Real RTSP overflows (CVE-2008-0225, CVE-2008-0295, CVE-2008-0296,
2294 * Arbitrary memory overwrite in the MP4 demuxer (CORE-2008-0130,
2298 * Fixed DTS to S/PDIF converter
2301 * Fixed 5.1 audio on ALSA
2304 * Fixed some RTSP hanging and user/password passing through RTSP URLs
2307 * Fixed waiting for SPS/PPS problem in H.264 packetizer
2310 * Improved compatibility for creating H.264 video files playable on iPhones
2311 * Improved detection of optimal amount of threads for multi-threaded H.264
2312 encoding on multi-cpu systems
2313 - Note that this is used when transcode threads is set to 0 (default)
2314 - Not supported on Windows (multiple threads require manual configuration)
2316 Mac OS X Interface & Port:
2317 * Restored compatibility with Mac OS X 10.3.9
2318 * Corrected behavior of the Preferences panel
2319 * VLC no longer crashes on quit while playing
2322 * Updated Romanian and Polish translations
2325 Changes between 0.8.6c and 0.8.6d:
2326 ----------------------------------
2329 * Mozilla plugin: supports a reasonable amount of MIME types on Windows
2330 * Linux: Fixed S/PDIF passthrough with ALSA
2331 * Automatic recovery on unexpected stream discontinuity (clock gap) occurrences
2333 * Use field order (top/bottom) for correct bob/linear deinterlacing
2334 * Fix invalid free in bookmarks loading code
2336 Windows and Mac OS Binaries
2337 * FLAC Security Update (CVE-2007-4619) to prevent multiple integer overflows
2340 * Security update (VideoLAN-SA-0703, CVE-2007-6262)
2342 Mac OS X Interface & Port:
2343 * Apple Remote support on Mac OS X 10.5 Leopard with enhanced functionality
2344 * Improved Video Output compatibility for Mac OS X 10.5 Leopard
2345 * Improved behavior of the Fullscreen Controller and mode changes between
2346 Fullscreen and Windowed Video Output
2347 * Softened the white flash artifacts that may appear during the transition of
2348 two different movies
2349 * Support for current Ogg file formats
2350 NOTE: This release requires Mac OS X 10.4 or higher.
2351 Mac OS X 10.3.9 is not supported anymore.
2354 * Improved H.264 encoding speed on Mac OS X
2357 * The automatic updating facility was removed
2358 * You now need to append --m3u-extvlcopt to your command line to enable
2359 EXTVLCOPT options parsing in m3u playlists.
2360 * RTSP server remote denial of service fixed (CVE-2007-6684).
2363 Changes between 0.8.6b and 0.8.6c:
2364 ----------------------------------
2366 Various bugfixes, notably:
2367 * Windows Vista compatibility
2368 * Cropping in Direct3D
2369 * Fullscreen change crash on Mac OS X
2370 * RSS filter string overflow
2372 * MKV demuxer crash (related to seeking)
2374 CDDA / Vorbis / Theora / SAP plugins:
2375 * Security updates (VideoLAN-SA-0702, CVE-2007-3316, US-CERT VU#200928)
2378 * Fixed a problem with detecting embedded subtitles (GAB2 format) in AVI
2379 * Prevent WAV file integer overflow (CVE-2007-3467 & CVE-2007-3468)
2382 * Updated FLAC API compatibility
2385 * Support for new v4l2 encoder API
2388 * New localisation: Arabic, Persian
2391 Changes between 0.8.6a and 0.8.6b:
2392 ----------------------------------
2394 Various bugfixes, notably:
2395 * Out-of-bound read in demuxers
2396 * Demuxers crashes (incl. CVE-2007-0256)
2397 * Mac OS X Interface crashes
2398 * VP31 decoding on Windows platforms
2399 * Direct3D Video Output modifications for Vista compatibility
2400 * Correct behaviour for feeding streams to Icecast or Shoutcast servers
2403 * Enhanced Flash Video support incl. VP61 and VP60
2404 * Teletext subtitles (telx) support
2407 * Rectified behaviour and improved usability
2409 Mac OS X Interface & Port:
2410 * Diverse usability improvements
2411 * New wizard option to embed subtitles
2412 * Screensaver/automatic sleep mode is enabled when a video is paused
2413 * Improved Delete-Preferences-Script
2416 Changes between 0.8.6 and 0.8.6a:
2417 ---------------------------------
2419 CDDA / VCDX plugins:
2420 * Security updates (VideoLAN-SA-0701, CVE-2007-0017)
2423 * Fullscreen controller improvements
2426 Changes between 0.8.5 and 0.8.6:
2427 --------------------------------
2430 * Shoutcast TV listings support
2433 * Support for RTSP authentication
2434 * Support for adding subtitles on the fly
2435 * Fixed MPEG-PS duration calculation
2436 * ATSC support for DVB input
2437 * Partial reading support for DVR-ms recordings
2438 * Partial reading support for MXF and GXF fileformat
2439 * Improved support for Flash Video files
2442 * Native WMV9/VC-1 support
2443 * WMA Speech support (through binary codecs)
2444 * VP5/VP6 - Flash Video support (not VP61)
2445 * The True Audio Lossless codec support
2446 * Matroska WavPack support
2447 * Improved H.264 support (interlaced, speed improvements etc but no PAFF)
2448 * Fixed a problem with MPEG2 field pictures
2449 * Fixed swapped colors on DVB subtitles
2452 * Additional OpenGL effects (cylinder, torus, sphere, ...)
2453 * Experimental Direct3D 9 video output (win32). Best served on Vista :)
2454 * Improved libcaca support
2458 * New hotkeys for crop and zoom
2459 * Support for snapshots from the HTTP interface
2461 * Systray support in skins
2463 * Support for Apple Remote control
2464 * Fullscreen controller panel (artwork by Simon Damkjær Andersen)
2465 * New playmode buttons (artwork by Simon Damkjær Andersen)
2466 * right/ctrl-click menu in video outputs
2467 * Main Menu uses autohide when playing videos in fullscreen mode
2469 * Notifications using notification-daemon
2472 * Support for Unicode filenames (Windows NT and above)
2473 Windows 9x/ME users:
2474 - Please note that these versions of Windows are not officially supported
2475 - Unicode support for Windows 9x/ME applications is available through the
2476 Microsoft Layer for Unicode available from the following location:
2477 http://www.microsoft.com.nsatc.net/globaldev/handson/dev/mslu_announce.mspx
2478 Download the MSLU package (unicows) and extract the content into the folder
2480 * Fixed IPv6 support on the client side
2481 * Fixed disable screensaver (Direct3D and DirectX video output)
2490 * Updates to the libvlc API
2491 * Fixes for the mozilla and activeX plugins
2494 Changes between 0.8.4a and 0.8.5
2495 --------------------------------
2498 * Statistics collection (bitrates, packets, connections, ...)
2499 * Support for downloading updates
2503 * Initial support for RTSP-over-HTTP (to allow NAT traversal)
2504 * Linux DV (Digital Video - Firewire) input
2505 * Improvements to the Audio CD input
2506 - Separate playlist entries for the tracks
2508 * Support for more DVB (satellite) encryption modules
2509 * Improved subtitles encoding support
2510 * Improved support for playing MP4 files from the Web
2513 * Cook (Real audio) support
2515 Playlist / Services discovery:
2516 * XSPF playlist support
2518 * Updated Shoutcast to use new listing
2521 * New JACK audio output
2524 * New video filters:
2525 - magnify: allows you to zoom on part of the image
2526 - gradient and edge detection: "cartoon-like" effect
2527 - bluescreen: overlay parts of a video transparently on another one
2528 * Logo video filter: can now loop through multiple images
2529 * RSS video filter: display feed images. Support for Atom feeds.
2530 * Improvements to the subtitles rendering
2533 * Initial support for throttling users on VOD streams
2536 * System to inform the user and request information
2537 - HTTP authentication
2541 - VLM (VideoLAN Media Manager) control panel
2542 - Improved media information panel (shows statistics, metadata, ...)
2543 - Drag & Drop support in the playlist
2546 - Support for Winamp 2 skins
2547 - Improved playlist handling
2548 - Support for popup menus, animated bitmaps, equalizer, ...
2550 - Embedded Video output
2551 - new Go-To-Specific-Time feature
2552 - Video cropping and aspect ratio changing while playing
2553 - Improved media information panel (shows statistics, metadata, ...)
2554 - support for processing multiple items with the wizard in a single run
2555 - option to save selections in the wizard for a session (default enabled)
2557 - New default interface pages for VLC and VLM (including a mosaic wizard)
2558 - A bunch of new RPN functions
2561 * MSN messenger "Now playing" support
2564 * Mac-Intel compatibility
2565 * Enhanced support of various audio output devices
2566 * Growl "Now playing" support
2569 * Ability to log to syslog
2570 * Root wrapper to avoid running VLC as root
2573 * New libvlc API (not finished yet)
2575 * A bit more automatic testing
2578 Changes between 0.8.4 and 0.8.4a:
2579 ---------------------------------
2582 * Fix a52 over spdif in alsa
2583 * SPDIF output available again in the Mac OS X Audio menu.
2586 * Add support for new BMP and Cook (RealAudio G2) decoders in ffmpeg
2587 * Add support for some non-standard FOURCCs used for H.264/H.263
2590 * Fix bug with some HE-AAC audio tracks
2593 * HAL fixes, should now work with new API
2594 * SAP, fix 20 second freeze on windows
2600 - fixed encoding of H.264/H.263 content when using the wizard
2603 Changes between 0.8.2 and 0.8.4:
2604 --------------------------------
2607 * Internal strings handling is now UTF-8 based
2611 * Fixed problems with OpenGL output
2612 * New --monitor-par (pixel aspect ratio) option
2613 * Fixed display problems with HDTV-1080 format
2616 * Improved DVB support for satellite bands other than Ku-band
2617 * IPv6 and Extended passive mode support for FTP
2618 * IPv6 Source Specific Multicast support
2619 * GnomeVFS input module
2620 * Support for RTP packet reordering
2621 * Fixed syntax for FTP URLs
2624 * Support for libSDL_image to import different image types
2625 * Musepack decoder using libmpdec
2626 * QDM2 audio support (needs ffmpeg from 19th Oct 2005 or later)
2629 * UPnP service discovery (Linux only at the moment)
2630 * Bonjour service discovery using avahi (Linux only)
2636 * Fixes, enhancements and new options related to the Headphone Channel
2637 Mixer and Dolby Surround
2640 * New shout output module to forward streams to icecast servers
2641 * Fixed several SAP and SDP announcement bugs
2642 * Fixed MTU handling to avoid IP fragments
2645 - new cone icon by Richard ¯iestad (Eurodata, retron.info)
2647 - New streaming and transcoding wizard
2648 - New extended controls panel
2649 - New bookmarks window
2650 - Fixed playlist sorting
2651 - Fixed drag-and-drop inside the playlist
2653 - Rename wxWindows interface in wxWidgets.
2654 - All the --wxwin-* options are now --wx-*
2655 - Support for RTP streaming in Stream Ouput dialog
2656 - Now require wx2.6 with Unicode support
2660 - New RPN functions to control VLC features (see play-howto)
2661 - Facilities to correctly handle non-ASCII characters and spaces in
2663 - Include macro to include other files
2667 * Should now work outside IE as well
2670 * New script to delete the preferences automatically
2673 * Fixed bandwidth problems of HTTP streaming
2674 * Fixed audio problems with DirectX audio output
2677 The following languages were added:
2681 * Simplified Chinese
2682 The following languages were re-added:
2686 Changes between 0.8.1 and 0.8.2:
2687 --------------------------------
2690 * Rewrite of the playlist
2692 - Input preparsing (for meta-data)
2693 - Grouping (by artist, ...) support
2694 * Preferences improvements:
2695 - New organization, designed to improve usability
2696 - New configuration types (list of modules, ...)
2698 * Core image manipulation support
2699 * Client-side SSL/TLS support
2700 * SSL Client certificates checking support (allows for secure VoD)
2701 * Renamed --spu-channel to --sub-track
2702 * Renamed --spumargin to --sub-margin
2703 * Renamed --audio-channel to --audio-track
2704 * Renamed --filter to --vout-filter
2705 * filters, extra interfaces, visualizations and service discovery modules are
2706 now separated by ':' instead of ','
2707 * Access filter architecture
2708 * Track selection based on preferred language (--sub-language and --audio-language)
2709 * Zsh autocompletion for VLC's arguments
2713 * Support for SOCKS proxy
2714 * Support for Shoutcast Meta-data
2715 * Support for (HE-)AAC raw-audio streams
2716 * Support for images on a HTTP server that get refreshed on the server
2717 * Better support for Kasenna streams
2718 * RTSP UDP->TCP rollover support
2719 * Massive Matroska improvements
2720 * Support for XA and VOC audio files
2722 * Samba (Windows shares) access module
2723 * Improved CDDAX module (uses several playlist items)
2724 * Fixes to Linux DVB support
2725 * Fix the "negative subtitles delay" bug
2726 * Support for FTP over IPv6
2728 Decoders / Encoders:
2729 * Dirac decoder and encoder
2730 * PNG decoder/encoder
2731 * Improvements to DVB subtitles encoder
2732 * Support for Apple Lossless Audio Codec
2735 * New Record and Timeshift filters
2738 * New type of modules, that add items to the playlist
2739 * Brand new SAP module
2740 * To enable SAP, you now need to use "-S sap" or add SAP in
2741 the "Manage->Services Discovery" menu
2742 ( IPv6 SAP is now enabled by default )
2743 * Non-standard support for HTTP streams SAP announces removed
2744 * HAL (Hardware Abstraction Layer) discovery
2745 * DAAP (iTunes shares) support
2749 * Support for 20/24 bits LPCM
2752 * Video snapshot support (png or jpg)
2753 * Image file video output (png)
2754 * Motion detection filter (can trigger playlist actions)
2755 * Improvements to wall video filter
2756 * Support for font color and opacity
2762 - Ability to load a configuration file on startup
2763 - Seeking support in VoD streams
2764 * Mosaic (picture-in-picture system)
2768 - Redesigned playlist : add playlist, add directory, ...
2769 - Improved preferences
2770 - Improvements to the wizard
2771 - DVD, VCD and Audio CD navigation buttons
2773 - Redesigned playlist
2774 - Improved preferences
2776 - Support for multiple actions
2779 - Support for the new playlist system
2781 - Now uses new config settings. See doc/lirc/example.lirc
2784 * Screensaver disabling fix
2785 * DirectShow tuner configuration
2786 * Support for no-decoration windows
2789 * Many Mac OS X 10.4 Tiger related fixes
2790 * The OpenGL video output is back
2791 * A new audio module that should work more reliable for analog audio output in various configurations.
2792 - Supports multichannel discrete analog output
2793 - Digital audio output requires you to change a preference setting because it
2794 is not yet available in the new module
2795 - Please read the README.MacOSX.rtf file for more information.
2798 * Support for single-buffered overlay
2807 * Mozilla plugin for MacOS X is back (not yet distributed)
2810 * Brand new Internet Explorer ActiveX plugin
2813 The following languages were added:
2819 Changes between 0.8.0 and 0.8.1:
2820 --------------------------------
2823 * Include TLS/SSL API (on plattforms where libgnutls is available)
2824 * SSL support in the HTTP daemon (HTTP stream output and HTTP interface)
2827 * Fixed win32 multichannel audio output support (which was broken in 0.8.0)
2828 * Fixed DV and MPEG (WinTV PVR 250/350) support in the dshow input
2829 * Fixed spurious taskbar item after switching to fullscreen
2832 * A few more updates (we still miss an interface and a fast video output).
2835 * Portaudio audio output plugin improvements
2838 * Proper subpictures scaling using the aspect-ratio info when available
2841 * Fixed crash with ODML avi files
2842 * Fixed autodetection of VCD/SVCD bin files
2843 * Supports Kasenna VoD (MPEG2 only) and simulcast streaming
2847 * Fixed aspect ratio and interlaced support in ffmpeg encoder module
2849 * Support of playlist group announcement
2852 Changes between 0.7.2 and 0.8.0:
2853 --------------------------------
2856 * Major work on libvlc. Changed/renamed/added functions
2857 * Complete switch to the new input core (better seeking, multi-input, ...)
2858 * New plugins cache to speed up launch time
2859 * New --play-and-stop feature which stops the playlist after each played item
2860 * Daemon mode (to run vlc in the background)
2861 * Major improvements to the subtitle/OSD subsystem
2864 * New screen capture input plugin for X11, Win32, BeOS and Mac OS X
2865 (Stream your desktop)
2866 * Improved DVD support:
2867 - uses libdvdnav for playing DVDs with menus support
2868 - uses libdvdread for simple playback with menus (eg. for streaming)
2869 * Experimental multi-input support ( use --input-slave to play with it )
2870 * Automatic MTU discovery for UDP streams
2871 * More powerful MRL syntax for DVD/VCD/CDDA access
2872 (selection of titles/chapters).
2875 * Support for iTunes Music Store previews
2876 * Support for MJPEG webcams (i.e. AXIS cams)
2877 * Added initial mp4 and mpeg-ts text track support
2878 * Windows Media Server RTSP support
2879 * Support for MPEG TS streams with error correction (204/192 bytes TS packets)
2880 * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
2881 * Skins2 .vlt file loader (only when skins2 is the current interface)
2882 * Improved Ogg demuxer
2883 * Support for MPEG PS streams with MPEG 4 video.
2884 * Support for so called AACPlus webstreams
2887 * G.726 audio support
2888 * 14496-17 MPEG TS text support
2889 * MPEG-4 text support
2890 * Vastly improved DVB subtitles decoder (ETS 300 743)
2891 * Enabled color in DVB subtitles rendering
2892 * VobSub supported both externally and in Matroska
2896 * Re-use audio/video/spu decoders in transcoder module. From now on,
2897 everything that is playable by VLC should be transcodable as well
2898 * Subtitles overlaying in transcoder
2899 * Subpictures overlaying in transcoder (see video output)
2900 * Frame rate selection in the transcoder
2901 * DVB subtitles encoder
2902 * MPEG 1 layer 2 audio encoder using libtoolame
2903 * Improved vorbis/theora encoding
2905 * Text track muxing for mp4
2906 * Multipart mjpeg muxing. Your video is directly viewable in a Mozilla Browser
2907 * 14496-17 text track muxing for MPEG TS
2908 * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
2909 * Teletext (0x56 descriptor) streaming support in MPEG TS.
2910 * New WAV muxer (supports multi-channel audio)
2911 * Improved ASF muxer
2913 * H.263 RTP streaming support
2914 * SDP generation outputs more compliant SDPs and can create SDP files now
2915 * Improved RTSP and VoD server (experimental)
2918 * New audio equalizer filter
2919 * Very trivial volume normalizer
2920 * True channel downmixing when playing 5:1 material on Stereo
2921 * More gradual resampling which should improve the pitch changing effect
2922 * New audio output plugin using portaudio v19
2925 * Roku HD1000 Video output
2926 * Experimental generic OpenGL video output (X11, Win32, MacOS X)
2927 with support for effects.
2928 * Improved filter and subpictures support :
2929 - New filters can be streamed.
2930 - "Subpicture filters" to overlay subpictures on video
2931 - Centralized scaling and blending
2933 - "time", to display current time
2934 - "marq", to display a marquee
2937 * OSD sliders for volume and postition information
2938 * OSD icons for Play and Pause
2939 * New Streaming Wizard for Windows and Linux default interfaces (wxWindows)
2940 * A few skins2 improvements
2941 * Added search, volume, loop and random functions to the ncurses interface
2942 * Added a filesystem browser to the ncurses interface
2943 * The remote control interface can now listen for commands on sockets
2944 * Improved CORBA control module
2947 * Fixed the "cannot set buffersize:[nope]" coreaudio problem
2948 * Major speed improvements to the Quartz video output
2949 * The Mac OS X interface is no longer required to display video
2952 * New galaktos visualization plugin (MilkDrop-compatible)
2953 * Experimental SVG rendering module
2954 * Support for DVB CAM modules.
2957 * DirectX Media Object decoder (allows playing some media types, like WMV3)
2958 * DirectX Media Object audio and video encoder
2959 * Fixed long standing win32 thread handles leak
2960 * Fixed problem with CPU usage with subtitles rendering
2961 * Wallpaper mode for the DirectX video output (only in overlay mode)
2964 * Massive update (we still miss an interface and a fast video output).
2967 * Added a lot of Javascript accessible funtionality
2968 * Volume, position, length, seek etc etc etc.
2971 * Server/client network synchronization module
2972 * VBrick streams fully supported
2973 * Cisco IP/TV streams supported
2977 Changes between 0.7.1 and 0.7.2:
2978 --------------------------------
2981 * Bookmarks feature for easier seeking/access inside medias.
2982 * Support for video output embedded in interfaces.
2983 * Improved HTTP daemon.
2984 * Saved playlists now remember VLC-specific options.
2987 * New Continuous Media Markup Language (CMML) codec.
2988 (http://www.annodex.net/overview.html)
2989 * New H.261 video decoder using openmash.
2990 * H264 encoder, demuxer and packetizer.
2991 * Packetizer interfaces between demux and codec when needed
2992 (allows using ffmpeg plugin to decode MPEG streams and better aac decoding).
2993 * Support for Theora alpha3 (both decoding and encoding).
2996 * --start-time <sec> and --stop-time <sec> to start and stop playing a
2997 file at the specified amount of seconds. Only works with a few
2998 fileformats (avi, mov, mkv, mp4 )
2999 * Improved directory access module.
3000 * New "file-cat" option to play truncated movies.
3001 * Better handling of meta info (title, author, description, etc...).
3002 * New options to pass meta info to the input.
3003 * It is now possible to stream programs from a DVB-S/C/T stream
3004 (satellite, cable, or digital terestrial television)
3007 * Annodex (http://www.annodex.net) support.
3008 * mmsh streaming fixes.
3009 * Fixed infinite loop in the AVI demux on broken/incomplete files.
3012 * Subviewer and subviewer v2 subtitles support.
3013 * Ability to choose autodetected subtitles path.
3014 * Subtitles delay can be changed in real time with hotkeys.
3017 * Improved session announcement system.
3018 * Minimize threads usage by default.
3019 * Added faster than realtime stream output (limited by CPU) for file output.
3020 * Improved MOV/MP4 muxer.
3021 * Improved MPEG TS muxer.
3022 * Improved transrater.
3023 * Meta info options used by the muxers.
3024 * New configuration system.
3025 * Better audio channels downmixing when transcoding.
3028 * New videolan (media) manager (vlm): a little manager designed to launch
3029 and manage multiple streams from within one instance of VLC.
3030 * Supports live streams and VoD.
3031 * Supports scheduling.
3032 * Telnet interface for vlm.
3033 * HTTP interface for vlm.
3036 * Skins II (Windows and Linux only)
3037 - Ability to embed video output.
3038 - Support for bitmap fonts.
3039 - Lots of improvements.
3040 * wxWindows (default Windows and Linux interface)
3041 - New design and set of icons.
3042 - Ability to embed video output.
3043 - Support for hotkeys.
3044 - Support for bookmarks.
3046 - Support for 'groups' and playlist item properties.
3047 - Better hotkeys handling.
3050 * OpenGL video output is now the default when available.
3051 * Added FAAC encoder (mp4a).
3052 * Audio output fix to work with multiple streams on a HAL device.
3053 * Possible fix for conflict with CodeTek VirtualDesktop (untested).
3056 * DirectShow input plugin should work with more devices.
3057 * Disable monitor power down when watching movies.
3058 * Improved Windows installer.
3064 * Improvements to the Goom visualisation plugin.
3065 * Roku HD1000 audio output.
3068 Changes between 0.7.1 and 0.7.1a:
3069 ---------------------------------
3072 * Fixed the infamous 'mp3 takes twice the CPU it should take' bug
3073 * Playing MOD files is working now.
3076 Changes between 0.7.0 and 0.7.1:
3077 --------------------------------
3080 * Fixed a nasty bug that causes preferences not to be saved some times.
3081 * IGMPv3 support for VLC under Windows XP and Linux.
3084 * Brand new DTS Coherent Acoustics audio decoder based on libdts
3085 (http://www.videolan.org/dtsdec.html)
3086 * Fixed DTS S/PDIF output
3087 * SVCD (Philips OGT) and CVD subtitles
3090 * Internal improvments
3091 * Improved import/export
3094 * Experimental support for Nullsoft streaming video(.nsv) and real media(.rm)
3096 * New demux module that uses libavformat from ffmpeg. Adds support for many
3097 small and strange formats.
3099 * New MOD audio demux.
3100 * Support for DTS and A52/AC3 wav files.
3101 * Support for DTS and A52/AC3 audio CD.
3102 * New and experimental DVD input plugin with menus support (using libdvdnav).
3103 * Added back DV audio support in raw DV demuxer.
3106 * MP4/MOV muxer improvements (fast-start, aac in mov, etc...).
3107 * Fixed a nasty bug in the mpeg video packetizer.
3108 * Improved transcoding (multithreading, more tuning, etc...).
3114 * New opengl video output plugin.
3117 * A few improvements to the DirectShow input plugin.
3118 * Fixed ipv6 name resolution.
3121 Changes between 0.6.2 and 0.7.0:
3122 --------------------------------
3125 * Brand new decoder/packetizer api.
3126 Adds a lot more flexibility while also simplifying the decoder plugins.
3127 * New encoder api (Ffmpeg, Vorbis, Theora, Flac and Speex encoders available).
3128 * Video outputs are recycled if possible.
3129 This removes any 'flicker' between two similiar video files.
3130 * Fixed the video filters. Video should no longer go black when using filters.
3131 * New input core. Advantages are: better seeking, more responsive, support for
3132 subtitle files at the core, and much much more.
3135 * Added a repeat mode to repeat a single file over and over.
3140 * Fixed annoying seeking problem with Ogg files (seeking would take ages).
3141 * Support for Flac in Ogg files.
3142 * MPEG TS demuxer also handles A52 and AAC audio in DVB streams.
3143 * Rewrite of the Flac demuxer.
3144 * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo. (Linux only)
3145 * Reworked DVB tuning.
3146 * Better Icecast support.
3147 * New MPEG video elementary streams demuxer.
3148 * New DTS audio elementary streams demuxer.
3151 * Support for Theora video encoding.
3152 * Support for Speex audio decoding/encoding.
3153 * Rewrite of the Flac decoder + encoding support.
3154 * Support for MPEG2 422 decoding which was recently added to libmpeg2 (cvs).
3155 * Support for AAC + SBR and proper multi-channel re-ordering.
3156 * MPEG 2.5 audio support.
3157 * Removed deprecated decoders (a52_old, mpeg_video and mpeg_audio).
3160 * Improvements to the MPEG TS muxer.
3161 * New transrating module for MPEG2 video.
3162 * Added packetization for MPEG AAC ADTS streams.
3163 * Added packetizers for Flac, Speex, Theora, LPCM, DTS and SPU streams.
3164 * Improved mp4 muxing and added AAC/MP4V support when transcoding.
3165 * Improved Ogg muxing and added Theora, Speex, Flac and subtitles support.
3166 * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio.
3167 * --sout-keep option to keep the stream open while changing input.
3168 * Preliminary RTP support.
3169 * Fixes to SAP announces.
3174 - misc improvements (eg, "stay on top" option).
3175 * New standardized and customizable hotkeys.
3177 - Playlist improvements (Sort, Search, mode buttons).
3178 - Improvements and help in preferences
3179 - New streaming wizard
3180 - Revised Disc Open menu
3182 - Improvements of the standard pages
3183 - Support for new commands
3184 * OSD ( OS X and hotkeys only atm ).
3187 * Many fixes to the SAP module
3188 * SAP now supports HTTP streams
3191 * Text subtitles now have a black outline.
3192 * Text subtitles autodetection.
3193 * Text subtitles charset autodetection.
3194 * Text subtitles for all videofiles. Results may vary.
3195 * Text subtitles in Hebrew are supported. Arabic partially.
3196 * Automatic fontsize selection for text subtitles.
3197 * Fixed SAMI text subtitles support.
3198 * Support for subtitles in Matroska files.
3199 * Support for subtitles in DVB streams.
3202 * New controller designed by Max Rudberg from www.maxthemes.com
3204 * Works on 10.1.x again. Apologies for that problem.
3205 * Support for Panther.
3206 * Support for raw dumping of streams to disk.
3207 * Mozilla plugin for Mac OS X (experimental).
3210 * New DirectShow input module (for video acquisition cards, webcams, PVRs...).
3211 * VLC can be installed as a Windows NT service.
3212 * Allow on the fly switching of the main interface.
3213 * Support for 3F2R in audio output.
3214 * New --one-instance option to "force" only one running instance of VLC.
3215 * Mozilla plugin for Windows (experimental).
3216 * Multimonitor support (untested).
3217 * Fixed nasty timing bug on some dual-cpu / P4 with hyperthreading systems.
3220 * Improved Video4Linux input. Also added support for an audio only input.
3221 * Support for real-time priority when running with root privileges.
3222 * Allow on the fly switching of the main interface.
3225 * Brand new Gtk 2 interface
3228 * Audio visual effects filters (spectrum, scope and random).
3229 * Audio visual effects filter using goom.
3230 * Spanish, Portuguese Brazilian and Hungarian translations.
3231 * libcaca video output (colored ascii)
3234 Changes between 0.6.1 and 0.6.2:
3235 --------------------------------
3238 * Fixed a nasty regression in 0.6.1 which made some streams unplayable.
3241 * Transcoder now generates proper pts/dts thus should work a lot better.
3242 * Improved MPEG TS muxer.
3245 * Support for DVB-S/C/T cards using v4l2 API for Linux 2.6.x kernels.
3246 * Few fixes to the VCD navigation.
3249 * Support for DVD menus navigation added to the wxWindows interface.
3252 * ALSA multi-channel support fixed and tested.
3253 * Fixed fullscreen with gnome metacity.
3256 * Fixed VCD support which was broken on some machines.
3259 * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
3262 * Text subtitles now centered on the picture.
3263 * Ffmpeg decoder now generates proper pts and can be used to play
3267 Changes between 0.6.0 and 0.6.1:
3268 --------------------------------
3271 * There should be less bogus resampling, particularly on DVDs.
3272 * VLC will now wait for the medium to wake up before starting its clock
3276 * Added vorbis audio support in Ogg streaming.
3277 * Added vorbis audio transcoding support.
3278 * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
3280 * ALSA multi-channel support fixed and tested.
3281 * Fixed fullscreen with gnome metacity.
3284 * Fixed VCD support which was broken on some machines.
3287 * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
3290 * Text subtitles now centered on the picture.
3291 * Ffmpeg decoder now generates proper pts and can be used to play
3295 Changes between 0.6.0 and 0.6.1:
3296 --------------------------------
3299 * There should be less bogus resampling, particularly on DVDs.
3300 * VLC will now wait for the medium to wake up before starting its clock
3304 * Added vorbis audio support in Ogg streaming.
3305 * Added vorbis audio transcoding support.
3306 * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
3307 * PS muxer can create mpeg1 files now and produce streams with system headers.
3308 * You can transcode a52 with more than two channels to mpga now.
3311 * Fixed DVD support which was partly broken due to a bug in libdvdcss
3312 * Fixed 5.1 audio support for the sblive/audigy soundcards.
3313 * Fixed sound on Windows NT.
3316 * Fixed/improved ALSA support and enabled multi-channel audio output.
3317 * X11/Xvideo: Should now work on big endian machines, and you can now
3318 use the arrow keys to browse through the DVD menus.
3321 * Gtk+2 interface called PDA
3322 * Familiar Gtk+ is now deprecreated
3323 * Codec a52, Faad2 and flac added
3324 * Video4Linux enabled (demux and transcode)
3325 * Stream Out with transcode support enabled (use codecs: HuffYuvv and A-law).
3328 * Small updates/fixes to the wxWindows interface.
3329 * Improved HTTP remote control interface. You can now create your own HTML pages.
3330 * A new CORBA control plugin.
3333 * Improved support for the Matroska container format.
3336 * Improved build system.
3337 * New video filter plugin to overlay logos.
3338 * Added support for Winamp 3 B4S files.
3339 * New subtitle module which uses freetype2 to render arbitrary fonts in any size.
3340 Should also work with languages like russion for instance.
3343 Changes between 0.5.3 and 0.6.0:
3344 --------------------------------
3347 * Channel Server support was removed (was deprecated)
3350 * Fixed a big bug in ftp and http access that prevented many platforms
3351 (OSX most prominently) to view ftp and http streams.
3352 * Fixed large file support on Windows
3353 * Video 4 Linux support
3354 * CD Digital Audio support
3355 * Fixed IPv6 multicasting on Windows and OSX.
3358 * Better detection of AAC and mp3 files
3359 * Support for OpenDML avi files
3360 * More complete .mp4/.mov support
3361 * Very early support for the Matroska container format (don't complain if it doesn't work ;)
3364 * VLC's own MPEG1/2 decoder has been replaced with libmpeg2
3365 * Support for Sorenson 3 (SVQ3 or Quicktime content) via ffmpeg
3366 * OSX support for QDM2 and QDMC sound, often used in QT content.
3367 * Fixed a bug which was causing artefacts in DivX video (ffmpeg)
3368 * Updated our theora decoder to use the alpha 2 release of libtheora
3369 * If ffmpeg cannot keep up, skip and try to recover instead of stopping altogether
3370 * Indeo Video 3 (IV32) support for little-endian computers. (so not for OSX)
3373 * The wxWindows interface is now fully useable as well as Unicode safe
3374 * New HTTP remote control interface
3377 * New stream output scheme. It is now possible to build a chain of stream outputs
3378 allowing for instance to stream and display some content at the same time.
3379 * The stream output now allows to transcode content on the fly.
3380 * Fixed major bug that prevented streaming mpeg 1/2 video with pulldown content.
3381 * SAP/SDP announcing support. (both IPv4 and IPv6)
3384 * New reset option for the preferences
3385 * You can set your language in the prefences
3386 * New video chroma conversion module using ffmpeg
3387 * Added a Gentoo ebuild to the distribution
3388 * Added a new smaller subtitles font (now the default) + scripts to generate your own
3389 * SAP/SDP IPv6 support
3392 * Basic support for the X11 Xinerama extension.
3393 * New skinable interface ported to X11.
3394 * Run opie-vlc and zaurus-vlc as GuiServer
3397 * When you add several items to the playlist, they are sorted alphabetically.
3398 * New about panel and revamped preferences panel.
3399 * Fixed the deinterlace menu.
3400 * Float on top, Fit to Screen and a Transparency option for video out.
3401 * New output dialog for transcode and display while stream capabilities.
3402 * New icons by Davor Orel.
3403 * New audio resampler. Should make VLC much faster.
3404 * Fixed disappearing and crackling sound (PTS is out of range bug)
3405 * We no longer automatically save the preferences when you quit the application
3406 * Arrow keys are now use to browse the menus in a DVD
3409 * the wxWindows interface is now the default interface
3410 * The keyboard shortcuts are now identical to the linux version
3411 * Fixed the "no sound" problem on NT4
3412 * Improved skinnable interface (it now uses the wxWindows interface dialogs).
3413 * Added support for compressed skins files (.vlt files)
3414 * Fixed SVCD chapters support.
3415 * Fixed memory leak with 5.1 audio.
3418 * Interface localization
3419 * Screensaver disabled if playing in fullscreen
3420 * A few new keyboard shortcuts
3421 * New full-featured Preferences window
3424 Changes between 0.5.2 and 0.5.3:
3425 --------------------------------
3428 * fixed DTS S/PDIF output on little-endian machines
3429 * support for skins at the interface level
3430 * new OSD module using Freetype2
3431 * video outputs are now destroyed when the associated input ends
3432 * the video output takes into account the caching delay introduced at the
3433 input level before dropping out of date frames.
3434 * configuration option to disable the translation of the interface
3437 * fixed HTTP redirects
3438 * support for opening an entire directory
3439 * EOF should be detected more reliably
3440 * new video4linux access plug-in
3441 * new kfir access plug-in designed to work around a bug in the kfir driver
3444 * added stream type for some Motorola MPEG-2 video encoders
3445 * fix for some ogg web radio streams
3446 * fixed reading TS streams over HTTP
3449 * support for 3ivx D4 (not previous versions)
3450 * support for '3ivd' and '3vid' encodings
3451 * support for 'MSS1' codec ( same as WMV2 )
3452 * support for SAMI subtitles (untested and incomplete)
3453 * better SSA4 subtitles recognition
3454 * new codec for raw I420 video
3455 * improvements to the libmpeg2-based MPEG video decoder
3458 * improvements to wxWindows based interface
3459 (although it still misses some important features)
3460 * skeleton for a Gnome2/GTK2 plug-in
3463 * new HTTP output support
3464 * fixed a segfault in the AVI muxer
3465 * fixed AV synchronization issues
3468 * support for oldstyle id3 genres
3471 * the SDL vout plug-in will now work on big-endian machines
3474 * reorderable playlist
3475 * fixed the hiding of the mouse on multiple monitors
3476 * fixed a big issue with some USB speakers
3477 * support for mono audio output devices
3478 * reset the audio-device to its default mode before quitting VLC
3479 * fixed several cosmetic issues
3480 * you can drag the controller window by its background (as it should be)
3481 * the messages window remembers more lines
3482 * delay and fps can now be overruled with subtitles files
3483 * http and ogg stream output options
3484 * Apple menu and friends will now be translated as well
3487 * new skinnable interface
3488 * the directx video output doesn't crash anymore on ctrl+alt+del events.
3490 iPAQ familiar Linux port:
3491 * support for FLAC audio format
3492 * the interface adapts to the screen size/rotation
3494 * network tab in the interface
3495 * "apply" handling in preferences
3498 Changes between 0.5.1a and 0.5.2:
3499 ---------------------------------
3502 * advanced config options are now hidden by default
3503 * new --spdif option to use the S/PDIF audio output by default
3504 * fixed a 'clicking' sound when switching between streams
3505 * new bandlimited resampler that should improve audio quality on primarily
3507 * fixed a problem with audio over http that caused some web radios to not work
3508 * DTS S/PDIF support
3511 * support for DV audio through the ffmpeg library
3512 * support for FLAC audio through libflac
3513 * new but basic MPEG video decoder based on libmpeg2
3514 * fixed a major bug in LPCM code (fixes a problem with iDVD disks)
3517 * support for streaming DivX 1/2/3, wmv1/2, h/i263 over MPEG-2 TS
3518 * new --ttl option for Time To Live
3521 * fixed quite a few problems with the dvd menu support
3524 * fixed the GNU-pth support
3527 * multi-channel audio and S/PDIF support for both the DirectX and Waveout
3529 * localization support via gettext is now fully working
3530 * rc interface is now fully useable
3531 * fixed the MSVC project files generation
3534 * several fixes for multi channel audio devices. AC3 over SPDIF with
3535 M-Audio Sonica Theater still does not work. this is most likely a driver
3536 bug and has been reported to M-Audio. (Sonica, Revolution, Delta, Griffin
3537 iMate and MOTU firewire devices should work)
3538 * VLC now uses the default audio device
3540 * very preliminary support for VLC control via applescript
3541 * support for mouse gestures
3542 * new priority scheme allowing to avoid lock-ups on low-end machines
3545 * there is a whole new port for the linupy distribution used by o.a. the
3546 YOPY PDA. It is still experimental, please test it
3549 * improved ID3 tag detection
3550 * changed several errors into warnings ; the frequently reported "this is
3551 not a PS stream, continuing" is one of these
3552 * mouse gestures work on windows and osx, but there still isn't any useful
3554 * some support for .pls playlists used by shoutcast
3557 Changes between 0.5.1 and 0.5.1a:
3558 ---------------------------------
3561 * fixed a problem that caused VLC to select the wrong language when
3562 English was set as the preferred language
3565 Changes between 0.5.0 and 0.5.1:
3566 --------------------------------
3569 * new mouse gesture interface
3570 * audio volume can now be changed at any time, even when no file is
3574 * various minor fixes on the network inputs
3575 * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
3576 * VCD: fixed track number and chapter indexing
3579 * fixed a bad initialization in the mp4 plug-in
3580 * new --buggy-psi option for TS streams which do not update their
3584 * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
3587 * fixed a bug which turned the default interface command-line only
3588 without the user consent
3591 * GTK: fixed a crash when going fullscreen or changing volume from the
3593 * X11: new screen saver disabling plug-in (--extraintf screensaver)
3594 * KDE: fixed compilation with KDE 3.1
3595 * ALSA: fixed mono files output
3598 * fixed a crash on start-up on some localized systems
3599 * lowered real-time priorities to avoid lock-ups on slow machines
3600 * VLC can now be made the handler of ftp http mms and udp URLs
3601 * playlist enhancements
3602 * added half, normal and double video window menu items
3603 * new step forward/step backward commands
3604 * the dock should no longer be visible in fullscreen mode
3605 * the Mac OS X binary is now compiled with Ogg/Theora support
3606 * vlc.app is now VLC.app
3609 * fixed the "RichEdit line insertion error" bug
3610 * VLC can now be run from outside its installation directory
3611 * fixed a bug that prevented to find the default subtitle font
3614 * smarter BeOS priorities to avoid lock-ups
3615 * few enhancements in the interface (especially the Settings window)
3618 * native video output is working again
3619 * only commandline interface support
3620 * support for MPEG4, DivX through ffmpeg package
3623 Changes between 0.4.6 and 0.5.0:
3624 --------------------------------
3627 * object structure which allows for full re-entrancy, known as libvlc
3628 * new audio output architecture based on filter pipelines, providing
3629 S/PDIF and multi-channel support
3630 * localization support via gettext on most architectures
3631 * new stream output architecture, allowing to use VLC to unicast,
3632 multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
3633 and A/52 streams are supported)
3634 * build system now uses autoconf/automake/autopoint
3639 * stability fixes in the HTTP access
3640 * auto-detection of RTP encapsulation
3641 * VCD entry points support
3642 * VCD image file support
3645 * support for *.asf format
3646 * improved support for *.avi, especially over an HTTP connection
3647 * support for *.mp4 and *.mov format
3648 * support for ogg encapsulation
3649 * support for raw DV format
3650 * support for *.wav format
3651 * new demuxdump demux allowing to save a stream to a file
3654 Stream discovery & playlists:
3655 * support for the SAP/SDP and SLP protocols
3656 * support for .m3u file format
3657 * support for .asx file format
3658 * hack to find the streaming sources in html-pages with embedded wmp
3661 * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
3662 (only available with the .avi demux)
3663 * support for ADPCM audio codec
3664 * support for raw PCM data
3665 * support for Cinepak video codec
3666 * support for DV video codec via libdv or ffmpeg
3667 * support for AAC audio codec via libfaad2
3668 * support for Xvid codec
3669 * support for Xiph.org's Vorbis audio codec
3670 * support for Xiph.org's Tremor audio codec (when compiling from sources)
3671 * support for Xiph.org's Tarkin and Theora video codecs (when compiling
3673 * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
3675 * fixed an endianness bug in LPCM codec
3678 * experimental preliminary support for DVD menus via libdvdplay
3681 * new WxWindows interface
3682 * all interfaces allow to dynamically change the volume, the audio
3683 device and the channels configuration
3684 * headphone channel mixer with virtual spatialization effect
3685 * Mozilla plugin based on libvlc for embedded playback in webpages of any
3686 format that VLC can play
3687 * new swedish translation
3688 * enhancements of the playlist window
3689 * new messages window to see debug info
3690 * fixed a few crashes
3693 * slider bar in GTK+/GPE Familiar interface
3694 * fixed crash on directory change in Familiar interface
3695 * added qte_main module for use in all modules that need Opie or Qte support
3696 * native video output module for Qt Embedded/Opie is not working