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