qml: use CoverShadow widget in GridItem for shadow effect
[vlc.git] / NEWS
blobf6e1a65c500ea946c07657aa2f001b8c578ece72
1 Changes between 3.0.x and 4.0.0-dev:
2 --------------------------------
4 Platform support changes:
5  * 4.0.x requires:
6      - Windows 7/2008 R2 or later (with KB2533623 installed)
7      - macOS 10.11 or later
8      - iOS 9 or later
9      - Android 4.1.x or later (API-16)
10      - GCC 5.0 or Clang 3.4 (or equivalent)
11  * Windows on ARM is now supported
12  * Universal Windows is only supported for Windows 10 (not Windows 8 anymore)
14 Core:
15  * New output clock (internal):
16      - The input clock (PCR) or the audio output can drive the output clock
17      - By default, the audio output will drive the output clock: no more audio
18        resampling or flush when the audio is late or early
19  * New medialibrary (vlc_media_library.h)
20  * New player (vlc_player.h):
21      - Replace the input_thread_t API that is now internal
22      - One instance is used to play subsequent medias
23      - Allow multiple track selection
24      - Fix TOCTOU issues (the player lock is exposed)
25  * New mediatree and mediasource (vlc_media_source.h)
26      - Browse local network and service discoveries
27  * New playlist (vlc_playlist.h)
28      - Replace the previous one
29      - Flat, new random implementation
30      - Can't browse anymore (cf. mediatree)
31  * Add support for dual subtitles selection (via the player)
33 Audio output:
34  * ALSA: HDMI passthrough support.
35    Use --alsa-passthrough to configure S/PDIF or HDMI passthrough.
37 Demuxer:
38  * Support for HEIF image and grid image formats
39  * Support for DASH WebM
40  * Support for DVBSUB in mkv
41  * Support for DAV video files
42  * Improved Bluray menus, clips and stream selection
43  * Support chapters in mp3 files
44  * Support for DMX audio music (MUS) files
46 Codecs:
47  * Support for experimental AV1 video encoding
48  * WebVTT encoder
49  * Remove iomx support for Android
50  * WebP image decoding
51  * Support for SMPTE-TT image profile
52  * Support for 16-bit greyscale
53  * Support IMM4 decoder
54  * Improve 708 decoder
55  * Support AGM decoder
56  * Support VP4 decoder
57  * Add NVDEC hardware decoder
58  * Remove SDL_image support
60 Access:
61  * Enable SMB2 / SMB3 support on mobile ports with libsmb2
62  * Added support for the RIST (Reliable Internet Stream Transport) Protocol
63  * Added support for the AMT (Automatic Multicast Tunneling) Protocol
64  * Added support for the Gopher Protocol
65  * Added avaudiocapture module as a replacement for qtsound, which is removed now
66  * Audio CD data tracks are now correctly detected and skipped
67  * Deprecates Audio CD CDDB lookups in favor of more accurate Musicbrainz
68  * Improved CD-TEXT and added Shift-JIS encoding support
69  * Support for YoutubeDL (where available).
71 Access output:
72  * Added support for the RIST (Reliable Internet Stream Transport) Protocol
73  * Added support for HTTP PUT (HTTP upload)
75 Video output:
76  * Added X11 RENDER video output plugin
77  * Remove aa plugin
78  * Remove evas plugin
79  * Remove omxil_vout plugin
80  * Remove RealRTSP plugin
81  * Remove Real demuxer plugin
82  * Fix washed out black on NVIDIA cards with Direct3D9
84 Audio filter:
85  * Add RNNoise recurrent neural network denoiser
87 Video filter:
88  * Update yadif
89  * Remove remote OSD plugin
91 Stream output:
92  * New SDI output with improved audio and ancillary support.
93    Candidate for deprecation of decklink vout/aout modules.
94  * Support for DLNA/UPNP renderers
96 Muxers:
97  * MP4 files are no longer faststart by default
99 Service discovery:
100  * Support Renderer discovery with avahi
102 macOS:
103  * Remove Growl notification support
104  * Improved AppleScript API with support for playback modes, recording, rate
106 appleOS:
107  * Improved proxy configuration handling
110 Changes between 3.0.9.2 and 3.0.10:
111 ----------------------------------
113 Misc:
114  * Update Twitch & VLSub scripts
117 Changes between 3.0.9.1 and 3.0.9.2:
118 ----------------------------------
120 Misc:
121  * Properly bump the version in configure.ac
124 Changes between 3.0.9 and 3.0.9.1:
125 ----------------------------------
127 Misc:
128  * Fix VLSub returning 401 for earch request
131 Changes between 3.0.8 and 3.0.9:
132 ----------------------------------
134 Core:
135  * Work around busy looping when playing an invalid item through VLM
137 Access:
138  * Multiple dvdread and dvdnav crashs fixes
139  * Fixed DVD glitches on clip change
140  * Fixed dvdread commands/data sequence inversion in some cases causing
141    unwanted glitches
142  * Better handling of authored as corrupted DVD
143  * Added libsmb2 support for SMB2/3 shares
145 Demux:
146  * Fix TTML entities not passed to decoder
147  * Fixed some WebVTT styling tags being not applied
148  * Misc raw H264/HEVC frame rate fixes
149  * Fix adaptive regression on TS format change (mostly HLS)
150  * Fixed MP4 regression with twos/sowt PCM audio
151  * Fixed some MP4 raw quicktime and ms-PCM audio
152  * Fixed MP4 interlacing handling
153  * Multiple adaptive stack (DASH/HLS/Smooth) fixes
154  * Enabled Live seeking for HLS
155  * Fixed seeking in some cases for HLS
156  * Improved Live playback for Smooth and DASH
157  * Fixed adaptive unwanted end of stream in some cases
158  * Faster adaptive start and new buffering control options
160 Packetizers:
161  * Fixes H264/HEVC incomplete draining in some cases
162  * packetizer_helper: Fix potential trailing junk on last packet
163  * Added missing drain in packetizers that was causing missing
164    last frame or audio
165  * Improved check to prevent fLAC synchronization drops
167 Decoder:
168  * avcodec: revector video decoder to fix incomplete drain
169  * spudec: implemented palette updates, fixing missing subtitles
170    on some DVD
171  * Fixed WebVTT CSS styling not being applied on Windows/macOS
172  * Fixed Hebrew teletext pages support in zvbi
173  * Fixed Dav1d aborting decoding on corrupted picture
174  * Extract and display of all CEA708 subtitles
175  * Update libfaad to 2.9.1
176  * Add DXVA support for VP9 Profile 2 (10 bits)
177  * Mediacodec aspect ratio with Amazon devices
179 Audio output:
180  * Added support for iOS audiounit audio above 48KHz
181  * Added support for amem audio up to 384KHz
183 Video output:
184  * Fix for opengl glitches in some drivers
185  * Fix GMA950 opengl support on macOS
186  * YUV to RGB StretchRect fixes with NVIDIA drivers
187  * Use libpacebo new tone mapping desaturation algorithm
189 Text renderer:
190  * Fix crashes on macOS with SSA/ASS subtitles containing emoji
191  * Fixed unwanted growing background in Freetype rendering and Y padding
193 Mux:
194  * Fixed some YUV mappings
196 macOS:
197  * Use a layer based video output on 10.14 and higher, which should
198    fix various rendering issues where the vout would glitch between
199    a wrong size and the correct size.
200    Additionally this works around OpenGL issues with Macs that have a
201    dedicated NVIDIA GPU, which caused rendering artifacts in the whole
202    OS, especially when the "Reduce transparency" accessibility option
203    is used
204  * Remove qtsound module and add avaudiocapture module as replacement
205  * Fix audio capture on macOS Catalina by using avaudiocapture
206  * Inform the user in case OS permissions are missing for certain actions
207  * Fix Apple Remote support on macOS Catalina
208  * Add support for pausing Apple Music on macOS Catalina
209  * Fix UPnP discovery crash without an active network interface
210  * Fix rare placement issues with fullscreen panel
211  * Fix problem in audio output remembering the last device configuration
212    in digital mode
214 Service Discovery:
215  * Update libmicrodns to 0.1.2
217 Misc:
218  * Update YouTube, SoundCloud and Vocaroo scripts: this restores
219    playback of YouTube URLs.
220  * Add missing .wpl & .zpl file associations on Windows
221  * Improved chromecast audio quality
224 Changes between 3.0.7.1 and 3.0.8:
225 ----------------------------------
227 Core:
228  * Fix stuttering for low framerate videos
230 Demux:
231  * Fix channel ordering in some MP4 files
232  * Fix glitches in TS over HLS
233  * Add real probing of HLS streams
234  * Fix HLS MIME type fallback
236 Decoder:
237  * Fix WebVTT subtitles rendering
239 Stream filter:
240  * Improve network buffering
242 Misc:
243  * Update Youtube script
245 Audio Output:
246  * macOS/iOS: Fix stuttering or blank audio when starting or seeking when using
247    external audio devices (bluetooth for example)
248  * macOS: Fix AV synchronization when using external audio devices
250 Video Output:
251  * Direct3D11: Fix hardware acceleration for some AMD drivers
253 Stream output:
254  * Fix transcoding when the decoder does not set the chroma
256 Security:
257  * Fix a buffer overflow in the MKV demuxer (CVE-2019-14970)
258  * Fix a read buffer overflow in the avcodec decoder (CVE-2019-13962)
259  * Fix a read buffer overflow in the FAAD decoder
260  * Fix a read buffer overflow in the OGG demuxer (CVE-2019-14437, CVE-2019-14438)
261  * Fix a read buffer overflow in the ASF demuxer (CVE-2019-14776)
262  * Fix a use after free in the MKV demuxer (CVE-2019-14777, CVE-2019-14778)
263  * Fix a use after free in the ASF demuxer (CVE-2019-14533)
264  * Fix a couple of integer underflows in the MP4 demuxer (CVE-2019-13602)
265  * Fix a null dereference in the dvdnav demuxer
266  * Fix a null dereference in the ASF demuxer (CVE-2019-14534)
267  * Fix a null dereference in the AVI demuxer
268  * Fix a division by zero in the CAF demuxer (CVE-2019-14498)
269  * Fix a division by zero in the ASF demuxer (CVE-2019-14535)
271 Contribs:
272  * Update to a newer libmodplug version (0.8.9.0)
275 Changes between 3.0.7 and 3.0.7.1:
276 ----------------------------------
278 Access:
279  * Update libbluray to 1.1.2
281 macOS:
282  * Fix bluray java menu playback regression in 3.0.7
284 Video Output:
285  * Fix hardware acceleration with some AMD drivers
286  * Improve direct3d11 HDR support
289 Changes between 3.0.6 and 3.0.7:
290 --------------------------------
292 Access:
293  * Improve Blu-ray support
294  * Fix sftp module build with libssh >= 1.8.1
296 Audio output:
297  * Fix pass-through on Android-23
298  * Fix DirectSound drain
300 Demux:
301  * Improve MP4 support
303 Video Output:
304  * Fix 12 bits sources playback with Direct3D11
305  * Fix crash on iOS
306  * Fix midstream aspect-ratio changes when Windows hardware decoding is on
307  * Fix HLG display with Direct3D11
309 Stream Output:
310  * Improve Chromecast support with new ChromeCast apps
312 macOS:
313  * Fix UPNP service discovery, services are discovered on the highest priority
314    active network interface now
315  * Fix video distortion on macOS Mojave
317 Misc:
318  * Update Youtube, Dailymotion, Vimeo, Soundcloud scripts
319  * Work around busy looping when playing an invalid item with loop enabled
321 Translations:
322  * Update of most translations
324 Security:
325  * Fix multiple buffer overflows in the ps demuxer
326  * Fix a buffer overflow when copying a biplanar YUV image
327  * Fix multiple buffer overflows in the faad decoder
328  * Fix buffer overflow in the svcdsub decoder
329  * Fix buffer overflows in the ogg muxer & demuxer
330  * Fix buffer overflows in libavformat demuxer
331  * Fix multiple buffer overflows in the MKV demuxer
332  * Fix a buffer overflow in the MP4 demuxer
333  * Fix a buffer overflow in the textst decoder
334  * Fix a buffer overflow in the webvtt decoder
335  * Fix a buffer overflow in the ASF demux
336  * Fix a buffer overflow in the UPNP SD
337  * Fix use after free in the ogg demuxer
338  * Fix multiple use after free in the MKV demuxer
339  * Fix multiple use after free in the DMO decoder
340  * Fix integer underflow in the MKV demuxer
341  * Fix an updater NULL pointer dereference on invalid signing keys
342  * Fix NULL pointer dereference in the MKV demuxer
343  * Fix an integer overflow in the spudec decoder
344  * Fix an integer overflow in the nsc demuxer
345  * Fix an integer overflow in the avi demuxer
346  * Fix reads of uninitialized pointers in the MKV demuxer
347  * Fix a floating point exception in the MKV demuxer
348  * Fix an infinite loop in the flac packetizer
351 Changes between 3.0.5 and 3.0.6:
352 --------------------------------
354 Core:
355  * Fix potential subtitle picture allocation failures
357 Codec:
358  * Add support for 12 bits decoding of AV1
359  * Fix HDR support in AV1 when the container provides the metadata
362 Changes between 3.0.4 and 3.0.5:
363 --------------------------------
365 Access:
366  * Improve RTSP playback
367  * BluRay fixes and improvements, notably for menus and seeking
368  * Improve the UDP/RTP truncated issue
370 Codec:
371  * Add a new AV1 decoder based on dav1d library
372  * Enable libaom decoder by default
373  * Fix decoding of some HEVC streams with macOS hardware decoding
375 Demux:
376  * MP4: Fix reading of some HDR metadata
377  * Miscellaneous AV1 demuxing improvements
378  * Fix CAF integer-underflow
379  * Fix an MKV crash on iOS 12.0, on iPhone XS phones
381 Packetizer:
382  * Add an AV1 packetizer
384 macOS:
385  * Starting with VLC 3.0.5, VLC will be distributed with runtime hardening
386    enabled on macOS Mojave.
387    All external VLC plugins need to be signed by a DeveloperID certificate in order
388    to continue working with the official VLC package.
389  * Update the VLC dark UI to better match the dark mode of macOS Mojave
390  * Fix convert & save panel stream option
392 Audio output:
393  * Fix corking when the playback state is paused
394  * Improve corking on Android
396 Video Output:
397  * Fix Direct3D11 tone-mapping when HDR is displayed on an SDR screen
398  * More accurate colors for SD sources in Direct3D11
399  * Disable hardware decoding on some old Intel GPUs
400  * Fix zero-copy GPU acceleration on AMD RX Vega
401  * Misc Direct3D11 fixes
403 Miscellaneaous:
404  * Improve ChromeCast
405  * Update numerous 3rd party libraries, including for minor security issues
406  * Update Youtube support
407  * Fix subtitles rendering with specific fonts with negative horizontal advance
410 Changes between 3.0.3 and 3.0.4:
411 --------------------------------
413 Decoder:
414  * Blacklist some intel GPU when decoding HEVC
415  * Decode AV1 streams
416  * Fix playback of low-fps files
417  * Fix hardware decoding of low-latency sliced H.264 streams on macOS
418  * Fix seeking with streams containing WebVTT subtitles
419  * Fix decoding some CC-608 streams with roll-up
420  * Fix crashes with LPCM streams
421  * Fix colorspace of JPEG, PNG and screen inputs
422  * Fix MediaCodec rotation handling
424 Demux:
425  * Improve FLV fps detection
426  * Fix some ogg/flac
427  * Improve support for broken HEVC inside MKV
428  * Fix some AVI regression for broken files and for DVAudio
429  * Support files splitted in the .mts%d pattern
430  * Fixes for MKV seeking
431  * Fix for MP4 disabled track selection
432  * Fix playback of incomplete RAR files (downloading)
434 Audio Output:
435  * Improve iOS session management and resume-from-pause
436  * Improve macOS audio performance
437  * Support 44.1kHz DTS passthrough
438  * Fix crashes on DirectSound output
440 Video Output:
441  * Fix some crash in Direct3D11/Direct3D9 because of sensors
442  * Fix some broken DVD subtitles rendering (OpenGL, notably)
443  * Fix crashes on old mac machines, after some time
444  * Fix memleaks on the EGL output (Android notably)
445  * Fix misc display in Direct3D11 due to broken drivers
446  * Fix potential green screen on Windows XP
448 Text renderer:
449  * Fix rendering of arabic fonts fallback on macOS
450  * Fix head buffer overflow on macOS with some fonts
451  * Fix rendering of fonts with specific fonts
452  * Fix some RTL rendering
454 Misc:
455  * Fix live555, macOS-UI, screen capture crashes
456  * Change the extension registration names on Windows
457  * Fix VLM 'now' date
458  * Fixes on the HTTPD server
459  * Fix on the NTservice registration
460  * Fix --stop-time option
461  * Fix ChromeCast compatibility with web interface
462  * Fix subtitles alignment
463  * Fix infinite recursion on directory playback
464  * Fix detection SAT>IP servers
467  * Fix tooltip display when using Wayland
469 macOS:
470  * macOS 10.7.5 is required now, VLC will no longer launch on earlier releases
471  * Fix delay and fps setting in subtitle dialog
472  * Modernized and improved support for media keys
473  * Fix issues with drag and drop of playlist items
474  * Fix support for audio capturing with qtsound module
475  * Fix layout issues in the Convert and Save panel
477 Translations:
478  * Update of most translations
481 Changes between 3.0.2 and 3.0.3:
482 --------------------------------
484 Core:
485  * Update subtitles display while paused
487 Access:
488  * Enable srt support on binary builds
490 Decoders:
491  * Allow videotoolbox hardware decoding to be disabled
492  * Disable VideoToolbox for 10bits H.264
493  * Fix VideoToolbox with some invalid HEVC streams
494  * Fix subsdec wide character support
495  * Fix 1st order Ambisonics in AAC
497 Demux:
498  * Miscellaneous ogg improvements & bugfixes, including oggds
499  * Fix forced tracks selection
500  * Fix Topfield files
501  * Probe AAC/ADTS inside TS
502  * Fix tracks detection issues with DolbyVision and Bluray streams
504 macOS:
505  * Fix "Open Network Stream" URL box focus
506  * Add option to disable hardware acceleration for video decoding
507  * Remove option to force dolby mode from simple preferences
509 Video Output:
510  * Fix crashes on Direct3D11
513  * Fix tooltip display on some desktop environments
514  * Fix spurious movement of the main Window
515  * Fix playlist being displayed in fullscreen
517 Misc:
518  * Fix amem output
519  * Fix numerous issues on fonts fallback and font shaping
520  * Fix subtitles toggle through hotkeys
521  * Fix audioscrobbling
522  * Fix buffer over-read in avcodec audio encoding with non-default layouts
523  * Numerous 3rd party libraries updated, fixing security issues
525 Translations:
526  * Update of most languages
529 Changes between 3.0.1 and 3.0.2:
530 --------------------------------
532 Core:
533  * Fix snapshotting with subtitles when using hardware acceleration
534  * Fix green/missing line/column when the picture dimensions are odd
536 Decoders:
537  * Important improvements in hardware decoding for macOS, notably faster,
538    supporting more samples and removing crashes/deadlocks
539  * Improve compatibility for DxVA2 and D3D11 decoding, fix crashes when seeking
540    and fix blacklisting of broken drivers
541  * Fix SSA subtitles forced alignment
542  * Fix E-AC-3 stuttering
543  * Fix MIDI playback on macOS
544  * Add playback support for ProRes 4444 XQ
546 Demux:
547  * Fix wrong colors in some AVI files
548  * Fix IFO files playback to start DVDs
549  * Fix a crash with missing/invalid MPEG SDT
550  * Update VP8/9/10 ISOBMFF bindings and improve HDR for those cases
551  * Fix TTML inside MP4
552  * Improve MP4 read of color information
553  * Fix flac seeking and improve flac parsing
554  * Improve mkv opening & seeking speed
555  * Fix display of chapters with no name defined
556  * Miscellaneous MKV crash fixes
557  * Fix crash with multi-region DVDs
558  * Fix audio being muted on DVD chapter change
559  * Fix audio being muted when seeking in a BluRay disc
561 Access:
562  * Avoid a crash/assert in FTP after seeking
564 Audio output:
565  * Fix mmdevice default audio device handling
566  * Fix "reset audio volume" being forcefully deactivated
567  * Allow a default device to be used by VLC
568  * Only warn once about misconfiguration for AUhal devices on macOS
569  * Improve resampling and latency computation for CoreAudio
570  * Passthrough is now disabled by default
572 Audio filters:
573  * Fix audio stutter after unpausing with headphones
574  * Fix silence when dolby-surround was mis-selected in preferences
576 Video output:
577  * Fix OpenGL crashes or bad display with semi-planar chromas
578  * Fix OpenGL interop (zero-copy) disabled for tvOS
579  * Major rewrite of the iOS video output to fix numerous crashes
580  * Important improvements of the D3D11 video output to use less memory
581    and less GPU for HDR tone-mapping
582  * Fix crop on vertical videos with Direct3D11
583  * Fix Direct3D9 filters settings not being applied properly
584  * Fix transform filters with hardware decoding
585  * Fix snapshot and filters with HEVC hardware decoding
586  * Fix a buffer overrun during GPU/CPU image copy
587  * Fix glitches on DVD menus with Direct3D11
588  * Fix non-HDR content playback on HDR screens with Direct3D11
589  * Fix YUV full range displayed incorrectly in Direct3D11
590  * Fix miscellaneous crashes in Direct3D11
591  * Fix potential black screen with 10bits videos on Direct3D11
593 macOS:
594  * Fix Growl notifications on recent macOS versions
595  * Fix conversion output file name encoding
596  * Fix crash reporting on macOS 10.7 and 10.8
597  * Fix crash on exit
598  * Fix remember playback position
599  * Fix Blu-ray disc Java menu
600  * Fix swiping on time slider to change position
601  * Fix problems with restoring user name from keychain
602  * Fix localization issues
605  * Fix last folder used in open dialogs
606  * Allow to customize the seek jump when using the mousewheel
607  * Fix fullscreen controller positionment on multiscreen setups
608  * Fix pasted URLs not being trimmed
609  * Fix jump size not being configurable
610  * Fix missing time labels updates
611  * Fix playback speed slider not accepting 1.0x value
612  * Fix raw input dump
613  * Fix window size after a fullscreen playback
615 Misc:
616  * Fix lua rc & oldrc interfaces host specification
617  * Fix crashes when searching for renderers
618  * Relocate localedir for Linux (improves snap i18n support)
619  * Fix VDPAU GLX usage on Linux
620  * Improve support for NetBSD
621  * Fix MSI script for Windows
622  * Fix libvlc_media_list not going to next media
623  * Fix character encoding on win32 consoles
624  * Miscellaneous chromecast improvements
625  * Fix missing OSD navigation feedback
626  * Various VLSub improvements
627  * lua: Fix scripts not being loaded on some filesystems
628  * lua: Add vlc.io APIs to handle UTF-8 paths
631 Changes between 3.0.0 and 3.0.1:
632 --------------------------------
634 Core:
635  * Fix use-after-free when cleaning playlists
636  * Fix crash on exit on Windows
638 Video output:
639  * Fix HLG tone mapping on some systems like macOS.
640  * Fix screensaver inhibition on Windows XP
641  * Fix various Direct3D11 crashes
642  * Fix HDR tone mapping in Direct3d11
643  * Fix pink screen on Windows
645 Decoder:
646  * Fix potential stack buffer overflow with faad
647  * Enable Cineform HD in avcodec
649 Hardware Decoder:
650  * macOS: Improve HEVC 10bit performance with Videotoolbox
651  * android: Add MPEG2 support via MediaCodec
652  * Fix HEVC decoding with some files on Android/macOS/iOS
653  * Improve Direct3D11 memory usage
655 Demux:
656  * Improve MKV seeking speed
657  * Fix xspf base URL handling
658  * Fix reading mp4 trun with moof based offsets
659  * Fix adaptive http redirections
660  * Replace old API, fixing adaptive TLS leak
661  * Use mime type as fallback for HLS segment type
662  * Fix subtitle (srt,ssa..) seek when having a single entry
663  * Flag non default HDMV subset video streams
664  * Increase TS probing amount for 4K streams
665  * Miscellaneous MKV, MP4 & AVI crash fixes
667 Packetizer:
668  * Fix out of bounds read in mpeg4video
670 Stream Output:
671  * Improve chromecast loading speed
672  * Improve local/chromecast transition during playback
673  * Fix chromecast loading with some versions of Windows
674  * Fix chromecast loading with some chromecast devices (TVs and Android boxes)
675  * Fix wrong first cover art when casting
676  * Fix casting to VP9
678 macOS Interface:
679  * Re-add option to disable the fullscreen controller panel
680  * Auto-layout improvements
681  * Remove misleading playback warning indicator
682  * Fix crash with the interface for lua extensions (like VLSub)
683  * Fix show sidebar setting being ignored on restart
684  * Fix MKV files association
685  * Fix chromecast audio detection
687 Qt Interface:
688  * Improve scaling on HiDPI displays
690 Snap:
691  * Improve interface look and feel.
694 Changes between 2.2.8 and 3.0.0:
695 --------------------------------
697 Platform support changes:
698  * 3.0.x will be maintained as a LTS (best-effort basis, mostly for security)
699    that will be the last working version for quite a few systems.
701    Indeed the 3.0.x branch will contain the last releases running on:
702      - Windows XP, Vista, and the servers equivalent of those Windows versions
703      - macOS 10.7, 10.8 & 10.9, iOS 7 & 8
704      - Android 2.x, 3.x, 4.0.x & 4.1.x
705      - Compilers before gcc 5.0 and clang 3.4, or equivalent
707  * For the 3.0 branch, please note:
708    * The Windows XP/2003/2003R2 support for VLC is now on a best-effort basis:
709      it should work, but not without limitations.
710      libVLC support for Windows XP is deprecated.
711      You _really_ should upgrade to a more modern Windows version!
712    * Windows Vista (all versions) without Platform Upgrade is not supported.
713    * 64bit version of VLC for Windows is recommended.
714    * Linux support requires now a kernel newer than 2.6.26.
715    * Mac OS X 10.6 support is now removed. You need OS X 10.7.
717 Core:
718  * Support network browsing for distant filesystems (SMB, FTP, SFTP, NFS...)
719    and rewrite the parsing of the media files and inputs
720  * Support keystores: fetch and store passwords securely (sic!) for common
721    protocols (HTTP, SMB, SFTP, FTP, RTSP ...)
722  * Autodetect external audio tracks (ac3, m4a, aac, dts...) similar to subtitles
723  * Support HDMI passthrough for Audio HD codecs, like E-AC3, TrueHD or DTS-HD
724  * Support for 12bits codec and extended colorspaces (HDR)
725  * Support output renderers, like ChromeCast
726  * VLC now assumes vlcrc config file is in UTF-8
727  * Support portable version of Windows build (create a "portable/" folder)
728  * Support wayland surface type
729  * Allow to start the video paused on the first frame
730  * Refactor preparsing input
731  * EPG rework: table and single event updates, now using network time
732  * Refactor and fix subtitles es selection. Demuxers can now override
733    es category single only or multiple es behavior
734  * Support for 360 video and audio, including viewpoint modification
735  * Support for ambisonic audio and more than 8 audio channels
736  * Support subtitles size live adjustments
738 Access:
739  * New NFS access module using libnfs
740  * New SMB access module using libdsm
741  * Adaptive streaming:
742    * Rewrite MPEG-DASH (Dynamic Adaptive Streaming over HTTP) support, including
743      MPEG2TS and ISOBMFF profiles
744    * Support HDS (Http Dynamic Streaming) from Adobe (f4m, f4v, etc.)
745    * Large rework of the Smooth Streaming module
746    * Replaced httplive stream filter with new HLS demuxer, replaced smooth
747      stream filter with new Smooth demuxer, both using unified adaptive module
748    * Support HLSv4-7, including MP4 and raw muxing and ID3 tags
749  * Support decompression and extraction through libarchive (tar, zip, rar...)
750  * New HTTP/TLS access module for HTTP 2.0 support
751  * Improvements of cookie handling (share cookies between playlist items,
752    domain / path matching, Secure cookies)
753  * Support DVB-T2 on Windows BDA
754  * Screen capture plugin for Wayland display
755  * Support depayloading Opus from RTP
756  * New UPnP access module, to list directories without infinite recursions
757  * SMB/FTP/SFTP accesses can list directories
758  * Support sftp username and passwords options in URL, and key authentication
759  * New WASAPI audio capture module on Windows
760  * New "concat" access module for concatenating byte streams
761  * Named pipes and device nodes are no longer included in directory listings
762    by default. Use --list-special-files to include them back.
763  * Support for timeout in UDP input --udp-timeout=<seconds>
764  * New SAT>IP access module, to receive DVB-S via IP networks
765  * Improvements on DVB scanning
766  * BluRay module can open ISO over network and has full BD-J support
767  * Support for DVD ISO over network
768  * New SRT access module using libsrt
770 Hardware Decoder:
771  * Support HEVC hardware decoding on Windows, using DxVA2 and D3D11
772  * Support hardware decoding using Direct3D11, including GPU-zerocopy mode,
773    and hardware filtering, for deinterlace and adjust
774  * DxVA2 GPU-zerocopy for hardware decoding and displaying on Windows,
775    and support for hardware filtering, for deinterlace and adjust
776  * Support HEVC hardware decoding using OMX and MediaCodec (Android)
777  * Use MediaCodec via NDK native API after Android Lollipop
778  * Support MPEG-2, VC1/WMV3 on Android using MediaCodec
779  * OMX GPU-zerocopy support for decoding and display on Android using OpenMax IL
780  * Support 4:4:4 and 4:2:2 chroma samplings with VDPAU hw acceleration
781  * Important VAAPI improvements for 10bits, HEVC, direct-rendering support
782  * Support VP9 and WMV3 decoding using OMX and performance improvements
783  * Important improvements for the MMAL decoder and output for rPI and rPI2
784  * New hardware accelerated decoder for OS X and and iOS based on Video Toolbox
785    supporting H.263, H.264/MPEG-4 AVC, H.265/HEVC, MPEG-4 Part 2, and DV
787 Decoders:
788  * Support for experimental AV1 video
789  * Support for ARIB STD-B24 subtitles
790  * Support for experimental Daala video
791  * New MPEG-1 & 2 audio layer I, II, III + MPEG 2.5 decoder based on libmpg123
792  * New BPG decoder based on libbpg
793  * Fix uncompressed DVD-Audio (AOB) LPCM decoding
794  * Rewrite WPL playlists and add ZPL playlists support (Zune)
795  * Support TDSC, Canopus HQX, Cineform, SpeedHQ, Pixlet, QDMC and FMVC codecs
796  * TTML subtitles support, including EBU-TT-D variant
797  * Rewrite of webVTT subtitles support, including CSS style support
798  * Support 9-bit and 10-bit GBR planar formats
799  * Support for the OggSpots video codec
800  * HEVC packetization is mostly fixed
801  * H264 packetizer can now generate timestamps
802  * Packetizers have support for captions in SEI
803  * DTS packetizer handle DTS extensions (like DTS-HD): decoders like avcodec
804    can now decode up to 8 channels
805  * JPEG images correctly oriented using embedded orientation tag, if present
806  * Support VPX high bit depth support
807  * Extend MicroDVD support with color, fontname, size, position extensions
808  * BluRay text subtitles (HDMV) are now decoded
809  * Improve Closed Captions detection, notably inside the video streams
810  * CEA-708 decoder
811  * New MIDI decoder for macOS and iOS using the AudioToolbox framework, works
812    without a soundfont or with SoundFont2 and DLS soundfonts
814 Demuxers:
815  * Important rework of the MP4 demuxer, including:
816     * Support for fragmented MP4
817     * Support EIA-608/708 subtitles in MP4/mov
818     * Support WMV and WMAV in MP4/mov, aka Flip4Mac files
819     * Support bitmap audio channel reordering in MP4/mov
820     * Support for RTP Reception Hint Track with H.264, GSM and Speex payloads
821     * Support for XiphQT(MP4) vorbis and Flac
822     * Support for VP8/VP9/VP10/AV1 in MP4
823     * Support GoPro HiLight chapters
824     * Support for TTML and WebVTT in ISOBMFF/MP4 and DASH
825     * Add new metadata fields
826  * Important rework of the TS demuxer, including:
827     * Support Opus in MPEG Transport Stream
828     * Fix program selection with recorded TS (TopField, DreamBox and others)
829     * Fix TS playback with PAT/PMT less recordings
830     * Basic support for MPEG4-SL in TS and T-DMB
831     * Support SCTE-18 / EAS inside TS
832     * Support for new descriptors and ETT tables
833     * Support for ARIB channel logos, as attachements, ARIB TR-B21/TR-B14-1
834     * Improve broken-PCR probing and fixing
835     * Improvements for scrambled state detection
836  * Support HD-DVD .evo (H.264, VC-1, MPEG-2, PCM, AC-3, E-AC3, MLP, DTS)
837  * Important rework of the PS demuxer, including:
838     * HEVC support
839     * Fix large number of samples, notably with PSM-less H264
840     * Partial support of PSMF
841     * Fix broken SCR samples
842     * Fix CDXA mpeg-1 support
843  * Improvements on MKV:
844     * Rewrite MKV seeking
845     * Support FFv1 inside MKV
846     * Improve ADTS and LATM inside MKV
847     * Improve DVD-menus support
848  * Support for lame's replaygain extension in mpeg files
849  * Support Daala in Ogg
850  * Improve Chained-Ogg support
851  * Fixes for DTS detection in WAV and MKV files
852  * Support for Creative ADPCM/alaw/ulaw/S16L in VOC files
853  * Support for Creative ADPCM in AVI
854  * Support WMV extended content metadata
855  * Directory Demux can now sort items, ignore extensions and hidden files
856  * Support AlbumArtist and DiscNumber metadata
857  * Support raw H265/HEVC files
858  * Support multi-channel WAV without channel-maps
859  * Support SBV subtitles
860  * Support for Scenarist Closed Caption
861  * Fix Quicktime Mp4 inside MKV and unpacketized VC1
862  * Support for isofLaC
863  * Improve fLaC seeking
864  * Replace --demux dvb-open option with --stream-filter dvb to parse
865    channels.conf digital TV channel list files
867 Stream filter:
868  * Add an ADF stream filter
869  * Add a ARIB STD-B25 TS streams decoder
870  * Add a stream prebuffering plugin
871  * Rewrite libarchive module as a stream_extractor
872  * Remove HTTP Live streaming stream filter
873  * Add a zlib (a.k.a. deflate) decompression filter
874  * Add a skiptags module to help demuxers skip ID3/APE tags
876 Demux filter:
877  * Add a demuxer filter chain to filter or intercept control commands and demuxing
878  * Add a demuxer filter to block seeking (--demux-filter noseek)
880 Audio output:
881  * Complete rewrite of the AudioTrack Android module, it is now the default
882    module for Android. It now supports HDMI/SPDIF passthrough for AC3/DTS/EAC3,
883    5.1/7.1 channels and float output, depending on the Android version.
884  * Add Tizen audio module
885  * HDMI/SPDIF pass-through support for WASAPI (AC3/DTS/DTSHD/EAC3/TRUEHD)
886  * Support EAC3 and TRUEHD pass-through for PulseAudio
887  * Important rework of the AudioUnit modules to share more code between iOS and macOS
888  * Support Ambisonics audio with viewpoint changes
890 Audio filters:
891  * Add SoX Resampler library audio filter module (converter and resampler)
892  * a52tospdif and dtstospdif audio converters are merged into tospdif,
893    this new converter can convert AC3, DTS, EAC3 and TRUEHD to a IEC61937 frame
894  * Add a Spatialaudio module with 2 submodules:
895     * an Ambisonics audio renderer, supporting up to 3rd order
896     * an Binauralizer audio filter, working with Ambisonics or 5.1/7.1 streams
897  * Add Headphones option in Stereo Mode: use the spatialaudio module for
898    headphones effects
899  * Add a pitch shifting module
901 Video output:
902  * Linux/BSD default video output is now OpenGL, instead of Xvideo
903  * OpenGL:
904     * New OpenGL provider for Windows
905     * Drop OpenGL 1.x and OpenGL ES 1 support
906     * Direct rendering with OpenGL (starting OpenGL 4.4)
907     * Hardware direct displaying with VA-API interop
908     * Hardware direct displaying with VDPAU interop
909     * Hardware direct displaying with DxVA2/D3D9Ex interop
910     * Hardware direct displaying with VideoToolbox interop (iOS and macOS)
911     * HDR tonemapping support through libplacebo
912  * Wayland shell surface window provider
913  * Wayland shared memory video output
914  * Large rework of the Android video outputs: there is now Surface (2.1, 2.2)
915    NativeWindow (2.3+, supports hw rotation, subpicture blending, opaque)
916  * Support rotation in Android NativeWindow output and hardware decoders
917  * Rename the Direct3D output module to Direct3D9
918  * Add a Direct3D11 video output supporting both Windows desktop and WinRT modes,
919    supporting subpicture blending and hardware acceleration
920  * Support HDR10 in Direct3D11 with Windows 10 Fall Creator Update
921  * EFL Evas video output with Tizen TBM Surface support
923 Video filter:
924  * Hardware deinterlacing on the rPI, using MMAL
925  * New video filter to convert between fps rates
926  * Add 9-bit and 10-bit support to image adjust filter
927  * New edge detection filter uses the Sobel operator to detect edges
928  * Hardware accelerated deinterlacing/adjust/sharpen/chroma with VA-API
929  * Hardware accelerated adjust/invert/posterize/sepia/sharpen with CoreImage
930  * Hardware accelerated deinterlacing/adjust/chroma with D3D9 and D3D11
932 Text renderer:
933  * CTL support through Harfbuzz in the Freetype module
934  * New font fallback algorithm on most platforms
935  * More conforming EIA608 captions layout and aspect ratio
936  * More styles support for TTML, WebVTT and 708
938 Stream Output:
939  * Chromecast output module
940  * RGB24 and YCbCr 4:2:0 RTP packetization
942 Encoder:
943  * Support for Daala video in 4:2:0 and 4:4:4
944  * VP8 and VP9 encoder using libvpx
946 Muxers:
947  * Add fragmented/streamable MP4 muxer
948  * Add support for muxing VC1 and WMAPro in MP4
949  * Opus in MPEG Transport Stream
950  * Daala in Ogg
952 Service Discovery:
953  * New NetBios service discovery using libdsm
954  * New mDNS services discovery using libmicrodns
955  * New mDNS services discovery using Bonjour (Mac OS X, tvOS, iOS)
956  * Rewrite of the UPnP service discovery
958 Mac OS X Interface
959  * Drop support for Mac OS X 10.6 Snow Leopard
960  * Support right-to-left user interface layout for right-to-left languages
961  * New resizable fullscreen controller with improved design
962  * Add status bar icon which displays metadata and play controls
963  * Add support for keyboard blacklight dimming during fullscreen video playback
964  * Improve and simplify preferences window
965  * Huge performance improvements in playlist handling and other areas
966  * New AppleScript API giving access to audio desynchronization
967  * Expand AppleScript API for menu detection and navigation
968  * Support for building with disabled sparkle update mechanism
969  * Remove deprecated transcoding wizard, use convert and save dialog instead
971 iOS:
972  * Drop support for iOS 6.x
974 Qt interface:
975  * Batch convert support
976  * It is now possible to specify 'stop-time' in Convert/Save dialog
978 Skins2:
979  * Support key accelerators
981 libVLC:
982  * Add libvlc_media_new_callbacks for custom input byte streams
983  * Add libvlc_audio_output_device_enum to enumerate devices of current aout
984  * Split of libvlc_media_discoverer_new_from_name into libvlc_media_discoverer_new,
985    libvlc_media_discoverer_start and libvlc_media_discoverer_stop
986    This allows to attach media events between create and start
987  * Add libvlc_media_get_codec_description to get a human readable description of a codec
988  * Add libvlc_MediaListEndReached Event to get notified when a media list reached the end
989  * Add libvlc_media_list_player_get_media_player to get the media player instance of a list player
990  * Add libvlc_media_parse_with_options that uses a flag to specify parse options
991  * Add libvlc_audio_output_device_get to get the currently selected audio output device
992    identifier (if there is one available)
993  * Add libvlc_media_get_type to get the type of the media
994  * Add libvlc_media_player_get_full_title_descriptions to get full title info of the media
995    and +libvlc_title_descriptions_release to match it
996  * Add libvlc_media_player_get_full_chapter_descriptions to get full chapter info of the media
997    and libvlc_chapter_descriptions_release to match it
998  * Deprecate libvlc_video_get_title_description, libvlc_video_get_chapter_description,
999    libvlc_media_player_get_agl, libvlc_media_player_set_agl
1000  * Add libvlc_media_player_set_android_context to integrate in an Android surface
1001  * Add a new libvlc dialog API to forward dialogs requests to the applications:
1002    libvlc_dialog_set_context, libvlc_dialog_get_context, libvlc_dialog_set_callbacks,
1003    libvlc_dialog_dismiss, libvlc_dialog_post_action, libvlc_dialog_post_login
1004  * Add libvlc_media_discoverer_list_get|release to list the media discoverers
1005  * Add libvlc_media_slaves_add, libvlc_media_slaves_clear
1006    libvlc_media_slaves_get, libvlc_media_slaves_release to add and get slaves
1007    from a libvlc_media
1008  * Add libvlc_media_player_(get|set)_role to set the media role
1009  * Add libvlc_media_player_add_slave to replace libvlc_video_set_subtitle_file,
1010    working with MRL and supporting also audio slaves
1011  * Add vlc_epg_event_(New|Delete|Duplicate), vlc_epg_AddEvent, vlc_epg_Duplicate
1012    and removes vlc_epg_Merge
1014 Logging
1015  * Support for the SystemD Journal
1016  * Use --syslog and --syslog-debug command line options to include debug
1017    messages in syslog. With --syslog, errors and warnings will be sent only.
1018  * New Android module for logging
1020 Misc
1021  * remove langfromtelx
1022  * remove ZPL playlist format
1023  * Update libVLC doxygen modules
1024  * Add a text-to-speech renderer for subtitles on OS X/iOS
1025  * Add a text-to-speech renderer for subtitles on Windows
1026  * Add Gnome libsecret-based crypto keystore
1027  * Add KDE Kwallet-based crypto keystore
1028  * Add a memory keystore
1029  * Add a file keystore that can use a submodule to crypt secrets
1030  * Add Keychain based crypto keystore for iOS, Mac OS X and tvOS
1032 Removed modules
1033  * Atmo video filter
1034  * QTCapture access module (use AVCapture instead)
1035  * httplive (use adaptive instead)
1036  * smooth (use adaptive instead)
1037  * Gnome-VFS access module (i.e. Gnome 2.x)
1038  * QuartzText text renderer module (use Freetype instead)
1039  * Win32 GDI text renderer module (use Freetype instead)
1040  * Growl notification (replaced by osx_notifications)
1041  * VCDX "extended" Video CD access module (use the normal VCD module)
1042  * Mac OS X Dialog Provider (use VLCKit instead)
1043  * iOS Dialog Provider (use MobileVLCKit / TVVLCKit instead)
1044  * QuickTime decoder module (use native codecs)
1045  * BD access module (use libbluray)
1046  * Direct2D module (use Direct3D11)
1047  * EyeTV access module
1048  * Rar access and stream filter: use libarchive
1049  * VDA decoder: use VT
1050  * Audioqueue: use audiounit
1051  * SDL video output module
1052  * DirectFB video output module
1053  * RAOP stream output module
1056 Changes between 2.2.7 and 2.2.8:
1057 --------------------------------
1059 Demuxers:
1060  * Fix AVI invalid pointer dereferences
1062 Translations updates
1065 Changes between 2.2.6 and 2.2.7:
1066 --------------------------------
1068 Decoders:
1069  * Fix flac heap write overflow on format change
1070  * Fix crash in libavcodec module (heap write out-of band) (CVE-2017-10699)
1071  * Fix infinite loop in sami subtitle
1072  * Fix AAC 7.1 channels detection
1074 Demuxers:
1075  * Fix potential crash in ASX parser
1076  * Fix AVI read/write overflow
1078 Mac OS X:
1079  * Fix compatibility with macOS High Sierra
1080  * Fix regression in ASS subtitle decoding
1081  * Fix crash during automatic update. Some users might need to manually
1082    update to the newest version.
1084 Video Output:
1085  * Fix Direct3D9 output with odd offsets
1087 Misc:
1088  * Fix crash in MTP
1089  * Support libupnp 1.8
1091 Translations updates
1094 Changes between 2.2.5.1 and 2.2.6:
1095 ----------------------------------
1097 Video output:
1098  * Fix systematic green line on nvidia
1099  * Fix direct3d SPU texture offsets handling
1101 Demuxer:
1102  * Fix heap buffer overflows (CVE-2017-8310, 8311, 8312, 8313)
1104 Changes between 2.2.5 and 2.2.5.1:
1105 ----------------------------------
1107 Security hardening for DLL hijacking environments
1109 Translations updates
1111 Misc:
1112  * Update for Soundcloud, liveleak and Youtube scripts
1113  * Fix potential out-of-band dereference in flac decoder (CVE-2017-9300)
1114  * Fix potential out-of-band reads in mpeg packetizers (CVE-2017-9301)
1115  * Fix infinite loop in subtitles demuxer
1116  * Fix incorrect memory free in ogg demuxer
1117  * Fix potential out-of-band reads in subtitle decoders and demuxers
1118  * Fix green line on Windows with odd sizes
1121 Changes between 2.2.4 and 2.2.5:
1122 --------------------------------
1124 Decoder:
1125  * Fix mp3 playback quality regression in libmad
1126  * Fix video scaling in VDPAU
1127  * Fix playback of palettized codecs
1128  * Fix ADPCM heap corruption (FG-VD-16-067)
1129  * Fix AES3 16bps decoding
1130  * Fix DVD/LPCM heap corruption (FG-VD-16-090)
1131  * Fix SCTE-27 colors
1133 Demuxer:
1134  * Fix possible ASF integer overflow
1135  * Fix MP4, VOC, XA, SMF divide-by-zero errors
1136  * Fix MP4 heap buffer overflows
1137  * Fix Flac metadata integer overflow
1138  * Fix NSVf and AIFF infinite loops
1139  * Fix flac null-pointer dereference
1140  * Fix vorbis and opus comments integer overflows and leaks
1142 Video output:
1143  * Fix green line on Windows with AMD drivers
1144  * Fix screenshots size
1146 Access:
1147  * Fix crash in screen recording on Windows
1148  * Fix FTP scan string injection
1149  * Fix HTTP size handling
1151 Mux:
1152  * Fix mp4 drift
1154 Lua:
1155  * Fix vimeo, youtube, dailymotion, cli, appletrailers, http,
1156    soundcloud scripts
1158 Audio filter:
1159  * Fix heap write in stereo_widen audio filter
1161 Windows:
1162  * The plugins loading will not load external DLLs by default.
1163    Plugins will need to LoadLibrary explicitely.
1164  * Fix uninstaller path handling
1165  * Fix taskbar buttons behavior
1167 MacOS:
1168  * Fix scrolling sensitivity on Sierra
1169  * Resume points are deleted now if the user clears the list of
1170    recent items
1173 Changes between 2.2.3 and 2.2.4:
1174 --------------------------------
1176 Decoder:
1177  * Fix crash in G.711 wav files
1178  * Fix mp3 crash in libmad
1179  * Fix out-of-bound write in adpcm QT IMA codec (CVE-2016-5108)
1182  * Fix resizing issues
1184 Win32:
1185  * Fix overlay creation on Windows XP for DirectDraw video output
1187 Misc:
1188  * Build fixes for Hurd
1190 Translations:
1191  * Update of Bulgarian, Catalan, German, French, Italian, Marathi, Norwegian
1192    BokmÃ¥l, Norwegian Nynorsk, Portuguese, Slovak, Spanish (Mexico), Swedish,
1193    Simplified Chinese, and Traditional Chinese translations
1196 Changes between 2.2.2 and 2.2.3:
1197 --------------------------------
1199 Demux:
1200  * Fix HLS quality selection and a potential stack overflow
1201  * Fix potential MKV infinite loop and improve MKV tags support
1202  * Fix WMV regression
1204 Decoder:
1205  * Fix hardware decoding with libvdpau-va-gl
1206  * Fix crashes with libvpx
1207  * Use libass without caching dialog
1209 Video Output:
1210  * Fix green lines on Direct3D output
1212 Skins2:
1213  * Fix maximizing Window in multi-screen context
1216  * Fix resume where you left off
1217  * Fix infinite recursion in the customize dialog
1218  * Fix size when switching to/from the minimal interface
1219  * Fix size after resume toolbar is displayed
1221 MacOS X:
1222  * Fix crashes in media information panel
1223  * Correctly respect the disable-screensaver option
1225 Win32:
1226  * Allow opening more than 15 elements in Explorer
1228 Translations:
1229  * Update of most translations
1232 Changes between 2.2.1 and 2.2.2:
1233 --------------------------------
1235 Access:
1236  * Fix SetupFormat for continuous framesize in v4l2
1237  * Fix off-by-one buffer overflow in RealRtsp module
1238  * Fix screen recording aspect-ratio, framerate and potential crash
1239  * Fix Windows directshow input freeze
1240  * Fix MMS segmentation fault/abort when server forces a large allocation
1242 Demux:
1243  * Fix support for ms-dvr files
1244  * Fix time detection in AVI files over HTTP
1245  * HLS: fix hang on stop, crashes and small improvements
1246  * Fix mp4 NULL dereference reported by by Fortinet's FortiGuard Labs
1247  * Fix regression for VC-1 in WMV
1248  * Fix MXF crashes on stop
1249  * Fix EAC3 detection in some TS files
1251 Decoders:
1252  * Fix importing surface from main memory in VDPAU
1253  * Fix possible double-free in ADPCM decoder
1254  * Support 9-bit and 10-bit GBR planar formats
1255  * Support GoToMeeting 2 and GoToMeeting 3 codecs
1256  * Fix crash in teletext (zvbi) decoder
1257  * Fix Bluray subtitles (PGS) timestamps
1259 Audio output:
1260  * Fix audio drop after a flush with pulseaudio
1261  * Fix audio initialization on iOS
1262  * Fix audio stuttering with AirPlay devices on OS X (2 sec delay needs to
1263    be set manually by the user)
1264  * Fix pulseaudio latency computation
1265  * Fix alsa default device selection
1267 Skins2:
1268  * Fix video control that fails to show up
1269  * Fix UTF-8 conversion issues
1270  * Fix Unicode folders location failing to open the skins
1271  * Fix crash over malformed skins bitmaps
1272  * Fix fullscreen for Gnome3/Unity Window Managers
1274 OS X:
1275  * Support for OS X El Capitan
1276  * Fix code signature for releases on El Capitan
1277  * Improve resume dialog, starting time, preferences, lua extensions
1278  * Fix threads ordering, preferences crashes, URL drag'n drops
1281  * Fix crash when opening multiple items on Windows
1282  * Fix recent items appending when using a playlist
1283  * Improve addons manager dialog, playlist
1284  * Fix changing the audio-device in the menu
1285  * Fix key and mouse event support for Qt >= 5.5 under X11
1286  * Fix memory leaks
1288 Video Output:
1289  * Fix build if one disables XCB but activate VDPAU on Unix
1290  * Fix Direct3D plane allocation size to avoid colour bleeding
1291  * Fix some crashes in swscale resizing
1293 Misc:
1294  * Fix build with recent FreeRDP versions
1295  * Fix interface crashes when input-title-format option is empty
1296  * Fix MP4 mux divide-by-zero crash
1297  * Improve PNG encoding time
1298  * Fix some UPnP initialization lag
1299  * Rewrite of the Jamendo Service Discovery
1300  * Fix snapshot aspect ratio for anamorphic contents
1301  * Fix custom snapshot sizes
1302  * Dynamic generation of GnuTLS Diffie-Hellman parameters
1303  * Fix "vb" transcoding parameter
1304  * Fix superfluous audio channel extraction in the core
1305  * Fix miscellaneous crashes, double-frees, integer overflows, infinite loops,
1306    read overflow, invalid frees and division by zero issues
1307  * Fix support for lua 5.2 and fix XSS in the http interface
1308  * Update and improve Soundcloud, Vimeo and Youtube scripts
1309  * Update of codecs and libraries to fix 3rd party security issues (like
1310    TALOS-CAN-0036, TALOS-CAN-0037, CVE-2015-7981, CVE-2015-8126
1312 Translations:
1313  * Add Kashmiri and Maithili languages
1314  * Update of most translations
1316 libVLC:
1317  * Expose audio mute, cork and volume change events: libvlc_MediaPlayerCorked,
1318    libvlc_MediaPlayerUncorked, libvlc_MediaPlayerMuted,
1319    libvlc_MediaPlayerUnmuted and libvlc_MediaPlayerAudioVolume
1320  * Fix propagation of libvlc_MediaPlayerTitleChanged event
1322 Translations:
1323  * Update of most translations
1326 Changes between 2.2.0 and 2.2.1:
1327 --------------------------------
1329 Codec:
1330  * Fix compilation with older libavcodec versions
1331  * Fix some VP9 decoding
1332  * Fix flac crashes
1333  * Fix lpcm channel ordering
1334  * Fix potential NULL dereference in dmo
1335  * Fix teletext framing code in DVB PES packets
1336  * Fix potential buffer overflow in schroendinger decoder (CVE-2014-9629)
1337  * Fix AAC samplerate
1339 Demuxers:
1340  * Fix MP4 chapters
1341  * Fix MKV overseeking, introducing slowness over network shares
1342  * Fix crash when playing SPC files
1343  * Fix ATRAC3 playback in MKV
1344  * Revert to older ASX code
1345  * Workaround TS issue with mpeg-audio
1347 Access:
1348  * Fix sftp read and close sockets
1349  * Fix DTV build with Linux DVB versions < 5.8
1350  * Fix UDP/RTP input on Windows
1352 Audio output:
1353  * Fix Alsa HDMI plugs
1354  * Improve Alsa output, with larger buffers
1355  * Fix DirectSound output with multi-channel files
1357 OS X:
1358  * Fix numerous crashes in the UI
1359  * Fix video-wallpaper mode
1360  * Fix race when starting VLC from command line
1363  * Fix recent items behaviour
1364  * Fix rotation filter activation
1365  * Fix mux modules names for the streaming wizard
1367 Win32:
1368  * Timestamp the signature of the dlls
1369  * Fix extensions registration during install
1370  * Fix extensions dialog crash
1371  * Default to no DxVA decoding
1373 libVLC:
1374  * fix libvlc_media_get_stats
1376 Translations:
1377  * Update of Afrikaans, Albanian, Azerbaijani, Catalan, Czech, Danish, Dutch,
1378    English (United Kingdom), Finnish, French, German, Hebrew, Hindi, Italian,
1379    Japanese, Korean, Latvian, Macedonian, Malay, Modern Greek, Norwegian BokmÃ¥l,
1380    Norwegian Nynorsk, Polish, Portuguese, Russian, Scottish Gaelic, Serbian,
1381    Simplified Chinese, Slovak, Slovenian, Spanish, Swedish, Tamil, Thai,
1382    Traditional Chinese, Turkish, Ukrainian translations
1385 Changes between 2.1.6 and 2.2.0:
1386 --------------------------------
1388 Important changes:
1389  * The licenses of more modules have changed from GPLv2+ to LGPLv2.1+,
1390    notably most of the streaming output, muxers and access output modules
1392 Core:
1393  * Support automatic rotation using streams metadata, GPU-accelerated when possible
1394  * Add extensions manager and downloading from external repositories
1395  * Rework the metadata fetching algorithm and policies
1396  * Partial fix of playback of short audio samples
1398 Access:
1399  * Added TLS support for ftp access and sout access
1400    New schemes for implicit (ftps) and explicit (ftpes) modes
1401  * MMS audio selection on split audio streams
1402  * Blu-Ray: support overlays, preferred menu languages, region selection
1403    and BD-J navigation
1404  * Digital Cinema Package support, including encrypted DCP with KDM
1405  * Partial fixes for Arccos protected DVDs
1406  * Fix CDDB lookups, including pregap data
1408 Decoder:
1409  * Support VDPAU acceleration for GPU-zerocopy decoding
1410  * Support MediaCodec acceleration for GPU-zerocopy decoding
1411  * Add Media Foundation Transform audio and video decoder
1412  * Add video decoder module based on GStreamer plugins
1413  * Add MMAL decoder for Broadcom VideoCore chips (like the RaspberryPi)
1414    supporting MPEG-2 and H.264, supporting GPU-zerocopy display
1415  * Partial support for Voxware MetaSound
1416  * libvpx decoder for VP8 and VP9
1417  * Support MSN Audio, Atrac3+, VP7, Bink, TAK, On2 AVC, DK3, DK4, IMC, Vivo g723.1,
1418    Smacker, FIC, Auravision, Canopus Lossless, and numerous videogame codecs
1419  * Teletext subtitles display improvements
1420  * Mediacodec speed improvements on x86
1421  * Support setting the post processing level in Theora
1422  * OpenMax IL improvements, notably for RaspberryPi
1423  * Fix channel ordering of LPCM codec in m2ts files
1424  * New jpeg image decoder
1425  * Add tx3g subtitles decoder
1426  * New SVG image decoder
1427  * Fix Speex decoding over RTP and in flv
1428  * Support more x264 and FFv1 RGB modes
1429  * Improvements on ZVBI teletext decoder, notably for speed and alignments
1431 Encoder:
1432  * Support for MPEG-2 encoding using x262
1433  * Support for HEVC/H.265 encoding using x265
1434  * Support for Opus encoding using libopus
1435  * New jpeg image encoder using libjpeg
1436  * New png image encoder using libpng
1438 Demuxer:
1439  * Support for Core Audio Format (CAF) files
1440  * Important rework of the Ogg demuxer, notably improving seeking,
1441    streaming resilience, speex demuxing and chained Ogg
1442  * Important rework of the ASF/WMV demuxer, notably for seeking,
1443    synchronization and tracks exclusion
1444  * AVI improvements for better seek-indexing in non-fastseekable situations
1445  * AVI fixes for uncompressed, indexed and paletized bitmaps
1446  * MP4 fixes for fragmented files, vobsub, duration, aspect-ratio
1447    and support for rotation, covr atom and tracks exclusion
1448  * Support Opus in MKV
1449  * Support VP8 in OGG
1450  * Basic support for WebVTT
1451  * Handle support for ISO/IEC 14496-3 (AAC) Audio stream type in TS
1452  * Support HDPR TS files
1453  * Support microseconds in SubRip subtitles
1454  * FLAC packets validation using CRC
1455  * Improvements in metadata support in Ogg/Opus/Vorbis files
1456  * Fix encoding issues and relative paths in some XML playlist formats
1457  * Support THP Wii/Gamecube, RenderWare and Escape Replay game video files
1458  * New HEVC raw packetizer and demuxer
1459  * TS support for WiDi/Miracast LPCM
1460  * Handle MOV/MP4 tx3g styled subtitles through codec
1461  * Support SVG images files (on glib platforms)
1462  * Keep selection of tracks on segment changes in MKV
1463  * Support detection of SRT languages based on filename
1464  * Support for seeking Standard MIDI Files
1466 Video Output:
1467  * Direct rendering and filtering for VDPAU hardware acceleration
1468  * New CoreAnimation OpenGL video output module for NPAPI plugins
1469  * New OpenGL ES 2.0 through EGL video output module for Android
1470  * New Android native window provider module
1471  * Direct rendering for MediaCodec Android hardware acceleration
1472  * Support for loading HLSL shaders in Direct3D video output
1473  * Add MMAL based video output for RaspberryPi
1475 Video Filter:
1476  * New Oldmovie effect filter
1477  * New VHS effect filter
1478  * New Freeze effect filter
1479  * Support I422 and J422 in transform
1480  * NEON optimizations for deinterleaving chroma, notably NV12->I420
1481  * Fix audiobargraph activation and usage
1483 Audio Output:
1484  * Allow setting volume while not connected with PulseAudio
1485  * Audio device notifications for WASAPI
1486  * Fix replay of sound buffer in DirectSound
1487  * Split of MMDevice and WinRT audio modules
1488  * Numerous fixes on AUHAL, including device management and stream changes
1489  * Fixes for SPDIF passthru in most modules
1491 Muxers:
1492  * Important rework of the Ogg muxer, notably for skeleton
1493  * Fixes for the AVI muxer to respect the specification
1494  * Support VP8 in OGG
1495  * Add HEVC muxing in MP4 and TS
1497 Streaming:
1498  * Important rework of the transcoding module to fix numerous bugs
1499  * WebM streaming, including live sources, compatible with all major browsers
1500     vlc <your-source> vlc://quit --sout  '#transcode{vcodec=VP80,vb=1000,acodec=vorb,ab=128}
1501     :std{access=http{mime=video/webm},mux=webm,dst=:4212}'
1502  * GSM, VP8, Opus and JPEG RTP packetization
1503  * HLS: Allow setting the first segment number and numerous improvements
1504  * new stats module to output block timing values and md5 sums
1505  * transcode module access fps values as rationals now, eg 30000/1001
1506  * VLC now streams all elementary streams, you can revert to previous behaviour
1507     with --no-sout-all
1508  * --ts-out option has been removed, it has been superceded by --demux demuxdump
1509     --demuxdump-access udp --demuxdump-file 127.0.0.1:1234
1510  * Support Metacube protocol when streaming over HTTP
1512 libVLC:
1513  * add equalizer API libvlc_audio_equalizer_* functions
1514  * add libvlc_media_player_program_scrambled function
1516 Visualizations:
1517  * Add a 3D OpenGL spectrum visualization.
1518  * Allow setting the FFT windowing style for 3D and normal spectrum
1520 Interfaces:
1521  * Add support for subtitles drag 'n drop in skins2
1522  * Add record button in Qt menus
1523  * New module for core dialogs on iOS
1524  * New layout for Qt buttons customization
1525  * Support to continue media playback where it was left off for Qt and OS X
1527 Mac OS X Interface:
1528  * Support for OS X Yosemite
1529  * Avoid grey bars in fullscreen when using Mavericks with multiple monitors
1530  * Improve fullscreen behavior for the native and VLCs own mode
1531  * Fixes for advanced preferences
1532  * Added 'file size' column to playlist table
1533  * in addition to iTunes, Spotify is automatically paused on playback start
1534  * Option to increase playlist font size
1535  * Improved crash log reporting
1537 Misc:
1538  * New module for TLS on OS X and iOS
1539  * Windows installer will kill running instance before installing
1540  * Teletext navigation buttons support in Qt4 gui
1541  * Update and improve Koreus, Dailymotion, Soundcloud and Youtube scripts
1543 Security:
1544  * Numerous integer and heap overflow in Ogg, AVI, ASF, TTA and MP4 demuxers
1546 Removed modules:
1547  * iOS video output: use ios2
1548  * OpenMash H.261 video decoder
1549  * dirac encoder: use schroedinger
1551 Translations:
1552  * New translation in Urdu, Tatar, Silesian, Samoan, Kapampangan, N'ko,
1553    Kurdish, Kabyle, Mexican Spanish, Catalan, Amharic
1554  * Update of all translations:
1555    Traditional Chinese, Simplified Chinese, Vietnamese, Uzbek, Ukrainian,
1556    Turkish, Thai, Swedish, Serbian, Albanian, Slovenian, Slovak, Russian,
1557    Romanian, Brazilian Portuguese, Polish, Punjabi, Dutch, Nepali, Norwegian
1558    BokmÃ¥l, Malay, Marathi, Latvian, Lithuanian, Korean, Kannada, Khmer,
1559    Japanese, Italian, Icelandic, Indonesian, Hebrew, Galician, Scottish
1560    Gaelic, French, Finnish, Persian, Estonian, Spanish, Modern Greek, German,
1561    Danish, Welsh, Czech, Bosnian, Bengali, Asturian
1564 Changes between 2.1.5 and 2.1.6:
1565 --------------------------------
1567 Audio output:
1568  * Fix OSS stuttering
1570 Security:
1571  * Fix heap overflow in decomp stream filter
1572  * Fix buffer overflow in updater (CVE-2014-9625)
1573  * Fix potential buffer overflow in schroedinger encoder
1574  * Fix null-pointer dereference in DMO decoder
1575  * Fix buffer overflow in parsing of string boxes in mp4 demuxer (CVE-2014-9626,9627,9628)
1576  * Fix SRTP integer overflow
1577  * Fix potential crash in zip access
1578  * Fix read overflow in Ogg demuxer
1579  * Fix RTP overflow (CVE-2014-9630)
1581 Win32 installer:
1582  * Update translations and greek encoding
1585 Changes between 2.1.4 and 2.1.5:
1586 --------------------------------
1588 Core:
1589  * Fix compilation on OS/2
1591 Access:
1592  * Stability improvements for the QTSound capture module
1594 Mac OS X audio output:
1595  * Fix channel ordering
1596  * Increase the buffersize
1598 Decoders:
1599  * Fix DxVA2 decoding of samples needing more surfaces
1600  * Improve MAD resistance to broken mp3 streams
1601  * Fix PGS alignment in MKV
1603 Qt Interface:
1604  * Don't rename mp3 converted files to .raw
1606 Mac OS X Interface:
1607  * Correctly support video-on-top
1608  * Fix video output event propagation on Macs with retina displays
1609  * Stability improvements when using future VLC releases side by side
1611 Streaming:
1612  * Fix transcode when audio format changes
1614 Security contents:
1615  * Updated GnuTLS to 3.1.25 (CVE-2014-3466)
1616  * Updated libpng to 1.6.10 (CVE-2014-0333)
1618 Translations:
1619  * Update British English
1622 Changes between 2.1.3 and 2.1.4:
1623 --------------------------------
1625 Demuxers:
1626  * Fix issue in WMV with multiple compressed payload and empty payloads
1628 Video Output:
1629  * Fix subtitles size rendering on Windows
1631 Mac OS X:
1632  * Fix DVD playback regression
1633  * Fix misleading error message during video playback on OS X 10.9
1634  * Fix hardware acceleration memleaks
1637 Changes between 2.1.2 and 2.1.3:
1638 --------------------------------
1640 Core:
1641  * Fix broken behaviour with SOCKSv5 proxies
1642  * Fix integer overflow on error when using vlc_readdir
1644 Access:
1645  * Fix DVB-T2 tuning on Linux
1646  * Fix encrypted DVD playback
1647  * Fix v4l2 frequency conversion
1649 Decoders:
1650  * Fix numerous issues (M2TS, VC1 interlaced, Lagarith, FFv1.3, Xvid)
1651    by updating codec libraries
1652  * Bring fluidsynth back on Mac OS X
1653  * Fix some Opus crashes with some filters
1654  * Fix teletext crash on Windows
1656 Demuxers:
1657  * Avoid an infinite recursion in MKV tags parsing
1658  * Fix an issue with some Vobsub tracks
1659  * Fix missing samples at the end of some wav files
1660  * Fix divide by 0 on ASF/WMV parsing
1662 Audio output:
1663  * Fix audio device selection via command line on Mac OS X
1664  * Fix audio crashes on Mac OS X
1666 Video Output:
1667  * Fix selection of DirectDraw as the default output for XP
1668  * Fix transform off-by-one issue
1669  * Fix screensaver disabling on Windows outputs
1670  * Fix DirectDraw device enumeration and multi-display output
1671  * Fix a potential crash when playing a fullscreen game at the same time as VLC
1673 Stream output:
1674  * Fix 24bits audio MTU alignment in RTP
1675  * Fix record file names
1677 Qt interface:
1678  * Fix minimal size possible on start
1679  * Fix a crash with the simple volume widget
1680  * Fix a crash in the audio menu building
1681  * Fix multimedia keys issues on Windows
1682  * Fix opening of DVD and BD folders on Windows
1684 HTTP interface:
1685  * Fix album art display on Windows
1687 Translations:
1688  * Update of Bulgarian, Catalan, Czech, Danish, German, Modern Greek,
1689    Spanish, Basque, Finnish, French, Scottish Gaelic, Galician, Hebrew,
1690    Hungarian, Italian, Japanese, Korean, Malay, Norwegian BokmÃ¥l, Nepali,
1691    Dutch, Polish, Brazilian Portuguese, Portuguese, Romanian, Russian,
1692    Sinhala, Slovak, Slovenian, Swedish, Telugu, Thai, Turkish, Ukrainian
1693    and Simplified Chinese translations
1694  * Fix encoding for Windows installer translations
1697 Changes between 2.1.1 and 2.1.2:
1698 --------------------------------
1700 Audio output:
1701  * Fix digital playback on OS X when more than one audio device is installed
1702  * Fix digital playback (SPDIF/HDMI) on Windows
1703  * Fix stuttering or silent playback when using sound enhancers or external
1704    audio devices on OS X
1705  * Improve responsiveness on OS X when playback starts or is being paused
1706  * Improve responsiveness, silent playback intervals and reliability on iOS
1708 Demuxers:
1709  * Fix Vimeo and DailyMotion parsing
1710  * Various WMV playback improvements and fixes
1712 Decoders:
1713  * Fix LPCM 20/24-bit decoding and 16 bits with channel padding
1714  * Fix playback of some HEVC samples
1716 Video filters:
1717  * Fix crash on deinterlace selection
1719 Qt interface:
1720  * Fix some streaming profiles when copy existed
1721  * Improve A-B loop control
1722  * Fix album art update when changing media
1724 Mac OS X interface:
1725  * Add a language option in the interface
1726  * Option to control VLC's iTunes pausing behavior is more easy to find
1727  * Improved UI resetting when requested in the preferences
1728  * Fix issue which prevented to enable more than one video filter on Mavericks
1729  * Fix an issue which could prevent automatic UI language settings from working
1730  * Fix opening subtitles files through drag & drop or double-clicking
1731  * Fix crash when closing window without decorations
1732  * Fix issue where extra video window was resized even if this was disabled
1734 Win32 installer:
1735  * Kill running VLC process on uninstall/update
1737 Translations:
1738  * Update of Basque, Bosnian, Bulgarian, Croatian, Czech, Danish, Estonian,
1739    French, Hungarian, Icelandic, Indonesian, Italian, Kannada, Khmer,
1740    Lithuanian, Occitan, Persian, Polish, Romanian, Scottish Gaelic, Sinhala,
1741    Slovenian, Spanish, Swedish, Tamil, Thai, Uzbek, Welsh translations
1744 Changes between 2.1.0 and 2.1.1:
1745 --------------------------------
1747 Core:
1748  * Fix random and reshuffling behaviour
1749  * Fix recording
1750  * Fix some subtitles track selection
1752 Decoders:
1753  * VP9 support in WebM
1754  * HEVC/H.265 support in MKV, MP4 and raw files
1755  * Fix GPU decoding under Windows (DxVA2) crashes
1757 Demuxers:
1758  * Fix crashes on wav, mlp and mkv and modplug files
1759  * Support Speex in ogg files
1760  * Fix some .mov playlists support
1761  * Support Alac in mkv
1762  * Fix WMV3 and palette in AVI
1763  * Fix FLAC packetizer issues in some files
1765 Access:
1766  * Fix DVB options parsing
1767  * Fix DeckLink HDMI input
1768  * Fix HTTPS connectivity on OS X by loading root certificates from Keychain
1770 Audio output:
1771  * Fixes for DirectSound pass-through
1772  * Fixes for OSS output, notably on BSD
1774 Interfaces:
1775  * Fix HTTP interface infinite loop
1776  * Fix D-Bus volume setting
1779  * Reinstore right click subtitle menu to open a subtitle
1780  * Fix saving the hotkeys in preferences
1781  * Fix saving the audio volume on Win32, using DirectSound
1782  * Fix play after drag'n drop
1783  * Fix streaming options edition and scale parameter
1785 Stream out:
1786  * Fix transcoding audio drift issues
1787  * Fix numerous audio encoding issues
1789 Win32 installer:
1790  * Important rewrite to fix numerous bugs, notably about updates
1791  * Simplification of the upgrade mechanism
1793 Mac OS X interface:
1794  * Reintroduce the language selector known from pre-2.1 releases
1795  * Fix fullscreen behaviour and various crashes
1796  * Fix about dialog crash in Japanese
1797  * Fix crashes on proxy lookups
1798  * Fixes on the playlist and information behaviours
1799  * Fixes on the streaming dialogs
1800  * Improves interface resizings
1802 Translations:
1803  * Update of Arabic, Basque, Belarusian, Czech, Danish, Dutch, French,
1804    Galician, Gujarati, Hindi, Hungarian, Icelandic, Italian, Japanese, Korean,
1805    Lithuanian, Marathi, Modern Greek, Norwegian BokmÃ¥l, Occitan, Persian,
1806    Polish, Portuguese, Punjabi, Romanian, Sinhala, Slovak, Slovenian, Spanish,
1807    Swedish, Telugu, Thai, Traditional Chinese, Turkish, Ukrainian, Uzbek
1808    translations
1811 Changes between 2.0.9 and 2.1.0:
1812 --------------------------------
1814 Important changes:
1815  * The licenses of numerous modules have changed from GPLv2+ to LGPLv2.1+
1816  * Discontinued support for PowerPC-based Macs; VLC now requires Mac OS X 10.6+
1817    Moreover, the official builds will be 64bit only
1818  * The --with-tuning and --without-tuning options are removed; to tune
1819    compilation for a specific processor type, set CFLAGS manually
1821 3rd party libraries (contrib):
1822  * /extras/contrib has been replaced by a cleaner build system in /contrib
1824 Core:
1825  * Audio core rewrite, supporting higher samplerates, better volume management,
1826    better device selection, new channel layouts and new output capabilities
1827  * Fix support for .001, .00x split files on Windows
1828  * Full support for UNICODE Windows mode
1829  * Disable and mark obsolete --language selection
1830  * Port to Android
1831  * Port to iOS
1832  * Partial support for Windows Store App / WinRT
1833  * Add an audio fingerprinter, using AcoustID!
1834  * Remove SQL support
1836 Decoders:
1837  * Support for CDXL, Ut Video, VBLE, Dxtory codecs via libavcodec
1838  * Numerous improvements on the OpenMAX IL codec module
1839  * Support for Ulead DV audio
1840  * Support for TechSmith Screen Codec 2, Microsoft Expression Encoder Screen,
1841    Microsoft Application Screen Decoder 1 (MSS1) and 2 (MSS2)
1842  * Support for Indeo Audio Coder, RealAudio Lossless
1843  * Add Hardware Acceleration support on OS X for H.264 based upon VDADecoder
1844  * Add Hardware Acceleration support on Android Jelly Bean using MediaCodec
1845  * Add Hardware Acceleration support on Linux using VDPAU
1846  * Support for SCTE-27 subtitles
1847  * Split G.711 decoder from Araw decoder
1848  * X Window system raster image dump pseudo-decoder
1849  * Support for Webinar GoToMeeting 4 (G2M4)
1851 Encoders:
1852  * high10, high422 and high444 encoding support in h264
1853  * QuickSyncVideo Encoding (Intel Media SDK) support using Intel GPU on Windows
1854  * New AAC encoder using the fdk-aac library (non-free)
1856 Access:
1857  * Screen: add support for OS X Lion and later,
1858            remove support for previous OS X releases
1859  * Major improvements in DASH support
1860  * Improvements in Blu-Ray module, notably for multiple video tracks support
1861  * Important improvements and rewrite of the v4l2 access module
1862  * HTTP: support for Internationalized Domain Names
1863  * Microsoft Smooth Streaming support (H264 and VC1) developed by Viotech.net
1864  * NTSC EIA-608 closed caption input support via V4L2 VBI devices
1865  * Add support for VNC/rfb in view only mode
1866  * Add support for Remote Desktop/RDP in view only mode
1867  * Timecode: generate a clock/timecode as a subtitle track
1868    vlc video.mkv --input-slave timecode:// --timecode-fps 30/1001
1869  * New video capture module for OS X based on AVFoundation, named AVcapture
1870  * New shared memory framebuffer access module, named shm
1872 Demuxers:
1873  * MP4: partial support for fragmented MP4
1874  * Vorbis: better support for metadata and cover art
1875  * AVI: better support for tags and extended metadata
1876  * Support for FLAC, Atrac and some ADPCM in AVI
1877  * Support for DV data type 1 in AVI and 12 bits DV Audio
1878  * Support for total number of tracks in major container
1879  * Support for Cook and Atrac in MKV
1880  * AVI: support for files produced by Nikon cameras
1881  * Support for more MJPEG streams
1882  * Add support for liveleak streams
1883  * Add support for Wave/RF64 files
1884  * Prevent numerous uncaught exceptions in MKV
1885  * Add protection against several potential heap buffer overflow in libebml
1887 Audio output:
1888  * Windows Audio Session API audio output support
1889  * OpenBSD sndio audio output support
1890  * Important improvements on the Android OpenSL ES audio output
1891  * Android AudioTrack audio output support
1892  * OS X Auhal output support for 6.1, 7.1, 8.0 and 8.1 playback and layouts
1893  * Rewrite of OSS module to support OSSv4
1894  * OS X Auhal output support for multi-buffer output devices
1895    This fix was facilitated through a hardware lending by TEAC Europe GmbH
1896    distributing such devices under the brand "TASCAM" (US-122, US-144, etc.).
1897  * Rewrite of the AudioQueue output for iOS (and OS X)
1898  * New, simplified AudioUnit output for iOS
1900 Audio Filters:
1901  * New remapping channel filter
1902  * New filter to enhance stereo effect by mono suppression and delay effect
1903  * New VSXu visualization plugin
1904  * ARM NEON acceleration of volume filter
1905  * Rewrite of the simple downmixer filter
1906  * New gain audio filter
1908 Video Outputs:
1909  * New output for Decklink Blackmagic cards
1910  * New output using OpenMAX IL hardware acceleration API
1911  * OpenGL: use glsl instead of ARB to do the YUV->RGB conversions
1912  * OpenGLES: add support for color conversation shaders on Android and iOS
1913  * Fix and enable the OpenGL ES1 and ES2 outputs
1914  * Support for subpictures in the OpenGL ES2 output
1915  * Fix the power management issue on Windows for standby management
1916  * New output module for iOS using OpenGL ES2
1917  * Fix performance issue on Macs with multiple graphics cards
1919 Video Filters:
1920  * New anaglyph video filter which transforms side by side 3D video streams in
1921    anaglyph glasses (aka red/blue) compatible images
1922  * Support in deinterlacing filter for most 4:2:0, 4:2:2, 4:4:4 YUV formats
1923    and for bits depth higher than 8bits (like 10bits)
1924  * Improvements on the transform filter, to support 10bits and RGB formats
1925  * Revival of the openCV and openCV example filters
1926  * ARM NEON acceleration of chroma filters
1928 Stream Output:
1929  * Extended support for recording, notably for MKV and AVI
1930  * Options support for AVIO output module
1931  * Livehttp places more accurate segments durations in playlist
1932  * Livehttp allows setting cachin-variable in playlist
1933  * Livehttp stream encryption support
1934  * Livehttp supports changing encryption key and uri on segment change with key-loadfile option
1935  * Added chromaprint based audio fingerprinting
1937 Fingerprinters:
1938  * Add AcoustID/Musicbrainz based fingerprinter
1940 Interfaces:
1941  * configurable password for the HTTP server
1942  * .hosts removed from the HTTP server
1943  * fix Lua command line interface console mode under Windows
1944  * Better support for MCE remotes on Windows
1945  * Hotkey support for TS program selection
1946  * Rewrite of D-Bus inhibit interface
1947  * Improvements on motion sensing interface, fix orientation, move out
1948    rotate mode into the rotate video filter
1950 Services discovery:
1951  * UPnP A/V subtitles
1952  * Support for multiple UPnP resources on a single item
1954 OS X Interface:
1955  * Add support for multiple video outputs
1956  * Add accessibility support to playback windows, open panel and fullscreen
1957    controller
1958  * Add a GUI to manage podcasts
1959  * Add a new panel for media conversation and streaming
1960  * Add a GUI for the QTSound access input to process audio captured locally
1961    - This also allows to capture input from a webcam and a mic at the same time
1962  * Add a GUI to capture QTSound data along with the current screen content
1963  * Add an option to let the Apple Remote control the system volume instead of
1964    VLC's internal volume level
1965  * Add a new Subtitles menu to change Subtitles and their properties during
1966    playback
1967  * Add the ability to create custom equalizer presets based upon the current
1968    selection and to manage the list of presets
1969  * Add custom profiles for video and audio effects, which let the user keep
1970    multiple configuration sets of all the individual filters
1971  * Support for pausing iTunes during media playback with VLC
1972  * Add support for video filters to clone the video output or split it in parts
1973  * Add A->B loop feature known from the Qt interface
1974  * Add an option to disable skipping to next/previous file with the Apple Remote
1975  * Add an option to show next / previous buttons
1976  * Add an option to hide the shuffle and repeat buttons
1977  * Add an option to hide the audio effects button (default enabled)
1978  * Add optional playlist columns for track number, genre, album, description,
1979    date and language
1980  * Add options to the Advanced Open File dialog for start and stop time
1981  * Add an option to play videos as a desktop background
1982  * Add support for playing video and showing audio visualizations side by side
1983  * improve fullscreen controller time slider with larger click target
1984  * rewrite of minimal macosx module for use within VLCKit
1985  * Add support for 'macosx-autoplay' to the Apple Event / Apple Script bindings
1986    when adding new inputs - this also affects network streams opened through
1987    3rd party applications
1988  * Add a UI to the preferences dialog to configure the default application
1989    handler for ftp, mms, rtmp, rtp, rtsp, sftp, smb and udp streams
1990    (system-wide settings)
1991  * Add support for the Video Title option
1992  * Add support for the Boss Key
1993  * The Streaming/Transcoding wizard and the open dialog's output panel are
1994    deprecated now and will be removed in a future release
1997  * Partial support for Qt5.0
1998  * Menus modifications and improvements
1999  * Playlist improvements and fixes, including PictureFlow view
2000  * Streaming output wizard rewrite
2001  * Add bitrate graph in information panels
2002  * Filters panels improvements, notably Equalizer and Compressor
2003  * EPG display fixes and improvements
2004  * Add SD pixmap sources
2005  * Preferences hotkeys management fixes
2006  * Display playlist total duration
2007  * Support for a Maximum volume in the UI
2008  * Add audio track fingerprinting from media info
2009  * New profiles format and dialog to handle filters and quality
2010  * Numerous fixes
2012 Skins2:
2013  * Port to OS/2
2014  * Extend sliders, offsets options
2015  * New bitmaps caching mechanism
2016  * Numerous fixes and improvements
2017  * Skinning of the Fullscreen controller
2019 libVLC:
2020  * new libvlc_audio_output_device_list_get and libvlc_audio_output_device_list_release functions
2021    to replace the deprecated libvlc_audio_output_device_count, libvlc_audio_output_device_longname
2022    and libvlc_audio_output_device_id
2023  * libvlc_audio_output_get_device_type and libvlc_audio_output_set_device_type are now deprecated
2024  * new libvlc_media_tracks_get and libvlc_media_tracks_release methods to get more info about the
2025    media tracks. libvlc_media_get_tracks_info is now deprecated.
2026  * new fingerprinter_Create and fingerprinter_Destroy for fingerprinter support
2027  * new libvlc_log_set, libvlc_log_set_file, libvlc_log_unset, libvlc_log_get_context and
2028    libvlc_log_get_object for a better logger mechanism
2029  * new libvlc_set_app_id to complement libvlc_set_user_agent to set the icons
2031 Removed modules:
2032  * portaudio audio output: use the native audio output instead
2033  * X11 On Screen Display notifications (xosd)
2034  * Linux Framebuffer On Screen Display interface (fbosd)
2035  * PVR: IVTV analog TV encoder - use V4L instead
2036  * RTMP access: use libavformat avio instead
2037  * RTMP access_output: use libavformat avio instead
2038  * Hildon GUI
2039  * MSN messenger "now playing" (broken and unmaintained since VLC 1.0.0)
2040  * Telepathy framework "now playing" (broken and unmaintained since VLC 1.0.0)
2041  * Nokia/Maemo MCE screen unblanking plugin
2042  * Broken crop video filter
2043  * Switcher module
2044  * OSD parser and menu
2045  * Xscreensaver: use xdg-screensaver
2046  * Removed DLL loader for non-Windows Operating Systems
2047  * SQL Media Library (broken and unmaintained)
2048  * SQL Lite (only used as SQL Media library backend)
2049  * htcpcp :)
2051 Translations:
2052  * Update of all translations
2055 Changes between 2.0.8 and 2.0.9:
2056 --------------------------------
2058 Demux:
2059  * Improve handling of corrupt ASF files
2060  * Fix buffer overflow in the mp4a packetizer
2062 Contribs:
2063  * Fix modplug security issues
2066 Changes between 2.0.7 and 2.0.8:
2067 --------------------------------
2069 Access:
2070  * Fix ISDB-S tuning
2071  * Fix crash in QTsound
2072  * Fix screen mouse file location
2073  * Fix invalid memcpy in MMS access
2075 Demux:
2076  * Fix use after free in sgimb
2077  * Improve resistance and checking against malformed MKV files
2079 Decoders:
2080  * Fix crash in the libavcodec module
2082 Mac OS X:
2083  * Fix interface crashes
2084  * Fix autostart playback option
2085  * Respect "playlist-autostart" option
2087 Translations:
2088  * update Welsh translation
2089  * New Kannada translation
2092 Changes between 2.0.6 and 2.0.7:
2093 --------------------------------
2095 Input:
2096  * Fix playback termination when switching ES tracks (PowerPC only)
2097  * Fix memory exhaustion vulnerability when playing specifically crafted
2098    playlist files
2100 Decoders:
2101  * Fix WMA Pro, MPEG 4 ALS, APE, MLP and ADPCM-IMA4 playback
2103 Encoders:
2104  * Fix audio encoding for numerous codecs, notably mp3 and aac
2106 Muxers:
2107  * Fix noticeable memory leak when creating AVI files
2109 Video output:
2110  * Fix crash when using libvlc in 3rd party applications (Mac only)
2112 Mac OS X Interface
2113  * Minor improvements
2114  * Fix issue which could lead to loss of media files created through transcoding
2116 HTTP Interface
2117  * Fix two xss vulnerabilities (CVE-2013-3565)
2119 Translations:
2120  * Update Basque, Simplified Chinese, Ukrainian, Turkish, Portuguese, Norwegian BokmÃ¥l,
2121    Burmese, Lithuanian, Italian, Hindi, Spanish, German, Czech, Danish, Welsh translations
2122  * New Azerbaijani, Kirgyz, Oriya translations
2125 Changes between 2.0.5 and 2.0.6:
2126 --------------------------------
2128 Access:
2129  * Fix HTTPS playback with some certificates previously rejected
2131 Audio Output:
2132  * Improve lookup of human readable device names in AUHAL plugin (OS X)
2134 Demuxers:
2135  * Fix crash with broken asf files (SA-1302)
2136  * Fix MKV behaviour with unknown or new ebml elements
2137  * Fix use-after-free crash in Ogg demuxer, found by Tomi Juntunen
2138  * Fix regression on some paletted codecs in AVI
2139  * Fix ALAC in mp4 regression
2140  * Improvements to the vimeo playlist parser
2142 Decoders:
2143  * Fix GPU decoding on Intel HD 2000/3000 cards on Windows
2144  * Fix FLAC 6.1 and 7.1 channel layout
2145  * Fix crashes in HTML srt subtitles
2146  * 3rd party codecs updates
2148 Mac OS X:
2149  * Fix subtitle rendering resolution when using OS X's native fullscreen mode
2150  * Improve fullscreen controller time slider with larger click target
2151  * Fix listing of the lua interfaces (web, telnet and console)
2152    in the advanced preferences panel
2153  * Fix spatializer audio filter panel
2154  * Fix crash within the video output code
2155  * Fix BDMV folder selection issue on OS X Mountain Lion, which treats such
2156    folders as a AVCHD file as soon as they include an item named INDEX.BDM
2157  * Fix bug which caused a hidden fullscreen panel
2158  * Fix various minor UI drawing issues (main window, fullscreen controller,
2159    lua extensions, ...)
2160  * Allow VLC to be associated with .dvdmedia packages
2163  * Fix clearing of Media Info panel on dialog exit
2165 GNU/Linux:
2166  * Numerous D-Bus and MPRIS2 improvements
2167  * Reject broken versions of PulseAudio
2169 Windows:
2170  * Fix uninstallation in different location than C:\
2172 Translations:
2173  * Update of Brazilian Portuguese, Traditional Chinese, Thai, Portuguese,
2174    Japanese, Italian, Hebrew, Estonian, Spanish, Czech, Catalan, Bosnian,
2175    Asturian, French, Romanian, Serbian, Russian, Hindi, Estonian, German
2176    Slovenian Norwegian BokmÃ¥l, Khmer, Icelandic, Interlingua, Welsh, Ukrainian,
2177    Dutch, Danish, translations
2178  * New Gujarati, Aragonese translations
2181 Changes between 2.0.4 and 2.0.5:
2182 --------------------------------
2184 Access:
2185  * Fix DVB-S delivery system detection
2187 Audio Output:
2188  * Fix playback initial synchronization with PulseAudio
2189    (however similar bugs in PulseAudio version 2.0 and later still exist)
2190  * Fix file output bug affecting floating point on big endian systems
2192 Demuxers:
2193  * Fix crash with some embedded subtitle fonts
2194  * Fix buffer overflow in HTML subtitles parser
2195  * Fix koreus lua parser
2196  * Improve reliability for RTSP streams sent by some IP cameras
2197  * Fix division by 0 in AIFF demuxer
2198  * Fix some MKV crashes when ordered editions have empty or broken links
2199  * Fix SWF potential crash on malformed files.
2201 Video filters:
2202  * Fix crash in Freetype with embedded fonts
2203  * Fix wrong aspect ratio in some cases
2205 Encoders:
2206  * Fix Mpeg-2 audio and video encoders initialization
2208 Mac OS X:
2209  * Fix Reveal-in-Finder for files with non-Western file names
2210  * Fix crash with local statistics disabled
2211  * Fix Time counter UI look
2212  * Fix system sleep issue on OS X 10.5
2214 Win32:
2215  * Fix https streaming
2217 libVLC:
2218  * Fix audio and video track selection:
2219    The constant track identifier is now always used. Some functions previously
2220    incorrectly used the (moving) index of the track in the table of tracks.
2222 Translations:
2223  * Update of Asturian, Bengali (India), Bosnian, Croatian, Czech, Danish,
2224    Dutch, Estonian, French, Galician, Scottish Gaelic, German, Hebrew,
2225    Italian, Japanese, Khmer, Malayalam, Polish, Slovak, Simplified Chinese,
2226    Traditional Chinese, Brazilian Portuguese, Turkish, Thai translations
2227  * Initial translations for Welsh and Interlingua
2230 Changes between 2.0.3 and 2.0.4:
2231 --------------------------------
2233 Audio Output:
2234  * Improve playback synchronization with PulseAudio.
2235  * Fix ALSA digital pass-through ("S/PDIF").
2236  * Fix live audio device selection on Mac OS X
2237  * Fix detection of some 5.1 and 7.1 kits on Windows.
2238  * Fix audio output behavior when the output device is plugged or unplugged
2239    during playback on Mac OS X
2241 Access:
2242  * Fix numerous DVD (dvdnav) crashes
2243  * Fix HTTP playback through proxy and advertise gzip correctly
2244  * Fix TLS busy-loop during client-side handshake
2246 Codecs:
2247  * Support for Opus decoding via libopus, including multi-channel files
2248  * Support MSS1 and MSS2 decoding through DMO libraries
2249  * Fix Hebrew and Greek subtitles encoding
2250  * Fix crashes on malformed subtitles and malformed png files
2251  * Fix crashes when using hardware decoding
2253 Demuxers:
2254  * Fix issues in Ogg with zero length packets
2255  * Fix file duration of Ogg/Theora and Ogg/Vorbis files
2256  * Fix vimeo, koreus and youtube lua parsers
2257  * Support Youtube live streams
2259 Windows:
2260  * Fix Wallpaper mode on Windows 7/8
2263  * Fix media info dialog update
2264  * Fix random/repeat preferences saving
2265  * Fix crashes when opening audio effects dialog, with skins and playlist
2266  * Fix crash on association dialog on Windows XP
2267  * Fix album art display at start
2269 Mac OS X:
2270  * Fix command-line options to control the interface behavior
2271  * Deactivate CoreAnimation effects on Leopard
2272  * Fix menus display and behavior
2273  * Fix various crashes and small issues including bookmarks, playlist, buttons,
2274    streaming wizard, video size, hotkeys and fullscreen controller
2275  * Fix font selection for Unicode subtitles
2276  * Improve system sleep behavior when playing audio-only media. The screen is
2277    allowed to sleep while the system is kept awake during playback.
2278  * Fix code signing of Delete Preferences application
2279  * Add option to Audio Effects panel to activate the Karaoke filter
2281 Miscellaneous:
2282  * Fix Notify (D-Bus) plugin deadlock.
2283  * Fix buffer corruption in freetype and subtitles modules
2284  * Improve Blu-Ray and HLS support
2285  * Fix issues on selection of playlist items for WebUI
2286  * Codec and other 3rd party library updates
2287  * Fix swscale and canvas behavior with Aspect Ratio
2288  * Fix mime-type when streaming Webm over HTTP
2289  * Fix recording behaviour in Windows network environments
2290  * Codecs and 3rd party libary updates
2292 Translations:
2293  * Updates of Norwegian BokmÃ¥l, Korean, Slovak, Serbian, Russian, Traditional
2294    Chinese, Simplified Chinese, Portuguese, Walloon, Turkish, Thai, Polish,
2295    Dutch, Khmer, Hindi, Japanese, Galician, Hebrew, German, Breton, Scottish
2296    Gaelic, Czech, Estonian translations
2297  * Initial translations for Bengali, Fula, Gujarati and Bosnian
2300 Changes between 2.0.2 and 2.0.3:
2301 --------------------------------
2303 Access:
2304  * Fix some HTTP request that broke some radio channels
2306 Demuxers:
2307  * Fix support for some flv files (notably joined)
2308  * Fix a crash when opening ape files with ID3v1 tags
2310 Mac OS X:
2311  * Add GateKeeper support
2312  * Fix handling for some hotkeys
2313  * Fix fullscreen toggle over extra interfaces
2314  * Minor bugfixes and improvements
2317  * Fix Windows 8 interface style
2319 Translations:
2320  * Updates for Breton, Czech, Dutch, Gaelic, German, Hebrew, Hindi, Icelandic,
2321    Japanese, Khmer, Korean, Polish, Russian, Simplified Chinese, Slovenian,
2322    Thai, Turkish and Walloon
2323  * New translations to Uzbek and Marathi
2324  * Fix activation of Gaelic and Thai translations
2327 Changes between 2.0.1 and 2.0.2:
2328 --------------------------------
2330 Video Output:
2331  * XP machine will now use DirectX mode by default, like in previous versions.
2332    There were too many errors with broken drivers.
2333  * More accurate colourspaces conversions for YUV->RGB in OpenGL
2334  * Add menu support for libvlc / VLCKit applications on Mac OS X
2335  * Various fixes on Mac OS X, notably for crop, zoom, osd and menu support
2336  * Misc fixes in OpenGL module, on all platforms
2337  * Fix video output on PowerPC-based Macs equipped with an ATI Radeon 7500,
2338    an ATI Radeon 9200 or a NVIDIA GeForceFX 5200 Ultra.
2339  * Fix video output of 10bit encoded contents on Intel-based Macs equipped
2340    with an Intel GMA 950 chipset running OS X 10.6 or later.
2341  * Add support for the HiDPI mode used on recent Apple products with so-called
2342    Retina Displays.
2344 Access:
2345  * Rework Digital TV module for Windows. DVB-T and DVB-C should work again
2346  * Fixes for RAR compressed files
2347  * Fix DirectShow crashes on exit
2348  * Improve PulseAudio input latency
2349  * Fixes for HTTP access through a proxy
2350  * v4l2 webcam outputting H264 can now be used directly (use --v4l2-chroma=h264)
2351  * Fix subtitles auto-detection in subfolders and detection behaviour
2352  * IE http proxy is not used anymore by VLC on Win32
2353  * Accept more extensions for DVD images
2354  * Fix crash in VC1 packetizer
2355  * Improvements in Blu-Ray playback
2356  * Improvements and fixes in HLS support
2358 Codec:
2359  * Fix crashes in AAC decoder on channels changes, notably in ISDB streams
2360  * Fix compilation with multiple FFmpeg and libav versions
2361  * Fix G726 support
2362  * Fix MP3 free format support
2364 Demuxers:
2365  * Fixes for MKV segments, seeking and MKV title display
2366  * Fix for some mp4, voc, midi and au crashes
2367  * Fix for Real .ram, .f4v, .avi and .ra files support
2368  * Fix for DVB channels file support
2369  * Fixes for alac, vorbis, DTS, VC-1 and Dirac in mp4
2371 Encoders:
2372  * Fix for MPEG Audio encoding, use layer2 when using fourcc "mp2 " and "mp2a"
2373  * Fix for JPEG generation, when doing snapshots
2375 Audio filters and output:
2376  * Limitation of spatializer volume output
2377  * Fix DirectSound device selection
2378  * Correct PulseAudio volume control
2379  * Do not apply volume in file output
2380  * Fix sampling rate in JACK output
2381  * Fixes in ALSA output for latency and for broken drivers
2383 Mac OS X:
2384  * Enable drag and drop of playlist items between the temporary playlist and
2385    the persistant media library
2386  * Enable import of playlist items taken from the service discovery modules
2387    to the media library or the temporary playlist
2388  * Media key support for keyboards by other manufacturers than Apple
2389    This fix was facilitated through a hardware donation by ZF Friedrichshafen AG
2390    manufacturing keyboards under the brand "Cherry".
2391  * Add support for the Apple Remote to set the Mac to sleep using a longer
2392    press on the Play/Pause button
2393  * Remove libfontconfig's font cache by an Apple Type Services lookup.
2394    This removes the "Updating Cache" dialog, before finding all fonts.
2395  * Re-add an option to hide the window decoration during video playback
2396  * Improve compatibility with other 3rd party apps using SPMediaKeyTap
2397  * Many Fullscreen fixes
2398  * Keep Aspect Ratio when resizing is back
2399  * Add controls to manipulate the Subtitles Duration to the Track
2400    Synchronization panel
2401  * Hidden items in the sidebar are being retained for the next launch now
2402  * Fix crash when trying to open an Audio CD by drag & drop
2403  * Improve reliability when opening DVDs or BDs by drag & drop
2404  * Fix crashes on exit
2405  * Fix crash when mounting a device with multiple logical volumes while
2406    VLC is running
2407  * Chosen audio output device is retained throughout multiple sessions
2408  * Since running the Mac OS X interface as an Extra Interface or Control
2409    Interface can lead to undefined results, eventual settings will be
2410    automatically reset on the first launch.
2411    - This fixes issues with unresponsive playback controls and crashes on quit.
2412  * Update Growl plugin for use with Growl 1.3
2413  * Miscellaneous minor interface improvements
2415 Lua Scripts:
2416  * Fixes for stdin/stdout and for different locale issues
2417  * Fixes for icecast SD
2420  * Fix preferences for audio devices on Windows
2421  * Fix playlist search and selector behaviour
2422  * Fix multiple issues in the Open Disc dialog
2423  * Miscellaneous fixes in preferences, buttons, EPG, playlist and customize dialog
2424  * Fix tags and file names display
2425  * Fix various crashes, display issues and usability issues
2427 Skins2:
2428  * Fix mousewheel on Windows
2429  * Fix for key events and focus loss
2431 Web interface:
2432  * Fix display of some buttons
2433  * Fix listing of files in the Open interface
2434  * Fixes for widgets behaviour and vlm dialog
2436 Security:
2437  * Fix Ogg Heap buffer overflow
2438  * Update taglib (CVE-2012-2396)
2439  * Update libavcodec and other codecs libraries
2441 Translation:
2442  * Traditional Chinese, Simplified Chinese, Walloon, Slovak, Polish, Khmer,
2443    Japanese, Italian, French, Czech, Belarusian, Breton, Greek, Spanish,
2444    Estonian, Irish, Galician, Hungarian, Japanese, Dutch, Telugu, Ukrainian,
2445    Thai translations update
2446  * New Scottish Gaelic translation
2449 Changes between 2.0.0 and 2.0.1:
2450 --------------------------------
2452 Access:
2453  * fix and improve the CDDB information retrieval
2454  * fix the samba module compilation
2455  * fix UDP / RTP multicast stream reception on Mac OS X when using the 10.7 SDK
2456  * multiple fixes for HLS support, notably on Win32 and for encryption
2457  * multiple fixes for Bluray discs playback
2458  * fix for DVD decryption on some RPC-I drives
2460 Codecs:
2461  * Support for MXPEG files
2462  * limit auto-detected threads to 4 in avcodec module
2463  * fix quicktime audio codecs in RTSP streams
2465 Demuxers:
2466  * Fix multi-file splitted RAR archive support
2467  * Fix a crash when seeking in mka
2468  * Improve MKV multi-video tracks support
2470 Muxers:
2471  * Fix ogm header creation
2473 Audio filters:
2474  * limit spatializer filter distortions
2475  * Use fastest SinC algorithm for samplerate module
2477 Audio output:
2478  * Fix S/PDIF passthrough with ALSA.
2479  * Remove flawed ALSA channels autodetection.
2480    The available ALSA channels MUST be configured now (stereo by default).
2481  * Fix delay when changing the volume on Mac OS X
2483 Video filters:
2484  * Fix gradfun unloading on Windows platform
2486 Mac OS X interface:
2487  * allow to hide the playlist to get a small controller window
2488  * allow to hide the sidebar
2489  * disable Lion fullscreen mode by default, since its behavior is misleading
2490    - this fixes fullscreen video output on a secondary screen
2491  * noticebly faster launch time
2492  * correct a few visual glitches and accessibility support
2493  * re-enable visual feedback on seek and volume changes
2494  * improve track synchronization panel
2495  * fix fontconfig cache dialog, closure of the interface and numerous crashes
2496  * fix crop, aspect ratio handling, DVD (no menu) support and Open subtitle menu
2498 Qt interface:
2499  * allow a native seek slider instead of the blue one
2500  * fixes in the playlist, the addons dialog, the menus, the main toolbar
2501    the open dialogs, preferences and customization dialogs
2502  * fix for fontconfig cache dialog, when rebuilding ASS fonts
2504 Skins interface:
2505  * fix for menus display
2506  * Addition of $R to display current playback speed
2507  * documentation update
2509 Web interface:
2510  * fix mobiles display for remote control mode
2511  * support for .drc and .3ga extensions
2513 Service discovery:
2514  * fix SAP discovery, where an item was added multiple times
2515  * fix SAP discovery on Mac OS X when using the 10.7 SDK
2516  * Update Jamendo selections
2518 Miscellaneous:
2519  * fix DBus crash
2520  * fix build issues on BSD, Linux/PPC and Linux/Sparc
2521  * fix a crash on VLM close
2523 Security:
2524  * Update libpng to 1.5.9 (CVE-2011-3026)
2525  * Update freetype to 2.4.9 (CVE-2012-1126 up to CVE-2012-1144)
2526  * Fix MMS stack overflow (SA-1201 - CVE-2012-1775)
2527  * Fix RealRTSP heap overflow (SA-1202 - CVE-2012-1776)
2529 Translations:
2530  * Update of Czech, Spanish, Swedish, Turkish and Walloon translations
2533 Changes between 1.1.13 and 2.0.0:
2534 ---------------------------------
2536 Important notes:
2537  * The licenses of libVLC and libVLCcore have changed from GPLv2+ to LGPLv2.1+
2538  * Start/end titles/chapters are now specified with # rather than @ to fix
2539    conflicts with some URLs and file names. For instance, this plays a DVD
2540    from the 2nd chapter of the 1st title up to the 4th chapter of the 3rd
2541    title:  vlc dvd://#1:2-3:4
2542  * The 40+ --*-caching options were simplified and dumbed down to 4 options:
2543    - --file-caching specifies caching for local files,
2544    - --network-caching specifies caching for network resources,
2545    - --live-caching specifies caching for capture devices and
2546    - --disc-caching specifies caching for local optical media.
2547    All values are expressed in milliseconds as in previous versions.
2548  * HTTP server IP address, port, and TLS configuration is now centralized:
2549    - The --http-host option sets the address, e.g. "--http-host=[2001:db8::1]".
2550      By default, both :: and 0.0.0.0 are used.
2551    - The --http-port and --https-port options set the port numbers.
2552      By default, 8080 is used for HTTP, and 8443 for HTTPS.
2553    - The TLS credentials are configured with --http-cert (public certificate),
2554      --http-key (private key), --http-ca (optional CA) and
2555      --http-crl (optional CRL).
2556  * RTSP server IP address and port are updated similarly.
2557    Use --rtsp-host and --rtsp-port respectively.
2558  * The --miface-addr option does not exist anymore. To select the multicast
2559    output interface, use --miface instead, e.g. --miface=eth0.
2560  * The Windows version will only work with Windows XP SP2 or later.
2561    Windows 2000 SP4, Windows XP < SP2, Windows 2003 SP0 are now unsupported.
2562  * The Mac OS version will require Quartz Extreme compatible machines.
2564 Important changes for packagers:
2565  * The default builds now assume that the operating system uses UTF-8 for
2566    its file systems and files content (except the Windows port). If this is
2567    not acceptable, pass --enable-non-utf8 to the configure script.
2568    Non-UTF-8 file systems support will be removed in future versions.
2569  * The VLC plugins path can be overridden with the VLC_PLUGIN_PATH environment
2570    variable. The --plugin-path command line option was removed.
2571  * The default tarballs are now compressed with XZ/LZMA: .tar.xz
2572  * OSS support is not compiled on Linux by default, pass --enable-oss to the
2573    configure script if you use OSSv4 or really want to use OSS emulation.
2574  * The webplugins have moved to: git://git.videolan.org/npapi-vlc.git
2576 Core:
2577  * Major Video Core and Outputs rework and rewrite:
2578    Subtitles, subpictures and OSD can now be sized and blent inside outputs
2579    x11 (Unix), OpenGL (Unix) and Direct3D (Windows) are such video outputs.
2580  * Almost every video filter can now be transcoded
2581  * Playback rate doesn't get resetted to 1 between items anymore
2582  * Option --sub-filter was renamed --sub-source
2583  * Port to Android, iOS, OS/2 and Win64.
2585 Access:
2586  * Multiple files are now supported inside RAR files
2587  * Experimental support for ClearQam devices in the BDA/DTV module
2588  * DVB-S scanning support on Unix
2589  * DVB-C scanning on Unix scans correct modulation/symbolrate if needed
2590  * Support for freq and video standard selection in DirectShow
2591  * Support for VDR recordings (http://www.tvdr.de/) folders
2592  * Experimental Blu-Ray Discs support using libbluray
2593  * HTTP Live Streaming (IETF draft) playback support
2594  * Blackmagic DeckLink SDI cards input support (Linux only currently)
2595  * Linear Systems (HD-)SDI cards input support (Linux)
2596  * PulseAudio audio input support
2597  * Support for RTP dynamic payload types by specifying the payload format
2598    in an option (no autodetection): only Theora supported for now
2599  * Basic HTCPCP implementation for Coffee Pot control
2600  * Support for all QTKit-compatible video input devices, aka QTCapture
2601  * Support for all QTKit-compatible audio input devices, aka QTSound
2602  * Support for capturing partially hidden windows in the X11 Screen input
2603  * MPEG DASH (Dynamic Adaptive Streaming over HTTP) support
2604  * Support for HTTPS is now fixed in the Windows port
2606 Codecs:
2607  * One can now use ffmpeg-mt in conjunction with vlc, to split decoding load
2608    on multiple cores. H.264, VP3, VP8, JPEG-2000, Mpeg-4 ASP/DivX and RV3/RV4
2609    are notably concerned.
2610  * Important fixes for RealVideo 3.0 and 4.0 playback, notably in MKV
2611  * Experimental Hardware decoding using Broadcom CrystalHD cards
2612  * New module for decoding EBU subtitles (.stl)
2613  * Support for 9bits and 10bits H.264/AVC decoding
2614  * Support for 20-bits PCM and DAT-12 (digital magnetic tapes) from RTP
2615  * New module for Dirac encoding, using the faster libschroedinger
2616    The Schroedinger module should be prefered to the Dirac one
2617  * Support for WMV Images, aka WMVP and WVP2, as used by Photo Story
2618  * Support for Lagarith Lossless video codec
2619  * Support for ProRes 422 video codec in 10bits
2620  * Support for DNxHD (VC-3) and JPEG-2000 in 10bits
2621  * EIA-608 closed captions improvements
2622  * Support for JPEG-2000 and Motion JPEG-2000 in the Windows and Mac binaries
2623  * Experimental support of IOMX for OpenMAX IL codecs on Android
2624  * One can use "mp2 " fourcc to encode in mpeg1/2 layer 2
2626 Demuxers:
2627  * New images demuxer supporting jpeg, png, targa, xcf, git, tiff, bmp, pcx, lbm
2628  * C64 SID file playback support of using sidplay2
2629  * Support for images/cover art in wma/wmv/asf files
2630  * Improvements in .ape files metadata reading and writing
2631  * New demuxer module for EBU subtitles (.stl)
2632  * Support for caf, mtv, awb, f4v, amr, vro (DVD-VR) files
2633  * Ogg, flv, mxf, amr seeking improvements
2634  * Major improvements in Matroska (mkv) chapters/segments handling and seeking
2635  * Support for duration and better seeking in Mpeg-TS files (.ts, .m2ts, .mts)
2636  * Mov improvements, notably for aspect-ratio handling and Audio DV tracks
2637  * Improved support of tracker files
2638  * Real Media (.rm and .rmvb) demuxer is now based on libavformat
2640 Interfaces:
2641  * Qt: effects dialogs rework
2642  * Qt: new CoverFlow-like view of the playlist
2643  * Qt: port to MacOS X platform
2644  * Qt: various interface improvements, notably on the seek bar
2645  * Skins2 / Qt: misc improvements and usability fixes
2646  * Skins2: fullscreen controller support, relative placement support
2647    and important cleanups and optimisations
2648  * Mac OS X: re-written Main Window, which also includes the Video Windows
2649    It is available in 2 looks, one grey (Lion style) and one black (QTX style)
2650  * Mac OS X: new Audio Effects panel adding Compressor and Spatializer filters
2651  * Mac OS X: new Track Synchronization panel
2652  * Mac OS X: new Video Effects panel for color and geometry adjustments
2653  * Mac OS X: re-written Open Disc functionality with automatic media detection
2654  * Mac OS X: support for the native fullscreen mode on OS X Lion
2655  * Mac OS X: enhanced AppleScript support
2656  * Mac OS X: support for lua extensions
2657  * The rc and telnet lua interfaces were merged into a new "cli" interface
2658  * lua: the recommended way to run custom interface scripts is now to pass
2659    -I luaintf --lua-intf myscript
2660  * ncurses: heavy refactor of the complete interface
2661  * dbus: Upgrade to an mpris2 compliant interface, see http://www.mpris.org
2662  * dbus: Rewrite of the main loop to use a more efficient poll-based model
2663  * webUI/http: Rewrite of the web interface, using jQuery
2664  * webUI/http: some requests are now supported in JSON in addition to XML
2665  * webUI/http: path values for input and output are deprecated in favour of uri
2666  * Qt/Win32: the update system now downloads the updates in the temp folder
2667  * Qt: preferences are now searchable
2668  * Qt: the fullscreen controller is now stackable, full-width, at the bottom
2670 Video Output:
2671  * New video output based on Direct2D for Windows 7 and Vista (with Platform Update)
2672  * New video output for iOS platform
2673  * Experimental work in progress on a video output using EGL
2674  * Adaptation of the OpenGL layer for OpenGL ES 1.1
2675  * Various vmem improvements
2676  * OpenGL video output now accepts YUV as input and uses fragment programs for
2677    chroma conversion between YUV and RGB
2678  * New video output for Android platform, based on Surface
2679  * Support for 9/10bits output in the OpenGL output
2680  * Updated OpenGL video output for Mac, requires a Quartz Extreme capable machine
2681  * New video output based on kva API for OS/2
2683 Audio Output and Filters:
2684  * New audio output based on AudioQueue API for iOS
2685  * New audio output in memory (amem)
2686  * Important simplification and improvements in the core audio output
2687  * New audio output based on OpenSL ES API for Android
2688  * New audio resampler using Speex (DSP)
2689  * New audio resampler using the Secret Rabbit Code (a.k.a. libsamplerate)
2690  * New Compressor filter, a dynamic range compressor
2691  * New simplistic Karaoke filter
2692  * New audio output based on kai API for OS/2
2693  * Automatic handover from S/PDIF to PCM with PulseAudio 1.0
2695 Video Filter:
2696  * New gradfun filter for debanding videos using dithering
2697  * Rewrite of the grain filter, faster and with better quality
2698  * New posterize filter for lowering the number of colors
2699  * Atmo ambilight: improve Fnordlicht support up to 254 channels
2700  * New sepia filter for creating sepia effect in videos
2701  * New deinterlacer mode Phosphor, a framerate doubling CRT TV simulator
2702  * New deinterlacer mode IVTC, to do live inverse telecine for NTSC films
2703  * New subsdelay filter to change subtitles delay
2704  * New anti-flickering filter
2705  * New OpenMAX DL IPCS filter for color space conversion and resizing
2706  * New video filter for denoising, based on the famous hqdn3d filter
2707  * Major improvements in the freetype text-rendering module, notably supporting
2708    blackbox and customizable shadow.
2709    NB: The freetype module is now used by default on the Mac OS X instead of
2710    the quartztext module, which can still be enabled manually.
2711    The Win32 font selection was improved too.
2713 Stream output:
2714  * New livehttp-module for HTTP Live Streaming (IETF draft) output
2715    example: vlc inputfile :sout="#transcode{vcodec=h264,acodec=mp3,
2716     venc=x264{profile=baseline},width=320,vb=256,ab=96}:std{
2717     access=livehttp{index=public_html/iphonestream.m3u8,
2718     index-url=http://url-to-iphonestreamfile-###.ts},mux=ts{use-key-frames},
2719     dst=public_html/iphonestreamfile-###.ts}"
2720  * Support for Vorbis and Theora in RTP
2721  * Major rework of VoD support
2722  * New delay module, to introduce delays of one ES, when streaming:
2723        #delay{id=12,delay=500}:standard...
2724  * New setlang, setid modules to change lang or id of one ES, when streaming:
2725        #setid{id=12,new-id=42}:std...
2726  * New langfromtelx module, to change lang of one ES, when streaming, based on
2727    a telextex page: #langfromtelx{id=12,magazine=7,page=0x99,row=1}:std...
2728  * New select module, to replace an existing ES with another ES in the same track
2729    #duplicate{dst=bridge-out{id=1},select=video,dst=bridge-out{id=0xa3},select=audio}
2730    #transcode{...}:bridge-in{id-offset=0}:select{disable=0}:setid{id=0,newid=0xa3}:autodel:std{...}
2731  * New libavformat/avio access_output module for network streaming
2733 Services Discovery:
2734  * Search API to be able to query distant search APIs from the interfaces
2735  * Upnp module was ported to Win32
2737 libVLC:
2738  * New capabilities for libVLC:
2739   ** libvlc_media_player_navigate for DVD navigation
2740   ** libvlc_audio_filter_list_get, libvlc_video_filter_list_get to get the
2741      list of available audio and video filters
2742   ** libvlc_audio_set_format, libvlc_audio_set_format_callbacks,
2743      libvlc_audio_set_callbacks
2744      allow grabbing audio data from a chosen memory location in real-time.
2746 Removed modules:
2747  * asademux, subsass: use libass
2748  * fake, invmem: use the new image demuxers
2749  * hal, v4l, gapi, omapfb, hd1000a, hd1000v: obsolete unmaintained modules
2750  * id3tag: use taglib
2751  * upnp: use upnp_intel
2752  * removal of old telnet interface in favor of the new lua CLI
2753  * removal of http interface in favor of luahttp
2754  * removal of the noise filter
2755  * removal of the SDL audio output, use the native outputs
2756  * growl_udp: use Growl for local notifications on the Mac. UDP support will be
2757               removed in Growl's next release, too.
2758  * removal of the OSSO screensave module, use the MCE one
2760 Translations:
2761  * Update of translations for most languages.
2762  * New Telugu and Kurmanji translations.
2765 Changes between 1.1.12 and 1.1.13:
2766 ----------------------------------
2768 Security:
2769  * Heap overflow in TiVo demuxer fixed.
2770  * Same default ACL for HTTP requests as for the rest of the HTTP interface.
2772 Audio outputs:
2773  * PulseAudio channels mapping (non-stereo) fix.
2774  * PulseAudio stream accidental overflow recovery.
2776 Video outputs:
2777  * XVideo support for mixed CPU/GPU endianess (especially on PowerPC).
2778  * XVideo support for automatic color keying.
2779  * xosd Xlib initialization failure fix.
2781 Decoders:
2782  * Camtasia decoding fix.
2784 Qt interface:
2785  * Rare crash while seeking fixed.
2786  * V4L2 video standard selection fixed.
2788 Translations:
2789  * Update of Chinese simplified, Estonian, German and Polish languages.
2792 Changes between 1.1.11 and 1.1.12:
2793 ----------------------------------
2795 Audio outputs:
2796  * Mac OS X / auhal: multiple fixes for the Digital Audio output (S/PDIF)
2797                      including support for OS X Lion
2798  * Multiple fixes and improved synchronization for PulseAudio support
2799  * Support for AC-3 and DTS passthrough with PulseAudio 1.0
2801 Unix port:
2802  * Fix build compatibility with taglib < 1.6 and Xulrunner 1.9.1
2804 Misc:
2805  * Fix crashes with Japanese locale on OS X
2806  * Minor fixes for Webplugin under Win32, AVI demuxer, smem and AudioScrobbler
2807  * Fix crash in HTTP and RTSP server (stream output or Web interface)
2809 Translations:
2810  * Update of Breton, Chinese Simplified and Basque
2813 Changes between 1.1.10 and 1.1.11:
2814 ----------------------------------
2816 Security:
2817  * Fix buffer overflows in the RealMedia demuxer (CVE-2011-2587)
2818    and the AVI one (CVE-2011-2588).
2820 Mac OS X:
2821  * Fixed scrolling direction if the input device's signal is inverted
2822  * Update Auhal audio output to the latest API
2823  * Fix images disappearing issue on the interface
2824  * Reduced installation size by up to 30 MB
2825  * Resolved conflict between iTunes and VLC wrt Media Key handling
2827 Mozilla/ActiveX webplugin:
2828  * Fullscreen mode is fixed on Win32
2829  * Very simple fullscreen controller is visible on Win32
2831 Demuxers/Meta Readers:
2832  * Better support for cover art embedded in mp4, wma
2834 Muxers/Output:
2835  * Fix AVI muxer so the generated files are readable on other players
2837 Extensions:
2838  * Multiple fixes for crashes and malfunctionning issues
2840 Qt Interface:
2841  * Fix quitting on Linux
2842  * Fix opening of VIDEO_TS folders through the open disc dialog on Windows
2843  * Miscellaneous
2845 Win32 port:
2846  * Update of codecs, fixing the mpeg-2 decoder crash
2848 Translations:
2849  * Update of Slovak, Lithunanian, Russian, Brazillian Portuguese, Serbian
2852 Changes between 1.1.9 and 1.1.10:
2853 ---------------------------------
2855 Windows and Mac OS X:
2856  * Update of external library modplug, to address multiple security issues
2858 Mac OS X Interface:
2859  * Improved Media Key handling based upon SPMediaKeyTap by Spotify AB
2860  * Fix for various crashes and small issues
2862 Demuxer:
2863  * Fix heap corruption / integer overflow in XSPF playlist parser
2865 Audio output:
2866  * PulseAudio output re-written due to unstability of the current one
2868 Win32 port:
2869  * Remove the fontconfig dependency from the freetype module
2871 Miscellaneous fixes in:
2872  * Windows 7 taskbar buttons
2873  * Qt interface
2874  * asx, live555, dvdnav demuxer
2875  * RTP output and XML export
2876  * Subtitles colours when using GPU decoding on Windows
2877  * v4l2 access
2879 Translations:
2880  * Update of Norwegian BokmÃ¥l, Slovak, Afrikaans, Luganda,
2881    Brazillian Portuguese, Irish, Thai, Estonian, Chinese, Polish,
2882    Dutch, German, Galician, Bulgarian, Lithuanian and Japanese translations
2883  * Initial Basque, Zulu, Peul, Amharic, Acoli, Chiga translations
2886 Changes between 1.1.8 and 1.1.9:
2887 --------------------------------
2889 Windows and Mac OS X:
2890  * Update of external library modplug, to address a security issue
2892 Demuxers:
2893  * mp4: Fix heap-based buffer overflow (VideoLAN-SA-1103)
2895 Mac OS X Interface:
2896  * Miscellaneous interface look adjustments
2897  * Improve Apple Remote handling
2898  * Fixe bugs in the Streaming / Transcoding wizard
2899  * Layout fixes in the Preferences and Controls windows
2900  * Fix incomplete list of hotkeys in the Preferences dialog
2901  * Fix quitting through Apple Events (Dock menu, App Switcher, AppleScript, etc.)
2903 Mac OS X Port:
2904  * Fix Growl local notification plugin
2905  * VLC bundle now includes the Growl framework
2906  * Fixes for eyeTV
2908 Translations:
2909  * Updates of Lithuanian, Estonian, Chinese, Japanese, Bengali, Dutch, Polish,
2910    German, Galician, Traditional Chinese translations
2911  * New Luganda Translation
2914 Changes between 1.1.7 and 1.1.8:
2915 --------------------------------
2917 Mac OS X Interface:
2918  * New UI graphics by Damien Erambert
2920 Interfaces:
2921  * Oldrc interface is again the default RC interface, on Windows
2922  * Luarc, luahttp and luatelnet fixes
2923  * Qt and Mac OS X fixes
2924  * numerous Skins2 fixes, notably winamp2 skins
2926 Encoder:
2927  * new libschroedinger-based Dirac codec encoder, faster than the current one
2929 Access/Demuxers/Codecs:
2930  * Subtitles auto-detection is back for .txt files
2931  * vod/rtsp server and rtsp input fixes
2932  * mp4 demuxer improvements
2933  * ogg, rstp input, video filters minor fixes
2934  * taglib's replaygain is fixed for mp3
2935  * vobsub support has an improved auto-detection
2936  * fix a crash in malformed ape files
2938 Miscellaneous fixes in:
2939  * Pulseaudio audio output, notably for usb cards
2940  * Stacktraces are now limited in size on Windows
2941  * Video resolution is now limited to 8192x8192, for security reasons
2942    See CORE-2011-0208, CVE-2010-3275, CVE-2010-3276
2943  * Configure and build system improvements
2944  * DirectShow and BDA build headers have been updated
2946 Translations:
2947  * Update for Finnish, Galician, Dutch, Chinese, German, Japanese, Lithuanian,
2948    Slovak, French, Polish, Estonian, Brazillian Portuguese and Hebrew
2949  * New icelandic translation
2952 Changes between 1.1.6 and 1.1.7:
2953 --------------------------------
2955 Linux port:
2956  * Integration with the KDE GUI platform is disabled due to KDE bugs
2957    #234484 and #260719.
2959 Mac OS X port:
2960  * Updated live555 library to fix playback of RTSP and Freebox streams
2961  * Running VLC in 64bit mode requires Mac OS X 10.6.0 or later for speed
2962    and stability reasons
2964 Demuxers:
2965  * Fix for Matroska / WebM remote code execution vulnerability.
2966    VideoLAN-SA-1102
2968 Translations:
2969  * Update for Hebrew, Japanese, Danish and Russian translations
2972 Changes between 1.1.6 and 1.1.6.1:
2973 ----------------------------------
2975 Source:
2976  * Fix libnotify, lirc, pulse compilation and packaging for Unix/Linux
2979 Changes between 1.1.5 and 1.1.6:
2980 ---------------------------------
2982 Audio output:
2983  * Multiple fixes and improvements on PulseAudio output
2984    PACKAGERS are VERY STRONGLY advised to update libpulse to 0.9.22.
2985    Update is required to use PulseAudio with the Phonon-VLC backend (KDE)
2986    and with the Mozilla VLC web browser plugin.
2988 Access:
2989  * Fix the Audio CD crash when looking for CDDB metadata on Windows
2991 Decoders:
2992  * Support for MPC SV7 and SV8 on Windows and Mac OS X (Unix was already working)
2993  * Enabled FluidSynth MIDI playback plugin on Mac OS X
2994  * Faster VP8/Webm decoding with recent codecs libraries
2995  * Fix heap corruption in CD+G decoder - CVE-2011-0021 / VideoLAN-SA-1101
2997 Demuxers:
2998  * Fix Buffer overflow in Real demuxer - CVE-2010-3907 / VideoLAN-SA-1007
2999  * Fix some asf/wmv seeking issues, notably when seek didn't go to a keyframe
3000  * Support for 24-bits PCM over RTP (audio/L24)
3002 Subtitles and renderer:
3003  * Do not auto-detect .txt files for subtitles
3004  * Mark more freetype options as safe
3005  * Mac OS X: fixed fontconfig cache creation
3006  * Fix heap corruption in subtitle decoders, potentially exploitable,
3007    discovered by Harry Sintonen - sintonen at iki.fi - CVE-2011-0522
3009 Visualization:
3010  * Fix projectM visualization for Linux in all locales
3011  * Fix projectM visualization support for Windows
3012  * Various projectM improvements: the module should be working now
3013  * Fix goom crash on Windows XP and Mac OS X
3015 Interfaces:
3016  * Qt4: fixes for media keys processing and MCE remotes
3017  * Qt4: various fixes and portability improvements
3019 Miscellaneous fixes:
3020  * KDE device solid actions
3021  * XDG screensaver
3022  * Transcode integer overflow
3023  * HTTP Icy metadata reading
3024  * Windows: revert to 1.1.4 performance timers
3026 Translations:
3027  * Update translations for Chinese, Nippon, Slovak, Estonian, Spanish, Galician,
3028    Swedish, Bulgarian, French, Bengalese, German, Slovak, Japanese, Dutch,
3029    Polish, Hungarian, Indonesian, Sinhala and Irish
3032 Changes between 1.1.4.1 and 1.1.5:
3033 ----------------------------------
3035 Security:
3036  * Fix a Windows crash on accessing Network Shared files/drives,
3037    VideoLAN-SA-1006
3039 Access:
3040  * Support for RTP access for H264 streams by specifying the demux in the MRL
3042 Services Discovery:
3043  * Integration in the playlist, of a list of web shows, provided by channels.com
3045 Demuxers:
3046  * Game Music Emu (GME) plugin rewritten, using the proper C API
3047  * DVDnav and DVDread fixes for encoding and misc issues
3048  * Playback of live http .Webm streams
3049  * Taglib thread-safety fix
3051 Decoders:
3052  * Fix decoding of H264 using DxVA2 using Intel IGP, thanks to the donation from
3053    "Puget Systems"
3055 Skins:
3056  * Add an icon to VLC on Linux
3058 Video Output:
3059  * fix a bug that could lead to 100% CPU usage on XCB
3061 Interfaces:
3062  * fix for Qt bug where VLC didn't exit properly on some Windows XP configuration
3063  * fixes on luatelnet and luarc
3065 Miscellaneous crashes and fixes in various plugins (telnet, live555, theora and
3066  TS-mux, Qt)
3068 libLVC:
3069  * add libvlc_media_new_fd() to play directly file descriptors (not Win32/Win64)
3070  * Miscellaneous fixes
3072 Translations:
3073  * Update translations for Walloon, Lithuanian, Spanish, Turkish, Estonian, Dutch,
3074    Bengali, German, Polish, Brazillian Portuguese, Japanese, Italian, Galician,
3075    French and Ukrainian
3076  * Major update and activation on Windows of Modern Greek
3077  * New Asturian translation
3080 Changes between 1.1.4 and 1.1.4.1:
3081 ----------------------------------
3083 Mac OS X:
3084  * Fixed video output on PowerPC-based Macs for videos with widths divisible
3085    by 16
3086  * Fixed an issue with the Equalizer's 170Hz slider
3088 Demuxer:
3089  * Fix crash when closing rtsp streams
3091 Qt interface:
3092  * Fix Windows 7 jumplists with Unicode files
3093  * Various fixes for Windows
3095 Translations:
3096  * New Armenian translation
3097  * Update translations for Dutch, Estonian, Lithuanian, Japanese, Nynorsk,
3098    Brazillian Portuguese, Armenian, Wallon
3101 Changes between 1.1.3 and 1.1.4:
3102 --------------------------------
3104 Win32:
3105  * Fix a security issue when loading DLLs, especially in Qt4 and dmo modules,
3106    See VideoLAN-SA-1005
3107  * Fix folders opening from the interface
3109 Translations:
3110  * Update translations for Lithuanian, Bengali, Slovak, French, Dutch, Ukrainian
3111    Polish, Simplified Chinese, German and Galician
3114 Changes between 1.1.2 and 1.1.3:
3115 --------------------------------
3117 Access and demuxers:
3118  * fixes for FTP relatives path and FTP directory support
3119  * fix for podcasts parsing
3120  * DVD: fix an assert error and various memory leaks
3122 Taglib:
3123  * fix NULL dereferences, as reported by FortiGuard Lab,
3124    CVE-2010-2937 / VideoLAN-SA-1004
3126 Playlist:
3127  * fix a regression where the wrong entry was played
3128  * fix m3u playlists exports
3130 Skins2:
3131  * fix video autoresize behaviour
3133 Translations:
3134  * Update translations for Dutch, Sinhala, Hebrew, Estonian, Spanish and Bengali
3136 Windows and Mac:
3137  * Update of many codecs libraries, fixing bugs and improving speed
3139 Mac:
3140  * architecture-specific installations will now be replaced by specific updates
3142 BSD:
3143  * Add AltiVec detetion for OpenBSD/powerpc
3146 Changes between 1.1.1 and 1.1.2:
3147 --------------------------------
3149 Demuxers:
3150  * Avformat fps displaying fix
3151  * TS, fix an issue where some programs would get dropped (fixes DVB issues too)
3153 Audio filters:
3154  * fix timestamps handling on some filters that provoked issues when playback
3155    of mono streams, especially on Windows
3157 Windows:
3158  * fix a bug in direct3d video output with old nVidia drivers that broke video
3159    playback with overlay (YUV->RGB)
3160  * fix console output encoding
3162 Interface and extensions:
3163  * Youtube and other scripts updates
3164  * Misc fixes in Qt4 (especially VLM and EPG dialogs) and MacOS interface
3167 Changes between 1.1.0 and 1.1.1:
3168 --------------------------------
3170 libVLC:
3171  * New capabilities for libVLC:
3172    * Adjust video filter control: libvlc_adjust_Enable,
3173      libvlc_adjust_Contrast, libvlc_adjust_Brightness, libvlc_adjust_Hue,
3174      libvlc_adjust_Saturation, libvlc_adjust_Gamma
3175    * libvlc_media_player_set_pause() can force the pause state, whereas
3176      libvlc_media_player_pause() would only toggle it.
3177    * libvlc_set_user_agent() configures the "user agent" strings used for some
3178      protocols (HTTP, PulseAudio...). This replaces the --http-user-agent and
3179      the former --user-agent libvlc_new() parameters.
3180    * libvlc_video_set_callbacks() and libvlc_video_set_format() allow grabbing
3181      video frames from a chosen memory location in real-time. This replace the
3182      ugly --vmem-* libvlc_new() parameters in previous versions.
3183      See http://wiki.videolan.org/LibVLC_SampleCode_SDL as an example.
3184    * libvlc_audio_get_delay() and libvlc_audio_set_delay() configure the delay
3185      between audio and video/subpictures for the current input.
3186  * Various fixes and crash preventions, especially when video functions were
3187    called early
3189 Decoders/Demuxers:
3190  * Fix performance issues with GPU decoding using DxVA2 using ATI graphic cards
3191    You NEED ATI Catalyst 10.7
3192  * Fix :program selection in TS and DVB-T
3193  * Fixes and improvements for MKV, Avformat and Avcodec modules
3194  * Fix mod (.xm, .s3m, .it) files support on Windows and Mac builds
3196 Stream output:
3197  * Fix h264 streaming in ts
3199 Interfaces:
3200  * Qt: fix preferences, hotkeys, messages and some fulscreen behaviour
3201  * Skins: support for mousewheel in fullscreen, fix radialsliders
3202  * Http: fix fullscreen toggle
3204 Linux:
3205  * Fix pulse closing
3206  * VAAPI small improvements, notably for extraction mode selection
3208 MacOS:
3209  * Multiple interface and crash fixes
3210  * Deinterlace selection is repaired
3211  * Crashes when playing multi-channel tracks fixes
3213 Windows:
3214  * Activation of DEP on XP SP3
3215  * Fix opening of .m3u and .pls playlists
3216  * Fix crash when My Document isn't available
3217  * Fix crash when Windows was getting into standby while playing video
3219 Translations:
3220  * Update translations for Spanish, Polish, German, Sinhala, Hungarian, Khmer,
3221    Brazilian Portuguese, Chinese, Hebrew, Slovak, Galician
3224 Changes between 1.0.6 and 1.1.0:
3225 --------------------------------
3227 Important changes for users:
3228  * On Linux, known bugs in the ALSA library might prevent audio output.
3229    Update to alsa-lib 1.0.24 or later, or use the PulseAudio output instead.
3231 Important changes for packagers:
3232  * The module cache has moved to ${libdir}/vlc/. The module cache can now be
3233    generated at install time except if you use staged installation. In the
3234    later case, you can generate the module cache in your post-inst script
3235    by invoking 'vlc-cache-gen'. If the module cache is not present and vlc
3236    can't write in ${libdir}/vlc/, it will result it vlc taking a long time to
3237    launch each time.
3238  * Most X11-related plugins now use XCB instead of Xlib. VLC now uses
3239    - xproto,
3240    - xcb, xcb-shm, xcb-xv, xcb-randr (from libxcb),
3241    - xcb-keysyms (from xcb-utils),
3242    - x11-xcb (from libx11) - only for GLX support.
3243  * On X11 platforms, a _working_ version of xdg-screensaver is typically
3244    required to inhibit the screensaver during video playback.
3246 Access:
3247  * Support for the sftp protocol
3248  * Support for CDDB servers for Audio-CD on the Windows port
3249  * New memory input (imem) access and access_demux module to feed VLC from data in memory
3250  * New avio module to use libavformat capabilities for network streams, like rtmp://
3251  * Port of the screen module from Xlib to XCB
3252  * Port of the dc1394 module from libdc1394 to libdc1394 v2.0
3254 Decoders:
3255  * Support for DxVA2 for H.264 decoding on GPU on Windows Vista and 7
3256  * Support for VAAPI for H.264 decoding on GPU on GNU/Linux
3257  * Support for Audio/Video decoders and encoders using OpenMAX IL components for DSP
3259  * Support PGS subtitles for Blu-Ray
3260  * Support for HD-DVB subtitles - Display Definition Segment
3261  * Invmem module improvements
3262  * Support for Atrac1 audio codec
3263  * Support for SSE3 and SSE4 capabilities in some codecs
3264  * Multiple improvements for subtitles styles in .SRT and .SSA
3265  * Support for native decoding of Windows Media Speech (Voice) audio codec
3266  * Support for AMR-NB audio codec on the Windows and Mac port
3267  * Support for Indeo5 video codec
3268  * Improvements on the FLAC format (7.1 channels and 88.2/176.4/192 kHz support)
3269  * Direct rendering is used more often with H.264 in avcodec module
3270  * Support for MPEG-4 ALS lossless audio codec
3271  * Support for VP8 codec
3272  * Support for 7.1 channels in vorbis audio
3274 Demuxers:
3275  * Many fixes on Matroska support (notably seeking) and support for Webm format
3276  * Support for .aob files from DVD-Audio (MLP and LPCM) (Full disc support is NOT present yet)
3277  * Support for ADPCM in .flv streams
3278  * Support for TwinVQ (.vqf) and AMV (.amv) files
3279  * Various EGP improvements
3280  * Support for embedded subtitles in OpenDML and legacy .avi files
3281  * Metadata and cover art improvements
3283 Playlist:
3284  * WPL and ZPL playlist support
3285  * Lua scripts for Mpora, Vimeo playback and Rockbox FM radios
3286  * New Play-And-Pause function to stop playback on latest video image
3287  * Podcast images are now displayed
3289 Video Output:
3290  * Rewrite of the video output core and most video outputs
3291  * Added desktop mode to the Direct3D output module. It differs from DirectX
3292    desktop mode, because it hides the desktop icons, but reacts to mouse clicks.
3293  * New x11, glx and xv modules based on XCB
3294  * New deinterlacing modes based on yadif and yadif(x2)
3295  * New audio/video filter to show audio level on the video output
3296  * Enhanced AtmoLight filter with hardware support for
3297      Classic AtmoLight (http://www.vdr-wiki.de/wiki/index.php/Atmo-plugin)
3298      Quattro AtmoLight (use just 4 Classic AtmoLights as one)
3299      MoMoLight (http://www.ambilight4pc.com/momolight/momolight.html)
3300      Simple serial DMX controller (http://www.ulrichradig.de/ search for DMX)
3302 Extensions:
3303  * New content extensions lua framework
3305 Audio filters:
3306  * Chorus/Flanger audio filter
3307  * 3F1R to stereo down-mix filter
3308  * Dolby mixer, parameterized equalizer, trivial mixer, scaletempo, bandlimited
3309    resampler, linear resampler, ugly resampler, converter_fixed, DTS to SPDIF
3310    and A/52 to SPDIF filters have been upgraded to the "audio filter2" API
3311  * NEON assembly audio converter module
3312  * Converter filters have been rewritten and extended to support s32 as input
3314 Service discovery:
3315  * Service discoveries can now be written in lua
3316  * Service discovery for Picture/Music/Video user directories
3317  * Service discovery based on libudev
3318  * Shoutcast Service discoveries are now removed
3320 Encoders:
3321  * x264, add psy-rd parameter and change default settings
3322  * x264, add profile-limitter same way as x264.exe has, for example
3323     #transcode{vcodec=h264,venc=x264{profile=baseline,level=1.2},vb=384,width=320,height=176}
3324  * x264, defaults to crf=23 as x264.exe-does, if bitrate is given,
3325    uses ABR and if qp-value is set uses CQP
3326  * libx264-version 0.76 or higher is required
3327  * x264 has tune/preset parameters supported
3329 Stream output:
3330  * New smem module, streaming to memory
3331  * Allow duplicate outputs to be merged, like:
3332    --sout "#duplicate{dst=transcode{vcodec=mp2v},select=es=0,dst=transcode,select=es=1}:std{...}"
3334 Interfaces:
3335  * Renamed the legacy rc, telnet and http interfaces to oldrc, oldtelnet
3336    and oldhttp.
3337  * rc, telnet and http are now implemented using the lua interface system.
3338  * qt4 interface contains new iconview and listview mode for playlist
3340 Visualization:
3341  * Support of .milk visualization files using projectM libraries
3343 Mac OS X Port:
3344  * Vastly improved VLCKit framework
3345  * A new dialog provider for libvlc-internal interaction without full interface
3346  * Improved update detection and installation by using the Sparkle framework
3347    by Andy Matuschak et al.
3348  * New CoreText based text renderer replacing the former ATSUI renderer
3349  * New Video output module (mostly targetting VLCKit)
3350  * Optimised behavior when using the 2009 Apple Remote
3352 Windows port:
3353  * Integration in Windows 7 taskbar
3354  * Playback of .Midi files is supported through fluidsynth's module
3356 Maemo port:
3357  * Multiple improvements for N900 compliance and efficiency
3358  * Support for HW accelerated video decoding on N900
3359  * Improvements to the maemo/hildon interface
3361 Misc:
3362  * new sqlite module
3363  * --save-config command line option not supported anymore.
3364  * Fixed and reenabled netsync module.
3365  * Improved Solaris port
3367 Bindings:
3368  * new C++ wrapper around libVLC: libVLCpp
3369  * phonon-VLC backend is now usable
3371 Removed modules:
3372  * csri codec: use the libass module instead.
3373  * galaktos visualisation: use the new projectM module instead.
3374  * showintf: Useless in Qt and on Mac OS X
3375  * transrate: broken since too long
3376  * Xlib x11, Xlib xvideo, Xlib glx: Use the new XCB modules instead.
3377  * HAL: Use libudev instead.
3378  * gtk_main, gtk_main2, gnome_main, gnome_main2 and pda interfaces
3379  * WinCE, BeOS and qnx interfaces
3380  * opie, qte and qte_main interfaces
3381  * linear_resampler and trivial_resampler are removed: use the ugly one.
3382  * XvMC accelerated modules: use VAAPI instead.
3383  * MGA (Matroska) for Linux: use Linux Framebuffer (or X) instead.
3384  * opengllayer: use macosx_video instead.
3385  * cddax: use cdda instead.
3386  * cmml and tarkin codecs are removed because they are dead codecs.
3387  * realaudio codecs: use libavcodec
3388  * access_file removed in favor of filesystem
3389  * RTMP input and output: use avio module
3392 Changes between 1.0.5 and 1.0.6:
3393 --------------------------------
3395 Access:
3396  * Fix crash on FTP URI with no file path
3398 Decoders/Packetizers:
3399  * Fix overflows in A/52, DTS, MPEG Audio and subtitles support
3401 Demuxers:
3402  * Update LUA script for Youtube pages
3403  * Fix crashes in AVI, ASF and Matroska files
3404  * Fix crashes on malformatted ZIP archives
3405  * Fix crashes and leaks in the FFmpeg/avformat plugin
3406  * Fix crash on invalid XSPF playlist
3408 X11 port:
3409  * Partial Xlib threading fixes
3410    More complete fixes are available in VLC 1.1.0. Please update!
3412 Interfaces:
3413  * Fix crash (use after free) in Qt4 bookmarks
3414  * Fix a few crashes in Qt4 playlist
3416 Translations:
3417  * Simplified Chinese, Estonian, French, Japanese, Korean, Spanish, Swedish
3418    and Walloon translations updated
3419  * Sinhala translation started
3421 Removed modules:
3422  * RTMP input and output are removed due to security problems. Please update
3423    to VLC 1.1.0 which provides an FFmpeg-based RTMP input if needed.
3426 Changes between 1.0.4 and 1.0.5:
3427 --------------------------------
3429 Decoders:
3430  * SubRip extra styles improvements
3431  * Fix potential crashes in SSA and svg decoders
3433 Mac OS X Interface:
3434  * Improved support for the 2009 Apple Remote
3436 Windows port:
3437  * Use of gcc 4.4.2 to compile instead of gcc 4.2. This might slightly
3438    increase performance and fix x264 issues
3440 Translations:
3441  * Portuguese Brazilian, Lithuanian, Romanian, Ukrainian, Japanese, Bengali,
3442    Walloon, Galician, Danish, Khmer, Polish, Slovenian, Vietnamese, Finnish
3443    Russian, Slovak translation updates
3444  * New Malayalam, Macedoninan, Nynorsk translations
3447 Changes between 1.0.3 and 1.0.4:
3448 --------------------------------
3450 Audio outputs:
3451  * Fix deadlocks in the audio output core
3452  * Make PulseAudio the default output if available
3454 Video outputs:
3455  * Fix fullscreen mode with KDE 4.3.3 and other window managers
3456  * Fix incompatibility with cairo-dock and compositing
3458 Input:
3459  * Fix DVB scanning regression from VLC 1.0.3
3460  * Support for XZ-compressed byte stream (LZMA algorithm)
3462 Playlist:
3463  * Support for .m3u8 playlist files (UTF-8 M3U)
3465 Unix:
3466  * Support for xcb-keysyms version 0.3.4 or higher
3467  * Fix globalhotkeys on FreeBSD
3469 Qt4 interface:
3470  * Fix opening V4L version 1 devices
3471  * Fix default destination ports in the streaming wizard
3473 Translations:
3474   * New Walloon translation
3475   * Swedish, Ukrainian and French translation updates
3478 Changes between 1.0.2 and 1.0.3:
3479 --------------------------------
3481 Video outputs:
3482  * Fix video quality when resizing the video on Windows Vista and 7, due to
3483    regressions in most popular drivers
3484  * New deinterlacers modules based on yadif and yadif(x2) algorithms
3486 Decoders:
3487  * Windows version supports now natively the WMA Professional codec, as it
3488    didn't work in the packaged version of 1.0.2
3489  * Fix downmixing of particual 4.0 AC-3 audio tracks
3491 Encoders:
3492  * x264 has profile-limitter, like:
3493     #transcode{vcodec=h264,venc=x264{profile=baseline,level=12}..}
3495 Input:
3496  * Update for appletrailers lua script
3497  * Fixes on the RAR stream filter
3498  * Fix for E-AC3 in ATSC/TS streams
3499  * Various fixes for v4l and v4l2
3500  * Fix a crash in mjpeg demuxer
3502 Service discovery:
3503  * New udev module for linux
3505 Qt4 interface:
3506  * Fixes on the playlist and the stream output panels
3508 Translations:
3509  * French, Galician, Korean, Polish, Russian, Romanian, Slovak and Ukrainian updates
3512 Changes between 1.0.1 and 1.0.2:
3513 --------------------------------
3515 Decoders:
3516  * Native support for WMA Professional, without the use of the Win32 dlls
3517  * Fix issues in subtitles, especially SSA ones
3518  * Various fixes on theora and ogg
3520 Demuxers:
3521  * Various fixes for EPG support in MPEG-TS demuxer
3522  * Fixes for potential stack overflow in .avi, .mp4 and .asf demuxers
3524 Access:
3525  * Fixes for v4l2 devices
3526  * Fixes for dvb-c channels-scanning
3528 Qt Interface:
3529  * Fix some playlist sorting issues
3531 Mac OS X Interface:
3532  * Fixed a crash when updating VLC
3533  * Fixed a crash related to QTKit when opening video files (10.6 only)
3534  * Added the ability to play 2nd media in sync to the primary item (input-slave)
3535  * Added the "Quit after Playback" feature
3537 Mac OS X Port:
3538  * The "Delete Preferences" script is now delivered as a Universal Binary
3539    with native code for PowerPC, Intel and Intel 64bit
3540  * Full 64bit runtime compatibility on both Mac OS X 10.5 and 10.6
3541    - no support for Goom and SDL
3542    - limited text rendering support
3543    - This port is still considered as EXPERIMENTAL despite its binary release.
3545 Encoders:
3546  * MPEG2 transrate stream output removed
3547  * x264 default-values closer to x264.exe defaults.
3548  * x264 rc-behaviour fixes:
3549    - if user defines qp-value, CQP-mode is used
3550    - otherwise if user defines vb=0, CRF-mode is used
3551    - otherwise ABR-mode is used
3552  * x264 set vbv-bufsize/vbv-maxsize better if user hasn't defined these:
3553    - ABR mode set vbv-max-bitrate=bitrate
3554    - vbv-bufsize is bitrate * seconds between keyframes (keyint/fps)
3557 Playlist:
3558  * Lua scripts for Mpora and Vimeo playback
3560 Unix builds:
3561  * Various fixes to enable 1.0 to build on Solaris and OpenBSD
3563 Translations:
3564  * New Kazakh and Croatian translations
3565  * Lithunanian translation is available on Windows
3566  * Galician, Korean, Nepali, Vietnamese, Ukrainian, Portuguese Brazilian,
3567    Arabic and French translation updates
3570 Changes between 1.0.0 and 1.0.1:
3571 --------------------------------
3573 Demuxers:
3574  * Fix wmv/asf issues that caused audio to drop
3575  * Various fixes for ac3, mp3, dts and stability for wav format
3576  * Fix seek in RTSP in conformity to RFC 2326
3577  * Fix Dailymotion access script
3578  * Fix crashes in xspf files handler
3579  * Fix seeking and timing issues in some flv files on Windows version
3581 Access:
3582  * Add extra caching for files on network shares
3583  * Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ,
3584    DZCORE Labs, Algeria
3586 Decoders:
3587  * Fix seeking in mpeg2 video files
3588  * Improve SSA subtitles rendering
3589  * Update most codecs for the Windows and Mac version
3591 Muxers:
3592  * Fix sound recording of .flv files with mp3 audio
3594 Qt Interface:
3595  * Possibility to change the opacity level of the Fullscreen controller
3596  * Fix various crashes and VIDEO_TS folders opening
3598 Mac OS X Interface:
3599  * Added options to disable support for Apple Remote and Media Keys
3600  * Fixed options for Volume, Last.fm password and Subtitle Encoding
3601  * Fixed redraw issues when autosizing the video window
3602  * Preferences panel now includes help through tool-tips
3603  * More reliable Information and Messages panels
3604  * Fix various crashes
3606 Windows port:
3607  * The ZVBI module is now available for Windows, for complete teletext support
3609 Translations updates for Brazillian, French, German, Korean, Norwegian Nynorsk,
3610 Lithuanian
3613 Changes between 0.9.10 and 1.0.0:
3614 ---------------------------------
3616 Important notes:
3617 ----------------
3618  * Alsa and OSS audio capture has been removed from the v4l and v4l2 accesses.
3619    See 'Access:' for more info.
3620  * Support for Mac OS X 10.4.x was dropped due to its technical limitations
3622 Playback:
3623  * Instantaneous pausing
3624  * Frame-by-Frame playback
3625  * Finer speed control
3626  * On-the-fly recording for all medias
3627  * Timeshift for most medias
3628  * RTSP trickplay support
3629  * Subtitles core improvements and fixes
3631 Decoders:
3632  * New AES3 (SMPTE 302M) decoder
3633  * New Dolby Digital Plus - E-AC-3 (A/52b) decoder
3634  * New True HD/MLP decoder and parser
3635  * New Blu-Ray Linear PCM decoder
3636  * New QCELP (Qualcomm PureVoice) decoder
3637  * Improved Real Video 3.0 & 4.0 decoder
3638  * New WMA v1/2 fixed point integer decoder
3639  * Closed Captions using the SCTE-20 standard are now correctly decoded
3640  * Improvement of WavPack decoder to support all integer modes and float mode
3641  * Corrections on 5.1 and 7.1 channel decoding and ordering
3643 Demuxers:
3644  * Support for Dirac, MLP and RealVideo in Matroska files
3645  * Major improvements in RealMedia files opening (.rm and .rmvb)
3646  * Improvements of the TS demuxer for M2TS files from Blu-Ray and AVCHD
3647  * Metadata for mod files are supported
3648  * GSM codecs in Wav files are supported
3649  * New raw audio demuxer supporting raw PCM streams
3650  * New Dirac demuxer for raw Dirac streams
3652 Encoders:
3653  * Dirac encoding using libdirac (supported in Ogg and in TS)
3654  * Shine mp3 fixed-point encoder
3656 Access:
3657  * RTSP authentication with Darwin Streaming Server
3658  * On-the-fly gzip and bzip2 file decompression (except on Windows)
3659  * Playback for video in uncompressed multi-RAR archives
3660  * DVB-S and ATSC cards support on Windows
3661  * New OSS and Alsa accesses. The v4l2 and v4l modules no longer support
3662    OSS or Alsa audio input. Use --input-slave alsa:// or oss:// if needed.
3663  * DVB scanning on linux
3664  * EXPERIMENTAL Blu-Ray Disc and AVCHD Folders support
3665  * On-the-fly zip file decompression and browsing (MRL of the form
3666    zip://file.zip!/file.avi to specify the file - the development form of
3667    zip://file.zip|file.avi is not supported anymore)
3668  * Opening of any file descriptor using 'fd://'
3669  * MTP device access on Unix
3670  * CD-Text support on the cdda module (CD-Audio)
3671  * :start-time and :stop-time can handle sub-second values
3673 Inputs:
3674  * Mouse cursor support in x11 and win32 screen modules
3675  * Screen module now features partial screen capture and mouse following on
3676    Windows and Mac OS X.
3678 Playlist:
3679  * Export the playlist in HTML
3680  * Lua script for BBC radio playback
3681  * Better metadata handling and reading
3683 Linux/Windows interface:
3684  * Global Hotkeys on Windows and Linux
3685  * Various fixes for skins2 interface
3686  * Recently played items list
3687  * Interface toolbar customizations
3688  * Various Improvements on the Qt interface:
3689     - More menus actions
3690     - Finer speed slider
3691     - Improvements on many dialogs
3692     - New dialog for plugins listing
3693     - Fixed-size mode for videos
3694     - Better Teletext, trickplay and encrypted streams control
3695  * Better integration in GTK environments
3697 Mac OS X Interface:
3698  * Controllable by the Media Keys on modern Apple keyboards (brushed Aluminium)
3699  * Reveal-in-Finder functionality for locally stored items.
3700  * Easy addition of subtitles through the Video menu
3701  * Additional usability improvements
3703 Stream output:
3704  * Restored the old mpeg2 transrating module.
3705  * Multiple bridge-in instances are now possible.
3706  * bridge-in can be used to configure a placeholder stream.
3707  * Remote Audio Output Protocol (AirTunes) module.
3708  * Fixed mosaic memleak. Mosaics are now usable again.
3710 Maemo Port:
3711  * New Maemo port with:
3712    - an interface based on Hildon framework.
3713    - scaler based on the swscale_nokia770 library.
3715 Windows CE Port:
3716  EXPERIMENTAL work for the winCE port has been done.
3718 Mac OS X Port:
3719  * EXPERIMENTAL 64bit support
3720  * Speed improvements by using llvm-gcc
3721  * New document icons by Dominic Spitaler
3722  * Support for latest iSight models
3724 Audio output:
3725  * Removed obsolete Esound and aRts plugins
3726  * Surround support for PulseAudio
3728 Video output:
3729  * Effects (cube, torus, etc.) removed from OpenGL video output
3730  * Video is able to stay in original size and to zoom in fullscreen
3731    (hotkey 'o') while keeping black borders
3732  * Image video output has been rewritten into a video-filter named 'scene'.
3733    The old image video output has been removed.
3734  * Support for scaling and converting video chromas with FFMPEG imgresample was
3735    withdrawn due to bugs. Please use the newer FFMPEG swscale instead.
3737 Miscellaneous:
3738  * Invmem, a fake codec to display images from external applications
3740 New Localization:
3741  * Khmer
3742  * Mongolian
3743  * Sorani
3746 Changes between 0.9.9a and 0.9.10:
3747 --------------------------------------
3749 HTTP Interface:
3750  * Fixed default ACL
3752 Mac OS X:
3753  * Fixed crashes on multi-screen setups
3754  * Corrected volume and subtitle encoding options in the Preferences
3755  * Improved Information panel behavior, when playlist is not displayed
3756  * Fixed QTCapture input support for the latest iSight models
3757  * Added a menu-item to unlock the video window's aspect ratio
3758  * Fixed redraw issues when autosizing the video window
3759  * Updated libpng, libgpg-error, libgcrypt, fribidi
3761 Various fixes to the following modules:
3762  * access:
3763    - HTTP, SMB
3764    - updated and additional access scripts (BBC radio, dailymotion, ...)
3765    - Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ,
3766      DZCORE Labs, Algeria
3767  * stream out:
3768    - RTP, RTSP VoD, Mosaic Bridge
3769  * decoder:
3770    - TSCC
3773 Changes between 0.9.9 and 0.9.9a:
3774 ---------------------------------
3776 Mac OS X:
3777  * Updated multiple 3rd party libraries to keep in sync with the Win32 port
3778  * Playback fixes for PowerPC-based Macs
3781 Changes between 0.9.8a and 0.9.9:
3782 ---------------------------------
3784 Decoders:
3785  * Experimental new decoder for Real Video 3.0 & 4.0
3787 Demuxers:
3788  * Various fixes related to real demuxer
3790 Mac OS X Interface:
3791  * Fixed circumstances, which could lead to an empty Information panel
3792    - Note that VLC will show information on the currently _selected_ item
3793      instead of the currently _playing_ item, if the playlist is visible in the
3794      main controller window.
3795  * Fixed multiple UTF8 issues in the Streaming / Exporting Wizard
3797 Mac OS X Port:
3798  * Improved video playback performance on Intel-based Macs
3800 New Localizations:
3801  * Indonesian
3802  * Bengali
3803  * Updates of other localizations
3805 Various bugfixes:
3806  * Support for receiving RTP packets on odd port numbers.
3807  * Lots of small bugfixes.
3808  * Correct Fullscreen behaviour on Multi-Screen setups on Windows
3809  * Telnet fixes on Windows
3810  * Resampling fixes when transcoding
3813 Changes between 0.9.6 and 0.9.8a:
3814 ---------------------------------
3816 Security update:
3817  * Fixed buffer overflow in Real demuxer (SA-0811, CVE-2008-5276)
3819 Bunch of small bugfixes.
3822 Changes between 0.9.5 and 0.9.6:
3823 --------------------------------
3824 New Localizations:
3825  * Ukrainian
3827 Security updates:
3828  * Fixed overflow in CUE support from VCD access (SA-0810, CVE-2008-5032)
3829  * Fixed overflow in RealText subtitles support (SA-0810, CVE-2008-5036)
3832 Changes between 0.9.4 and 0.9.5:
3833 --------------------------------
3834 Security updates:
3835  * Fixed buffer overflow in TiVo demuxer (SA-0809, CVE-2008-4686, CVE-2008-4654)
3836  * Fixed libpng CVE-2008-3964 in Win32 and MacOS builds
3838 Features:
3839  * Closed Caption EIA 608/708 parsing enabled for libmpeg2
3841 Various bugfixes:
3842  * Fixed various potential crashes and memleaks
3843  * Fixed issues with reading from files (especially non-local)
3845 Windows port:
3846  * Fix bug where interface was "eating" some media keys
3847  * Fix some crashes in DirectShow access
3849 Qt Interface:
3850  * Fix bug when the resetting of preferences didn't reset the dialog states
3851  * Right-click menu to select playlist columns reenabled
3852  * Various fixed in playlist
3854 Access:
3855  * MMAP module is now deactivated by default
3857 Translations:
3858  * Update of Brazillian, Swedish translation
3861 Changes between 0.9.3 and 0.9.4:
3862 ------------------------------------
3863 Various bugfixes:
3864  * Crashes fixed in ogg, vobsub, dvdread
3865  * Fixes several memory leaks.
3867 Mac OS X port:
3868  * Apple machines without Quartz Extreme are no longer supported (use 0.9.2 or earlier )
3869  * Fixed a crash with deletion of old preferences.
3870  * Fixed targetname for downloaded updates
3872 Windows port:
3873  * Stability fix for the video output.
3876 Changes between 0.9.2 and 0.9.3:
3877 --------------------------------
3879 Various bugfixes:
3880  * Fixed DTS channel order on 5.1 systems
3881  * Fixed pausing behavior for subtitles and for Audio-CD
3882  * Multiple subtitles and podcast fixes
3883  * Various crashes fixed in PS, SSA, mkv, xspf, freetype
3884  * Fixed update system bugs
3885  * Other bug fixes (dvd language selection, subtitle colours, HTTP keep-alive...+)
3887 Mac OS X port:
3888  * Fixed ffmpeg slowness on PowerPC-based Macs
3889  * Fixed crash on startup when installed on old preferences
3890  * Fixed bug in directory opening on Mac OS X
3891  * Fixed font selection in the Simple Preferences
3892  * Thicker border to the subtitle renderer
3893  * Fixed the appearance of playlist items in the Streaming/Transcoding Wizard
3894  * Fixed AC3 passthrough on Mac OS X
3895  * Fixed behavior of the Volume Normalizer settings on Mac OS X
3896  * Removed the deprecated QuickDraw video output module to avoid crashes on
3897    modern Mac OS X versions
3899 Windows port:
3900  * Fixed sensitivity of Fullscreen Controller
3901  * Fixed error messages on startup when VLC wasn't correctly uninstalled
3902    before installation
3903  * Fix showing of controller when returning from fullscreen playback
3904  * Multiple directory and path location fixes.
3906 Qt4 interface:
3907  * Added Faster/Slower icons to the controller panel
3908  * Fixed lost playlist columns when switching the playlist view
3909  * Added needed options to Simple preferences (to avoid NVIDIA drivers issues)
3910  * Fullscreen controller: added time label, remembering of last position
3911  * Fixed drag'n drop behaviour on the playlist
3912  * Multiple other fixes (Enter hotkey in preferences, Skins selection...)
3915 Changes between 0.9.1 and 0.9.2:
3916 --------------------------------
3918  * Restored the old behavior of --sout-keep. It is now de-activated by default.
3919  * Skins2 interface repaired on Windows.
3920  * Multiple bugfixes.
3923 Changes between 0.9.1 and 0.9.0:
3924 --------------------------------
3926  * Multiple bug fixes.
3929 Changes between 0.8.6i and 0.9.0:
3930 ---------------------------------
3932 Important notes:
3933 ----------------
3934  * This release will need Windows 2000 and Mac OS X 10.4 (Tiger), or more
3935    recent to work correctly
3936  * The HTTP interface is now only available on the local machine by default.
3937    If you want to make it available from other machines, you will have to
3938    edit the ".hosts" file.
3939    - On UNIX/Linux, the file is in /usr/share/vlc/http/.hosts
3940      If you're using the old http interface, it's located in
3941      /usr/share/vlc/http/old/.hosts
3942    - On Windows they are in C:\Program Files\VideoLAN\VLC\http\.hosts and
3943      C:\Program Files\VideoLAN\VLC\http\old\.hosts
3944    - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts
3945      and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts
3946  * This version of VLC contains a new interface for Windows and Linux.
3947    This interface has a fullscreen controller and simplified preferences.
3948    This interface lacks the "Streaming Wizard" that used to be present in VLC
3949    0.8.6, but provides basic profiles.
3950  * The behavior of --sout-keep was changed. It's now activated by default.
3951  * The marq, mosaic and logo commands in the rc interface changed. They
3952    now require a target name as their first argument. Example:
3953    vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
3954    You can then use commands like: @test marq-marquee Goodbye
3955    If you didn't name the object using @test, its name will default to the
3956    plugin name (hence 'marq') in this example.
3957    These new commands are also available in the telnet interface.
3958  * The "rtp" access output module has been removed.
3959    Please use the RTP stream output instead, e.g.:
3960      Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
3961      New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}'
3962  * You now need to append --m3u-extvlcopt to your command line to enable
3963    EXTVLCOPT options parsing in m3u playlists. Note that only a limited set
3964    of options is available to m3u playlists (CVE-2007-6683).
3965  * The old access:url syntax is no longer supported to resolve ambiguities
3966    with some file names. Use access://url instead.
3967     E.g.:  vlc:quit -> vlc://quit ;
3968            udp:@239.255.12.12 -> udp://@239.255.12.12
3969  * The ffmpeg module has been removed and replaced by the new avcodec,
3970    avformat, swscale (or imgresample if you use a swscale-less ffmpeg build)
3971    and postproc modules.
3972  * The web plugins ActiveX (IE)/Firefox/Mozilla/Safari now recognize the
3973    following states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4,
3974    STOPPING=5, FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and
3975    BACKWARD being reserved for future implementations and are thus not
3976    functional atm.
3977  * Croping and padding in transcode are now done using the croppadd video
3978    filter. For example:
3979    transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}}
3980  * Canvas setting in transcode is now done using the canvas video filter.
3981    For example:
3982    transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}}
3983  * Glide video output module has been removed.
3985 Changes:
3986 --------
3988 Security updates:
3989  * Updated libfreetype on Windows and Mac OS X (CVE-2008-1806, CVE-2008-1806,
3990    CVE-2008-1807)
3991  * TTA Parser improvements (CVE-2008-3732)
3992  * MMS Access Module improvements (CVE-2008-3794 )
3994 Playlist:
3995  * Vastly improved playlist support:
3996     * Media library creation to save all your playlist items
3997     * "Live search"
3998     * Shoutcast TV listings
3999     * Audioscrobbler/Last.FM support
4000  * Album art support
4001  * User definable Lua playlist scripts. See share/lua/playlist/README.txt
4002    (Default scripts open YouTube, DailyMotion, metacafe, Google Video and
4003    lots of other URLs)
4004  * User definable Lua album art fetcher scripts. See share/lua/meta/README.txt
4006 Inputs:
4007  * Video for Linux 2 (V4L2) input support
4008  * UDP-Lite transport for RTP/AVP
4009  * DCCP transport for RTP/AVP
4010  * Proxy support for MMSH stream
4011  * JACK audio input support
4012  * Input run time option (improved live stream recording)
4013  * BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows
4014  * Re-written Screen access module for Mac OS X
4015    using OpenGL instead of QuickDraw
4016  * Screen module now supports partial screen capture and mouse following on X11.
4017  * Experimental EyeTV access module
4018    This requires the user to install a plugin to EyeTV.app
4019    (available as a separate download).
4020  * Simple RTP input (with MPEG A/V, G.711 and PCM support).
4021  * RTMP input support
4022  * QTKit-based Input module for Mac OS X allowing display and streaming of video
4023    taken from all iSight-labelled video cameras (no audio support)
4024  * HTTP access now supports gzip compressed data and Digest Access
4025    Authentication.
4026  * New options to reduce latency between arrival of raw data and display of
4027    frames. (--auto-adjust-pts-delay and --use-stream-immediate)
4029 Demuxers:
4030  * MP4 gpac and Apple chapter support
4031  * Fixed playback of AIFF stereo files
4032  * Fixed audio glitch on seek
4033  * Improved FLAC demuxer (duration / current time / meta data)
4034  * AAC tags support
4035  * APEv1/2 tags support
4036  * Improved ID3v2 tags support
4037  * Improved Ogg/Vorbis tags support
4038  * Raw video support
4039  * Standard MIDI File (types 0 & 1) support
4040  * TiVo Series 2 support
4041  * CD+G karaoke Files support
4042  * MXF files support
4043  * OMA support
4045 Decoders:
4046  * VP60/VP61/VP6F/VP62 support
4047  * Flash Screen Video support
4048  * CamStudio Screen Video support
4049  * DosBox Capture support
4050  * Karl Morton's Video support
4051  * limited atrac3 support
4052  * Fraps support
4053  * Fluidsynth MIDI software synthesis (with external sound fonts)
4054  * New codec FOURCCs to support more specific files:
4055    Avid, FCP, Sony, Samsung, ...
4056  * H.264 PAFF support
4057  * DNxHD / VC-3 support
4058  * NellyMoser ASAO support
4059  * APE (Monkey audio) support
4060  * RealVideo support (with the RealVideo run-time)
4061  * Dirac video support using libschroedinger
4063 Subtitles:
4064  * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC)
4065  * VBI & EBU (Teletext) support (*nix, Mac OS)
4066  * Ogg/Kate subtitles support
4067  * AQTitle subtitles support
4068  * MKV USF subtitles support
4069  * HTML-based subtitles support
4070  * MPSub subtitles support
4071  * JacoSub subtitles basic support
4072  * MPL2 subtitles support
4073  * Rewrite of ASS/SSA scripts and subtitles support
4074  * PowerDivx (.psb) Subtitles support
4075  * Realtext subtitle support
4076  * DKS subtitle support
4077  * SubViewer 1.0 (SubRip09) subtitles support
4078  * Correct Right-to-left languages in subtitles support
4080 Encoders:
4081  * Flash Screen Video support
4082  * Improved H.264 encoding speed
4084 Video outputs and filters:
4085  * New CoreAnimation-based output module (VLCKit framework on OS X only)
4086  * Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and
4087    Psychedelic) video filters can now be streamed
4088  * New puzzle video output filter
4089  * Re-written motion detection video filter
4090  * New extract video filter (extract Red, Green and Blue components from a
4091    video)
4092  * New sharpen video filter (increase the contrast of adjacent pixels)
4093  * New erase video filter (removes logos from a video)
4094  * Enhanced subtitles' renderer to support bold, italic and some HTML tags
4095    (Google Summer of Code Student project)
4096  * Support for RGBA and I420 blending.
4097    The latter improves Mosaic CPU usage *a lot*.
4098  * New transparency mask video filter (for use with the mosaic_bridge module).
4099  * New bluescreen video filter (for use with the mosaic_bridge module).
4100    This was previously part of the mosaic module.
4101  * Fixed random characters problem in RSS filter.
4102  * Add rotate-deciangle for more precision on rotate filter
4103  * Support for Intel SSE2 instruction set in chroma converters
4104  * Improved use of Intel MMX instruction set in chroma converters
4105  * New croppadd and canvas video filters.
4107 Audio outputs and filters:
4108  * Replay gain support
4109  * Audio playback when going slower/faster (with pitch correction via
4110    new scaletempo audio filter)
4111  * New spatializer audio filter
4112  * Correct DTS output via S/PDIF
4114 Stream output:
4115  * RTSP for TS-multiplexed broadcast streams
4116  * New RTP payload formats:
4117    * Speex voice audio codec
4118    * ITU T.140 (for text, subtitles) output
4119    * G.711 (both A-law and Âµ-law) output
4120  * UDP-Lite transport for RTP
4121  * DCCP transport for RTP
4122  * Lots of fixes for RTSP broadcasting
4123  * RTMP output
4125 Interfaces:
4126  * All
4127    * New Simple Preferences dialogs showing the most important settings in an
4128      end-user suitable way.
4129    * Improved user interaction
4130    * Improved mouse gestures
4131    * Vastly improved Update checker
4132    * Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2)
4133  * Windows/Linux
4134    * Brand new interface for Linux and Windows, based on the Qt toolkit
4135    * Fullscreen controller (transparency on Linux+Composite)
4136  * Mac OS X
4137    * Improved video output features
4138    * Online access to VideoLAN's Help Wiki within VLC
4139    * New setting to disable the "Recent Items" service
4140    * When playing Radio (live) streams, the current track is shown correctly
4141    * Correct appearance on Macs using Aqua's graphite theme
4142    * Simplified Extended Controls panel
4143  * Ncurses:
4144    * Correctly displays wide characters when using an UTF-8 locale,
4145      if libncursesw is available.
4146    * Some nice colors if the terminal supports it (most do)
4147  * Experimental Lua interface modules. See vlc -I lua and
4148    share/lua/intf/README.txt for more info.
4149  * Unix
4150    * Option to allow only one running instance, using D-Bus interface.
4151    * D-Bus Interface implementing the MPRIS
4152      (Media Player Remote Interfacing specification), a common dbus control
4153      interface for media players that intends to become an xdg standard when
4154      finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces .
4155    * Motion module using disk accelerometers to keep video horizontal
4156    * Plugin to set Telepathy presence message using MissionControl
4157  * Fixed VLM schedule time on Linux
4159 Linux Port:
4160  * VLC now complies with the XDG Base Directory Specification version 0.6
4161    http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
4162    (which means that VLC doesn't use the $HOME/.vlc directory anymore)
4164 Mac OS X Port:
4165  * Mac OS X Framework "VLCKit" that can be used to embed VLC in third party
4166    applications (Google Summer of Code Student project, Mac OS X 10.5 only)
4167  * New text renderer based on Quartz replacing the existing Freetype solution
4168  * Complete compatibility with Mac OS X 10.5 Leopard
4169    * It is now required to compile a fully featured build
4170  * The support of Mac OS X 10.3.9 and QuickTime 6.x was discontinued.
4172 LibVLC:
4173  * Event management and various improvements in libvlc
4174    (Part of a Google Summer of Code Student project)
4176 New Localizations:
4177  * Finnish
4178  * Persian
4179  * Polish
4180  * Punjabi
4181  * Bulgarian
4183 Developers:
4184   * LibVLC now supports externally built plugins properly.
4185     A "vlc-plugin" pkg-config package is provided.
4186   * Java bindings are now built from a separate source.
4189 Changes between 0.8.6h and 0.8.6i:
4190 ----------------------------------
4192 Security updates:
4193  * Fixed integer overflow in WAV demuxer (CVE-2008-2430)
4195 Various bugfixes:
4196  * Fixed option to use shared memory within the GLX video output module
4197  * Improved galaktos-based audio visualizations on FreeBSD
4198  * Miscellaneous bugfixes in multiple modules and in libvlc
4199    (transcode stream output, OSD menu video filter, VCD input,
4200     SAP services discovery, http control interface)
4201  * Updated Polish translation
4204 Changes between 0.8.6g and 0.8.6h:
4205 ----------------------------------
4207 Security updates:
4208  * Updated GnuTLS and libgcrypt on Windows and Mac OS X (CVE-2008-1948,
4209    CVE-2008-1949, CVE-2008-1950)
4210  * Updated libxml2 on Windows and Mac OS X (CVE-2007-6284)
4212 Goodies:
4213  * Updated libebml and libmatroska on Mac OS X. Reliability improvements.
4214  * Miscellaneous bugfixes in multiple modules and in libvlc
4215    (ftp access, record access filter, video filters, RC interface,
4216     playlist demuxer, IP networking, MPJPEG muxer, stream outputs)
4217  * Improved support for MPEG2 content created by Final Cut Pro
4218  * More reliable audio reception for MPEG TS streams
4219  * Fixed a regression in 0.8.6g where usage of the snapshot feature could lead
4220    to an unexpected application termination
4221  * New Serbian translation
4222  * Updated Romanian translation
4225 Changes between 0.8.6f and 0.8.6g:
4226 ----------------------------------
4228 Security updates:
4229  * Removed VLC variable settings from Mozilla and ActiveX
4230    (CVE-2007-6683, VideoLAN-SA-0804)
4231  * Removed loading plugins from the current directory
4232    (CVE-2008-2147, VideoLAN-SA-0805)
4233  * Updated libpng on Windows and Mac OS X (CVE-2008-1382)
4234  * Fixed libid3tag denial of service (CVE-2008-2109)
4235  * Fixed libvorbis vulnerabilities (CVE-2008-1419, CVE-2008-1420, CVE-2008-1423)
4236  * Fixed speex insufficient boundary check (CVE-2008-1686, oCERT-2008-004)
4238 Various bugfixes:
4239  * Fixed various memory leaks, improving stability when running as a server
4240  * Fixed compilation with recent versions of FFmpeg
4241  * Correctly parses SAP announcements from MPEG-TS
4242  * Fixed AAC resampling
4243  * The Fullscreen Controller appears correctly on Mac OS X,
4244    if the 'Always-on-top' video option was selected.
4247 Changes between 0.8.6e and 0.8.6f:
4248 ----------------------------------
4250 Security updates:
4251  * Really fixed subtitle buffer overflow (CVE-2007-6681, CVE-2008-1881)
4252  * Fixed Real RTSP code execution problem (CVE-2008-0073)
4253  * Fixed MP4 integer overflows (CVE-2008-1489, CVE-2008-1768)
4254  * Fixed cinepak vulnerabilities (CVE-2008-1769)
4255  - More information can be found in VideoLAN-SA-0801 and VideoLAN-SA-0803.
4257 Various bugfixes:
4258  * The Mozilla plugin registers a usable range of MIME-types on Mac OS X
4259  * Improved VLC's video output behavior on multi-screen setups running Mac OS X
4260  * Fixed crashes in H264 packetizer
4261  * Close MMS access on network timeout
4262  * Fix some problems with AAC decoder & packetizer
4265 Changes between 0.8.6d and 0.8.6e:
4266 ----------------------------------
4268 Various bugfixes:
4269  * Resume playback for viewing content over FTP
4270  * Fixed XShm detection with remote X11
4272 Security updates:
4273  * Subtitle demuxers overflow (CVE-2007-6681)
4274  * HTTP listener format string injection (CVE-2007-6682)
4275  * Fixed buffer overflow in the SDL_image library (CVE-2006-4484)
4276  * Real RTSP overflows (CVE-2008-0225, CVE-2008-0295, CVE-2008-0296,
4277    VideoLAN-SA-0801)
4278  * Arbitrary memory overwrite in the MP4 demuxer (CORE-2008-0130,
4279    VideoLAN-SA-0802)
4281 Audio filter:
4282  * Fixed DTS to S/PDIF converter
4284 Audio output:
4285  * Fixed 5.1 audio on ALSA
4287 Access:
4288  * Fixed some RTSP hanging and user/password passing through RTSP URLs
4290 Stream output:
4291  * Fixed waiting for SPS/PPS problem in H.264 packetizer
4293 Encoders:
4294  * Improved compatibility for creating H.264 video files playable on iPhones
4295  * Improved detection of optimal amount of threads for multi-threaded H.264
4296    encoding on multi-cpu systems
4297     - Note that this is used when transcode threads is set to 0 (default)
4298     - Not supported on Windows (multiple threads require manual configuration)
4300 Mac OS X Interface & Port:
4301  * Restored compatibility with Mac OS X 10.3.9
4302  * Corrected behavior of the Preferences panel
4303  * VLC no longer crashes on quit while playing
4305 Localization:
4306  * Updated Romanian and Polish translations
4309 Changes between 0.8.6c and 0.8.6d:
4310 ----------------------------------
4312 Various bugfixes:
4313  * Mozilla plugin: supports a reasonable amount of MIME types on Windows
4314  * Linux: Fixed S/PDIF passthrough with ALSA
4315  * Automatic recovery on unexpected stream discontinuity (clock gap) occurrences
4316    in input
4317  * Use field order (top/bottom) for correct bob/linear deinterlacing
4318  * Fix invalid free in bookmarks loading code
4320 Windows and Mac OS Binaries
4321  * FLAC Security Update (CVE-2007-4619) to prevent multiple integer overflows
4323 Active X plugin:
4324  * Security update (VideoLAN-SA-0703, CVE-2007-6262)
4326 Mac OS X Interface & Port:
4327  * Apple Remote support on Mac OS X 10.5 Leopard with enhanced functionality
4328  * Improved Video Output compatibility for Mac OS X 10.5 Leopard
4329  * Improved behavior of the Fullscreen Controller and mode changes between
4330    Fullscreen and Windowed Video Output
4331  * Softened the white flash artifacts that may appear during the transition of
4332    two different movies
4333  * Support for current Ogg file formats
4334  NOTE: This release requires Mac OS X 10.4 or higher.
4335        Mac OS X 10.3.9 is not supported anymore.
4337 Encoders:
4338  * Improved H.264 encoding speed on Mac OS X
4340 Other changes:
4341  * The automatic updating facility was removed
4342  * You now need to append --m3u-extvlcopt to your command line to enable
4343    EXTVLCOPT options parsing in m3u playlists.
4344  * RTSP server remote denial of service fixed (CVE-2007-6684).
4347 Changes between 0.8.6b and 0.8.6c:
4348 ----------------------------------
4350 Various bugfixes, notably:
4351  * Windows Vista compatibility
4352  * Cropping in Direct3D
4353  * Fullscreen change crash on Mac OS X
4354  * RSS filter string overflow
4355  * Few memory leaks
4356  * MKV demuxer crash (related to seeking)
4358 CDDA / Vorbis / Theora / SAP plugins:
4359  * Security updates (VideoLAN-SA-0702, CVE-2007-3316, US-CERT VU#200928)
4361 Demuxers:
4362  * Fixed a problem with detecting embedded subtitles (GAB2 format) in AVI
4363  * Prevent WAV file integer overflow (CVE-2007-3467 & CVE-2007-3468)
4365 Decoders:
4366  * Updated FLAC API compatibility
4368 Input:
4369  * Support for new v4l2 encoder API
4371 Localisation:
4372  * New localisation: Arabic, Persian
4375 Changes between 0.8.6a and 0.8.6b:
4376 ----------------------------------
4378 Various bugfixes, notably:
4379  * Out-of-bound read in demuxers
4380  * Demuxers crashes (incl. CVE-2007-0256)
4381  * Mac OS X Interface crashes
4382  * VP31 decoding on Windows platforms
4383  * Direct3D Video Output modifications for Vista compatibility
4384  * Correct behaviour for feeding streams to Icecast or Shoutcast servers
4386 Decoders:
4387  * Enhanced Flash Video support incl. VP61 and VP60
4388  * Teletext subtitles (telx) support
4390 Webbrowser plugins:
4391  * Rectified behaviour and improved usability
4393 Mac OS X Interface & Port:
4394  * Diverse usability improvements
4395  * New wizard option to embed subtitles
4396  * Screensaver/automatic sleep mode is enabled when a video is paused
4397  * Improved Delete-Preferences-Script
4400 Changes between 0.8.6 and 0.8.6a:
4401 ---------------------------------
4403 CDDA / VCDX plugins:
4404  * Security updates (VideoLAN-SA-0701, CVE-2007-0017)
4406 Mac OS X Interface:
4407  * Fullscreen controller improvements
4410 Changes between 0.8.5 and 0.8.6:
4411 --------------------------------
4413 Playlist:
4414  * Shoutcast TV listings support
4416 Input:
4417  * Support for RTSP authentication
4418  * Support for adding subtitles on the fly
4419  * Fixed MPEG-PS duration calculation
4420  * ATSC support for DVB input
4421  * Partial reading support for DVR-ms recordings
4422  * Partial reading support for MXF and GXF fileformat
4423  * Improved support for Flash Video files
4425 Decoders:
4426  * Native WMV9/VC-1 support
4427  * WMA Speech support (through binary codecs)
4428  * VP5/VP6 - Flash Video support (not VP61)
4429  * The True Audio Lossless codec support
4430  * Matroska WavPack support
4431  * Improved H.264 support (interlaced, speed improvements etc but no PAFF)
4432  * Fixed a problem with MPEG2 field pictures
4433  * Fixed swapped colors on DVB subtitles
4435 Video output:
4436  * Additional OpenGL effects (cylinder, torus, sphere, ...)
4437  * Experimental Direct3D 9 video output (win32). Best served on Vista :)
4438  * Improved libcaca support
4440 Interfaces:
4441  * All
4442    * New hotkeys for crop and zoom
4443    * Support for snapshots from the HTTP interface
4444  * Windows
4445    * Systray support in skins
4446  * OS X
4447    * Support for Apple Remote control
4448    * Fullscreen controller panel (artwork by Simon Damkjær Andersen)
4449    * New playmode buttons (artwork by Simon Damkjær Andersen)
4450    * right/ctrl-click menu in video outputs
4451    * Main Menu uses autohide when playing videos in fullscreen mode
4452  * Linux
4453    * Notifications using notification-daemon
4455 Windows port:
4456  * Support for Unicode filenames (Windows NT and above)
4457    Windows 9x/ME users:
4458      - Please note that these versions of Windows are not officially supported
4459      - Unicode support for Windows 9x/ME applications is available through the
4460        Microsoft Layer for Unicode available from the following location:
4461        http://www.microsoft.com.nsatc.net/globaldev/handson/dev/mslu_announce.mspx
4462        Download the MSLU package (unicows) and extract the content into the folder
4463        C:\Windows\System
4464  * Fixed IPv6 support on the client side
4465  * Fixed disable screensaver (Direct3D and DirectX video output)
4467 Localization:
4468  * Add Czech
4469  * Add Slovak
4470  * Add Malay
4471  * Add Slovenian
4473 Developers:
4474  * Updates to the libvlc API
4475  * Fixes for the mozilla and activeX plugins
4478 Changes between 0.8.4a and 0.8.5
4479 --------------------------------
4481 Core support:
4482  * Statistics collection (bitrates, packets, connections, ...)
4483  * Support for downloading updates
4484  * Updated strings
4486 Input:
4487  * Initial support for RTSP-over-HTTP (to allow NAT traversal)
4488  * Linux DV (Digital Video - Firewire) input
4489  * Improvements to the Audio CD input
4490      - Separate playlist entries for the tracks
4491      - Support for CDDB
4492  * Support for more DVB (satellite) encryption modules
4493  * Improved subtitles encoding support
4494  * Improved support for playing MP4 files from the Web
4496 Decoders:
4497  * Cook (Real audio) support
4499 Playlist / Services discovery:
4500  * XSPF playlist support
4501  * Podcast support
4502  * Updated Shoutcast to use new listing
4504 Audio output:
4505  * New JACK audio output
4507 Video output:
4508  * New video filters:
4509     - magnify: allows you to zoom on part of the image
4510     - gradient and edge detection: "cartoon-like" effect
4511     - bluescreen: overlay parts of a video transparently on another one
4512  * Logo video filter: can now loop through multiple images
4513  * RSS video filter: display feed images. Support for Atom feeds.
4514  * Improvements to the subtitles rendering
4516 Stream output:
4517  * Initial support for throttling users on VOD streams
4519 Interfaces:
4520  * System to inform the user and request information
4521     - HTTP authentication
4522     - Fatal errors
4523     - ...
4524  * wxWidgets
4525     - VLM (VideoLAN Media Manager) control panel
4526     - Improved media information panel (shows statistics, metadata, ...)
4527     - Drag & Drop support in the playlist
4528  * Skins2
4529     - New default skin
4530     - Support for Winamp 2 skins
4531     - Improved playlist handling
4532     - Support for popup menus, animated bitmaps, equalizer, ...
4533  * OS X
4534     - Embedded Video output
4535     - new Go-To-Specific-Time feature
4536     - Video cropping and aspect ratio changing while playing
4537     - Improved media information panel (shows statistics, metadata, ...)
4538     - support for processing multiple items with the wizard in a single run
4539     - option to save selections in the wizard for a session (default enabled)
4540  * HTTP
4541     - New default interface pages for VLC and VLM (including a mosaic wizard)
4542     - A bunch of new RPN functions
4544 Windows Port:
4545  * MSN messenger "Now playing" support
4547 OS X Port:
4548  * Mac-Intel compatibility
4549  * Enhanced support of various audio output devices
4550  * Growl "Now playing" support
4552 *Nix port:
4553  * Ability to log to syslog
4554  * Root wrapper to avoid running VLC as root
4556 Developers:
4557  * New libvlc API (not finished yet)
4558  * Java bindings
4559  * A bit more automatic testing
4562 Changes between 0.8.4 and 0.8.4a:
4563 ---------------------------------
4565 Audio output:
4566  * Fix a52 over spdif in alsa
4567  * SPDIF output available again in the Mac OS X Audio menu.
4569 Decoder:
4570  * Add support for new BMP and Cook (RealAudio G2) decoders in ffmpeg
4571  * Add support for some non-standard FOURCCs used for H.264/H.263
4573 Demux:
4574  * Fix bug with some HE-AAC audio tracks
4576 Services Discovery:
4577  * HAL fixes, should now work with new API
4578  * SAP, fix 20 second freeze on windows
4579  * UPnP fixes
4580  * Avahi 0.6 support
4582 Interfaces:
4583  * Mac OS X
4584     - fixed encoding of H.264/H.263 content when using the wizard
4587 Changes between 0.8.2 and 0.8.4:
4588 --------------------------------
4590 Core support:
4591  * Internal strings handling is now UTF-8 based
4592  * New OSD system
4594 Video output:
4595  * Fixed problems with OpenGL output
4596  * New --monitor-par (pixel aspect ratio) option
4597  * Fixed display problems with HDTV-1080 format
4599 Input:
4600  * Improved DVB support for satellite bands other than Ku-band
4601  * IPv6 and Extended passive mode support for FTP
4602  * IPv6 Source Specific Multicast support
4603  * GnomeVFS input module
4604  * Support for RTP packet reordering
4605  * Fixed syntax for FTP URLs
4607 Decoders:
4608  * Support for libSDL_image to import different image types
4609  * Musepack decoder using libmpdec
4610  * QDM2 audio support (needs ffmpeg from 19th Oct 2005 or later)
4612 Services discovery:
4613  * UPnP service discovery (Linux only at the moment)
4614  * Bonjour service discovery using avahi (Linux only)
4616 Video filters:
4617  * RSS feed overlay
4619 Audio filters:
4620 * Fixes, enhancements and new options related to the Headphone Channel
4621   Mixer and Dolby Surround
4623 Stream output:
4624  * New shout output module to forward streams to icecast servers
4625  * Fixed several SAP and SDP announcement bugs
4626  * Fixed MTU handling to avoid IP fragments
4628 Interfaces:
4629 - new cone icon by Richard Â¯iestad (Eurodata, retron.info)
4630  * Mac OS X
4631     - New streaming and transcoding wizard
4632     - New extended controls panel
4633     - New bookmarks window
4634     - Fixed playlist sorting
4635     - Fixed drag-and-drop inside the playlist
4636  * wxWidgets
4637     - Rename wxWindows interface in wxWidgets.
4638     - All the --wxwin-* options are now --wx-*
4639     - Support for RTP streaming in Stream Output dialog
4640     - Now require wx2.6 with Unicode support
4641  * Skins2
4642     - Tree playlist
4643  * HTTP
4644     - New RPN functions to control VLC features (see play-howto)
4645     - Facilities to correctly handle non-ASCII characters and spaces in
4646       the names of files
4647     - Include macro to include other files
4648     - CGI 1.0 support
4650 ActiveX plugin:
4651 * Should now work outside IE as well
4653 Mac OS X port:
4654 * New script to delete the preferences automatically
4656 Windows port:
4657 * Fixed bandwidth problems of HTTP streaming
4658 * Fixed audio problems with DirectX audio output
4660 Translations:
4661  The following languages were added:
4662  * Galician
4663  * Korean
4664  * Romanian
4665  * Simplified Chinese
4666  The following languages were re-added:
4667  * Swedish
4670 Changes between 0.8.1 and 0.8.2:
4671 --------------------------------
4673 Core support:
4674  * Rewrite of the playlist
4675     - Tree structure
4676     - Input preparsing (for meta-data)
4677     - Grouping (by artist, ...) support
4678  * Preferences improvements:
4679     - New organization, designed to improve usability
4680     - New configuration types (list of modules, ...)
4681  * XML parsers
4682  * Core image manipulation support
4683  * Client-side SSL/TLS support
4684  * SSL Client certificates checking support (allows for secure VoD)
4685  * Renamed --spu-channel to --sub-track
4686  * Renamed --spumargin to --sub-margin
4687  * Renamed --audio-channel to --audio-track
4688  * Renamed --filter to --vout-filter
4689  * filters, extra interfaces, visualizations and service discovery modules are
4690    now separated by ':' instead of ','
4691  * Access filter architecture
4692  * Track selection based on preferred language (--sub-language and --audio-language)
4693  * Zsh autocompletion for VLC's arguments
4694  * Many bugfixes...
4696 Input/Demuxers:
4697  * Support for SOCKS proxy
4698  * Support for Shoutcast Meta-data
4699  * Support for (HE-)AAC raw-audio streams
4700  * Support for images on a HTTP server that get refreshed on the server
4701  * Better support for Kasenna streams
4702  * RTSP UDP->TCP rollover support
4703  * Massive Matroska improvements
4704  * Support for XA and VOC audio files
4705  * TiVo demuxer
4706  * Samba (Windows shares) access module
4707  * Improved CDDAX module (uses several playlist items)
4708  * Fixes to Linux DVB support
4709  * Fix the "negative subtitles delay" bug
4710  * Support for FTP over IPv6
4712 Decoders / Encoders:
4713  * Dirac decoder and encoder
4714  * PNG decoder/encoder
4715  * Improvements to DVB subtitles encoder
4716  * Support for Apple Lossless Audio Codec
4718 Access filters:
4719  * New Record and Timeshift filters
4721 Services discovery:
4722  * New type of modules, that add items to the playlist
4723  * Brand new SAP module
4724      * To enable SAP, you now need to use "-S sap" or add SAP in
4725        the "Manage->Services Discovery" menu
4726      ( IPv6 SAP is now enabled by default )
4727      * Non-standard support for HTTP streams SAP announces removed
4728  * HAL (Hardware Abstraction Layer) discovery
4729  * DAAP (iTunes shares) support
4730  * Shoutcast
4732 Audio output:
4733  * Support for 20/24 bits LPCM
4735 Video output:
4736  * Video snapshot support (png or jpg)
4737  * Image file video output (png)
4738  * Motion detection filter (can trigger playlist actions)
4739  * Improvements to wall video filter
4740  * Support for font color and opacity
4742 Stream output:
4743  * Muxers
4744     - ASF improvements
4745  * VLM / VoD
4746     - Ability to load a configuration file on startup
4747     - Seeking support in VoD streams
4748  * Mosaic (picture-in-picture system)
4750 Interfaces:
4751  * wxWidgets
4752     - Redesigned playlist : add playlist, add directory, ...
4753     - Improved preferences
4754     - Improvements to the wizard
4755     - DVD, VCD and Audio CD navigation buttons
4756  * MacOS X
4757     - Redesigned playlist
4758     - Improved preferences
4759  * Skins
4760     - Support for multiple actions
4761     - Fixes
4762  * HTTP
4763     - Support for the new playlist system
4764  * Lirc
4765     - Now uses new config settings. See doc/lirc/example.lirc
4767 Windows port:
4768  * Screensaver disabling fix
4769  * DirectShow tuner configuration
4770  * Support for no-decoration windows
4772 MacOS X port:
4773  * Many Mac OS X 10.4 Tiger related fixes
4774  * The OpenGL video output is back
4775  * A new audio module that should work more reliable for analog audio output in various configurations.
4776    - Supports multichannel discrete analog output
4777    - Digital audio output requires you to change a preference setting because it
4778      is not yet available in the new module
4779    - Please read the README.MacOSX.rtf file for more information.
4781 BeOS port:
4782  * Support for single-buffered overlay
4784 Pocket PC port:
4785  * Many fixes
4786  * New interface
4787  * New video output
4789 Mozilla Plugin:
4790  * Javascript fixes
4791  * Mozilla plugin for MacOS X is back (not yet distributed)
4793 IE Plugin:
4794  * Brand new Internet Explorer ActiveX plugin
4796 Translations:
4797  The following languages were added:
4798  * Catalan
4799  * Danish
4800  * Turkish
4803 Changes between 0.8.0 and 0.8.1:
4804 --------------------------------
4806 Core support:
4807  * Include TLS/SSL API (on plattforms where libgnutls is available)
4808  * SSL support in the HTTP daemon (HTTP stream output and HTTP interface)
4810 Windows port:
4811  * Fixed win32 multichannel audio output support (which was broken in 0.8.0)
4812  * Fixed DV and MPEG (WinTV PVR 250/350) support in the dshow input
4813  * Fixed spurious taskbar item after switching to fullscreen
4815 WinCE port:
4816  * A few more updates (we still miss an interface and a fast video output).
4818 Audio Output:
4819  * Portaudio audio output plugin improvements
4821 Video Output:
4822  * Proper subpictures scaling using the aspect-ratio info when available
4824 Demuxers:
4825  * Fixed crash with ODML avi files
4826  * Fixed autodetection of VCD/SVCD bin files
4827  * Supports Kasenna VoD (MPEG2 only) and simulcast streaming
4829 Stream Output:
4830  * Encoders:
4831    * Fixed aspect ratio and interlaced support in ffmpeg encoder module
4832  * Stream output:
4833    * Support of playlist group announcement
4836 Changes between 0.7.2 and 0.8.0:
4837 --------------------------------
4839 Core support:
4840  * Major work on libvlc. Changed/renamed/added functions
4841  * Complete switch to the new input core (better seeking, multi-input, ...)
4842  * New plugins cache to speed up launch time
4843  * New --play-and-stop feature which stops the playlist after each played item
4844  * Daemon mode (to run vlc in the background)
4845  * Major improvements to the subtitle/OSD subsystem
4847 Input:
4848  * New screen capture input plugin for X11, Win32, BeOS and Mac OS X
4849     (Stream your desktop)
4850  * Improved DVD support:
4851     - uses libdvdnav for playing DVDs with menus support
4852     - uses libdvdread for simple playback with menus (eg. for streaming)
4853  * Experimental multi-input support ( use --input-slave to play with it )
4854  * Automatic MTU discovery for UDP streams
4855  * More powerful MRL syntax for DVD/VCD/CDDA access
4856     (selection of titles/chapters).
4858 Demuxers:
4859  * Support for iTunes Music Store previews
4860  * Support for MJPEG webcams (i.e. AXIS cams)
4861  * Added initial mp4 and mpeg-ts text track support
4862  * Windows Media Server RTSP support
4863  * Support for MPEG TS streams with error correction (204/192 bytes TS packets)
4864  * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
4865  * Skins2 .vlt file loader (only when skins2 is the current interface)
4866  * Improved Ogg demuxer
4867  * Support for MPEG PS streams with MPEG 4 video.
4868  * Support for so called AACPlus webstreams
4870 Codecs:
4871  * G.726 audio support
4872  * 14496-17 MPEG TS text support
4873  * MPEG-4 text support
4874  * Vastly improved DVB subtitles decoder (ETS 300 743)
4875  * Enabled color in DVB subtitles rendering
4876  * VobSub supported both externally and in Matroska
4878 Stream Output:
4879  Encoders:
4880   * Re-use audio/video/spu decoders in transcoder module. From now on,
4881      everything that is playable by VLC should be transcodable as well
4882   * Subtitles overlaying in transcoder
4883   * Subpictures overlaying in transcoder (see video output)
4884   * Frame rate selection in the transcoder
4885   * DVB subtitles encoder
4886   * MPEG 1 layer 2 audio encoder using libtoolame
4887   * Improved vorbis/theora encoding
4888  Muxers:
4889   * Text track muxing for mp4
4890   * Multipart mjpeg muxing. Your video is directly viewable in a Mozilla Browser
4891   * 14496-17 text track muxing for MPEG TS
4892   * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
4893   * Teletext (0x56 descriptor) streaming support in MPEG TS.
4894   * New WAV muxer (supports multi-channel audio)
4895   * Improved ASF muxer
4896  Misc:
4897   * H.263 RTP streaming support
4898   * SDP generation outputs more compliant SDPs and can create SDP files now
4899   * Improved RTSP and VoD server (experimental)
4901 Audio Output:
4902  * New audio equalizer filter
4903  * Very trivial volume normalizer
4904  * True channel downmixing when playing 5:1 material on Stereo
4905  * More gradual resampling which should improve the pitch changing effect
4906  * New audio output plugin using portaudio v19
4908 Video Output:
4909  * Roku HD1000 Video output
4910  * Experimental generic OpenGL video output (X11, Win32, MacOS X)
4911    with support for effects.
4912  * Improved filter and subpictures support :
4913     - New filters can be streamed.
4914     - "Subpicture filters" to overlay subpictures on video
4915     - Centralized scaling and blending
4916  * New filters :
4917     - "time", to display current time
4918     - "marq", to display a marquee
4920 Interfaces:
4921  * OSD sliders for volume and postition information
4922  * OSD icons for Play and Pause
4923  * New Streaming Wizard for Windows and Linux default interfaces (wxWindows)
4924  * A few skins2 improvements
4925  * Added search, volume, loop and random functions to the ncurses interface
4926  * Added a filesystem browser to the ncurses interface
4927  * The remote control interface can now listen for commands on sockets
4928  * Improved CORBA control module
4930 Mac OS X port:
4931  * Fixed the "cannot set buffersize:[nope]" coreaudio problem
4932  * Major speed improvements to the Quartz video output
4933  * The Mac OS X interface is no longer required to display video
4935 Linux port:
4936  * New galaktos visualization plugin (MilkDrop-compatible)
4937  * Experimental SVG rendering module
4938  * Support for DVB CAM modules.
4940 Windows port:
4941  * DirectX Media Object decoder (allows playing some media types, like WMV3)
4942  * DirectX Media Object audio and video encoder
4943  * Fixed long standing win32 thread handles leak
4944  * Fixed problem with CPU usage with subtitles rendering
4945  * Wallpaper mode for the DirectX video output (only in overlay mode)
4947 WinCE port:
4948  * Massive update (we still miss an interface and a fast video output).
4950 Mozilla plugin:
4951  * Added a lot of Javascript accessible funtionality
4952  * Volume, position, length, seek etc etc etc.
4954 Misc:
4955  * Server/client network synchronization module
4956  * VBrick streams fully supported
4957  * Cisco IP/TV streams supported
4958  * VLM enhancements
4961 Changes between 0.7.1 and 0.7.2:
4962 --------------------------------
4964 Core support:
4965  * Bookmarks feature for easier seeking/access inside medias.
4966  * Support for video output embedded in interfaces.
4967  * Improved HTTP daemon.
4968  * Saved playlists now remember VLC-specific options.
4970 Codecs:
4971  * New Continuous Media Markup Language (CMML) codec.
4972    (http://www.annodex.net/overview.html)
4973  * New H.261 video decoder using openmash.
4974  * H264 encoder, demuxer and packetizer.
4975  * Packetizer interfaces between demux and codec when needed
4976    (allows using ffmpeg plugin to decode MPEG streams and better aac decoding).
4977  * Support for Theora alpha3 (both decoding and encoding).
4979 Input:
4980  * --start-time <sec> and --stop-time <sec> to start and stop playing a
4981    file at the specified amount of seconds. Only works with a few
4982    fileformats (avi, mov, mkv, mp4 )
4983  * Improved directory access module.
4984  * New "file-cat" option to play truncated movies.
4985  * Better handling of meta info (title, author, description, etc...).
4986  * New options to pass meta info to the input.
4987  * It is now possible to stream programs from a DVB-S/C/T stream
4988    (satellite, cable, or digital terestrial television)
4990 Demux:
4991  * Annodex (http://www.annodex.net) support.
4992  * mmsh streaming fixes.
4993  * Fixed infinite loop in the AVI demux on broken/incomplete files.
4995 Subtitles:
4996  * Subviewer and subviewer v2 subtitles support.
4997  * Ability to choose autodetected subtitles path.
4998  * Subtitles delay can be changed in real time with hotkeys.
5000 Stream output:
5001  * Improved session announcement system.
5002  * Minimize threads usage by default.
5003  * Added faster than realtime stream output (limited by CPU) for file output.
5004  * Improved MOV/MP4 muxer.
5005  * Improved MPEG TS muxer.
5006  * Improved transrater.
5007  * Meta info options used by the muxers.
5008  * New configuration system.
5009  * Better audio channels downmixing when transcoding.
5011 VideoLAN manager:
5012  * New videolan (media) manager (vlm): a little manager designed to launch
5013    and manage multiple streams from within one instance of VLC.
5014  * Supports live streams and VoD.
5015  * Supports scheduling.
5016  * Telnet interface for vlm.
5017  * HTTP interface for vlm.
5019 Interfaces:
5020  * Skins II (Windows and Linux only)
5021     - Ability to embed video output.
5022     - Support for bitmap fonts.
5023     - Lots of improvements.
5024  * wxWindows (default Windows and Linux interface)
5025     - New design and set of icons.
5026     - Ability to embed video output.
5027     - Support for hotkeys.
5028     - Support for bookmarks.
5029  * Mac OS X
5030     - Support for 'groups' and playlist item properties.
5031     - Better hotkeys handling.
5033 Mac OS X port:
5034  * OpenGL video output is now the default when available.
5035  * Added FAAC encoder (mp4a).
5036  * Audio output fix to work with multiple streams on a HAL device.
5037  * Possible fix for conflict with CodeTek VirtualDesktop (untested).
5039 Win32 port:
5040  * DirectShow input plugin should work with more devices.
5041  * Disable monitor power down when watching movies.
5042  * Improved Windows installer.
5044 Linux port:
5045  * PowerPC fixes.
5047 Misc:
5048  * Improvements to the Goom visualisation plugin.
5049  * Roku HD1000 audio output.
5052 Changes between 0.7.1 and 0.7.1a:
5053 ---------------------------------
5055 Mac OS X:
5056  * Fixed the infamous 'mp3 takes twice the CPU it should take' bug
5057  * Playing MOD files is working now.
5060 Changes between 0.7.0 and 0.7.1:
5061 --------------------------------
5063 Core support:
5064  * Fixed a nasty bug that causes preferences not to be saved some times.
5065  * IGMPv3 support for VLC under Windows XP and Linux.
5067 Codecs:
5068  * Brand new DTS Coherent Acoustics audio decoder based on libdts
5069    (http://www.videolan.org/dtsdec.html)
5070  * Fixed DTS S/PDIF output
5071  * SVCD (Philips OGT) and CVD subtitles
5073 Playlist:
5074  * Internal improvments
5075  * Improved import/export
5077 Input:
5078  * Experimental support for Nullsoft streaming video(.nsv) and real media(.rm)
5079    container formars.
5080  * New demux module that uses libavformat from ffmpeg. Adds support for many
5081    small and strange formats.
5082  * New PVA demux.
5083  * New MOD audio demux.
5084  * Support for DTS and A52/AC3 wav files.
5085  * Support for DTS and A52/AC3 audio CD.
5086  * New and experimental DVD input plugin with menus support (using libdvdnav).
5087  * Added back DV audio support in raw DV demuxer.
5089 Stream output:
5090  * MP4/MOV muxer improvements (fast-start, aac in mov, etc...).
5091  * Fixed a nasty bug in the mpeg video packetizer.
5092  * Improved transcoding (multithreading, more tuning, etc...).
5094 Service discovery:
5095  * Fixed sdp in SAP.
5097 Mac OS X port:
5098  * New opengl video output plugin.
5100 Win32 port:
5101  * A few improvements to the DirectShow input plugin.
5102  * Fixed ipv6 name resolution.
5105 Changes between 0.6.2 and 0.7.0:
5106 --------------------------------
5108 Core support:
5109  * Brand new decoder/packetizer api.
5110    Adds a lot more flexibility while also simplifying the decoder plugins.
5111  * New encoder api (Ffmpeg, Vorbis, Theora, Flac and Speex encoders available).
5112  * Video outputs are recycled if possible.
5113    This removes any 'flicker' between two similiar video files.
5114  * Fixed the video filters. Video should no longer go black when using filters.
5115  * New input core. Advantages are: better seeking, more responsive, support for
5116    subtitle files at the core, and much much more.
5118 Playlist:
5119  * Added a repeat mode to repeat a single file over and over.
5120  * Playlist sorting
5122 Input:
5123  * RTP/RTSP support.
5124  * Fixed annoying seeking problem with Ogg files (seeking would take ages).
5125  * Support for Flac in Ogg files.
5126  * MPEG TS demuxer also handles A52 and AAC audio in DVB streams.
5127  * Rewrite of the Flac demuxer.
5128  * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo. (Linux only)
5129  * Reworked DVB tuning.
5130  * Better Icecast support.
5131  * New MPEG video elementary streams demuxer.
5132  * New DTS audio elementary streams demuxer.
5134 Codecs:
5135  * Support for Theora video encoding.
5136  * Support for Speex audio decoding/encoding.
5137  * Rewrite of the Flac decoder + encoding support.
5138  * Support for MPEG2 422 decoding which was recently added to libmpeg2 (cvs).
5139  * Support for AAC + SBR and proper multi-channel re-ordering.
5140  * MPEG 2.5 audio support.
5141  * Removed deprecated decoders (a52_old, mpeg_video and mpeg_audio).
5143 Stream output:
5144  * Improvements to the MPEG TS muxer.
5145  * New transrating module for MPEG2 video.
5146  * Added packetization for MPEG AAC ADTS streams.
5147  * Added packetizers for Flac, Speex, Theora, LPCM, DTS and SPU streams.
5148  * Improved mp4 muxing and added AAC/MP4V support when transcoding.
5149  * Improved Ogg muxing and added Theora, Speex, Flac and subtitles support.
5150  * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio.
5151  * --sout-keep option to keep the stream open while changing input.
5152  * Preliminary RTP support.
5153  * Fixes to SAP announces.
5155 Interface:
5156  * Skins:
5157     - Bugfixes
5158     - misc improvements (eg, "stay on top" option).
5159  * New standardized and customizable hotkeys.
5160  * wxWindows
5161     - Playlist improvements (Sort, Search, mode buttons).
5162     - Improvements and help in preferences
5163     - New streaming wizard
5164     - Revised Disc Open menu
5165  * HTTP
5166     - Improvements of the standard pages
5167     - Support for new commands
5168  * OSD ( OS X and hotkeys only atm ).
5170 Service discovery:
5171  * Many fixes to the SAP module
5172  * SAP now supports HTTP streams
5174 Subtitles:
5175  * Text subtitles now have a black outline.
5176  * Text subtitles autodetection.
5177  * Text subtitles charset autodetection.
5178  * Text subtitles for all videofiles. Results may vary.
5179  * Text subtitles in Hebrew are supported. Arabic partially.
5180  * Automatic fontsize selection for text subtitles.
5181  * Fixed SAMI text subtitles support.
5182  * Support for subtitles in Matroska files.
5183  * Support for subtitles in DVB streams.
5185 Mac OS X port:
5186  * New controller designed by Max Rudberg from www.maxthemes.com
5187  * Save playlist.
5188  * Works on 10.1.x again. Apologies for that problem.
5189  * Support for Panther.
5190  * Support for raw dumping of streams to disk.
5191  * Mozilla plugin for Mac OS X (experimental).
5193 Win32 port:
5194  * New DirectShow input module (for video acquisition cards, webcams, PVRs...).
5195  * VLC can be installed as a Windows NT service.
5196  * Allow on the fly switching of the main interface.
5197  * Support for 3F2R in audio output.
5198  * New --one-instance option to "force" only one running instance of VLC.
5199  * Mozilla plugin for Windows (experimental).
5200  * Multimonitor support (untested).
5201  * Fixed nasty timing bug on some dual-cpu / P4 with hyperthreading systems.
5203 Linux port:
5204  * Improved Video4Linux input. Also added support for an audio only input.
5205  * Support for real-time priority when running with root privileges.
5206  * Allow on the fly switching of the main interface.
5208 iPaq port:
5209  * Brand new Gtk 2 interface
5211 Miscellaneous:
5212  * Audio visual effects filters (spectrum, scope and random).
5213  * Audio visual effects filter using goom.
5214  * Spanish, Portuguese Brazilian and Hungarian translations.
5215  * libcaca video output (colored ascii)
5218 Changes between 0.6.1 and 0.6.2:
5219 --------------------------------
5221 Core support:
5222  * Fixed a nasty regression in 0.6.1 which made some streams unplayable.
5224 Stream output:
5225  * Transcoder now generates proper pts/dts thus should work a lot better.
5226  * Improved MPEG TS muxer.
5228 Access input:
5229  * Support for DVB-S/C/T cards using v4l2 API for Linux 2.6.x kernels.
5230  * Few fixes to the VCD navigation.
5232 Interfaces:
5233  * Support for DVD menus navigation added to the wxWindows interface.
5235 UNIX ports:
5236  * ALSA multi-channel support fixed and tested.
5237  * Fixed fullscreen with gnome metacity.
5239 Win32 port:
5240  * Fixed VCD support which was broken on some machines.
5242 iPaq port:
5243  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
5245 Miscellaneous:
5246  * Text subtitles now centered on the picture.
5247  * Ffmpeg decoder now generates proper pts and can be used to play
5248    mpeg1/2 videos.
5251 Changes between 0.6.0 and 0.6.1:
5252 --------------------------------
5254 Core support:
5255  * There should be less bogus resampling, particularly on DVDs.
5256  * VLC will now wait for the medium to wake up before starting its clock
5257    after a pause.
5259 Stream output:
5260  * Added vorbis audio support in Ogg streaming.
5261  * Added vorbis audio transcoding support.
5262  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
5263 UNIX ports:
5264  * ALSA multi-channel support fixed and tested.
5265  * Fixed fullscreen with gnome metacity.
5267 Win32 port:
5268  * Fixed VCD support which was broken on some machines.
5270 iPaq port:
5271  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
5273 Miscellaneous:
5274  * Text subtitles now centered on the picture.
5275  * Ffmpeg decoder now generates proper pts and can be used to play
5276    mpeg1/2 videos.
5279 Changes between 0.6.0 and 0.6.1:
5280 --------------------------------
5282 Core support:
5283  * There should be less bogus resampling, particularly on DVDs.
5284  * VLC will now wait for the medium to wake up before starting its clock
5285    after a pause.
5287 Stream output:
5288  * Added vorbis audio support in Ogg streaming.
5289  * Added vorbis audio transcoding support.
5290  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
5291  * PS muxer can create mpeg1 files now and produce streams with system headers.
5292  * You can transcode a52 with more than two channels to mpga now.
5294 Win32 port:
5295  * Fixed DVD support which was partly broken due to a bug in libdvdcss
5296  * Fixed 5.1 audio support for the sblive/audigy soundcards.
5297  * Fixed sound on Windows NT.
5299 UNIX ports:
5300  * Fixed/improved ALSA support and enabled multi-channel audio output.
5301  * X11/Xvideo: Should now work on big endian machines, and you can now
5302    use the arrow keys to browse through the DVD menus.
5304 iPaq port:
5305  * Gtk+2 interface called PDA
5306  * Familiar Gtk+ is now deprecreated
5307  * Codec a52, Faad2 and flac added
5308  * Video4Linux enabled (demux and transcode)
5309  * Stream Out with transcode support enabled (use codecs: HuffYuvv and A-law).
5311 Interfaces:
5312  * Small updates/fixes to the wxWindows interface.
5313  * Improved HTTP remote control interface. You can now create your own HTML pages.
5314  * A new CORBA control plugin.
5316 Input demux:
5317  * Improved support for the Matroska container format.
5319 Miscellaneous:
5320  * Improved build system.
5321  * New video filter plugin to overlay logos.
5322  * Added support for Winamp 3 B4S files.
5323  * New subtitle module which uses freetype2 to render arbitrary fonts in any size.
5324    Should also work with languages like russion for instance.
5327 Changes between 0.5.3 and 0.6.0:
5328 --------------------------------
5330 Core Support:
5331  * Channel Server support was removed (was deprecated)
5333 Input access:
5334  * Fixed a big bug in ftp and http access that prevented many platforms
5335    (OSX most prominently) to view ftp and http streams.
5336  * Fixed large file support on Windows
5337  * Video 4 Linux support
5338  * CD Digital Audio support
5339  * Fixed IPv6 multicasting on Windows and OSX.
5341 Input demux:
5342  * Better detection of AAC and mp3 files
5343  * Support for OpenDML avi files
5344  * More complete .mp4/.mov support
5345  * Very early support for the Matroska container format (don't complain if it doesn't work ;)
5347 Codecs:
5348  * VLC's own MPEG1/2 decoder has been replaced with libmpeg2
5349  * Support for Sorenson 3 (SVQ3 or Quicktime content) via ffmpeg
5350  * OSX support for QDM2 and QDMC sound, often used in QT content.
5351  * Fixed a bug which was causing artefacts in DivX video (ffmpeg)
5352  * Updated our theora decoder to use the alpha 2 release of libtheora
5353  * If ffmpeg cannot keep up, skip and try to recover instead of stopping altogether
5354  * Indeo Video 3 (IV32) support for little-endian computers. (so not for OSX)
5356 Interfaces:
5357  * The wxWindows interface is now fully useable as well as Unicode safe
5358  * New HTTP remote control interface
5360 Stream output:
5361  * New stream output scheme. It is now possible to build a chain of stream outputs
5362    allowing for instance to stream and display some content at the same time.
5363  * The stream output now allows to transcode content on the fly.
5364  * Fixed major bug that prevented streaming mpeg 1/2 video with pulldown content.
5365  * SAP/SDP announcing support. (both IPv4 and IPv6)
5367 Miscellaneous:
5368  * New reset option for the preferences
5369  * You can set your language in the prefences
5370  * New video chroma conversion module using ffmpeg
5371  * Added a Gentoo ebuild to the distribution
5372  * Added a new smaller subtitles font (now the default) + scripts to generate your own
5373  * SAP/SDP IPv6 support
5375 UNIX ports:
5376  * Basic support for the X11 Xinerama extension.
5377  * New skinable interface ported to X11.
5378  * Run opie-vlc and zaurus-vlc as GuiServer
5380 Mac OS X port:
5381  * When you add several items to the playlist, they are sorted alphabetically.
5382  * New about panel and revamped preferences panel.
5383  * Fixed the deinterlace menu.
5384  * Float on top, Fit to Screen and a Transparency option for video out.
5385  * New output dialog for transcode and display while stream capabilities.
5386  * New icons by Davor Orel.
5387  * New audio resampler. Should make VLC much faster.
5388  * Fixed disappearing and crackling sound (PTS is out of range bug)
5389  * We no longer automatically save the preferences when you quit the application
5390  * Arrow keys are now use to browse the menus in a DVD
5392 Win32 port:
5393  * the wxWindows interface is now the default interface
5394  * The keyboard shortcuts are now identical to the linux version
5395  * Fixed the "no sound" problem on NT4
5396  * Improved skinnable interface (it now uses the wxWindows interface dialogs).
5397  * Added support for compressed skins files (.vlt files)
5398  * Fixed SVCD chapters support.
5399  * Fixed memory leak with 5.1 audio.
5401 BeOS port:
5402  * Interface localization
5403  * Screensaver disabled if playing in fullscreen
5404  * A few new keyboard shortcuts
5405  * New full-featured Preferences window
5408 Changes between 0.5.2 and 0.5.3:
5409 --------------------------------
5411 Core Support:
5412  * fixed DTS S/PDIF output on little-endian machines
5413  * support for skins at the interface level
5414  * new OSD module using Freetype2
5415  * video outputs are now destroyed when the associated input ends
5416  * the video output takes into account the caching delay introduced at the
5417    input level before dropping out of date frames.
5418  * configuration option to disable the translation of the interface
5420 Input access:
5421  * fixed HTTP redirects
5422  * support for opening an entire directory
5423  * EOF should be detected more reliably
5424  * new video4linux access plug-in
5425  * new kfir access plug-in designed to work around a bug in the kfir driver
5427 Input demux:
5428  * added stream type for some Motorola MPEG-2 video encoders
5429  * fix for some ogg web radio streams
5430  * fixed reading TS streams over HTTP
5432 Codecs:
5433  * support for 3ivx D4 (not previous versions)
5434  * support for '3ivd' and '3vid' encodings
5435  * support for 'MSS1' codec ( same as WMV2 )
5436  * support for SAMI subtitles (untested and incomplete)
5437  * better SSA4 subtitles recognition
5438  * new codec for raw I420 video
5439  * improvements to the libmpeg2-based MPEG video decoder
5441 Interfaces:
5442  * improvements to wxWindows based interface
5443    (although it still misses some important features)
5444  * skeleton for a Gnome2/GTK2 plug-in
5446 Stream output:
5447  * new HTTP output support
5448  * fixed a segfault in the AVI muxer
5449  * fixed AV synchronization issues
5451 Miscellaneous:
5452  * support for oldstyle id3 genres
5454 UNIX ports:
5455  * the SDL vout plug-in will now work on big-endian machines
5457 Mac OS X port:
5458  * reorderable playlist
5459  * fixed the hiding of the mouse on multiple monitors
5460  * fixed a big issue with some USB speakers
5461  * support for mono audio output devices
5462  * reset the audio-device to its default mode before quitting VLC
5463  * fixed several cosmetic issues
5464  * you can drag the controller window by its background (as it should be)
5465  * the messages window remembers more lines
5466  * delay and fps can now be overruled with subtitles files
5467  * http and ogg stream output options
5468  * Apple menu and friends will now be translated as well
5470 Win32 port:
5471  * new skinnable interface
5472  * the directx video output doesn't crash anymore on ctrl+alt+del events.
5474 iPAQ familiar Linux port:
5475  * support for FLAC audio format
5476  * the interface adapts to the screen size/rotation
5477  * playlist
5478  * network tab in the interface
5479  * "apply" handling in preferences
5482 Changes between 0.5.1a and 0.5.2:
5483 ---------------------------------
5485 Core support:
5486  * advanced config options are now hidden by default
5487  * new --spdif option to use the S/PDIF audio output by default
5488  * fixed a 'clicking' sound when switching between streams
5489  * new bandlimited resampler that should improve audio quality on primarily
5490    Mac OS X
5491  * fixed a problem with audio over http that caused some web radios to not work
5492  * DTS S/PDIF support
5494 Codecs:
5495  * support for DV audio through the ffmpeg library
5496  * support for FLAC audio through libflac
5497  * new but basic MPEG video decoder based on libmpeg2
5498  * fixed a major bug in LPCM code (fixes a problem with iDVD disks)
5500 Stream output:
5501  * support for streaming DivX 1/2/3, wmv1/2, h/i263 over MPEG-2 TS
5502  * new --ttl option for Time To Live
5504 DVD support:
5505  * fixed quite a few problems with the dvd menu support
5507 UNIX ports:
5508  * fixed the GNU-pth support
5510 Win32 port:
5511  * multi-channel audio and S/PDIF support for both the DirectX and Waveout
5512    plugins
5513  * localization support via gettext is now fully working
5514  * rc interface is now fully useable
5515  * fixed the MSVC project files generation
5517 Mac OS X port:
5518  * several fixes for multi channel audio devices. AC3 over SPDIF with
5519    M-Audio Sonica Theater still does not work. this is most likely a driver
5520    bug and has been reported to M-Audio. (Sonica, Revolution, Delta, Griffin
5521    iMate and MOTU firewire devices should work)
5522  * VLC now uses the default audio device
5523  * new info panel
5524  * very preliminary support for VLC control via applescript
5525  * support for mouse gestures
5526  * new priority scheme allowing to avoid lock-ups on low-end machines
5528 Linupy port:
5529  * there is a whole new port for the linupy distribution used by o.a. the
5530    YOPY PDA. It is still experimental, please test it
5532 Miscellaneous:
5533  * improved ID3 tag detection
5534  * changed several errors into warnings ; the frequently reported "this is
5535    not a PS stream, continuing" is one of these
5536  * mouse gestures work on windows and osx, but there still isn't any useful
5537    gestures
5538  * some support for .pls playlists used by shoutcast
5541 Changes between 0.5.1 and 0.5.1a:
5542 ---------------------------------
5544 Mac OS X port:
5545  * fixed a problem that caused VLC to select the wrong language when
5546    English was set as the preferred language
5549 Changes between 0.5.0 and 0.5.1:
5550 --------------------------------
5552 Core support:
5553  * new mouse gesture interface
5554  * audio volume can now be changed at any time, even when no file is
5555    playing
5557 Input access:
5558  * various minor fixes on the network inputs
5559  * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
5560  * VCD: fixed track number and chapter indexing
5562 Input demux:
5563  * fixed a bad initialization in the mp4 plug-in
5564  * new --buggy-psi option for TS streams which do not update their
5565    continuity counter
5567 Codecs:
5568  * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
5570 DVD support:
5571  * fixed a bug which turned the default interface command-line only
5572    without the user consent
5574 UNIX ports:
5575  * GTK: fixed a crash when going fullscreen or changing volume from the
5576    popup menu
5577  * X11: new screen saver disabling plug-in (--extraintf screensaver)
5578  * KDE: fixed compilation with KDE 3.1
5579  * ALSA: fixed mono files output
5581 Mac OS X port:
5582  * fixed a crash on start-up on some localized systems
5583  * lowered real-time priorities to avoid lock-ups on slow machines
5584  * VLC can now be made the handler of ftp http mms and udp URLs
5585  * playlist enhancements
5586  * added half, normal and double video window menu items
5587  * new step forward/step backward commands
5588  * the dock should no longer be visible in fullscreen mode
5589  * the Mac OS X binary is now compiled with Ogg/Theora support
5590  * vlc.app is now VLC.app
5592 Win32 port:
5593  * fixed the "RichEdit line insertion error" bug
5594  * VLC can now be run from outside its installation directory
5595  * fixed a bug that prevented to find the default subtitle font
5597 BeOS port:
5598  * smarter BeOS priorities to avoid lock-ups
5599  * few enhancements in the interface (especially the Settings window)
5601 Opie port:
5602  * native video output is working again
5603  * only commandline interface support
5604  * support for MPEG4, DivX through ffmpeg package
5607 Changes between 0.4.6 and 0.5.0:
5608 --------------------------------
5610 Core structure:
5611   * object structure which allows for full re-entrancy, known as libvlc
5612   * new audio output architecture based on filter pipelines, providing
5613     S/PDIF and multi-channel support
5614   * localization support via gettext on most architectures
5615   * new stream output architecture, allowing to use VLC to unicast,
5616     multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
5617     and A/52 streams are supported)
5618   * build system now uses autoconf/automake/autopoint
5620 Input access:
5621   * mms:// support
5622   * ftp:// support
5623   * stability fixes in the HTTP access
5624   * auto-detection of RTP encapsulation
5625   * VCD entry points support
5626   * VCD image file support
5628 Input demux:
5629   * support for *.asf format
5630   * improved support for *.avi, especially over an HTTP connection
5631   * support for *.mp4 and *.mov format
5632   * support for ogg encapsulation
5633   * support for raw DV format
5634   * support for *.wav format
5635   * new demuxdump demux allowing to save a stream to a file
5636   * raw AAC support
5638 Stream discovery & playlists:
5639   * support for the SAP/SDP and SLP protocols
5640   * support for .m3u file format
5641   * support for .asx file format
5642   * hack to find the streaming sources in html-pages with embedded wmp
5644 Codecs:
5645   * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
5646     (only available with the .avi demux)
5647   * support for ADPCM audio codec
5648   * support for raw PCM data
5649   * support for Cinepak video codec
5650   * support for DV video codec via libdv or ffmpeg
5651   * support for AAC audio codec via libfaad2
5652   * support for Xvid codec
5653   * support for Xiph.org's Vorbis audio codec
5654   * support for Xiph.org's Tremor audio codec (when compiling from sources)
5655   * support for Xiph.org's Tarkin and Theora video codecs (when compiling
5656     from sources)
5657   * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
5658     H263i, MJPEG A/B
5659   * fixed an endianness bug in LPCM codec
5661 DVD support:
5662   * experimental preliminary support for DVD menus via libdvdplay
5664 Miscellaneous:
5665   * new WxWindows interface
5666   * all interfaces allow to dynamically change the volume, the audio
5667     device and the channels configuration
5668   * headphone channel mixer with virtual spatialization effect
5669   * Mozilla plugin based on libvlc for embedded playback in webpages of any
5670     format that VLC can play
5671   * new swedish translation
5672   * enhancements of the playlist window
5673   * new messages window to see debug info
5674   * fixed a few crashes
5676 iPaq port:
5677   * slider bar in GTK+/GPE Familiar interface
5678   * fixed crash on directory change in Familiar interface
5679   * added qte_main module for use in all modules that need Opie or Qte support
5680   * native video output module for Qt Embedded/Opie is not working