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