core: replace sout_access_out_sys_t* by void*
[vlc.git] / NEWS
blob087f434eb5f9d4ba0d17f9ce60c9a0fa99d9e1c2
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.10 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)
12 Audio output:
13  * ALSA: HDMI passthrough support.
14    Use --alsa-passthrough to configure S/PDIF or HDMI passthrough.
16 Demuxer:
17  * Support for HEIF format
19 Codecs:
20  * Support for experimental AV1 video encoding
21  * WebVTT encoder
22  * Remove iomx support for Android
23  * WebP image decoding
25 Video output:
26  * Remove aa plugin
27  * Remove evas plugin
28  * Remove omxil_vout plugin
30 macOS:
31  * Remove Growl notification support
34 Changes between 2.2.8 and 3.0.0:
35 --------------------------------
37 Platform support changes:
38  * 3.0.x will be maintained as a LTS (best-effort basis, mostly for security)
39    that will be the last working version for quite a few systems.
41    Indeed the 3.0.x branch will contain the last releases running on:
42      - Windows XP, Vista, and the servers equivalent of those Windows versions
43      - macOS 10.7, 10.8 & 10.9, iOS 7 & 8
44      - Android 2.x, 3.x, 4.0.x & 4.1.x
45      - Compilers before gcc 5.0 and clang 3.4, or equivalent
47  * For the 3.0 branch, please note:
48    * The Windows XP/2003/2003R2 support for VLC is now on a best-effort basis:
49      it should work, but not without limitations.
50      libVLC support for Windows XP is deprecated.
51      You _really_ should upgrade to a more modern Windows version!
52    * Windows Vista (all versions) without Platform Upgrade is not supported.
53    * 64bit version of VLC for Windows is recommended.
54    * Linux support requires now a kernel newer than 2.6.26.
55    * Mac OS X 10.6 support is now removed. You need OS X 10.7.
57 Core:
58  * Support network browsing for distant filesystems (SMB, FTP, SFTP, NFS...)
59    and rewrite the parsing of the media files and inputs
60  * Support keystores: fetch and store passwords securely (sic!) for common
61    protocols (HTTP, SMB, SFTP, FTP, RTSP ...)
62  * Autodetect external audio tracks (ac3, m4a, aac, dts...) similar to subtitles
63  * Support HDMI passthrough for Audio HD codecs, like E-AC3, TrueHD or DTS-HD
64  * Support for 12bits codec and extended colorspaces (HDR)
65  * Support output renderers, like ChromeCast
66  * VLC now assumes vlcrc config file is in UTF-8
67  * Support portable version of Windows build (create a "portable/" folder)
68  * Support wayland surface type
69  * Allow to start the video paused on the first frame
70  * Refactor preparsing input
71  * EPG rework: table and single event updates, now using network time
72  * Refactor and fix subtitles es selection. Demuxers can now override
73    es category single only or multiple es behavior
74  * Support for 360 video and audio, including viewpoint modification
75  * Support for ambisonic audio and more than 8 audio channels
76  * Support subtitles size live adjustments
78 Access:
79  * New NFS access module using libnfs
80  * New SMB access module using libdsm
81  * Adaptive streaming:
82    * Rewrite MPEG-DASH (Dynamic Adaptive Streaming over HTTP) support, including
83      MPEG2TS and ISOBMFF profiles
84    * Support HDS (Http Dynamic Streaming) from Adobe (f4m, f4v, etc.)
85    * Large rework of the Smooth Streaming module
86    * Replaced httplive stream filter with new HLS demuxer, replaced smooth
87      stream filter with new Smooth demuxer, both using unified adaptive module
88    * Support HLSv4-7, including MP4 and raw muxing and ID3 tags
89  * Support decompression and extraction through libarchive (tar, zip, rar...)
90  * New HTTP/TLS access module for HTTP 2.0 support
91  * Improvements of cookie handling (share cookies between playlist items,
92    domain / path matching, Secure cookies)
93  * Support DVB-T2 on Windows BDA
94  * Screen capture plugin for Wayland display
95  * Support depayloading Opus from RTP
96  * New UPnP access module, to list directories without infinite recursions
97  * SMB/FTP/SFTP accesses can list directories
98  * Support sftp username and passwords options in URL, and key authentication
99  * New WASAPI audio capture module on Windows
100  * New "concat" access module for concatenating byte streams
101  * Named pipes and device nodes are no longer included in directory listings
102    by default. Use --list-special-files to include them back.
103  * Support for timeout in UDP input --udp-timeout=<seconds>
104  * New SAT>IP access module, to receive DVB-S via IP networks
105  * Improvements on DVB scanning
106  * BluRay module can open ISO over network and has full BD-J support
107  * Support for DVD ISO over network
108  * New SRT access module using libsrt
110 Hardware Decoder:
111  * Support HEVC hardware decoding on Windows, using DxVA2 and D3D11
112  * Support hardware decoding using Direct3D11, including GPU-zerocopy mode,
113    and hardware filtering, for deinterlace and adjust
114  * DxVA2 GPU-zerocopy for hardware decoding and displaying on Windows,
115    and support for hardware filtering, for deinterlace and adjust
116  * Support HEVC hardware decoding using OMX and MediaCodec (Android)
117  * Use MediaCodec via NDK native API after Android Lollipop
118  * Support MPEG-2, VC1/WMV3 on Android using MediaCodec
119  * OMX GPU-zerocopy support for decoding and display on Android using OpenMax IL
120  * Support 4:4:4 and 4:2:2 chroma samplings with VDPAU hw acceleration
121  * Important VAAPI improvements for 10bits, HEVC, direct-rendering support
122  * Support VP9 and WMV3 decoding using OMX and performance improvements
123  * Important improvements for the MMAL decoder and output for rPI and rPI2
124  * New hardware accelerated decoder for OS X and and iOS based on Video Toolbox
125    supporting H.263, H.264/MPEG-4 AVC, H.265/HEVC, MPEG-4 Part 2, and DV
127 Decoders:
128  * Support for experimental AV1 video
129  * Support for ARIB STD-B24 subtitles
130  * Support for experimental Daala video
131  * New MPEG-1 & 2 audio layer I, II, III + MPEG 2.5 decoder based on libmpg123
132  * New BPG decoder based on libbpg
133  * Fix uncompressed DVD-Audio (AOB) LPCM decoding
134  * Rewrite WPL playlists and add ZPL playlists support (Zune)
135  * Support TDSC, Canopus HQX, Cineform, SpeedHQ, Pixlet, QDMC and FMVC codecs
136  * TTML subtitles support, including EBU-TT-D variant
137  * Rewrite of webVTT subtitles support, including CSS style support
138  * Support 9-bit and 10-bit GBR planar formats
139  * Support for the OggSpots video codec
140  * HEVC packetization is mostly fixed
141  * H264 packetizer can now generate timestamps
142  * Packetizers have support for captions in SEI
143  * DTS packetizer handle DTS extensions (like DTS-HD): decoders like avcodec
144    can now decode up to 8 channels
145  * JPEG images correctly oriented using embedded orientation tag, if present
146  * Support VPX high bit depth support
147  * Extend MicroDVD support with color, fontname, size, position extensions
148  * BluRay text subtitles (HDMV) are now decoded
149  * Improve Closed Captions detection, notably inside the video streams
150  * CEA-708 decoder
151  * New MIDI decoder for macOS and iOS using the AudioToolbox framework, works
152    without a soundfont or with SoundFont2 and DLS soundfonts
154 Demuxers:
155  * Important rework of the MP4 demuxer, including:
156     * Support for fragmented MP4
157     * Support EIA-608/708 subtitles in MP4/mov
158     * Support WMV and WMAV in MP4/mov, aka Flip4Mac files
159     * Support bitmap audio channel reordering in MP4/mov
160     * Support for RTP Reception Hint Track with H.264, GSM and Speex payloads
161     * Support for XiphQT(MP4) vorbis and Flac
162     * Support for VP8/VP9/VP10/AV1 in MP4
163     * Support GoPro HiLight chapters
164     * Support for TTML and WebVTT in ISOBMFF/MP4 and DASH
165     * Add new metadata fields
166  * Important rework of the TS demuxer, including:
167     * Support Opus in MPEG Transport Stream
168     * Fix program selection with recorded TS (TopField, DreamBox and others)
169     * Fix TS playback with PAT/PMT less recordings
170     * Basic support for MPEG4-SL in TS and T-DMB
171     * Support SCTE-18 / EAS inside TS
172     * Support for new descriptors and ETT tables
173     * Support for ARIB channel logos, as attachements, ARIB TR-B21/TR-B14-1
174     * Improve broken-PCR probing and fixing
175     * Improvements for scrambled state detection
176  * Support HD-DVD .evo (H.264, VC-1, MPEG-2, PCM, AC-3, E-AC3, MLP, DTS)
177  * Important rework of the PS demuxer, including:
178     * HEVC support
179     * Fix large number of samples, notably with PSM-less H264
180     * Partial support of PSMF
181     * Fix broken SCR samples
182     * Fix CDXA mpeg-1 support
183  * Improvements on MKV:
184     * Rewrite MKV seeking
185     * Support FFv1 inside MKV
186     * Improve ADTS and LATM inside MKV
187     * Improve DVD-menus support
188  * Support for lame's replaygain extension in mpeg files
189  * Support Daala in Ogg
190  * Improve Chained-Ogg support
191  * Fixes for DTS detection in WAV and MKV files
192  * Support for Creative ADPCM/alaw/ulaw/S16L in VOC files
193  * Support for Creative ADPCM in AVI
194  * Support WMV extended content metadata
195  * Directory Demux can now sort items, ignore extensions and hidden files
196  * Support AlbumArtist and DiscNumber metadata
197  * Support raw H265/HEVC files
198  * Support multi-channel WAV without channel-maps
199  * Support SBV subtitles
200  * Support for Scenarist Closed Caption
201  * Fix Quicktime Mp4 inside MKV and unpacketized VC1
202  * Support for isofLaC
203  * Improve fLaC seeking
204  * Replace --demux dvb-open option with --stream-filter dvb to parse
205    channels.conf digital TV channel list files
207 Stream filter:
208  * Add an ADF stream filter
209  * Add a ARIB STD-B25 TS streams decoder
210  * Add a stream prebuffering plugin
211  * Rewrite libarchive module as a stream_extractor
212  * Remove HTTP Live streaming stream filter
213  * Add a zlib (a.k.a. deflate) decompression filter
214  * Add a skiptags module to help demuxers skip ID3/APE tags
216 Demux filter:
217  * Add a demuxer filter chain to filter or intercept control commands and demuxing
218  * Add a demuxer filter to block seeking (--demux-filter noseek)
220 Audio output:
221  * Complete rewrite of the AudioTrack Android module, it is now the default
222    module for Android. It now supports HDMI/SPDIF passthrough for AC3/DTS/EAC3,
223    5.1/7.1 channels and float output, depending on the Android version.
224  * Add Tizen audio module
225  * HDMI/SPDIF pass-through support for WASAPI (AC3/DTS/DTSHD/EAC3/TRUEHD)
226  * Support EAC3 and TRUEHD pass-through for PulseAudio
227  * Important rework of the AudioUnit modules to share more code between iOS and macOS
228  * Support Ambisonics audio with viewpoint changes
230 Audio filters:
231  * Add SoX Resampler library audio filter module (converter and resampler)
232  * a52tospdif and dtstospdif audio converters are merged into tospdif,
233    this new converter can convert AC3, DTS, EAC3 and TRUEHD to a IEC61937 frame
234  * Add a Spatialaudio module with 2 submodules:
235     * an Ambisonics audio renderer, supporting up to 3rd order
236     * an Binauralizer audio filter, working with Ambisonics or 5.1/7.1 streams
237  * Add Headphones option in Stereo Mode: use the spatialaudio module for
238    headphones effects
239  * Add a pitch shifting module
241 Video output:
242  * Linux/BSD default video output is now OpenGL, instead of Xvideo
243  * OpenGL:
244     * New OpenGL provider for Windows
245     * Drop OpenGL 1.x and OpenGL ES 1 support
246     * Direct rendering with OpenGL (starting OpenGL 4.4)
247     * Hardware direct displaying with VA-API interop
248     * Hardware direct displaying with VDPAU interop
249     * Hardware direct displaying with DxVA2/D3D9Ex interop
250     * Hardware direct displaying with VideoToolbox interop (iOS and macOS)
251     * HDR tonemapping support through libplacebo
252  * Wayland shell surface window provider
253  * Wayland shared memory video output
254  * Large rework of the Android video outputs: there is now Surface (2.1, 2.2)
255    NativeWindow (2.3+, supports hw rotation, subpicture blending, opaque)
256  * Support rotation in Android NativeWindow output and hardware decoders
257  * Rename the Direct3D output module to Direct3D9
258  * Add a Direct3D11 video output supporting both Windows desktop and WinRT modes,
259    supporting subpicture blending and hardware acceleration
260  * Support HDR10 in Direct3D11 with Windows 10 Fall Creator Update
261  * EFL Evas video output with Tizen TBM Surface support
263 Video filter:
264  * Hardware deinterlacing on the rPI, using MMAL
265  * New video filter to convert between fps rates
266  * Add 9-bit and 10-bit support to image adjust filter
267  * New edge detection filter uses the Sobel operator to detect edges
268  * Hardware accelerated deinterlacing/adjust/sharpen/chroma with VA-API
269  * Hardware accelerated adjust/invert/posterize/sepia/sharpen with CoreImage
270  * Hardware accelerated deinterlacing/adjust/chroma with D3D9 and D3D11
272 Text renderer:
273  * CTL support through Harfbuzz in the Freetype module
274  * New font fallback algorithm on most platforms
275  * More conforming EIA608 captions layout and aspect ratio
276  * More styles support for TTML, WebVTT and 708
278 Stream Output:
279  * Chromecast output module
280  * RGB24 and YCbCr 4:2:0 RTP packetization
282 Encoder:
283  * Support for Daala video in 4:2:0 and 4:4:4
284  * VP8 and VP9 encoder using libvpx
286 Muxers:
287  * Add fragmented/streamable MP4 muxer
288  * Add support for muxing VC1 and WMAPro in MP4
289  * Opus in MPEG Transport Stream
290  * Daala in Ogg
292 Service Discovery:
293  * New NetBios service discovery using libdsm
294  * New mDNS services discovery using libmicrodns
295  * New mDNS services discovery using Bonjour (Mac OS X, tvOS, iOS)
296  * Rewrite of the UPnP service discovery
298 Mac OS X Interface
299  * Drop support for Mac OS X 10.6 Snow Leopard
300  * Support right-to-left user interface layout for right-to-left languages
301  * New resizable fullscreen controller with improved design
302  * Add status bar icon which displays metadata and play controls
303  * Add support for keyboard blacklight dimming during fullscreen video playback
304  * Improve and simplify preferences window
305  * Huge performance improvements in playlist handling and other areas
306  * New AppleScript API giving access to audio desynchronization
307  * Expand AppleScript API for menu detection and navigation
308  * Support for building with disabled sparkle update mechanism
309  * Remove deprecated transcoding wizard, use convert and save dialog instead
311 iOS:
312  * Drop support for iOS 6.x
314 Qt interface:
315  * Batch convert support
316  * It is now possible to specify 'stop-time' in Convert/Save dialog
318 Skins2:
319  * Support key accelerators
321 libVLC:
322  * Add libvlc_media_new_callbacks for custom input byte streams
323  * Add libvlc_audio_output_device_enum to enumerate devices of current aout
324  * Split of libvlc_media_discoverer_new_from_name into libvlc_media_discoverer_new,
325    libvlc_media_discoverer_start and libvlc_media_discoverer_stop
326    This allows to attach media events between create and start
327  * Add libvlc_media_get_codec_description to get a human readable description of a codec
328  * Add libvlc_MediaListEndReached Event to get notified when a media list reached the end
329  * Add libvlc_media_list_player_get_media_player to get the media player instance of a list player
330  * Add libvlc_media_parse_with_options that uses a flag to specify parse options
331  * Add libvlc_audio_output_device_get to get the currently selected audio output device
332    identifier (if there is one available)
333  * Add libvlc_media_get_type to get the type of the media
334  * Add libvlc_media_player_get_full_title_descriptions to get full title info of the media
335    and +libvlc_title_descriptions_release to match it
336  * Add libvlc_media_player_get_full_chapter_descriptions to get full chapter info of the media
337    and libvlc_chapter_descriptions_release to match it
338  * Deprecate libvlc_video_get_title_description, libvlc_video_get_chapter_description,
339    libvlc_media_player_get_agl, libvlc_media_player_set_agl
340  * Add libvlc_media_player_set_android_context to integrate in an Android surface
341  * Add a new libvlc dialog API to forward dialogs requests to the applications:
342    libvlc_dialog_set_context, libvlc_dialog_get_context, libvlc_dialog_set_callbacks,
343    libvlc_dialog_dismiss, libvlc_dialog_post_action, libvlc_dialog_post_login
344  * Add libvlc_media_discoverer_list_get|release to list the media discoverers
345  * Add libvlc_media_slaves_add, libvlc_media_slaves_clear
346    libvlc_media_slaves_get, libvlc_media_slaves_release to add and get slaves
347    from a libvlc_media
348  * Add libvlc_media_player_(get|set)_role to set the media role
349  * Add libvlc_media_player_add_slave to replace libvlc_video_set_subtitle_file,
350    working with MRL and supporting also audio slaves
351  * Add vlc_epg_event_(New|Delete|Duplicate), vlc_epg_AddEvent, vlc_epg_Duplicate
352    and removes vlc_epg_Merge
354 Logging
355  * Support for the SystemD Journal
356  * Use --syslog and --syslog-debug command line options to include debug
357    messages in syslog. With --syslog, errors and warnings will be sent only.
358  * New Android module for logging
360 Misc
361  * remove langfromtelx
362  * remove ZPL playlist format
363  * Update libVLC doxygen modules
364  * Add a text-to-speech renderer for subtitles on OS X/iOS
365  * Add a text-to-speech renderer for subtitles on Windows
366  * Add Gnome libsecret-based crypto keystore
367  * Add KDE Kwallet-based crypto keystore
368  * Add a memory keystore
369  * Add a file keystore that can use a submodule to crypt secrets
370  * Add Keychain based crypto keystore for iOS, Mac OS X and tvOS
372 Removed modules
373  * Atmo video filter
374  * QTCapture access module (use AVCapture instead)
375  * httplive (use adaptive instead)
376  * smooth (use adaptive instead)
377  * Gnome-VFS access module (i.e. Gnome 2.x)
378  * QuartzText text renderer module (use Freetype instead)
379  * Win32 GDI text renderer module (use Freetype instead)
380  * Growl notification (replaced by osx_notifications)
381  * VCDX "extended" Video CD access module (use the normal VCD module)
382  * Mac OS X Dialog Provider (use VLCKit instead)
383  * iOS Dialog Provider (use MobileVLCKit / TVVLCKit instead)
384  * QuickTime decoder module (use native codecs)
385  * BD access module (use libbluray)
386  * Direct2D module (use Direct3D11)
387  * EyeTV access module
388  * Rar access and stream filter: use libarchive
389  * VDA decoder: use VT
390  * Audioqueue: use audiounit
391  * SDL video output module
392  * DirectFB video output module
393  * RAOP stream output module
396 Changes between 2.2.7 and 2.2.8:
397 --------------------------------
399 Demuxers:
400  * Fix AVI invalid pointer dereferences
402 Translations updates
405 Changes between 2.2.6 and 2.2.7:
406 --------------------------------
408 Decoders:
409  * Fix flac heap write overflow on format change
410  * Fix crash in libavcodec module (heap write out-of band) (CVE-2017-10699)
411  * Fix infinite loop in sami subtitle
412  * Fix AAC 7.1 channels detection
414 Demuxers:
415  * Fix potential crash in ASX parser
416  * Fix AVI read/write overflow
418 Mac OS X:
419  * Fix compatibility with macOS High Sierra
420  * Fix regression in ASS subtitle decoding
421  * Fix crash during automatic update. Some users might need to manually
422    update to the newest version.
424 Video Output:
425  * Fix Direct3D9 output with odd offsets
427 Misc:
428  * Fix crash in MTP
429  * Support libupnp 1.8
431 Translations updates
434 Changes between 2.2.5.1 and 2.2.6:
435 ----------------------------------
437 Video output:
438  * Fix systematic green line on nvidia
439  * Fix direct3d SPU texture offsets handling
441 Demuxer:
442  * Fix heap buffer overflows (CVE-2017-8310, 8311, 8312, 8313)
444 Changes between 2.2.5 and 2.2.5.1:
445 ----------------------------------
447 Security hardening for DLL hijacking environments
449 Translations updates
451 Misc:
452  * Update for Soundcloud, liveleak and Youtube scripts
453  * Fix potential out-of-band dereference in flac decoder (CVE-2017-9300)
454  * Fix potential out-of-band reads in mpeg packetizers (CVE-2017-9301)
455  * Fix infinite loop in subtitles demuxer
456  * Fix incorrect memory free in ogg demuxer
457  * Fix potential out-of-band reads in subtitle decoders and demuxers
458  * Fix green line on Windows with odd sizes
461 Changes between 2.2.4 and 2.2.5:
462 --------------------------------
464 Decoder:
465  * Fix mp3 playback quality regression in libmad
466  * Fix video scaling in VDPAU
467  * Fix playback of palettized codecs
468  * Fix ADPCM heap corruption (FG-VD-16-067)
469  * Fix AES3 16bps decoding
470  * Fix DVD/LPCM heap corruption (FG-VD-16-090)
471  * Fix SCTE-27 colors
473 Demuxer:
474  * Fix possible ASF integer overflow
475  * Fix MP4, VOC, XA, SMF divide-by-zero errors
476  * Fix MP4 heap buffer overflows
477  * Fix Flac metadata integer overflow
478  * Fix NSVf and AIFF infinite loops
479  * Fix flac null-pointer dereference
480  * Fix vorbis and opus comments integer overflows and leaks
482 Video output:
483  * Fix green line on Windows with AMD drivers
484  * Fix screenshots size
486 Access:
487  * Fix crash in screen recording on Windows
488  * Fix FTP scan string injection
489  * Fix HTTP size handling
491 Mux:
492  * Fix mp4 drift
494 Lua:
495  * Fix vimeo, youtube, dailymotion, cli, appletrailers, http,
496    soundcloud scripts
498 Audio filter:
499  * Fix heap write in stereo_widen audio filter
501 Windows:
502  * The plugins loading will not load external DLLs by default.
503    Plugins will need to LoadLibrary explicitely.
504  * Fix uninstaller path handling
505  * Fix taskbar buttons behavior
507 MacOS:
508  * Fix scrolling sensitivity on Sierra
509  * Resume points are deleted now if the user clears the list of
510    recent items
513 Changes between 2.2.3 and 2.2.4:
514 --------------------------------
516 Decoder:
517  * Fix crash in G.711 wav files
518  * Fix mp3 crash in libmad
519  * Fix out-of-bound write in adpcm QT IMA codec (CVE-2016-5108)
522  * Fix resizing issues
524 Win32:
525  * Fix overlay creation on Windows XP for DirectDraw video output
527 Misc:
528  * Build fixes for Hurd
530 Translations:
531  * Update of Bulgarian, Catalan, German, French, Italian, Marathi, Norwegian
532    BokmÃ¥l, Norwegian Nynorsk, Portuguese, Slovak, Spanish (Mexico), Swedish,
533    Simplified Chinese, and Traditional Chinese translations
536 Changes between 2.2.2 and 2.2.3:
537 --------------------------------
539 Demux:
540  * Fix HLS quality selection and a potential stack overflow
541  * Fix potential MKV infinite loop and improve MKV tags support
542  * Fix WMV regression
544 Decoder:
545  * Fix hardware decoding with libvdpau-va-gl
546  * Fix crashes with libvpx
547  * Use libass without caching dialog
549 Video Output:
550  * Fix green lines on Direct3D output
552 Skins2:
553  * Fix maximizing Window in multi-screen context
556  * Fix resume where you left off
557  * Fix infinite recursion in the customize dialog
558  * Fix size when switching to/from the minimal interface
559  * Fix size after resume toolbar is displayed
561 MacOS X:
562  * Fix crashes in media information panel
563  * Correctly respect the disable-screensaver option
565 Win32:
566  * Allow opening more than 15 elements in Explorer
568 Translations:
569  * Update of most translations
572 Changes between 2.2.1 and 2.2.2:
573 --------------------------------
575 Access:
576  * Fix SetupFormat for continuous framesize in v4l2
577  * Fix off-by-one buffer overflow in RealRtsp module
578  * Fix screen recording aspect-ratio, framerate and potential crash
579  * Fix Windows directshow input freeze
580  * Fix MMS segmentation fault/abort when server forces a large allocation
582 Demux:
583  * Fix support for ms-dvr files
584  * Fix time detection in AVI files over HTTP
585  * HLS: fix hang on stop, crashes and small improvements
586  * Fix mp4 NULL dereference reported by by Fortinet's FortiGuard Labs
587  * Fix regression for VC-1 in WMV
588  * Fix MXF crashes on stop
589  * Fix EAC3 detection in some TS files
591 Decoders:
592  * Fix importing surface from main memory in VDPAU
593  * Fix possible double-free in ADPCM decoder
594  * Support 9-bit and 10-bit GBR planar formats
595  * Support GoToMeeting 2 and GoToMeeting 3 codecs
596  * Fix crash in teletext (zvbi) decoder
597  * Fix Bluray subtitles (PGS) timestamps
599 Audio output:
600  * Fix audio drop after a flush with pulseaudio
601  * Fix audio initialization on iOS
602  * Fix audio stuttering with AirPlay devices on OS X (2 sec delay needs to
603    be set manually by the user)
604  * Fix pulseaudio latency computation
605  * Fix alsa default device selection
607 Skins2:
608  * Fix video control that fails to show up
609  * Fix UTF-8 conversion issues
610  * Fix Unicode folders location failing to open the skins
611  * Fix crash over malformed skins bitmaps
612  * Fix fullscreen for Gnome3/Unity Window Managers
614 OS X:
615  * Support for OS X El Capitan
616  * Fix code signature for releases on El Capitan
617  * Improve resume dialog, starting time, preferences, lua extensions
618  * Fix threads ordering, preferences crashes, URL drag'n drops
621  * Fix crash when opening multiple items on Windows
622  * Fix recent items appending when using a playlist
623  * Improve addons manager dialog, playlist
624  * Fix changing the audio-device in the menu
625  * Fix key and mouse event support for Qt >= 5.5 under X11
626  * Fix memory leaks
628 Video Output:
629  * Fix build if one disables XCB but activate VDPAU on Unix
630  * Fix Direct3D plane allocation size to avoid colour bleeding
631  * Fix some crashes in swscale resizing
633 Misc:
634  * Fix build with recent FreeRDP versions
635  * Fix interface crashes when input-title-format option is empty
636  * Fix MP4 mux divide-by-zero crash
637  * Improve PNG encoding time
638  * Fix some UPnP initialization lag
639  * Rewrite of the Jamendo Service Discovery
640  * Fix snapshot aspect ratio for anamorphic contents
641  * Fix custom snapshot sizes
642  * Dynamic generation of GnuTLS Diffie-Hellman parameters
643  * Fix "vb" transcoding parameter
644  * Fix superfluous audio channel extraction in the core
645  * Fix miscellaneous crashes, double-frees, integer overflows, infinite loops,
646    read overflow, invalid frees and division by zero issues
647  * Fix support for lua 5.2 and fix XSS in the http interface
648  * Update and improve Soundcloud, Vimeo and Youtube scripts
649  * Update of codecs and libraries to fix 3rd party security issues (like
650    TALOS-CAN-0036, TALOS-CAN-0037, CVE-2015-7981, CVE-2015-8126
652 Translations:
653  * Add Kashmiri and Maithili languages
654  * Update of most translations
656 libVLC:
657  * Expose audio mute, cork and volume change events: libvlc_MediaPlayerCorked,
658    libvlc_MediaPlayerUncorked, libvlc_MediaPlayerMuted,
659    libvlc_MediaPlayerUnmuted and libvlc_MediaPlayerAudioVolume
660  * Fix propagation of libvlc_MediaPlayerTitleChanged event
662 Translations:
663  * Update of most translations
666 Changes between 2.2.0 and 2.2.1:
667 --------------------------------
669 Codec:
670  * Fix compilation with older libavcodec versions
671  * Fix some VP9 decoding
672  * Fix flac crashes
673  * Fix lpcm channel ordering
674  * Fix potential NULL dereference in dmo
675  * Fix teletext framing code in DVB PES packets
676  * Fix potential buffer overflow in schroendinger decoder (CVE-2014-9629)
677  * Fix AAC samplerate
679 Demuxers:
680  * Fix MP4 chapters
681  * Fix MKV overseeking, introducing slowness over network shares
682  * Fix crash when playing SPC files
683  * Fix ATRAC3 playback in MKV
684  * Revert to older ASX code
685  * Workaround TS issue with mpeg-audio
687 Access:
688  * Fix sftp read and close sockets
689  * Fix DTV build with Linux DVB versions < 5.8
690  * Fix UDP/RTP input on Windows
692 Audio output:
693  * Fix Alsa HDMI plugs
694  * Improve Alsa output, with larger buffers
695  * Fix DirectSound output with multi-channel files
697 OS X:
698  * Fix numerous crashes in the UI
699  * Fix video-wallpaper mode
700  * Fix race when starting VLC from command line
703  * Fix recent items behaviour
704  * Fix rotation filter activation
705  * Fix mux modules names for the streaming wizard
707 Win32:
708  * Timestamp the signature of the dlls
709  * Fix extensions registration during install
710  * Fix extensions dialog crash
711  * Default to no DxVA decoding
713 libVLC:
714  * fix libvlc_media_get_stats
716 Translations:
717  * Update of Afrikaans, Albanian, Azerbaijani, Catalan, Czech, Danish, Dutch,
718    English (United Kingdom), Finnish, French, German, Hebrew, Hindi, Italian,
719    Japanese, Korean, Latvian, Macedonian, Malay, Modern Greek, Norwegian BokmÃ¥l,
720    Norwegian Nynorsk, Polish, Portuguese, Russian, Scottish Gaelic, Serbian,
721    Simplified Chinese, Slovak, Slovenian, Spanish, Swedish, Tamil, Thai,
722    Traditional Chinese, Turkish, Ukrainian translations
725 Changes between 2.1.6 and 2.2.0:
726 --------------------------------
728 Important changes:
729  * The licenses of more modules have changed from GPLv2+ to LGPLv2.1+,
730    notably most of the streaming output, muxers and access output modules
732 Core:
733  * Support automatic rotation using streams metadata, GPU-accelerated when possible
734  * Add extensions manager and downloading from external repositories
735  * Rework the metadata fetching algorithm and policies
736  * Partial fix of playback of short audio samples
738 Access:
739  * Added TLS support for ftp access and sout access
740    New schemes for implicit (ftps) and explicit (ftpes) modes
741  * MMS audio selection on split audio streams
742  * Blu-Ray: support overlays, preferred menu languages, region selection
743    and BD-J navigation
744  * Digital Cinema Package support, including encrypted DCP with KDM
745  * Partial fixes for Arccos protected DVDs
746  * Fix CDDB lookups, including pregap data
748 Decoder:
749  * Support VDPAU acceleration for GPU-zerocopy decoding
750  * Support MediaCodec acceleration for GPU-zerocopy decoding
751  * Add Media Foundation Transform audio and video decoder
752  * Add video decoder module based on GStreamer plugins
753  * Add MMAL decoder for Broadcom VideoCore chips (like the RaspberryPi)
754    supporting MPEG-2 and H.264, supporting GPU-zerocopy display
755  * Partial support for Voxware MetaSound
756  * libvpx decoder for VP8 and VP9
757  * Support MSN Audio, Atrac3+, VP7, Bink, TAK, On2 AVC, DK3, DK4, IMC, Vivo g723.1,
758    Smacker, FIC, Auravision, Canopus Lossless, and numerous videogame codecs
759  * Teletext subtitles display improvements
760  * Mediacodec speed improvements on x86
761  * Support setting the post processing level in Theora
762  * OpenMax IL improvements, notably for RaspberryPi
763  * Fix channel ordering of LPCM codec in m2ts files
764  * New jpeg image decoder
765  * Add tx3g subtitles decoder
766  * New SVG image decoder
767  * Fix Speex decoding over RTP and in flv
768  * Support more x264 and FFv1 RGB modes
769  * Improvements on ZVBI teletext decoder, notably for speed and alignments
771 Encoder:
772  * Support for MPEG-2 encoding using x262
773  * Support for HEVC/H.265 encoding using x265
774  * Support for Opus encoding using libopus
775  * New jpeg image encoder using libjpeg
776  * New png image encoder using libpng
778 Demuxer:
779  * Support for Core Audio Format (CAF) files
780  * Important rework of the Ogg demuxer, notably improving seeking,
781    streaming resilience, speex demuxing and chained Ogg
782  * Important rework of the ASF/WMV demuxer, notably for seeking,
783    synchronization and tracks exclusion
784  * AVI improvements for better seek-indexing in non-fastseekable situations
785  * AVI fixes for uncompressed, indexed and paletized bitmaps
786  * MP4 fixes for fragmented files, vobsub, duration, aspect-ratio
787    and support for rotation, covr atom and tracks exclusion
788  * Support Opus in MKV
789  * Support VP8 in OGG
790  * Basic support for WebVTT
791  * Handle support for ISO/IEC 14496-3 (AAC) Audio stream type in TS
792  * Support HDPR TS files
793  * Support microseconds in SubRip subtitles
794  * FLAC packets validation using CRC
795  * Improvements in metadata support in Ogg/Opus/Vorbis files
796  * Fix encoding issues and relative paths in some XML playlist formats
797  * Support THP Wii/Gamecube, RenderWare and Escape Replay game video files
798  * New HEVC raw packetizer and demuxer
799  * TS support for WiDi/Miracast LPCM
800  * Handle MOV/MP4 tx3g styled subtitles through codec
801  * Support SVG images files (on glib platforms)
802  * Keep selection of tracks on segment changes in MKV
803  * Support detection of SRT languages based on filename
804  * Support for seeking Standard MIDI Files
806 Video Output:
807  * Direct rendering and filtering for VDPAU hardware acceleration
808  * New CoreAnimation OpenGL video output module for NPAPI plugins
809  * New OpenGL ES 2.0 through EGL video output module for Android
810  * New Android native window provider module
811  * Direct rendering for MediaCodec Android hardware acceleration
812  * Support for loading HLSL shaders in Direct3D video output
813  * Add MMAL based video output for RaspberryPi
815 Video Filter:
816  * New Oldmovie effect filter
817  * New VHS effect filter
818  * New Freeze effect filter
819  * Support I422 and J422 in transform
820  * NEON optimizations for deinterleaving chroma, notably NV12->I420
821  * Fix audiobargraph activation and usage
823 Audio Output:
824  * Allow setting volume while not connected with PulseAudio
825  * Audio device notifications for WASAPI
826  * Fix replay of sound buffer in DirectSound
827  * Split of MMDevice and WinRT audio modules
828  * Numerous fixes on AUHAL, including device management and stream changes
829  * Fixes for SPDIF passthru in most modules
831 Muxers:
832  * Important rework of the Ogg muxer, notably for skeleton
833  * Fixes for the AVI muxer to respect the specification
834  * Support VP8 in OGG
835  * Add HEVC muxing in MP4 and TS
837 Streaming:
838  * Important rework of the transcoding module to fix numerous bugs
839  * WebM streaming, including live sources, compatible with all major browsers
840     vlc <your-source> vlc://quit --sout  '#transcode{vcodec=VP80,vb=1000,acodec=vorb,ab=128}
841     :std{access=http{mime=video/webm},mux=webm,dst=:4212}'
842  * GSM, VP8, Opus and JPEG RTP packetization
843  * HLS: Allow setting the first segment number and numerous improvements
844  * new stats module to output block timing values and md5 sums
845  * transcode module access fps values as rationals now, eg 30000/1001
846  * VLC now streams all elementary streams, you can revert to previous behaviour
847     with --no-sout-all
848  * --ts-out option has been removed, it has been superceded by --demux demuxdump
849     --demuxdump-access udp --demuxdump-file 127.0.0.1:1234
850  * Support Metacube protocol when streaming over HTTP
852 libVLC:
853  * add equalizer API libvlc_audio_equalizer_* functions
854  * add libvlc_media_player_program_scrambled function
856 Visualizations:
857  * Add a 3D OpenGL spectrum visualization.
858  * Allow setting the FFT windowing style for 3D and normal spectrum
860 Interfaces:
861  * Add support for subtitles drag 'n drop in skins2
862  * Add record button in Qt menus
863  * New module for core dialogs on iOS
864  * New layout for Qt buttons customization
865  * Support to continue media playback where it was left off for Qt and OS X
867 Mac OS X Interface:
868  * Support for OS X Yosemite
869  * Avoid grey bars in fullscreen when using Mavericks with multiple monitors
870  * Improve fullscreen behavior for the native and VLCs own mode
871  * Fixes for advanced preferences
872  * Added 'file size' column to playlist table
873  * in addition to iTunes, Spotify is automatically paused on playback start
874  * Option to increase playlist font size
875  * Improved crash log reporting
877 Misc:
878  * New module for TLS on OS X and iOS
879  * Windows installer will kill running instance before installing
880  * Teletext navigation buttons support in Qt4 gui
881  * Update and improve Koreus, Dailymotion, Soundcloud and Youtube scripts
883 Security:
884  * Numerous integer and heap overflow in Ogg, AVI, ASF, TTA and MP4 demuxers
886 Removed modules:
887  * iOS video output: use ios2
888  * OpenMash H.261 video decoder
889  * dirac encoder: use schroedinger
891 Translations:
892  * New translation in Urdu, Tatar, Silesian, Samoan, Kapampangan, N'ko,
893    Kurdish, Kabyle, Mexican Spanish, Catalan, Amharic
894  * Update of all translations:
895    Traditional Chinese, Simplified Chinese, Vietnamese, Uzbek, Ukrainian,
896    Turkish, Thai, Swedish, Serbian, Albanian, Slovenian, Slovak, Russian,
897    Romanian, Brazilian Portuguese, Polish, Punjabi, Dutch, Nepali, Norwegian
898    BokmÃ¥l, Malay, Marathi, Latvian, Lithuanian, Korean, Kannada, Khmer,
899    Japanese, Italian, Icelandic, Indonesian, Hebrew, Galician, Scottish
900    Gaelic, French, Finnish, Persian, Estonian, Spanish, Modern Greek, German,
901    Danish, Welsh, Czech, Bosnian, Bengali, Asturian
904 Changes between 2.1.5 and 2.1.6:
905 --------------------------------
907 Audio output:
908  * Fix OSS stuttering
910 Security:
911  * Fix heap overflow in decomp stream filter
912  * Fix buffer overflow in updater (CVE-2014-9625)
913  * Fix potential buffer overflow in schroedinger encoder
914  * Fix null-pointer dereference in DMO decoder
915  * Fix buffer overflow in parsing of string boxes in mp4 demuxer (CVE-2014-9626,9627,9628)
916  * Fix SRTP integer overflow
917  * Fix potential crash in zip access
918  * Fix read overflow in Ogg demuxer
919  * Fix RTP overflow (CVE-2014-9630)
921 Win32 installer:
922  * Update translations and greek encoding
925 Changes between 2.1.4 and 2.1.5:
926 --------------------------------
928 Core:
929  * Fix compilation on OS/2
931 Access:
932  * Stability improvements for the QTSound capture module
934 Mac OS X audio output:
935  * Fix channel ordering
936  * Increase the buffersize
938 Decoders:
939  * Fix DxVA2 decoding of samples needing more surfaces
940  * Improve MAD resistance to broken mp3 streams
941  * Fix PGS alignment in MKV
943 Qt Interface:
944  * Don't rename mp3 converted files to .raw
946 Mac OS X Interface:
947  * Correctly support video-on-top
948  * Fix video output event propagation on Macs with retina displays
949  * Stability improvements when using future VLC releases side by side
951 Streaming:
952  * Fix transcode when audio format changes
954 Security contents:
955  * Updated GnuTLS to 3.1.25 (CVE-2014-3466)
956  * Updated libpng to 1.6.10 (CVE-2014-0333)
958 Translations:
959  * Update British English
962 Changes between 2.1.3 and 2.1.4:
963 --------------------------------
965 Demuxers:
966  * Fix issue in WMV with multiple compressed payload and empty payloads
968 Video Output:
969  * Fix subtitles size rendering on Windows
971 Mac OS X:
972  * Fix DVD playback regression
973  * Fix misleading error message during video playback on OS X 10.9
974  * Fix hardware acceleration memleaks
977 Changes between 2.1.2 and 2.1.3:
978 --------------------------------
980 Core:
981  * Fix broken behaviour with SOCKSv5 proxies
982  * Fix integer overflow on error when using vlc_readdir
984 Access:
985  * Fix DVB-T2 tuning on Linux
986  * Fix encrypted DVD playback
987  * Fix v4l2 frequency conversion
989 Decoders:
990  * Fix numerous issues (M2TS, VC1 interlaced, Lagarith, FFv1.3, Xvid)
991    by updating codec libraries
992  * Bring fluidsynth back on Mac OS X
993  * Fix some Opus crashes with some filters
994  * Fix teletext crash on Windows
996 Demuxers:
997  * Avoid an infinite recursion in MKV tags parsing
998  * Fix an issue with some Vobsub tracks
999  * Fix missing samples at the end of some wav files
1000  * Fix divide by 0 on ASF/WMV parsing
1002 Audio output:
1003  * Fix audio device selection via command line on Mac OS X
1004  * Fix audio crashes on Mac OS X
1006 Video Output:
1007  * Fix selection of DirectDraw as the default output for XP
1008  * Fix transform off-by-one issue
1009  * Fix screensaver disabling on Windows outputs
1010  * Fix DirectDraw device enumeration and multi-display output
1011  * Fix a potential crash when playing a fullscreen game at the same time as VLC
1013 Stream output:
1014  * Fix 24bits audio MTU alignment in RTP
1015  * Fix record file names
1017 Qt interface:
1018  * Fix minimal size possible on start
1019  * Fix a crash with the simple volume widget
1020  * Fix a crash in the audio menu building
1021  * Fix multimedia keys issues on Windows
1022  * Fix opening of DVD and BD folders on Windows
1024 HTTP interface:
1025  * Fix album art display on Windows
1027 Translations:
1028  * Update of Bulgarian, Catalan, Czech, Danish, German, Modern Greek,
1029    Spanish, Basque, Finnish, French, Scottish Gaelic, Galician, Hebrew,
1030    Hungarian, Italian, Japanese, Korean, Malay, Norwegian BokmÃ¥l, Nepali,
1031    Dutch, Polish, Brazilian Portuguese, Portuguese, Romanian, Russian,
1032    Sinhala, Slovak, Slovenian, Swedish, Telugu, Thai, Turkish, Ukrainian
1033    and Simplified Chinese translations
1034  * Fix encoding for Windows installer translations
1037 Changes between 2.1.1 and 2.1.2:
1038 --------------------------------
1040 Audio output:
1041  * Fix digital playback on OS X when more than one audio device is installed
1042  * Fix digital playback (SPDIF/HDMI) on Windows
1043  * Fix stuttering or silent playback when using sound enhancers or external
1044    audio devices on OS X
1045  * Improve responsiveness on OS X when playback starts or is being paused
1046  * Improve responsiveness, silent playback intervals and reliability on iOS
1048 Demuxers:
1049  * Fix Vimeo and DailyMotion parsing
1050  * Various WMV playback improvements and fixes
1052 Decoders:
1053  * Fix LPCM 20/24-bit decoding and 16 bits with channel padding
1054  * Fix playback of some HEVC samples
1056 Video filters:
1057  * Fix crash on deinterlace selection
1059 Qt interface:
1060  * Fix some streaming profiles when copy existed
1061  * Improve A-B loop control
1062  * Fix album art update when changing media
1064 Mac OS X interface:
1065  * Add a language option in the interface
1066  * Option to control VLC's iTunes pausing behavior is more easy to find
1067  * Improved UI resetting when requested in the preferences
1068  * Fix issue which prevented to enable more than one video filter on Mavericks
1069  * Fix an issue which could prevent automatic UI language settings from working
1070  * Fix opening subtitles files through drag & drop or double-clicking
1071  * Fix crash when closing window without decorations
1072  * Fix issue where extra video window was resized even if this was disabled
1074 Win32 installer:
1075  * Kill running VLC process on uninstall/update
1077 Translations:
1078  * Update of Basque, Bosnian, Bulgarian, Croatian, Czech, Danish, Estonian,
1079    French, Hungarian, Icelandic, Indonesian, Italian, Kannada, Khmer,
1080    Lithuanian, Occitan, Persian, Polish, Romanian, Scottish Gaelic, Sinhala,
1081    Slovenian, Spanish, Swedish, Tamil, Thai, Uzbek, Welsh translations
1084 Changes between 2.1.0 and 2.1.1:
1085 --------------------------------
1087 Core:
1088  * Fix random and reshuffling behaviour
1089  * Fix recording
1090  * Fix some subtitles track selection
1092 Decoders:
1093  * VP9 support in WebM
1094  * HEVC/H.265 support in MKV, MP4 and raw files
1095  * Fix GPU decoding under Windows (DxVA2) crashes
1097 Demuxers:
1098  * Fix crashes on wav, mlp and mkv and modplug files
1099  * Support Speex in ogg files
1100  * Fix some .mov playlists support
1101  * Support Alac in mkv
1102  * Fix WMV3 and palette in AVI
1103  * Fix FLAC packetizer issues in some files
1105 Access:
1106  * Fix DVB options parsing
1107  * Fix DeckLink HDMI input
1108  * Fix HTTPS connectivity on OS X by loading root certificates from Keychain
1110 Audio output:
1111  * Fixes for DirectSound pass-through
1112  * Fixes for OSS output, notably on BSD
1114 Interfaces:
1115  * Fix HTTP interface infinite loop
1116  * Fix D-Bus volume setting
1119  * Reinstore right click subtitle menu to open a subtitle
1120  * Fix saving the hotkeys in preferences
1121  * Fix saving the audio volume on Win32, using DirectSound
1122  * Fix play after drag'n drop
1123  * Fix streaming options edition and scale parameter
1125 Stream out:
1126  * Fix transcoding audio drift issues
1127  * Fix numerous audio encoding issues
1129 Win32 installer:
1130  * Important rewrite to fix numerous bugs, notably about updates
1131  * Simplification of the upgrade mechanism
1133 Mac OS X interface:
1134  * Reintroduce the language selector known from pre-2.1 releases
1135  * Fix fullscreen behaviour and various crashes
1136  * Fix about dialog crash in Japanese
1137  * Fix crashes on proxy lookups
1138  * Fixes on the playlist and information behaviours
1139  * Fixes on the streaming dialogs
1140  * Improves interface resizings
1142 Translations:
1143  * Update of Arabic, Basque, Belarusian, Czech, Danish, Dutch, French,
1144    Galician, Gujarati, Hindi, Hungarian, Icelandic, Italian, Japanese, Korean,
1145    Lithuanian, Marathi, Modern Greek, Norwegian BokmÃ¥l, Occitan, Persian,
1146    Polish, Portuguese, Punjabi, Romanian, Sinhala, Slovak, Slovenian, Spanish,
1147    Swedish, Telugu, Thai, Traditional Chinese, Turkish, Ukrainian, Uzbek
1148    translations
1151 Changes between 2.0.9 and 2.1.0:
1152 --------------------------------
1154 Important changes:
1155  * The licenses of numerous modules have changed from GPLv2+ to LGPLv2.1+
1156  * Discontinued support for PowerPC-based Macs; VLC now requires Mac OS X 10.6+
1157    Moreover, the official builds will be 64bit only
1158  * The --with-tuning and --without-tuning options are removed; to tune
1159    compilation for a specific processor type, set CFLAGS manually
1161 3rd party libraries (contrib):
1162  * /extras/contrib has been replaced by a cleaner build system in /contrib
1164 Core:
1165  * Audio core rewrite, supporting higher samplerates, better volume management,
1166    better device selection, new channel layouts and new output capabilities
1167  * Fix support for .001, .00x split files on Windows
1168  * Full support for UNICODE Windows mode
1169  * Disable and mark obsolete --language selection
1170  * Port to Android
1171  * Port to iOS
1172  * Partial support for Windows Store App / WinRT
1173  * Add an audio fingerprinter, using AcoustID!
1174  * Remove SQL support
1176 Decoders:
1177  * Support for CDXL, Ut Video, VBLE, Dxtory codecs via libavcodec
1178  * Numerous improvements on the OpenMAX IL codec module
1179  * Support for Ulead DV audio
1180  * Support for TechSmith Screen Codec 2, Microsoft Expression Encoder Screen,
1181    Microsoft Application Screen Decoder 1 (MSS1) and 2 (MSS2)
1182  * Support for Indeo Audio Coder, RealAudio Lossless
1183  * Add Hardware Acceleration support on OS X for H.264 based upon VDADecoder
1184  * Add Hardware Acceleration support on Android Jelly Bean using MediaCodec
1185  * Add Hardware Acceleration support on Linux using VDPAU
1186  * Support for SCTE-27 subtitles
1187  * Split G.711 decoder from Araw decoder
1188  * X Window system raster image dump pseudo-decoder
1189  * Support for Webinar GoToMeeting 4 (G2M4)
1191 Encoders:
1192  * high10, high422 and high444 encoding support in h264
1193  * QuickSyncVideo Encoding (Intel Media SDK) support using Intel GPU on Windows
1194  * New AAC encoder using the fdk-aac library (non-free)
1196 Access:
1197  * Screen: add support for OS X Lion and later,
1198            remove support for previous OS X releases
1199  * Major improvements in DASH support
1200  * Improvements in Blu-Ray module, notably for multiple video tracks support
1201  * Important improvements and rewrite of the v4l2 access module
1202  * HTTP: support for Internationalized Domain Names
1203  * Microsoft Smooth Streaming support (H264 and VC1) developed by Viotech.net
1204  * NTSC EIA-608 closed caption input support via V4L2 VBI devices
1205  * Add support for VNC/rfb in view only mode
1206  * Add support for Remote Desktop/RDP in view only mode
1207  * Timecode: generate a clock/timecode as a subtitle track
1208    vlc video.mkv --input-slave timecode:// --timecode-fps 30/1001
1209  * New video capture module for OS X based on AVFoundation, named AVcapture
1210  * New shared memory framebuffer access module, named shm
1212 Demuxers:
1213  * MP4: partial support for fragmented MP4
1214  * Vorbis: better support for metadata and cover art
1215  * AVI: better support for tags and extended metadata
1216  * Support for FLAC, Atrac and some ADPCM in AVI
1217  * Support for DV data type 1 in AVI and 12 bits DV Audio
1218  * Support for total number of tracks in major container
1219  * Support for Cook and Atrac in MKV
1220  * AVI: support for files produced by Nikon cameras
1221  * Support for more MJPEG streams
1222  * Add support for liveleak streams
1223  * Add support for Wave/RF64 files
1224  * Prevent numerous uncaught exceptions in MKV
1225  * Add protection against several potential heap buffer overflow in libebml
1227 Audio output:
1228  * Windows Audio Session API audio output support
1229  * OpenBSD sndio audio output support
1230  * Important improvements on the Android OpenSL ES audio output
1231  * Android AudioTrack audio output support
1232  * OS X Auhal output support for 6.1, 7.1, 8.0 and 8.1 playback and layouts
1233  * Rewrite of OSS module to support OSSv4
1234  * OS X Auhal output support for multi-buffer output devices
1235    This fix was facilitated through a hardware lending by TEAC Europe GmbH
1236    distributing such devices under the brand "TASCAM" (US-122, US-144, etc.).
1237  * Rewrite of the AudioQueue output for iOS (and OS X)
1238  * New, simplified AudioUnit output for iOS
1240 Audio Filters:
1241  * New remapping channel filter
1242  * New filter to enhance stereo effect by mono suppression and delay effect
1243  * New VSXu visualization plugin
1244  * ARM NEON acceleration of volume filter
1245  * Rewrite of the simple downmixer filter
1246  * New gain audio filter
1248 Video Outputs:
1249  * New output for Decklink Blackmagic cards
1250  * New output using OpenMAX IL hardware acceleration API
1251  * OpenGL: use glsl instead of ARB to do the YUV->RGB conversions
1252  * OpenGLES: add support for color conversation shaders on Android and iOS
1253  * Fix and enable the OpenGL ES1 and ES2 outputs
1254  * Support for subpictures in the OpenGL ES2 output
1255  * Fix the power management issue on Windows for standby management
1256  * New output module for iOS using OpenGL ES2
1257  * Fix performance issue on Macs with multiple graphics cards
1259 Video Filters:
1260  * New anaglyph video filter which transforms side by side 3D video streams in
1261    anaglyph glasses (aka red/blue) compatible images
1262  * Support in deinterlacing filter for most 4:2:0, 4:2:2, 4:4:4 YUV formats
1263    and for bits depth higher than 8bits (like 10bits)
1264  * Improvements on the transform filter, to support 10bits and RGB formats
1265  * Revival of the openCV and openCV example filters
1266  * ARM NEON acceleration of chroma filters
1268 Stream Output:
1269  * Extended support for recording, notably for MKV and AVI
1270  * Options support for AVIO output module
1271  * Livehttp places more accurate segments durations in playlist
1272  * Livehttp allows setting cachin-variable in playlist
1273  * Livehttp stream encryption support
1274  * Livehttp supports changing encryption key and uri on segment change with key-loadfile option
1275  * Added chromaprint based audio fingerprinting
1277 Fingerprinters:
1278  * Add AcoustID/Musicbrainz based fingerprinter
1280 Interfaces:
1281  * configurable password for the HTTP server
1282  * .hosts removed from the HTTP server
1283  * fix Lua command line interface console mode under Windows
1284  * Better support for MCE remotes on Windows
1285  * Hotkey support for TS program selection
1286  * Rewrite of D-Bus inhibit interface
1287  * Improvements on motion sensing interface, fix orientation, move out
1288    rotate mode into the rotate video filter
1290 Services discovery:
1291  * UPnP A/V subtitles
1292  * Support for multiple UPnP resources on a single item
1294 OS X Interface:
1295  * Add support for multiple video outputs
1296  * Add accessibility support to playback windows, open panel and fullscreen
1297    controller
1298  * Add a GUI to manage podcasts
1299  * Add a new panel for media conversation and streaming
1300  * Add a GUI for the QTSound access input to process audio captured locally
1301    - This also allows to capture input from a webcam and a mic at the same time
1302  * Add a GUI to capture QTSound data along with the current screen content
1303  * Add an option to let the Apple Remote control the system volume instead of
1304    VLC's internal volume level
1305  * Add a new Subtitles menu to change Subtitles and their properties during
1306    playback
1307  * Add the ability to create custom equalizer presets based upon the current
1308    selection and to manage the list of presets
1309  * Add custom profiles for video and audio effects, which let the user keep
1310    multiple configuration sets of all the individual filters
1311  * Support for pausing iTunes during media playback with VLC
1312  * Add support for video filters to clone the video output or split it in parts
1313  * Add A->B loop feature known from the Qt interface
1314  * Add an option to disable skipping to next/previous file with the Apple Remote
1315  * Add an option to show next / previous buttons
1316  * Add an option to hide the shuffle and repeat buttons
1317  * Add an option to hide the audio effects button (default enabled)
1318  * Add optional playlist columns for track number, genre, album, description,
1319    date and language
1320  * Add options to the Advanced Open File dialog for start and stop time
1321  * Add an option to play videos as a desktop background
1322  * Add support for playing video and showing audio visualizations side by side
1323  * improve fullscreen controller time slider with larger click target
1324  * rewrite of minimal macosx module for use within VLCKit
1325  * Add support for 'macosx-autoplay' to the Apple Event / Apple Script bindings
1326    when adding new inputs - this also affects network streams opened through
1327    3rd party applications
1328  * Add a UI to the preferences dialog to configure the default application
1329    handler for ftp, mms, rtmp, rtp, rtsp, sftp, smb and udp streams
1330    (system-wide settings)
1331  * Add support for the Video Title option
1332  * Add support for the Boss Key
1333  * The Streaming/Transcoding wizard and the open dialog's output panel are
1334    deprecated now and will be removed in a future release
1337  * Partial support for Qt5.0
1338  * Menus modifications and improvements
1339  * Playlist improvements and fixes, including PictureFlow view
1340  * Streaming output wizard rewrite
1341  * Add bitrate graph in information panels
1342  * Filters panels improvements, notably Equalizer and Compressor
1343  * EPG display fixes and improvements
1344  * Add SD pixmap sources
1345  * Preferences hotkeys management fixes
1346  * Display playlist total duration
1347  * Support for a Maximum volume in the UI
1348  * Add audio track fingerprinting from media info
1349  * New profiles format and dialog to handle filters and quality
1350  * Numerous fixes
1352 Skins2:
1353  * Port to OS/2
1354  * Extend sliders, offsets options
1355  * New bitmaps caching mechanism
1356  * Numerous fixes and improvements
1357  * Skinning of the Fullscreen controller
1359 libVLC:
1360  * new libvlc_audio_output_device_list_get and libvlc_audio_output_device_list_release functions
1361    to replace the deprecated libvlc_audio_output_device_count, libvlc_audio_output_device_longname
1362    and libvlc_audio_output_device_id
1363  * libvlc_audio_output_get_device_type and libvlc_audio_output_set_device_type are now deprecated
1364  * new libvlc_media_tracks_get and libvlc_media_tracks_release methods to get more info about the
1365    media tracks. libvlc_media_get_tracks_info is now deprecated.
1366  * new fingerprinter_Create and fingerprinter_Destroy for fingerprinter support
1367  * new libvlc_log_set, libvlc_log_set_file, libvlc_log_unset, libvlc_log_get_context and
1368    libvlc_log_get_object for a better logger mechanism
1369  * new libvlc_set_app_id to complement libvlc_set_user_agent to set the icons
1371 Removed modules:
1372  * portaudio audio output: use the native audio output instead
1373  * X11 On Screen Display notifications (xosd)
1374  * Linux Framebuffer On Screen Display interface (fbosd)
1375  * PVR: IVTV analog TV encoder - use V4L instead
1376  * RTMP access: use libavformat avio instead
1377  * RTMP access_output: use libavformat avio instead
1378  * Hildon GUI
1379  * MSN messenger "now playing" (broken and unmaintained since VLC 1.0.0)
1380  * Telepathy framework "now playing" (broken and unmaintained since VLC 1.0.0)
1381  * Nokia/Maemo MCE screen unblanking plugin
1382  * Broken crop video filter
1383  * Switcher module
1384  * OSD parser and menu
1385  * Xscreensaver: use xdg-screensaver
1386  * Removed DLL loader for non-Windows Operating Systems
1387  * SQL Media Library (broken and unmaintained)
1388  * SQL Lite (only used as SQL Media library backend)
1389  * htcpcp :)
1391 Translations:
1392  * Update of all translations
1395 Changes between 2.0.8 and 2.0.9:
1396 --------------------------------
1398 Demux:
1399  * Improve handling of corrupt ASF files
1400  * Fix buffer overflow in the mp4a packetizer
1402 Contribs:
1403  * Fix modplug security issues
1406 Changes between 2.0.7 and 2.0.8:
1407 --------------------------------
1409 Access:
1410  * Fix ISDB-S tuning
1411  * Fix crash in QTsound
1412  * Fix screen mouse file location
1413  * Fix invalid memcpy in MMS access
1415 Demux:
1416  * Fix use after free in sgimb
1417  * Improve resistance and checking against malformed MKV files
1419 Decoders:
1420  * Fix crash in the libavcodec module
1422 Mac OS X:
1423  * Fix interface crashes
1424  * Fix autostart playback option
1425  * Respect "playlist-autostart" option
1427 Translations:
1428  * update Welsh translation
1429  * New Kannada translation
1432 Changes between 2.0.6 and 2.0.7:
1433 --------------------------------
1435 Input:
1436  * Fix playback termination when switching ES tracks (PowerPC only)
1437  * Fix memory exhaustion vulnerability when playing specifically crafted
1438    playlist files
1440 Decoders:
1441  * Fix WMA Pro, MPEG 4 ALS, APE, MLP and ADPCM-IMA4 playback
1443 Encoders:
1444  * Fix audio encoding for numerous codecs, notably mp3 and aac
1446 Muxers:
1447  * Fix noticeable memory leak when creating AVI files
1449 Video output:
1450  * Fix crash when using libvlc in 3rd party applications (Mac only)
1452 Mac OS X Interface
1453  * Minor improvements
1454  * Fix issue which could lead to loss of media files created through transcoding
1456 HTTP Interface
1457  * Fix two xss vulnerabilities (CVE-2013-3565)
1459 Translations:
1460  * Update Basque, Simplified Chinese, Ukrainian, Turkish, Portuguese, Norwegian BokmÃ¥l,
1461    Burmese, Lithuanian, Italian, Hindi, Spanish, German, Czech, Danish, Welsh translations
1462  * New Azerbaijani, Kirgyz, Oriya translations
1465 Changes between 2.0.5 and 2.0.6:
1466 --------------------------------
1468 Access:
1469  * Fix HTTPS playback with some certificates previously rejected
1471 Audio Output:
1472  * Improve lookup of human readable device names in AUHAL plugin (OS X)
1474 Demuxers:
1475  * Fix crash with broken asf files (SA-1302)
1476  * Fix MKV behaviour with unknown or new ebml elements
1477  * Fix use-after-free crash in Ogg demuxer, found by Tomi Juntunen
1478  * Fix regression on some paletted codecs in AVI
1479  * Fix ALAC in mp4 regression
1480  * Improvements to the vimeo playlist parser
1482 Decoders:
1483  * Fix GPU decoding on Intel HD 2000/3000 cards on Windows
1484  * Fix FLAC 6.1 and 7.1 channel layout
1485  * Fix crashes in HTML srt subtitles
1486  * 3rd party codecs updates
1488 Mac OS X:
1489  * Fix subtitle rendering resolution when using OS X's native fullscreen mode
1490  * Improve fullscreen controller time slider with larger click target
1491  * Fix listing of the lua interfaces (web, telnet and console)
1492    in the advanced preferences panel
1493  * Fix spatializer audio filter panel
1494  * Fix crash within the video output code
1495  * Fix BDMV folder selection issue on OS X Mountain Lion, which treats such
1496    folders as a AVCHD file as soon as they include an item named INDEX.BDM
1497  * Fix bug which caused a hidden fullscreen panel
1498  * Fix various minor UI drawing issues (main window, fullscreen controller,
1499    lua extensions, ...)
1500  * Allow VLC to be associated with .dvdmedia packages
1503  * Fix clearing of Media Info panel on dialog exit
1505 GNU/Linux:
1506  * Numerous D-Bus and MPRIS2 improvements
1507  * Reject broken versions of PulseAudio
1509 Windows:
1510  * Fix uninstallation in different location than C:\
1512 Translations:
1513  * Update of Brazilian Portuguese, Traditional Chinese, Thai, Portuguese,
1514    Japanese, Italian, Hebrew, Estonian, Spanish, Czech, Catalan, Bosnian,
1515    Asturian, French, Romanian, Serbian, Russian, Hindi, Estonian, German
1516    Slovenian Norwegian BokmÃ¥l, Khmer, Icelandic, Interlingua, Welsh, Ukrainian,
1517    Dutch, Danish, translations
1518  * New Gujarati, Aragonese translations
1521 Changes between 2.0.4 and 2.0.5:
1522 --------------------------------
1524 Access:
1525  * Fix DVB-S delivery system detection
1527 Audio Output:
1528  * Fix playback initial synchronization with PulseAudio
1529    (however similar bugs in PulseAudio version 2.0 and later still exist)
1530  * Fix file output bug affecting floating point on big endian systems
1532 Demuxers:
1533  * Fix crash with some embedded subtitle fonts
1534  * Fix buffer overflow in HTML subtitles parser
1535  * Fix koreus lua parser
1536  * Improve reliability for RTSP streams sent by some IP cameras
1537  * Fix division by 0 in AIFF demuxer
1538  * Fix some MKV crashes when ordered editions have empty or broken links
1539  * Fix SWF potential crash on malformed files.
1541 Video filters:
1542  * Fix crash in Freetype with embedded fonts
1543  * Fix wrong aspect ratio in some cases
1545 Encoders:
1546  * Fix Mpeg-2 audio and video encoders initialization
1548 Mac OS X:
1549  * Fix Reveal-in-Finder for files with non-Western file names
1550  * Fix crash with local statistics disabled
1551  * Fix Time counter UI look
1552  * Fix system sleep issue on OS X 10.5
1554 Win32:
1555  * Fix https streaming
1557 libVLC:
1558  * Fix audio and video track selection:
1559    The constant track identifier is now always used. Some functions previously
1560    incorrectly used the (moving) index of the track in the table of tracks.
1562 Translations:
1563  * Update of Asturian, Bengali (India), Bosnian, Croatian, Czech, Danish,
1564    Dutch, Estonian, French, Galician, Scottish Gaelic, German, Hebrew,
1565    Italian, Japanese, Khmer, Malayalam, Polish, Slovak, Simplified Chinese,
1566    Traditional Chinese, Brazilian Portuguese, Turkish, Thai translations
1567  * Initial translations for Welsh and Interlingua
1570 Changes between 2.0.3 and 2.0.4:
1571 --------------------------------
1573 Audio Output:
1574  * Improve playback synchronization with PulseAudio.
1575  * Fix ALSA digital pass-through ("S/PDIF").
1576  * Fix live audio device selection on Mac OS X
1577  * Fix detection of some 5.1 and 7.1 kits on Windows.
1578  * Fix audio output behavior when the output device is plugged or unplugged
1579    during playback on Mac OS X
1581 Access:
1582  * Fix numerous DVD (dvdnav) crashes
1583  * Fix HTTP playback through proxy and advertise gzip correctly
1584  * Fix TLS busy-loop during client-side handshake
1586 Codecs:
1587  * Support for Opus decoding via libopus, including multi-channel files
1588  * Support MSS1 and MSS2 decoding through DMO libraries
1589  * Fix Hebrew and Greek subtitles encoding
1590  * Fix crashes on malformed subtitles and malformed png files
1591  * Fix crashes when using hardware decoding
1593 Demuxers:
1594  * Fix issues in Ogg with zero length packets
1595  * Fix file duration of Ogg/Theora and Ogg/Vorbis files
1596  * Fix vimeo, koreus and youtube lua parsers
1597  * Support Youtube live streams
1599 Windows:
1600  * Fix Wallpaper mode on Windows 7/8
1603  * Fix media info dialog update
1604  * Fix random/repeat preferences saving
1605  * Fix crashes when opening audio effects dialog, with skins and playlist
1606  * Fix crash on association dialog on Windows XP
1607  * Fix album art display at start
1609 Mac OS X:
1610  * Fix command-line options to control the interface behavior
1611  * Deactivate CoreAnimation effects on Leopard
1612  * Fix menus display and behavior
1613  * Fix various crashes and small issues including bookmarks, playlist, buttons,
1614    streaming wizard, video size, hotkeys and fullscreen controller
1615  * Fix font selection for Unicode subtitles
1616  * Improve system sleep behavior when playing audio-only media. The screen is
1617    allowed to sleep while the system is kept awake during playback.
1618  * Fix code signing of Delete Preferences application
1619  * Add option to Audio Effects panel to activate the Karaoke filter
1621 Miscellaneous:
1622  * Fix Notify (D-Bus) plugin deadlock.
1623  * Fix buffer corruption in freetype and subtitles modules
1624  * Improve Blu-Ray and HLS support
1625  * Fix issues on selection of playlist items for WebUI
1626  * Codec and other 3rd party library updates
1627  * Fix swscale and canvas behavior with Aspect Ratio
1628  * Fix mime-type when streaming Webm over HTTP
1629  * Fix recording behaviour in Windows network environments
1630  * Codecs and 3rd party libary updates
1632 Translations:
1633  * Updates of Norwegian BokmÃ¥l, Korean, Slovak, Serbian, Russian, Traditional
1634    Chinese, Simplified Chinese, Portuguese, Walloon, Turkish, Thai, Polish,
1635    Dutch, Khmer, Hindi, Japanese, Galician, Hebrew, German, Breton, Scottish
1636    Gaelic, Czech, Estonian translations
1637  * Initial translations for Bengali, Fula, Gujarati and Bosnian
1640 Changes between 2.0.2 and 2.0.3:
1641 --------------------------------
1643 Access:
1644  * Fix some HTTP request that broke some radio channels
1646 Demuxers:
1647  * Fix support for some flv files (notably joined)
1648  * Fix a crash when opening ape files with ID3v1 tags
1650 Mac OS X:
1651  * Add GateKeeper support
1652  * Fix handling for some hotkeys
1653  * Fix fullscreen toggle over extra interfaces
1654  * Minor bugfixes and improvements
1657  * Fix Windows 8 interface style
1659 Translations:
1660  * Updates for Breton, Czech, Dutch, Gaelic, German, Hebrew, Hindi, Icelandic,
1661    Japanese, Khmer, Korean, Polish, Russian, Simplified Chinese, Slovenian,
1662    Thai, Turkish and Walloon
1663  * New translations to Uzbek and Marathi
1664  * Fix activation of Gaelic and Thai translations
1667 Changes between 2.0.1 and 2.0.2:
1668 --------------------------------
1670 Video Output:
1671  * XP machine will now use DirectX mode by default, like in previous versions.
1672    There were too many errors with broken drivers.
1673  * More accurate colourspaces conversions for YUV->RGB in OpenGL
1674  * Add menu support for libvlc / VLCKit applications on Mac OS X
1675  * Various fixes on Mac OS X, notably for crop, zoom, osd and menu support
1676  * Misc fixes in OpenGL module, on all platforms
1677  * Fix video output on PowerPC-based Macs equipped with an ATI Radeon 7500,
1678    an ATI Radeon 9200 or a NVIDIA GeForceFX 5200 Ultra.
1679  * Fix video output of 10bit encoded contents on Intel-based Macs equipped
1680    with an Intel GMA 950 chipset running OS X 10.6 or later.
1681  * Add support for the HiDPI mode used on recent Apple products with so-called
1682    Retina Displays.
1684 Access:
1685  * Rework Digital TV module for Windows. DVB-T and DVB-C should work again
1686  * Fixes for RAR compressed files
1687  * Fix DirectShow crashes on exit
1688  * Improve PulseAudio input latency
1689  * Fixes for HTTP access through a proxy
1690  * v4l2 webcam outputting H264 can now be used directly (use --v4l2-chroma=h264)
1691  * Fix subtitles auto-detection in subfolders and detection behaviour
1692  * IE http proxy is not used anymore by VLC on Win32
1693  * Accept more extensions for DVD images
1694  * Fix crash in VC1 packetizer
1695  * Improvements in Blu-Ray playback
1696  * Improvements and fixes in HLS support
1698 Codec:
1699  * Fix crashes in AAC decoder on channels changes, notably in ISDB streams
1700  * Fix compilation with multiple FFmpeg and libav versions
1701  * Fix G726 support
1702  * Fix MP3 free format support
1704 Demuxers:
1705  * Fixes for MKV segments, seeking and MKV title display
1706  * Fix for some mp4, voc, midi and au crashes
1707  * Fix for Real .ram, .f4v, .avi and .ra files support
1708  * Fix for DVB channels file support
1709  * Fixes for alac, vorbis, DTS, VC-1 and Dirac in mp4
1711 Encoders:
1712  * Fix for MPEG Audio encoding, use layer2 when using fourcc "mp2 " and "mp2a"
1713  * Fix for JPEG generation, when doing snapshots
1715 Audio filters and output:
1716  * Limitation of spatializer volume output
1717  * Fix DirectSound device selection
1718  * Correct PulseAudio volume control
1719  * Do not apply volume in file output
1720  * Fix sampling rate in JACK output
1721  * Fixes in ALSA output for latency and for broken drivers
1723 Mac OS X:
1724  * Enable drag and drop of playlist items between the temporary playlist and
1725    the persistant media library
1726  * Enable import of playlist items taken from the service discovery modules
1727    to the media library or the temporary playlist
1728  * Media key support for keyboards by other manufacturers than Apple
1729    This fix was facilitated through a hardware donation by ZF Friedrichshafen AG
1730    manufacturing keyboards under the brand "Cherry".
1731  * Add support for the Apple Remote to set the Mac to sleep using a longer
1732    press on the Play/Pause button
1733  * Remove libfontconfig's font cache by an Apple Type Services lookup.
1734    This removes the "Updating Cache" dialog, before finding all fonts.
1735  * Re-add an option to hide the window decoration during video playback
1736  * Improve compatibility with other 3rd party apps using SPMediaKeyTap
1737  * Many Fullscreen fixes
1738  * Keep Aspect Ratio when resizing is back
1739  * Add controls to manipulate the Subtitles Duration to the Track
1740    Synchronization panel
1741  * Hidden items in the sidebar are being retained for the next launch now
1742  * Fix crash when trying to open an Audio CD by drag & drop
1743  * Improve reliability when opening DVDs or BDs by drag & drop
1744  * Fix crashes on exit
1745  * Fix crash when mounting a device with multiple logical volumes while
1746    VLC is running
1747  * Chosen audio output device is retained throughout multiple sessions
1748  * Since running the Mac OS X interface as an Extra Interface or Control
1749    Interface can lead to undefined results, eventual settings will be
1750    automatically reset on the first launch.
1751    - This fixes issues with unresponsive playback controls and crashes on quit.
1752  * Update Growl plugin for use with Growl 1.3
1753  * Miscellaneous minor interface improvements
1755 Lua Scripts:
1756  * Fixes for stdin/stdout and for different locale issues
1757  * Fixes for icecast SD
1760  * Fix preferences for audio devices on Windows
1761  * Fix playlist search and selector behaviour
1762  * Fix multiple issues in the Open Disc dialog
1763  * Miscellaneous fixes in preferences, buttons, EPG, playlist and customize dialog
1764  * Fix tags and file names display
1765  * Fix various crashes, display issues and usability issues
1767 Skins2:
1768  * Fix mousewheel on Windows
1769  * Fix for key events and focus loss
1771 Web interface:
1772  * Fix display of some buttons
1773  * Fix listing of files in the Open interface
1774  * Fixes for widgets behaviour and vlm dialog
1776 Security:
1777  * Fix Ogg Heap buffer overflow
1778  * Update taglib (CVE-2012-2396)
1779  * Update libavcodec and other codecs libraries
1781 Translation:
1782  * Traditional Chinese, Simplified Chinese, Walloon, Slovak, Polish, Khmer,
1783    Japanese, Italian, French, Czech, Belarusian, Breton, Greek, Spanish,
1784    Estonian, Irish, Galician, Hungarian, Japanese, Dutch, Telugu, Ukrainian,
1785    Thai translations update
1786  * New Scottish Gaelic translation
1789 Changes between 2.0.0 and 2.0.1:
1790 --------------------------------
1792 Access:
1793  * fix and improve the CDDB information retrieval
1794  * fix the samba module compilation
1795  * fix UDP / RTP multicast stream reception on Mac OS X when using the 10.7 SDK
1796  * multiple fixes for HLS support, notably on Win32 and for encryption
1797  * multiple fixes for Bluray discs playback
1798  * fix for DVD decryption on some RPC-I drives
1800 Codecs:
1801  * Support for MXPEG files
1802  * limit auto-detected threads to 4 in avcodec module
1803  * fix quicktime audio codecs in RTSP streams
1805 Demuxers:
1806  * Fix multi-file splitted RAR archive support
1807  * Fix a crash when seeking in mka
1808  * Improve MKV multi-video tracks support
1810 Muxers:
1811  * Fix ogm header creation
1813 Audio filters:
1814  * limit spatializer filter distortions
1815  * Use fastest SinC algorithm for samplerate module
1817 Audio output:
1818  * Fix S/PDIF passthrough with ALSA.
1819  * Remove flawed ALSA channels autodetection.
1820    The available ALSA channels MUST be configured now (stereo by default).
1821  * Fix delay when changing the volume on Mac OS X
1823 Video filters:
1824  * Fix gradfun unloading on Windows platform
1826 Mac OS X interface:
1827  * allow to hide the playlist to get a small controller window
1828  * allow to hide the sidebar
1829  * disable Lion fullscreen mode by default, since its behavior is misleading
1830    - this fixes fullscreen video output on a secondary screen
1831  * noticebly faster launch time
1832  * correct a few visual glitches and accessibility support
1833  * re-enable visual feedback on seek and volume changes
1834  * improve track synchronization panel
1835  * fix fontconfig cache dialog, closure of the interface and numerous crashes
1836  * fix crop, aspect ratio handling, DVD (no menu) support and Open subtitle menu
1838 Qt interface:
1839  * allow a native seek slider instead of the blue one
1840  * fixes in the playlist, the addons dialog, the menus, the main toolbar
1841    the open dialogs, preferences and customization dialogs
1842  * fix for fontconfig cache dialog, when rebuilding ASS fonts
1844 Skins interface:
1845  * fix for menus display
1846  * Addition of $R to display current playback speed
1847  * documentation update
1849 Web interface:
1850  * fix mobiles display for remote control mode
1851  * support for .drc and .3ga extensions
1853 Service discovery:
1854  * fix SAP discovery, where an item was added multiple times
1855  * fix SAP discovery on Mac OS X when using the 10.7 SDK
1856  * Update Jamendo selections
1858 Miscellaneous:
1859  * fix DBus crash
1860  * fix build issues on BSD, Linux/PPC and Linux/Sparc
1861  * fix a crash on VLM close
1863 Security:
1864  * Update libpng to 1.5.9 (CVE-2011-3026)
1865  * Update freetype to 2.4.9 (CVE-2012-1126 up to CVE-2012-1144)
1866  * Fix MMS stack overflow (SA-1201 - CVE-2012-1775)
1867  * Fix RealRTSP heap overflow (SA-1202 - CVE-2012-1776)
1869 Translations:
1870  * Update of Czech, Spanish, Swedish, Turkish and Walloon translations
1873 Changes between 1.1.13 and 2.0.0:
1874 ---------------------------------
1876 Important notes:
1877  * The licenses of libVLC and libVLCcore have changed from GPLv2+ to LGPLv2.1+
1878  * Start/end titles/chapters are now specified with # rather than @ to fix
1879    conflicts with some URLs and file names. For instance, this plays a DVD
1880    from the 2nd chapter of the 1st title up to the 4th chapter of the 3rd
1881    title:  vlc dvd://#1:2-3:4
1882  * The 40+ --*-caching options were simplified and dumbed down to 4 options:
1883    - --file-caching specifies caching for local files,
1884    - --network-caching specifies caching for network resources,
1885    - --live-caching specifies caching for capture devices and
1886    - --disc-caching specifies caching for local optical media.
1887    All values are expressed in milliseconds as in previous versions.
1888  * HTTP server IP address, port, and TLS configuration is now centralized:
1889    - The --http-host option sets the address, e.g. "--http-host=[2001:db8::1]".
1890      By default, both :: and 0.0.0.0 are used.
1891    - The --http-port and --https-port options set the port numbers.
1892      By default, 8080 is used for HTTP, and 8443 for HTTPS.
1893    - The TLS credentials are configured with --http-cert (public certificate),
1894      --http-key (private key), --http-ca (optional CA) and
1895      --http-crl (optional CRL).
1896  * RTSP server IP address and port are updated similarly.
1897    Use --rtsp-host and --rtsp-port respectively.
1898  * The --miface-addr option does not exist anymore. To select the multicast
1899    output interface, use --miface instead, e.g. --miface=eth0.
1900  * The Windows version will only work with Windows XP SP2 or later.
1901    Windows 2000 SP4, Windows XP < SP2, Windows 2003 SP0 are now unsupported.
1902  * The Mac OS version will require Quartz Extreme compatible machines.
1904 Important changes for packagers:
1905  * The default builds now assume that the operating system uses UTF-8 for
1906    its file systems and files content (except the Windows port). If this is
1907    not acceptable, pass --enable-non-utf8 to the configure script.
1908    Non-UTF-8 file systems support will be removed in future versions.
1909  * The VLC plugins path can be overridden with the VLC_PLUGIN_PATH environment
1910    variable. The --plugin-path command line option was removed.
1911  * The default tarballs are now compressed with XZ/LZMA: .tar.xz
1912  * OSS support is not compiled on Linux by default, pass --enable-oss to the
1913    configure script if you use OSSv4 or really want to use OSS emulation.
1914  * The webplugins have moved to: git://git.videolan.org/npapi-vlc.git
1916 Core:
1917  * Major Video Core and Outputs rework and rewrite:
1918    Subtitles, subpictures and OSD can now be sized and blent inside outputs
1919    x11 (Unix), OpenGL (Unix) and Direct3D (Windows) are such video outputs.
1920  * Almost every video filter can now be transcoded
1921  * Playback rate doesn't get resetted to 1 between items anymore
1922  * Option --sub-filter was renamed --sub-source
1923  * Port to Android, iOS, OS/2 and Win64.
1925 Access:
1926  * Multiple files are now supported inside RAR files
1927  * Experimental support for ClearQam devices in the BDA/DTV module
1928  * DVB-S scanning support on Unix
1929  * DVB-C scanning on Unix scans correct modulation/symbolrate if needed
1930  * Support for freq and video standard selection in DirectShow
1931  * Support for VDR recordings (http://www.tvdr.de/) folders
1932  * Experimental Blu-Ray Discs support using libbluray
1933  * HTTP Live Streaming (IETF draft) playback support
1934  * Blackmagic DeckLink SDI cards input support (Linux only currently)
1935  * Linear Systems (HD-)SDI cards input support (Linux)
1936  * PulseAudio audio input support
1937  * Support for RTP dynamic payload types by specifying the payload format
1938    in an option (no autodetection): only Theora supported for now
1939  * Basic HTCPCP implementation for Coffee Pot control
1940  * Support for all QTKit-compatible video input devices, aka QTCapture
1941  * Support for all QTKit-compatible audio input devices, aka QTSound
1942  * Support for capturing partially hidden windows in the X11 Screen input
1943  * MPEG DASH (Dynamic Adaptive Streaming over HTTP) support
1944  * Support for HTTPS is now fixed in the Windows port
1946 Codecs:
1947  * One can now use ffmpeg-mt in conjunction with vlc, to split decoding load
1948    on multiple cores. H.264, VP3, VP8, JPEG-2000, Mpeg-4 ASP/DivX and RV3/RV4
1949    are notably concerned.
1950  * Important fixes for RealVideo 3.0 and 4.0 playback, notably in MKV
1951  * Experimental Hardware decoding using Broadcom CrystalHD cards
1952  * New module for decoding EBU subtitles (.stl)
1953  * Support for 9bits and 10bits H.264/AVC decoding
1954  * Support for 20-bits PCM and DAT-12 (digital magnetic tapes) from RTP
1955  * New module for Dirac encoding, using the faster libschroedinger
1956    The Schroedinger module should be prefered to the Dirac one
1957  * Support for WMV Images, aka WMVP and WVP2, as used by Photo Story
1958  * Support for Lagarith Lossless video codec
1959  * Support for ProRes 422 video codec in 10bits
1960  * Support for DNxHD (VC-3) and JPEG-2000 in 10bits
1961  * EIA-608 closed captions improvements
1962  * Support for JPEG-2000 and Motion JPEG-2000 in the Windows and Mac binaries
1963  * Experimental support of IOMX for OpenMAX IL codecs on Android
1964  * One can use "mp2 " fourcc to encode in mpeg1/2 layer 2
1966 Demuxers:
1967  * New images demuxer supporting jpeg, png, targa, xcf, git, tiff, bmp, pcx, lbm
1968  * C64 SID file playback support of using sidplay2
1969  * Support for images/cover art in wma/wmv/asf files
1970  * Improvements in .ape files metadata reading and writing
1971  * New demuxer module for EBU subtitles (.stl)
1972  * Support for caf, mtv, awb, f4v, amr, vro (DVD-VR) files
1973  * Ogg, flv, mxf, amr seeking improvements
1974  * Major improvements in Matroska (mkv) chapters/segments handling and seeking
1975  * Support for duration and better seeking in Mpeg-TS files (.ts, .m2ts, .mts)
1976  * Mov improvements, notably for aspect-ratio handling and Audio DV tracks
1977  * Improved support of tracker files
1978  * Real Media (.rm and .rmvb) demuxer is now based on libavformat
1980 Interfaces:
1981  * Qt: effects dialogs rework
1982  * Qt: new CoverFlow-like view of the playlist
1983  * Qt: port to MacOS X platform
1984  * Qt: various interface improvements, notably on the seek bar
1985  * Skins2 / Qt: misc improvements and usability fixes
1986  * Skins2: fullscreen controller support, relative placement support
1987    and important cleanups and optimisations
1988  * Mac OS X: re-written Main Window, which also includes the Video Windows
1989    It is available in 2 looks, one grey (Lion style) and one black (QTX style)
1990  * Mac OS X: new Audio Effects panel adding Compressor and Spatializer filters
1991  * Mac OS X: new Track Synchronization panel
1992  * Mac OS X: new Video Effects panel for color and geometry adjustments
1993  * Mac OS X: re-written Open Disc functionality with automatic media detection
1994  * Mac OS X: support for the native fullscreen mode on OS X Lion
1995  * Mac OS X: enhanced AppleScript support
1996  * Mac OS X: support for lua extensions
1997  * The rc and telnet lua interfaces were merged into a new "cli" interface
1998  * lua: the recommended way to run custom interface scripts is now to pass
1999    -I luaintf --lua-intf myscript
2000  * ncurses: heavy refactor of the complete interface
2001  * dbus: Upgrade to an mpris2 compliant interface, see http://www.mpris.org
2002  * dbus: Rewrite of the main loop to use a more efficient poll-based model
2003  * webUI/http: Rewrite of the web interface, using jQuery
2004  * webUI/http: some requests are now supported in JSON in addition to XML
2005  * webUI/http: path values for input and output are deprecated in favour of uri
2006  * Qt/Win32: the update system now downloads the updates in the temp folder
2007  * Qt: preferences are now searchable
2008  * Qt: the fullscreen controller is now stackable, full-width, at the bottom
2010 Video Output:
2011  * New video output based on Direct2D for Windows 7 and Vista (with Platform Update)
2012  * New video output for iOS platform
2013  * Experimental work in progress on a video output using EGL
2014  * Adaptation of the OpenGL layer for OpenGL ES 1.1
2015  * Various vmem improvements
2016  * OpenGL video output now accepts YUV as input and uses fragment programs for
2017    chroma conversion between YUV and RGB
2018  * New video output for Android platform, based on Surface
2019  * Support for 9/10bits output in the OpenGL output
2020  * Updated OpenGL video output for Mac, requires a Quartz Extreme capable machine
2021  * New video output based on kva API for OS/2
2023 Audio Output and Filters:
2024  * New audio output based on AudioQueue API for iOS
2025  * New audio output in memory (amem)
2026  * Important simplification and improvements in the core audio output
2027  * New audio output based on OpenSL ES API for Android
2028  * New audio resampler using Speex (DSP)
2029  * New audio resampler using the Secret Rabbit Code (a.k.a. libsamplerate)
2030  * New Compressor filter, a dynamic range compressor
2031  * New simplistic Karaoke filter
2032  * New audio output based on kai API for OS/2
2033  * Automatic handover from S/PDIF to PCM with PulseAudio 1.0
2035 Video Filter:
2036  * New gradfun filter for debanding videos using dithering
2037  * Rewrite of the grain filter, faster and with better quality
2038  * New posterize filter for lowering the number of colors
2039  * Atmo ambilight: improve Fnordlicht support up to 254 channels
2040  * New sepia filter for creating sepia effect in videos
2041  * New deinterlacer mode Phosphor, a framerate doubling CRT TV simulator
2042  * New deinterlacer mode IVTC, to do live inverse telecine for NTSC films
2043  * New subsdelay filter to change subtitles delay
2044  * New anti-flickering filter
2045  * New OpenMAX DL IPCS filter for color space conversion and resizing
2046  * New video filter for denoising, based on the famous hqdn3d filter
2047  * Major improvements in the freetype text-rendering module, notably supporting
2048    blackbox and customizable shadow.
2049    NB: The freetype module is now used by default on the Mac OS X instead of
2050    the quartztext module, which can still be enabled manually.
2051    The Win32 font selection was improved too.
2053 Stream output:
2054  * New livehttp-module for HTTP Live Streaming (IETF draft) output
2055    example: vlc inputfile :sout="#transcode{vcodec=h264,acodec=mp3,
2056     venc=x264{profile=baseline},width=320,vb=256,ab=96}:std{
2057     access=livehttp{index=public_html/iphonestream.m3u8,
2058     index-url=http://url-to-iphonestreamfile-###.ts},mux=ts{use-key-frames},
2059     dst=public_html/iphonestreamfile-###.ts}"
2060  * Support for Vorbis and Theora in RTP
2061  * Major rework of VoD support
2062  * New delay module, to introduce delays of one ES, when streaming:
2063        #delay{id=12,delay=500}:standard...
2064  * New setlang, setid modules to change lang or id of one ES, when streaming:
2065        #setid{id=12,new-id=42}:std...
2066  * New langfromtelx module, to change lang of one ES, when streaming, based on
2067    a telextex page: #langfromtelx{id=12,magazine=7,page=0x99,row=1}:std...
2068  * New select module, to replace an existing ES with another ES in the same track
2069    #duplicate{dst=bridge-out{id=1},select=video,dst=bridge-out{id=0xa3},select=audio}
2070    #transcode{...}:bridge-in{id-offset=0}:select{disable=0}:setid{id=0,newid=0xa3}:autodel:std{...}
2071  * New libavformat/avio access_output module for network streaming
2073 Services Discovery:
2074  * Search API to be able to query distant search APIs from the interfaces
2075  * Upnp module was ported to Win32
2077 libVLC:
2078  * New capabilities for libVLC:
2079   ** libvlc_media_player_navigate for DVD navigation
2080   ** libvlc_audio_filter_list_get, libvlc_video_filter_list_get to get the
2081      list of available audio and video filters
2082   ** libvlc_audio_set_format, libvlc_audio_set_format_callbacks,
2083      libvlc_audio_set_callbacks
2084      allow grabbing audio data from a chosen memory location in real-time.
2086 Removed modules:
2087  * asademux, subsass: use libass
2088  * fake, invmem: use the new image demuxers
2089  * hal, v4l, gapi, omapfb, hd1000a, hd1000v: obsolete unmaintained modules
2090  * id3tag: use taglib
2091  * upnp: use upnp_intel
2092  * removal of old telnet interface in favor of the new lua CLI
2093  * removal of http interface in favor of luahttp
2094  * removal of the noise filter
2095  * removal of the SDL audio output, use the native outputs
2096  * growl_udp: use Growl for local notifications on the Mac. UDP support will be
2097               removed in Growl's next release, too.
2098  * removal of the OSSO screensave module, use the MCE one
2100 Translations:
2101  * Update of translations for most languages.
2102  * New Telugu and Kurmanji translations.
2105 Changes between 1.1.12 and 1.1.13:
2106 ----------------------------------
2108 Security:
2109  * Heap overflow in TiVo demuxer fixed.
2110  * Same default ACL for HTTP requests as for the rest of the HTTP interface.
2112 Audio outputs:
2113  * PulseAudio channels mapping (non-stereo) fix.
2114  * PulseAudio stream accidental overflow recovery.
2116 Video outputs:
2117  * XVideo support for mixed CPU/GPU endianess (especially on PowerPC).
2118  * XVideo support for automatic color keying.
2119  * xosd Xlib initialization failure fix.
2121 Decoders:
2122  * Camtasia decoding fix.
2124 Qt interface:
2125  * Rare crash while seeking fixed.
2126  * V4L2 video standard selection fixed.
2128 Translations:
2129  * Update of Chinese simplified, Estonian, German and Polish languages.
2132 Changes between 1.1.11 and 1.1.12:
2133 ----------------------------------
2135 Audio outputs:
2136  * Mac OS X / auhal: multiple fixes for the Digital Audio output (S/PDIF)
2137                      including support for OS X Lion
2138  * Multiple fixes and improved synchronization for PulseAudio support
2139  * Support for AC-3 and DTS passthrough with PulseAudio 1.0
2141 Unix port:
2142  * Fix build compatibility with taglib < 1.6 and Xulrunner 1.9.1
2144 Misc:
2145  * Fix crashes with Japanese locale on OS X
2146  * Minor fixes for Webplugin under Win32, AVI demuxer, smem and AudioScrobbler
2147  * Fix crash in HTTP and RTSP server (stream output or Web interface)
2149 Translations:
2150  * Update of Breton, Chinese Simplified and Basque
2153 Changes between 1.1.10 and 1.1.11:
2154 ----------------------------------
2156 Security:
2157  * Fix buffer overflows in the RealMedia demuxer (CVE-2011-2587)
2158    and the AVI one (CVE-2011-2588).
2160 Mac OS X:
2161  * Fixed scrolling direction if the input device's signal is inverted
2162  * Update Auhal audio output to the latest API
2163  * Fix images disappearing issue on the interface
2164  * Reduced installation size by up to 30 MB
2165  * Resolved conflict between iTunes and VLC wrt Media Key handling
2167 Mozilla/ActiveX webplugin:
2168  * Fullscreen mode is fixed on Win32
2169  * Very simple fullscreen controller is visible on Win32
2171 Demuxers/Meta Readers:
2172  * Better support for cover art embedded in mp4, wma
2174 Muxers/Output:
2175  * Fix AVI muxer so the generated files are readable on other players
2177 Extensions:
2178  * Multiple fixes for crashes and malfunctionning issues
2180 Qt Interface:
2181  * Fix quitting on Linux
2182  * Fix opening of VIDEO_TS folders through the open disc dialog on Windows
2183  * Miscellaneous
2185 Win32 port:
2186  * Update of codecs, fixing the mpeg-2 decoder crash
2188 Translations:
2189  * Update of Slovak, Lithunanian, Russian, Brazillian Portuguese, Serbian
2192 Changes between 1.1.9 and 1.1.10:
2193 ---------------------------------
2195 Windows and Mac OS X:
2196  * Update of external library modplug, to address multiple security issues
2198 Mac OS X Interface:
2199  * Improved Media Key handling based upon SPMediaKeyTap by Spotify AB
2200  * Fix for various crashes and small issues
2202 Demuxer:
2203  * Fix heap corruption / integer overflow in XSPF playlist parser
2205 Audio output:
2206  * PulseAudio output re-written due to unstability of the current one
2208 Win32 port:
2209  * Remove the fontconfig dependency from the freetype module
2211 Miscellaneous fixes in:
2212  * Windows 7 taskbar buttons
2213  * Qt interface
2214  * asx, live555, dvdnav demuxer
2215  * RTP output and XML export
2216  * Subtitles colours when using GPU decoding on Windows
2217  * v4l2 access
2219 Translations:
2220  * Update of Norwegian BokmÃ¥l, Slovak, Afrikaans, Luganda,
2221    Brazillian Portuguese, Irish, Thai, Estonian, Chinese, Polish,
2222    Dutch, German, Galician, Bulgarian, Lithuanian and Japanese translations
2223  * Initial Basque, Zulu, Peul, Amharic, Acoli, Chiga translations
2226 Changes between 1.1.8 and 1.1.9:
2227 --------------------------------
2229 Windows and Mac OS X:
2230  * Update of external library modplug, to address a security issue
2232 Demuxers:
2233  * mp4: Fix heap-based buffer overflow (VideoLAN-SA-1103)
2235 Mac OS X Interface:
2236  * Miscellaneous interface look adjustments
2237  * Improve Apple Remote handling
2238  * Fixe bugs in the Streaming / Transcoding wizard
2239  * Layout fixes in the Preferences and Controls windows
2240  * Fix incomplete list of hotkeys in the Preferences dialog
2241  * Fix quitting through Apple Events (Dock menu, App Switcher, AppleScript, etc.)
2243 Mac OS X Port:
2244  * Fix Growl local notification plugin
2245  * VLC bundle now includes the Growl framework
2246  * Fixes for eyeTV
2248 Translations:
2249  * Updates of Lithuanian, Estonian, Chinese, Japanese, Bengali, Dutch, Polish,
2250    German, Galician, Traditional Chinese translations
2251  * New Luganda Translation
2254 Changes between 1.1.7 and 1.1.8:
2255 --------------------------------
2257 Mac OS X Interface:
2258  * New UI graphics by Damien Erambert
2260 Interfaces:
2261  * Oldrc interface is again the default RC interface, on Windows
2262  * Luarc, luahttp and luatelnet fixes
2263  * Qt and Mac OS X fixes
2264  * numerous Skins2 fixes, notably winamp2 skins
2266 Encoder:
2267  * new libschroedinger-based Dirac codec encoder, faster than the current one
2269 Access/Demuxers/Codecs:
2270  * Subtitles auto-detection is back for .txt files
2271  * vod/rtsp server and rtsp input fixes
2272  * mp4 demuxer improvements
2273  * ogg, rstp input, video filters minor fixes
2274  * taglib's replaygain is fixed for mp3
2275  * vobsub support has an improved auto-detection
2276  * fix a crash in malformed ape files
2278 Miscellaneous fixes in:
2279  * Pulseaudio audio output, notably for usb cards
2280  * Stacktraces are now limited in size on Windows
2281  * Video resolution is now limited to 8192x8192, for security reasons
2282    See CORE-2011-0208, CVE-2010-3275, CVE-2010-3276
2283  * Configure and build system improvements
2284  * DirectShow and BDA build headers have been updated
2286 Translations:
2287  * Update for Finnish, Galician, Dutch, Chinese, German, Japanese, Lithuanian,
2288    Slovak, French, Polish, Estonian, Brazillian Portuguese and Hebrew
2289  * New icelandic translation
2292 Changes between 1.1.6 and 1.1.7:
2293 --------------------------------
2295 Linux port:
2296  * Integration with the KDE GUI platform is disabled due to KDE bugs
2297    #234484 and #260719.
2299 Mac OS X port:
2300  * Updated live555 library to fix playback of RTSP and Freebox streams
2301  * Running VLC in 64bit mode requires Mac OS X 10.6.0 or later for speed
2302    and stability reasons
2304 Demuxers:
2305  * Fix for Matroska / WebM remote code execution vulnerability.
2306    VideoLAN-SA-1102
2308 Translations:
2309  * Update for Hebrew, Japanese, Danish and Russian translations
2312 Changes between 1.1.6 and 1.1.6.1:
2313 ----------------------------------
2315 Source:
2316  * Fix libnotify, lirc, pulse compilation and packaging for Unix/Linux
2319 Changes between 1.1.5 and 1.1.6:
2320 ---------------------------------
2322 Audio output:
2323  * Multiple fixes and improvements on PulseAudio output
2324    PACKAGERS are VERY STRONGLY advised to update libpulse to 0.9.22.
2325    Update is required to use PulseAudio with the Phonon-VLC backend (KDE)
2326    and with the Mozilla VLC web browser plugin.
2328 Access:
2329  * Fix the Audio CD crash when looking for CDDB metadata on Windows
2331 Decoders:
2332  * Support for MPC SV7 and SV8 on Windows and Mac OS X (Unix was already working)
2333  * Enabled FluidSynth MIDI playback plugin on Mac OS X
2334  * Faster VP8/Webm decoding with recent codecs libraries
2335  * Fix heap corruption in CD+G decoder - CVE-2011-0021 / VideoLAN-SA-1101
2337 Demuxers:
2338  * Fix Buffer overflow in Real demuxer - CVE-2010-3907 / VideoLAN-SA-1007
2339  * Fix some asf/wmv seeking issues, notably when seek didn't go to a keyframe
2340  * Support for 24-bits PCM over RTP (audio/L24)
2342 Subtitles and renderer:
2343  * Do not auto-detect .txt files for subtitles
2344  * Mark more freetype options as safe
2345  * Mac OS X: fixed fontconfig cache creation
2346  * Fix heap corruption in subtitle decoders, potentially exploitable,
2347    discovered by Harry Sintonen - sintonen at iki.fi - CVE-2011-0522
2349 Visualization:
2350  * Fix projectM visualization for Linux in all locales
2351  * Fix projectM visualization support for Windows
2352  * Various projectM improvements: the module should be working now
2353  * Fix goom crash on Windows XP and Mac OS X
2355 Interfaces:
2356  * Qt4: fixes for media keys processing and MCE remotes
2357  * Qt4: various fixes and portability improvements
2359 Miscellaneous fixes:
2360  * KDE device solid actions
2361  * XDG screensaver
2362  * Transcode integer overflow
2363  * HTTP Icy metadata reading
2364  * Windows: revert to 1.1.4 performance timers
2366 Translations:
2367  * Update translations for Chinese, Nippon, Slovak, Estonian, Spanish, Galician,
2368    Swedish, Bulgarian, French, Bengalese, German, Slovak, Japanese, Dutch,
2369    Polish, Hungarian, Indonesian, Sinhala and Irish
2372 Changes between 1.1.4.1 and 1.1.5:
2373 ----------------------------------
2375 Security:
2376  * Fix a Windows crash on accessing Network Shared files/drives,
2377    VideoLAN-SA-1006
2379 Access:
2380  * Support for RTP access for H264 streams by specifying the demux in the MRL
2382 Services Discovery:
2383  * Integration in the playlist, of a list of web shows, provided by channels.com
2385 Demuxers:
2386  * Game Music Emu (GME) plugin rewritten, using the proper C API
2387  * DVDnav and DVDread fixes for encoding and misc issues
2388  * Playback of live http .Webm streams
2389  * Taglib thread-safety fix
2391 Decoders:
2392  * Fix decoding of H264 using DxVA2 using Intel IGP, thanks to the donation from
2393    "Puget Systems"
2395 Skins:
2396  * Add an icon to VLC on Linux
2398 Video Output:
2399  * fix a bug that could lead to 100% CPU usage on XCB
2401 Interfaces:
2402  * fix for Qt bug where VLC didn't exit properly on some Windows XP configuration
2403  * fixes on luatelnet and luarc
2405 Miscellaneous crashes and fixes in various plugins (telnet, live555, theora and
2406  TS-mux, Qt)
2408 libLVC:
2409  * add libvlc_media_new_fd() to play directly file descriptors (not Win32/Win64)
2410  * Miscellaneous fixes
2412 Translations:
2413  * Update translations for Walloon, Lithuanian, Spanish, Turkish, Estonian, Dutch,
2414    Bengali, German, Polish, Brazillian Portuguese, Japanese, Italian, Galician,
2415    French and Ukrainian
2416  * Major update and activation on Windows of Modern Greek
2417  * New Asturian translation
2420 Changes between 1.1.4 and 1.1.4.1:
2421 ----------------------------------
2423 Mac OS X:
2424  * Fixed video output on PowerPC-based Macs for videos with widths divisible
2425    by 16
2426  * Fixed an issue with the Equalizer's 170Hz slider
2428 Demuxer:
2429  * Fix crash when closing rtsp streams
2431 Qt interface:
2432  * Fix Windows 7 jumplists with Unicode files
2433  * Various fixes for Windows
2435 Translations:
2436  * New Armenian translation
2437  * Update translations for Dutch, Estonian, Lithuanian, Japanese, Nynorsk,
2438    Brazillian Portuguese, Armenian, Wallon
2441 Changes between 1.1.3 and 1.1.4:
2442 --------------------------------
2444 Win32:
2445  * Fix a security issue when loading DLLs, especially in Qt4 and dmo modules,
2446    See VideoLAN-SA-1005
2447  * Fix folders opening from the interface
2449 Translations:
2450  * Update translations for Lithuanian, Bengali, Slovak, French, Dutch, Ukrainian
2451    Polish, Simplified Chinese, German and Galician
2454 Changes between 1.1.2 and 1.1.3:
2455 --------------------------------
2457 Access and demuxers:
2458  * fixes for FTP relatives path and FTP directory support
2459  * fix for podcasts parsing
2460  * DVD: fix an assert error and various memory leaks
2462 Taglib:
2463  * fix NULL dereferences, as reported by FortiGuard Lab,
2464    CVE-2010-2937 / VideoLAN-SA-1004
2466 Playlist:
2467  * fix a regression where the wrong entry was played
2468  * fix m3u playlists exports
2470 Skins2:
2471  * fix video autoresize behaviour
2473 Translations:
2474  * Update translations for Dutch, Sinhala, Hebrew, Estonian, Spanish and Bengali
2476 Windows and Mac:
2477  * Update of many codecs libraries, fixing bugs and improving speed
2479 Mac:
2480  * architecture-specific installations will now be replaced by specific updates
2482 BSD:
2483  * Add AltiVec detetion for OpenBSD/powerpc
2486 Changes between 1.1.1 and 1.1.2:
2487 --------------------------------
2489 Demuxers:
2490  * Avformat fps displaying fix
2491  * TS, fix an issue where some programs would get dropped (fixes DVB issues too)
2493 Audio filters:
2494  * fix timestamps handling on some filters that provoked issues when playback
2495    of mono streams, especially on Windows
2497 Windows:
2498  * fix a bug in direct3d video output with old nVidia drivers that broke video
2499    playback with overlay (YUV->RGB)
2500  * fix console output encoding
2502 Interface and extensions:
2503  * Youtube and other scripts updates
2504  * Misc fixes in Qt4 (especially VLM and EPG dialogs) and MacOS interface
2507 Changes between 1.1.0 and 1.1.1:
2508 --------------------------------
2510 libVLC:
2511  * New capabilities for libVLC:
2512    * Adjust video filter control: libvlc_adjust_Enable,
2513      libvlc_adjust_Contrast, libvlc_adjust_Brightness, libvlc_adjust_Hue,
2514      libvlc_adjust_Saturation, libvlc_adjust_Gamma
2515    * libvlc_media_player_set_pause() can force the pause state, whereas
2516      libvlc_media_player_pause() would only toggle it.
2517    * libvlc_set_user_agent() configures the "user agent" strings used for some
2518      protocols (HTTP, PulseAudio...). This replaces the --http-user-agent and
2519      the former --user-agent libvlc_new() parameters.
2520    * libvlc_video_set_callbacks() and libvlc_video_set_format() allow grabbing
2521      video frames from a chosen memory location in real-time. This replace the
2522      ugly --vmem-* libvlc_new() parameters in previous versions.
2523      See http://wiki.videolan.org/LibVLC_SampleCode_SDL as an example.
2524    * libvlc_audio_get_delay() and libvlc_audio_set_delay() configure the delay
2525      between audio and video/subpictures for the current input.
2526  * Various fixes and crash preventions, especially when video functions were
2527    called early
2529 Decoders/Demuxers:
2530  * Fix performance issues with GPU decoding using DxVA2 using ATI graphic cards
2531    You NEED ATI Catalyst 10.7
2532  * Fix :program selection in TS and DVB-T
2533  * Fixes and improvements for MKV, Avformat and Avcodec modules
2534  * Fix mod (.xm, .s3m, .it) files support on Windows and Mac builds
2536 Stream output:
2537  * Fix h264 streaming in ts
2539 Interfaces:
2540  * Qt: fix preferences, hotkeys, messages and some fulscreen behaviour
2541  * Skins: support for mousewheel in fullscreen, fix radialsliders
2542  * Http: fix fullscreen toggle
2544 Linux:
2545  * Fix pulse closing
2546  * VAAPI small improvements, notably for extraction mode selection
2548 MacOS:
2549  * Multiple interface and crash fixes
2550  * Deinterlace selection is repaired
2551  * Crashes when playing multi-channel tracks fixes
2553 Windows:
2554  * Activation of DEP on XP SP3
2555  * Fix opening of .m3u and .pls playlists
2556  * Fix crash when My Document isn't available
2557  * Fix crash when Windows was getting into standby while playing video
2559 Translations:
2560  * Update translations for Spanish, Polish, German, Sinhala, Hungarian, Khmer,
2561    Brazilian Portuguese, Chinese, Hebrew, Slovak, Galician
2564 Changes between 1.0.6 and 1.1.0:
2565 --------------------------------
2567 Important changes for users:
2568  * On Linux, known bugs in the ALSA library might prevent audio output.
2569    Update to alsa-lib 1.0.24 or later, or use the PulseAudio output instead.
2571 Important changes for packagers:
2572  * The module cache has moved to ${libdir}/vlc/. The module cache can now be
2573    generated at install time except if you use staged installation. In the
2574    later case, you can generate the module cache in your post-inst script
2575    by invoking 'vlc-cache-gen'. If the module cache is not present and vlc
2576    can't write in ${libdir}/vlc/, it will result it vlc taking a long time to
2577    launch each time.
2578  * Most X11-related plugins now use XCB instead of Xlib. VLC now uses
2579    - xproto,
2580    - xcb, xcb-shm, xcb-xv, xcb-randr (from libxcb),
2581    - xcb-keysyms (from xcb-utils),
2582    - x11-xcb (from libx11) - only for GLX support.
2583  * On X11 platforms, a _working_ version of xdg-screensaver is typically
2584    required to inhibit the screensaver during video playback.
2586 Access:
2587  * Support for the sftp protocol
2588  * Support for CDDB servers for Audio-CD on the Windows port
2589  * New memory input (imem) access and access_demux module to feed VLC from data in memory
2590  * New avio module to use libavformat capabilities for network streams, like rtmp://
2591  * Port of the screen module from Xlib to XCB
2592  * Port of the dc1394 module from libdc1394 to libdc1394 v2.0
2594 Decoders:
2595  * Support for DxVA2 for H.264 decoding on GPU on Windows Vista and 7
2596  * Support for VAAPI for H.264 decoding on GPU on GNU/Linux
2597  * Support for Audio/Video decoders and encoders using OpenMAX IL components for DSP
2599  * Support PGS subtitles for Blu-Ray
2600  * Support for HD-DVB subtitles - Display Definition Segment
2601  * Invmem module improvements
2602  * Support for Atrac1 audio codec
2603  * Support for SSE3 and SSE4 capabilities in some codecs
2604  * Multiple improvements for subtitles styles in .SRT and .SSA
2605  * Support for native decoding of Windows Media Speech (Voice) audio codec
2606  * Support for AMR-NB audio codec on the Windows and Mac port
2607  * Support for Indeo5 video codec
2608  * Improvements on the FLAC format (7.1 channels and 88.2/176.4/192 kHz support)
2609  * Direct rendering is used more often with H.264 in avcodec module
2610  * Support for MPEG-4 ALS lossless audio codec
2611  * Support for VP8 codec
2612  * Support for 7.1 channels in vorbis audio
2614 Demuxers:
2615  * Many fixes on Matroska support (notably seeking) and support for Webm format
2616  * Support for .aob files from DVD-Audio (MLP and LPCM) (Full disc support is NOT present yet)
2617  * Support for ADPCM in .flv streams
2618  * Support for TwinVQ (.vqf) and AMV (.amv) files
2619  * Various EGP improvements
2620  * Support for embedded subtitles in OpenDML and legacy .avi files
2621  * Metadata and cover art improvements
2623 Playlist:
2624  * WPL and ZPL playlist support
2625  * Lua scripts for Mpora, Vimeo playback and Rockbox FM radios
2626  * New Play-And-Pause function to stop playback on latest video image
2627  * Podcast images are now displayed
2629 Video Output:
2630  * Rewrite of the video output core and most video outputs
2631  * Added desktop mode to the Direct3D output module. It differs from DirectX
2632    desktop mode, because it hides the desktop icons, but reacts to mouse clicks.
2633  * New x11, glx and xv modules based on XCB
2634  * New deinterlacing modes based on yadif and yadif(x2)
2635  * New audio/video filter to show audio level on the video output
2636  * Enhanced AtmoLight filter with hardware support for
2637      Classic AtmoLight (http://www.vdr-wiki.de/wiki/index.php/Atmo-plugin)
2638      Quattro AtmoLight (use just 4 Classic AtmoLights as one)
2639      MoMoLight (http://www.ambilight4pc.com/momolight/momolight.html)
2640      Simple serial DMX controller (http://www.ulrichradig.de/ search for DMX)
2642 Extensions:
2643  * New content extensions lua framework
2645 Audio filters:
2646  * Chorus/Flanger audio filter
2647  * 3F1R to stereo down-mix filter
2648  * Dolby mixer, parameterized equalizer, trivial mixer, scaletempo, bandlimited
2649    resampler, linear resampler, ugly resampler, converter_fixed, DTS to SPDIF
2650    and A/52 to SPDIF filters have been upgraded to the "audio filter2" API
2651  * NEON assembly audio converter module
2652  * Converter filters have been rewritten and extended to support s32 as input
2654 Service discovery:
2655  * Service discoveries can now be written in lua
2656  * Service discovery for Picture/Music/Video user directories
2657  * Service discovery based on libudev
2658  * Shoutcast Service discoveries are now removed
2660 Encoders:
2661  * x264, add psy-rd parameter and change default settings
2662  * x264, add profile-limitter same way as x264.exe has, for example
2663     #transcode{vcodec=h264,venc=x264{profile=baseline,level=1.2},vb=384,width=320,height=176}
2664  * x264, defaults to crf=23 as x264.exe-does, if bitrate is given,
2665    uses ABR and if qp-value is set uses CQP
2666  * libx264-version 0.76 or higher is required
2667  * x264 has tune/preset parameters supported
2669 Stream output:
2670  * New smem module, streaming to memory
2671  * Allow duplicate outputs to be merged, like:
2672    --sout "#duplicate{dst=transcode{vcodec=mp2v},select=es=0,dst=transcode,select=es=1}:std{...}"
2674 Interfaces:
2675  * Renamed the legacy rc, telnet and http interfaces to oldrc, oldtelnet
2676    and oldhttp.
2677  * rc, telnet and http are now implemented using the lua interface system.
2678  * qt4 interface contains new iconview and listview mode for playlist
2680 Visualization:
2681  * Support of .milk visualization files using projectM libraries
2683 Mac OS X Port:
2684  * Vastly improved VLCKit framework
2685  * A new dialog provider for libvlc-internal interaction without full interface
2686  * Improved update detection and installation by using the Sparkle framework
2687    by Andy Matuschak et al.
2688  * New CoreText based text renderer replacing the former ATSUI renderer
2689  * New Video output module (mostly targetting VLCKit)
2690  * Optimised behavior when using the 2009 Apple Remote
2692 Windows port:
2693  * Integration in Windows 7 taskbar
2694  * Playback of .Midi files is supported through fluidsynth's module
2696 Maemo port:
2697  * Multiple improvements for N900 compliance and efficiency
2698  * Support for HW accelerated video decoding on N900
2699  * Improvements to the maemo/hildon interface
2701 Misc:
2702  * new sqlite module
2703  * --save-config command line option not supported anymore.
2704  * Fixed and reenabled netsync module.
2705  * Improved Solaris port
2707 Bindings:
2708  * new C++ wrapper around libVLC: libVLCpp
2709  * phonon-VLC backend is now usable
2711 Removed modules:
2712  * csri codec: use the libass module instead.
2713  * galaktos visualisation: use the new projectM module instead.
2714  * showintf: Useless in Qt and on Mac OS X
2715  * transrate: broken since too long
2716  * Xlib x11, Xlib xvideo, Xlib glx: Use the new XCB modules instead.
2717  * HAL: Use libudev instead.
2718  * gtk_main, gtk_main2, gnome_main, gnome_main2 and pda interfaces
2719  * WinCE, BeOS and qnx interfaces
2720  * opie, qte and qte_main interfaces
2721  * linear_resampler and trivial_resampler are removed: use the ugly one.
2722  * XvMC accelerated modules: use VAAPI instead.
2723  * MGA (Matroska) for Linux: use Linux Framebuffer (or X) instead.
2724  * opengllayer: use macosx_video instead.
2725  * cddax: use cdda instead.
2726  * cmml and tarkin codecs are removed because they are dead codecs.
2727  * realaudio codecs: use libavcodec
2728  * access_file removed in favor of filesystem
2729  * RTMP input and output: use avio module
2732 Changes between 1.0.5 and 1.0.6:
2733 --------------------------------
2735 Access:
2736  * Fix crash on FTP URI with no file path
2738 Decoders/Packetizers:
2739  * Fix overflows in A/52, DTS, MPEG Audio and subtitles support
2741 Demuxers:
2742  * Update LUA script for Youtube pages
2743  * Fix crashes in AVI, ASF and Matroska files
2744  * Fix crashes on malformatted ZIP archives
2745  * Fix crashes and leaks in the FFmpeg/avformat plugin
2746  * Fix crash on invalid XSPF playlist
2748 X11 port:
2749  * Partial Xlib threading fixes
2750    More complete fixes are available in VLC 1.1.0. Please update!
2752 Interfaces:
2753  * Fix crash (use after free) in Qt4 bookmarks
2754  * Fix a few crashes in Qt4 playlist
2756 Translations:
2757  * Simplified Chinese, Estonian, French, Japanese, Korean, Spanish, Swedish
2758    and Walloon translations updated
2759  * Sinhala translation started
2761 Removed modules:
2762  * RTMP input and output are removed due to security problems. Please update
2763    to VLC 1.1.0 which provides an FFmpeg-based RTMP input if needed.
2766 Changes between 1.0.4 and 1.0.5:
2767 --------------------------------
2769 Decoders:
2770  * SubRip extra styles improvements
2771  * Fix potential crashes in SSA and svg decoders
2773 Mac OS X Interface:
2774  * Improved support for the 2009 Apple Remote
2776 Windows port:
2777  * Use of gcc 4.4.2 to compile instead of gcc 4.2. This might slightly
2778    increase performance and fix x264 issues
2780 Translations:
2781  * Portuguese Brazilian, Lithuanian, Romanian, Ukrainian, Japanese, Bengali,
2782    Walloon, Galician, Danish, Khmer, Polish, Slovenian, Vietnamese, Finnish
2783    Russian, Slovak translation updates
2784  * New Malayalam, Macedoninan, Nynorsk translations
2787 Changes between 1.0.3 and 1.0.4:
2788 --------------------------------
2790 Audio outputs:
2791  * Fix deadlocks in the audio output core
2792  * Make PulseAudio the default output if available
2794 Video outputs:
2795  * Fix fullscreen mode with KDE 4.3.3 and other window managers
2796  * Fix incompatibility with cairo-dock and compositing
2798 Input:
2799  * Fix DVB scanning regression from VLC 1.0.3
2800  * Support for XZ-compressed byte stream (LZMA algorithm)
2802 Playlist:
2803  * Support for .m3u8 playlist files (UTF-8 M3U)
2805 Unix:
2806  * Support for xcb-keysyms version 0.3.4 or higher
2807  * Fix globalhotkeys on FreeBSD
2809 Qt4 interface:
2810  * Fix opening V4L version 1 devices
2811  * Fix default destination ports in the streaming wizard
2813 Translations:
2814   * New Walloon translation
2815   * Swedish, Ukrainian and French translation updates
2818 Changes between 1.0.2 and 1.0.3:
2819 --------------------------------
2821 Video outputs:
2822  * Fix video quality when resizing the video on Windows Vista and 7, due to
2823    regressions in most popular drivers
2824  * New deinterlacers modules based on yadif and yadif(x2) algorithms
2826 Decoders:
2827  * Windows version supports now natively the WMA Professional codec, as it
2828    didn't work in the packaged version of 1.0.2
2829  * Fix downmixing of particual 4.0 AC-3 audio tracks
2831 Encoders:
2832  * x264 has profile-limitter, like:
2833     #transcode{vcodec=h264,venc=x264{profile=baseline,level=12}..}
2835 Input:
2836  * Update for appletrailers lua script
2837  * Fixes on the RAR stream filter
2838  * Fix for E-AC3 in ATSC/TS streams
2839  * Various fixes for v4l and v4l2
2840  * Fix a crash in mjpeg demuxer
2842 Service discovery:
2843  * New udev module for linux
2845 Qt4 interface:
2846  * Fixes on the playlist and the stream output panels
2848 Translations:
2849  * French, Galician, Korean, Polish, Russian, Romanian, Slovak and Ukrainian updates
2852 Changes between 1.0.1 and 1.0.2:
2853 --------------------------------
2855 Decoders:
2856  * Native support for WMA Professional, without the use of the Win32 dlls
2857  * Fix issues in subtitles, especially SSA ones
2858  * Various fixes on theora and ogg
2860 Demuxers:
2861  * Various fixes for EPG support in MPEG-TS demuxer
2862  * Fixes for potential stack overflow in .avi, .mp4 and .asf demuxers
2864 Access:
2865  * Fixes for v4l2 devices
2866  * Fixes for dvb-c channels-scanning
2868 Qt Interface:
2869  * Fix some playlist sorting issues
2871 Mac OS X Interface:
2872  * Fixed a crash when updating VLC
2873  * Fixed a crash related to QTKit when opening video files (10.6 only)
2874  * Added the ability to play 2nd media in sync to the primary item (input-slave)
2875  * Added the "Quit after Playback" feature
2877 Mac OS X Port:
2878  * The "Delete Preferences" script is now delivered as a Universal Binary
2879    with native code for PowerPC, Intel and Intel 64bit
2880  * Full 64bit runtime compatibility on both Mac OS X 10.5 and 10.6
2881    - no support for Goom and SDL
2882    - limited text rendering support
2883    - This port is still considered as EXPERIMENTAL despite its binary release.
2885 Encoders:
2886  * MPEG2 transrate stream output removed
2887  * x264 default-values closer to x264.exe defaults.
2888  * x264 rc-behaviour fixes:
2889    - if user defines qp-value, CQP-mode is used
2890    - otherwise if user defines vb=0, CRF-mode is used
2891    - otherwise ABR-mode is used
2892  * x264 set vbv-bufsize/vbv-maxsize better if user hasn't defined these:
2893    - ABR mode set vbv-max-bitrate=bitrate
2894    - vbv-bufsize is bitrate * seconds between keyframes (keyint/fps)
2897 Playlist:
2898  * Lua scripts for Mpora and Vimeo playback
2900 Unix builds:
2901  * Various fixes to enable 1.0 to build on Solaris and OpenBSD
2903 Translations:
2904  * New Kazakh and Croatian translations
2905  * Lithunanian translation is available on Windows
2906  * Galician, Korean, Nepali, Vietnamese, Ukrainian, Portuguese Brazilian,
2907    Arabic and French translation updates
2910 Changes between 1.0.0 and 1.0.1:
2911 --------------------------------
2913 Demuxers:
2914  * Fix wmv/asf issues that caused audio to drop
2915  * Various fixes for ac3, mp3, dts and stability for wav format
2916  * Fix seek in RTSP in conformity to RFC 2326
2917  * Fix Dailymotion access script
2918  * Fix crashes in xspf files handler
2919  * Fix seeking and timing issues in some flv files on Windows version
2921 Access:
2922  * Add extra caching for files on network shares
2923  * Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ,
2924    DZCORE Labs, Algeria
2926 Decoders:
2927  * Fix seeking in mpeg2 video files
2928  * Improve SSA subtitles rendering
2929  * Update most codecs for the Windows and Mac version
2931 Muxers:
2932  * Fix sound recording of .flv files with mp3 audio
2934 Qt Interface:
2935  * Possibility to change the opacity level of the Fullscreen controller
2936  * Fix various crashes and VIDEO_TS folders opening
2938 Mac OS X Interface:
2939  * Added options to disable support for Apple Remote and Media Keys
2940  * Fixed options for Volume, Last.fm password and Subtitle Encoding
2941  * Fixed redraw issues when autosizing the video window
2942  * Preferences panel now includes help through tool-tips
2943  * More reliable Information and Messages panels
2944  * Fix various crashes
2946 Windows port:
2947  * The ZVBI module is now available for Windows, for complete teletext support
2949 Translations updates for Brazillian, French, German, Korean, Norwegian Nynorsk,
2950 Lithuanian
2953 Changes between 0.9.10 and 1.0.0:
2954 ---------------------------------
2956 Important notes:
2957 ----------------
2958  * Alsa and OSS audio capture has been removed from the v4l and v4l2 accesses.
2959    See 'Access:' for more info.
2960  * Support for Mac OS X 10.4.x was dropped due to its technical limitations
2962 Playback:
2963  * Instantaneous pausing
2964  * Frame-by-Frame playback
2965  * Finer speed control
2966  * On-the-fly recording for all medias
2967  * Timeshift for most medias
2968  * RTSP trickplay support
2969  * Subtitles core improvements and fixes
2971 Decoders:
2972  * New AES3 (SMPTE 302M) decoder
2973  * New Dolby Digital Plus - E-AC-3 (A/52b) decoder
2974  * New True HD/MLP decoder and parser
2975  * New Blu-Ray Linear PCM decoder
2976  * New QCELP (Qualcomm PureVoice) decoder
2977  * Improved Real Video 3.0 & 4.0 decoder
2978  * New WMA v1/2 fixed point integer decoder
2979  * Closed Captions using the SCTE-20 standard are now correctly decoded
2980  * Improvement of WavPack decoder to support all integer modes and float mode
2981  * Corrections on 5.1 and 7.1 channel decoding and ordering
2983 Demuxers:
2984  * Support for Dirac, MLP and RealVideo in Matroska files
2985  * Major improvements in RealMedia files opening (.rm and .rmvb)
2986  * Improvements of the TS demuxer for M2TS files from Blu-Ray and AVCHD
2987  * Metadata for mod files are supported
2988  * GSM codecs in Wav files are supported
2989  * New raw audio demuxer supporting raw PCM streams
2990  * New Dirac demuxer for raw Dirac streams
2992 Encoders:
2993  * Dirac encoding using libdirac (supported in Ogg and in TS)
2994  * Shine mp3 fixed-point encoder
2996 Access:
2997  * RTSP authentication with Darwin Streaming Server
2998  * On-the-fly gzip and bzip2 file decompression (except on Windows)
2999  * Playback for video in uncompressed multi-RAR archives
3000  * DVB-S and ATSC cards support on Windows
3001  * New OSS and Alsa accesses. The v4l2 and v4l modules no longer support
3002    OSS or Alsa audio input. Use --input-slave alsa:// or oss:// if needed.
3003  * DVB scanning on linux
3004  * EXPERIMENTAL Blu-Ray Disc and AVCHD Folders support
3005  * On-the-fly zip file decompression and browsing (MRL of the form
3006    zip://file.zip!/file.avi to specify the file - the development form of
3007    zip://file.zip|file.avi is not supported anymore)
3008  * Opening of any file descriptor using 'fd://'
3009  * MTP device access on Unix
3010  * CD-Text support on the cdda module (CD-Audio)
3011  * :start-time and :stop-time can handle sub-second values
3013 Inputs:
3014  * Mouse cursor support in x11 and win32 screen modules
3015  * Screen module now features partial screen capture and mouse following on
3016    Windows and Mac OS X.
3018 Playlist:
3019  * Export the playlist in HTML
3020  * Lua script for BBC radio playback
3021  * Better metadata handling and reading
3023 Linux/Windows interface:
3024  * Global Hotkeys on Windows and Linux
3025  * Various fixes for skins2 interface
3026  * Recently played items list
3027  * Interface toolbar customizations
3028  * Various Improvements on the Qt interface:
3029     - More menus actions
3030     - Finer speed slider
3031     - Improvements on many dialogs
3032     - New dialog for plugins listing
3033     - Fixed-size mode for videos
3034     - Better Teletext, trickplay and encrypted streams control
3035  * Better integration in GTK environments
3037 Mac OS X Interface:
3038  * Controllable by the Media Keys on modern Apple keyboards (brushed Aluminium)
3039  * Reveal-in-Finder functionality for locally stored items.
3040  * Easy addition of subtitles through the Video menu
3041  * Additional usability improvements
3043 Stream output:
3044  * Restored the old mpeg2 transrating module.
3045  * Multiple bridge-in instances are now possible.
3046  * bridge-in can be used to configure a placeholder stream.
3047  * Remote Audio Output Protocol (AirTunes) module.
3048  * Fixed mosaic memleak. Mosaics are now usable again.
3050 Maemo Port:
3051  * New Maemo port with:
3052    - an interface based on Hildon framework.
3053    - scaler based on the swscale_nokia770 library.
3055 Windows CE Port:
3056  EXPERIMENTAL work for the winCE port has been done.
3058 Mac OS X Port:
3059  * EXPERIMENTAL 64bit support
3060  * Speed improvements by using llvm-gcc
3061  * New document icons by Dominic Spitaler
3062  * Support for latest iSight models
3064 Audio output:
3065  * Removed obsolete Esound and aRts plugins
3066  * Surround support for PulseAudio
3068 Video output:
3069  * Effects (cube, torus, etc.) removed from OpenGL video output
3070  * Video is able to stay in original size and to zoom in fullscreen
3071    (hotkey 'o') while keeping black borders
3072  * Image video output has been rewritten into a video-filter named 'scene'.
3073    The old image video output has been removed.
3074  * Support for scaling and converting video chromas with FFMPEG imgresample was
3075    withdrawn due to bugs. Please use the newer FFMPEG swscale instead.
3077 Miscellaneous:
3078  * Invmem, a fake codec to display images from external applications
3080 New Localization:
3081  * Khmer
3082  * Mongolian
3083  * Sorani
3086 Changes between 0.9.9a and 0.9.10:
3087 --------------------------------------
3089 HTTP Interface:
3090  * Fixed default ACL
3092 Mac OS X:
3093  * Fixed crashes on multi-screen setups
3094  * Corrected volume and subtitle encoding options in the Preferences
3095  * Improved Information panel behavior, when playlist is not displayed
3096  * Fixed QTCapture input support for the latest iSight models
3097  * Added a menu-item to unlock the video window's aspect ratio
3098  * Fixed redraw issues when autosizing the video window
3099  * Updated libpng, libgpg-error, libgcrypt, fribidi
3101 Various fixes to the following modules:
3102  * access:
3103    - HTTP, SMB
3104    - updated and additional access scripts (BBC radio, dailymotion, ...)
3105    - Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ,
3106      DZCORE Labs, Algeria
3107  * stream out:
3108    - RTP, RTSP VoD, Mosaic Bridge
3109  * decoder:
3110    - TSCC
3113 Changes between 0.9.9 and 0.9.9a:
3114 ---------------------------------
3116 Mac OS X:
3117  * Updated multiple 3rd party libraries to keep in sync with the Win32 port
3118  * Playback fixes for PowerPC-based Macs
3121 Changes between 0.9.8a and 0.9.9:
3122 ---------------------------------
3124 Decoders:
3125  * Experimental new decoder for Real Video 3.0 & 4.0
3127 Demuxers:
3128  * Various fixes related to real demuxer
3130 Mac OS X Interface:
3131  * Fixed circumstances, which could lead to an empty Information panel
3132    - Note that VLC will show information on the currently _selected_ item
3133      instead of the currently _playing_ item, if the playlist is visible in the
3134      main controller window.
3135  * Fixed multiple UTF8 issues in the Streaming / Exporting Wizard
3137 Mac OS X Port:
3138  * Improved video playback performance on Intel-based Macs
3140 New Localizations:
3141  * Indonesian
3142  * Bengali
3143  * Updates of other localizations
3145 Various bugfixes:
3146  * Support for receiving RTP packets on odd port numbers.
3147  * Lots of small bugfixes.
3148  * Correct Fullscreen behaviour on Multi-Screen setups on Windows
3149  * Telnet fixes on Windows
3150  * Resampling fixes when transcoding
3153 Changes between 0.9.6 and 0.9.8a:
3154 ---------------------------------
3156 Security update:
3157  * Fixed buffer overflow in Real demuxer (SA-0811, CVE-2008-5276)
3159 Bunch of small bugfixes.
3162 Changes between 0.9.5 and 0.9.6:
3163 --------------------------------
3164 New Localizations:
3165  * Ukrainian
3167 Security updates:
3168  * Fixed overflow in CUE support from VCD access (SA-0810, CVE-2008-5032)
3169  * Fixed overflow in RealText subtitles support (SA-0810, CVE-2008-5036)
3172 Changes between 0.9.4 and 0.9.5:
3173 --------------------------------
3174 Security updates:
3175  * Fixed buffer overflow in TiVo demuxer (SA-0809, CVE-2008-4686, CVE-2008-4654)
3176  * Fixed libpng CVE-2008-3964 in Win32 and MacOS builds
3178 Features:
3179  * Closed Caption EIA 608/708 parsing enabled for libmpeg2
3181 Various bugfixes:
3182  * Fixed various potential crashes and memleaks
3183  * Fixed issues with reading from files (especially non-local)
3185 Windows port:
3186  * Fix bug where interface was "eating" some media keys
3187  * Fix some crashes in DirectShow access
3189 Qt Interface:
3190  * Fix bug when the resetting of preferences didn't reset the dialog states
3191  * Right-click menu to select playlist columns reenabled
3192  * Various fixed in playlist
3194 Access:
3195  * MMAP module is now deactivated by default
3197 Translations:
3198  * Update of Brazillian, Swedish translation
3201 Changes between 0.9.3 and 0.9.4:
3202 ------------------------------------
3203 Various bugfixes:
3204  * Crashes fixed in ogg, vobsub, dvdread
3205  * Fixes several memory leaks.
3207 Mac OS X port:
3208  * Apple machines without Quartz Extreme are no longer supported (use 0.9.2 or earlier )
3209  * Fixed a crash with deletion of old preferences.
3210  * Fixed targetname for downloaded updates
3212 Windows port:
3213  * Stability fix for the video output.
3216 Changes between 0.9.2 and 0.9.3:
3217 --------------------------------
3219 Various bugfixes:
3220  * Fixed DTS channel order on 5.1 systems
3221  * Fixed pausing behavior for subtitles and for Audio-CD
3222  * Multiple subtitles and podcast fixes
3223  * Various crashes fixed in PS, SSA, mkv, xspf, freetype
3224  * Fixed update system bugs
3225  * Other bug fixes (dvd language selection, subtitle colours, HTTP keep-alive...+)
3227 Mac OS X port:
3228  * Fixed ffmpeg slowness on PowerPC-based Macs
3229  * Fixed crash on startup when installed on old preferences
3230  * Fixed bug in directory opening on Mac OS X
3231  * Fixed font selection in the Simple Preferences
3232  * Thicker border to the subtitle renderer
3233  * Fixed the appearance of playlist items in the Streaming/Transcoding Wizard
3234  * Fixed AC3 passthrough on Mac OS X
3235  * Fixed behavior of the Volume Normalizer settings on Mac OS X
3236  * Removed the deprecated QuickDraw video output module to avoid crashes on
3237    modern Mac OS X versions
3239 Windows port:
3240  * Fixed sensitivity of Fullscreen Controller
3241  * Fixed error messages on startup when VLC wasn't correctly uninstalled
3242    before installation
3243  * Fix showing of controller when returning from fullscreen playback
3244  * Multiple directory and path location fixes.
3246 Qt4 interface:
3247  * Added Faster/Slower icons to the controller panel
3248  * Fixed lost playlist columns when switching the playlist view
3249  * Added needed options to Simple preferences (to avoid NVIDIA drivers issues)
3250  * Fullscreen controller: added time label, remembering of last position
3251  * Fixed drag'n drop behaviour on the playlist
3252  * Multiple other fixes (Enter hotkey in preferences, Skins selection...)
3255 Changes between 0.9.1 and 0.9.2:
3256 --------------------------------
3258  * Restored the old behavior of --sout-keep. It is now de-activated by default.
3259  * Skins2 interface repaired on Windows.
3260  * Multiple bugfixes.
3263 Changes between 0.9.1 and 0.9.0:
3264 --------------------------------
3266  * Multiple bug fixes.
3269 Changes between 0.8.6i and 0.9.0:
3270 ---------------------------------
3272 Important notes:
3273 ----------------
3274  * This release will need Windows 2000 and Mac OS X 10.4 (Tiger), or more
3275    recent to work correctly
3276  * The HTTP interface is now only available on the local machine by default.
3277    If you want to make it available from other machines, you will have to
3278    edit the ".hosts" file.
3279    - On UNIX/Linux, the file is in /usr/share/vlc/http/.hosts
3280      If you're using the old http interface, it's located in
3281      /usr/share/vlc/http/old/.hosts
3282    - On Windows they are in C:\Program Files\VideoLAN\VLC\http\.hosts and
3283      C:\Program Files\VideoLAN\VLC\http\old\.hosts
3284    - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts
3285      and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts
3286  * This version of VLC contains a new interface for Windows and Linux.
3287    This interface has a fullscreen controller and simplified preferences.
3288    This interface lacks the "Streaming Wizard" that used to be present in VLC
3289    0.8.6, but provides basic profiles.
3290  * The behavior of --sout-keep was changed. It's now activated by default.
3291  * The marq, mosaic and logo commands in the rc interface changed. They
3292    now require a target name as their first argument. Example:
3293    vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
3294    You can then use commands like: @test marq-marquee Goodbye
3295    If you didn't name the object using @test, its name will default to the
3296    plugin name (hence 'marq') in this example.
3297    These new commands are also available in the telnet interface.
3298  * The "rtp" access output module has been removed.
3299    Please use the RTP stream output instead, e.g.:
3300      Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
3301      New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}'
3302  * You now need to append --m3u-extvlcopt to your command line to enable
3303    EXTVLCOPT options parsing in m3u playlists. Note that only a limited set
3304    of options is available to m3u playlists (CVE-2007-6683).
3305  * The old access:url syntax is no longer supported to resolve ambiguities
3306    with some file names. Use access://url instead.
3307     E.g.:  vlc:quit -> vlc://quit ;
3308            udp:@239.255.12.12 -> udp://@239.255.12.12
3309  * The ffmpeg module has been removed and replaced by the new avcodec,
3310    avformat, swscale (or imgresample if you use a swscale-less ffmpeg build)
3311    and postproc modules.
3312  * The web plugins ActiveX (IE)/Firefox/Mozilla/Safari now recognize the
3313    following states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4,
3314    STOPPING=5, FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and
3315    BACKWARD being reserved for future implementations and are thus not
3316    functional atm.
3317  * Croping and padding in transcode are now done using the croppadd video
3318    filter. For example:
3319    transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}}
3320  * Canvas setting in transcode is now done using the canvas video filter.
3321    For example:
3322    transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}}
3323  * Glide video output module has been removed.
3325 Changes:
3326 --------
3328 Security updates:
3329  * Updated libfreetype on Windows and Mac OS X (CVE-2008-1806, CVE-2008-1806,
3330    CVE-2008-1807)
3331  * TTA Parser improvements (CVE-2008-3732)
3332  * MMS Access Module improvements (CVE-2008-3794 )
3334 Playlist:
3335  * Vastly improved playlist support:
3336     * Media library creation to save all your playlist items
3337     * "Live search"
3338     * Shoutcast TV listings
3339     * Audioscrobbler/Last.FM support
3340  * Album art support
3341  * User definable Lua playlist scripts. See share/lua/playlist/README.txt
3342    (Default scripts open YouTube, DailyMotion, metacafe, Google Video and
3343    lots of other URLs)
3344  * User definable Lua album art fetcher scripts. See share/lua/meta/README.txt
3346 Inputs:
3347  * Video for Linux 2 (V4L2) input support
3348  * UDP-Lite transport for RTP/AVP
3349  * DCCP transport for RTP/AVP
3350  * Proxy support for MMSH stream
3351  * JACK audio input support
3352  * Input run time option (improved live stream recording)
3353  * BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows
3354  * Re-written Screen access module for Mac OS X
3355    using OpenGL instead of QuickDraw
3356  * Screen module now supports partial screen capture and mouse following on X11.
3357  * Experimental EyeTV access module
3358    This requires the user to install a plugin to EyeTV.app
3359    (available as a separate download).
3360  * Simple RTP input (with MPEG A/V, G.711 and PCM support).
3361  * RTMP input support
3362  * QTKit-based Input module for Mac OS X allowing display and streaming of video
3363    taken from all iSight-labelled video cameras (no audio support)
3364  * HTTP access now supports gzip compressed data and Digest Access
3365    Authentication.
3366  * New options to reduce latency between arrival of raw data and display of
3367    frames. (--auto-adjust-pts-delay and --use-stream-immediate)
3369 Demuxers:
3370  * MP4 gpac and Apple chapter support
3371  * Fixed playback of AIFF stereo files
3372  * Fixed audio glitch on seek
3373  * Improved FLAC demuxer (duration / current time / meta data)
3374  * AAC tags support
3375  * APEv1/2 tags support
3376  * Improved ID3v2 tags support
3377  * Improved Ogg/Vorbis tags support
3378  * Raw video support
3379  * Standard MIDI File (types 0 & 1) support
3380  * TiVo Series 2 support
3381  * CD+G karaoke Files support
3382  * MXF files support
3383  * OMA support
3385 Decoders:
3386  * VP60/VP61/VP6F/VP62 support
3387  * Flash Screen Video support
3388  * CamStudio Screen Video support
3389  * DosBox Capture support
3390  * Karl Morton's Video support
3391  * limited atrac3 support
3392  * Fraps support
3393  * Fluidsynth MIDI software synthesis (with external sound fonts)
3394  * New codec FOURCCs to support more specific files:
3395    Avid, FCP, Sony, Samsung, ...
3396  * H.264 PAFF support
3397  * DNxHD / VC-3 support
3398  * NellyMoser ASAO support
3399  * APE (Monkey audio) support
3400  * RealVideo support (with the RealVideo run-time)
3401  * Dirac video support using libschroedinger
3403 Subtitles:
3404  * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC)
3405  * VBI & EBU (Teletext) support (*nix, Mac OS)
3406  * Ogg/Kate subtitles support
3407  * AQTitle subtitles support
3408  * MKV USF subtitles support
3409  * HTML-based subtitles support
3410  * MPSub subtitles support
3411  * JacoSub subtitles basic support
3412  * MPL2 subtitles support
3413  * Rewrite of ASS/SSA scripts and subtitles support
3414  * PowerDivx (.psb) Subtitles support
3415  * Realtext subtitle support
3416  * DKS subtitle support
3417  * SubViewer 1.0 (SubRip09) subtitles support
3418  * Correct Right-to-left languages in subtitles support
3420 Encoders:
3421  * Flash Screen Video support
3422  * Improved H.264 encoding speed
3424 Video outputs and filters:
3425  * New CoreAnimation-based output module (VLCKit framework on OS X only)
3426  * Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and
3427    Psychedelic) video filters can now be streamed
3428  * New puzzle video output filter
3429  * Re-written motion detection video filter
3430  * New extract video filter (extract Red, Green and Blue components from a
3431    video)
3432  * New sharpen video filter (increase the contrast of adjacent pixels)
3433  * New erase video filter (removes logos from a video)
3434  * Enhanced subtitles' renderer to support bold, italic and some HTML tags
3435    (Google Summer of Code Student project)
3436  * Support for RGBA and I420 blending.
3437    The latter improves Mosaic CPU usage *a lot*.
3438  * New transparency mask video filter (for use with the mosaic_bridge module).
3439  * New bluescreen video filter (for use with the mosaic_bridge module).
3440    This was previously part of the mosaic module.
3441  * Fixed random characters problem in RSS filter.
3442  * Add rotate-deciangle for more precision on rotate filter
3443  * Support for Intel SSE2 instruction set in chroma converters
3444  * Improved use of Intel MMX instruction set in chroma converters
3445  * New croppadd and canvas video filters.
3447 Audio outputs and filters:
3448  * Replay gain support
3449  * Audio playback when going slower/faster (with pitch correction via
3450    new scaletempo audio filter)
3451  * New spatializer audio filter
3452  * Correct DTS output via S/PDIF
3454 Stream output:
3455  * RTSP for TS-multiplexed broadcast streams
3456  * New RTP payload formats:
3457    * Speex voice audio codec
3458    * ITU T.140 (for text, subtitles) output
3459    * G.711 (both A-law and Âµ-law) output
3460  * UDP-Lite transport for RTP
3461  * DCCP transport for RTP
3462  * Lots of fixes for RTSP broadcasting
3463  * RTMP output
3465 Interfaces:
3466  * All
3467    * New Simple Preferences dialogs showing the most important settings in an
3468      end-user suitable way.
3469    * Improved user interaction
3470    * Improved mouse gestures
3471    * Vastly improved Update checker
3472    * Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2)
3473  * Windows/Linux
3474    * Brand new interface for Linux and Windows, based on the Qt toolkit
3475    * Fullscreen controller (transparency on Linux+Composite)
3476  * Mac OS X
3477    * Improved video output features
3478    * Online access to VideoLAN's Help Wiki within VLC
3479    * New setting to disable the "Recent Items" service
3480    * When playing Radio (live) streams, the current track is shown correctly
3481    * Correct appearance on Macs using Aqua's graphite theme
3482    * Simplified Extended Controls panel
3483  * Ncurses:
3484    * Correctly displays wide characters when using an UTF-8 locale,
3485      if libncursesw is available.
3486    * Some nice colors if the terminal supports it (most do)
3487  * Experimental Lua interface modules. See vlc -I lua and
3488    share/lua/intf/README.txt for more info.
3489  * Unix
3490    * Option to allow only one running instance, using D-Bus interface.
3491    * D-Bus Interface implementing the MPRIS
3492      (Media Player Remote Interfacing specification), a common dbus control
3493      interface for media players that intends to become an xdg standard when
3494      finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces .
3495    * Motion module using disk accelerometers to keep video horizontal
3496    * Plugin to set Telepathy presence message using MissionControl
3497  * Fixed VLM schedule time on Linux
3499 Linux Port:
3500  * VLC now complies with the XDG Base Directory Specification version 0.6
3501    http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
3502    (which means that VLC doesn't use the $HOME/.vlc directory anymore)
3504 Mac OS X Port:
3505  * Mac OS X Framework "VLCKit" that can be used to embed VLC in third party
3506    applications (Google Summer of Code Student project, Mac OS X 10.5 only)
3507  * New text renderer based on Quartz replacing the existing Freetype solution
3508  * Complete compatibility with Mac OS X 10.5 Leopard
3509    * It is now required to compile a fully featured build
3510  * The support of Mac OS X 10.3.9 and QuickTime 6.x was discontinued.
3512 LibVLC:
3513  * Event management and various improvements in libvlc
3514    (Part of a Google Summer of Code Student project)
3516 New Localizations:
3517  * Finnish
3518  * Persian
3519  * Polish
3520  * Punjabi
3521  * Bulgarian
3523 Developers:
3524   * LibVLC now supports externally built plugins properly.
3525     A "vlc-plugin" pkg-config package is provided.
3526   * Java bindings are now built from a separate source.
3529 Changes between 0.8.6h and 0.8.6i:
3530 ----------------------------------
3532 Security updates:
3533  * Fixed integer overflow in WAV demuxer (CVE-2008-2430)
3535 Various bugfixes:
3536  * Fixed option to use shared memory within the GLX video output module
3537  * Improved galaktos-based audio visualizations on FreeBSD
3538  * Miscellaneous bugfixes in multiple modules and in libvlc
3539    (transcode stream output, OSD menu video filter, VCD input,
3540     SAP services discovery, http control interface)
3541  * Updated Polish translation
3544 Changes between 0.8.6g and 0.8.6h:
3545 ----------------------------------
3547 Security updates:
3548  * Updated GnuTLS and libgcrypt on Windows and Mac OS X (CVE-2008-1948,
3549    CVE-2008-1949, CVE-2008-1950)
3550  * Updated libxml2 on Windows and Mac OS X (CVE-2007-6284)
3552 Goodies:
3553  * Updated libebml and libmatroska on Mac OS X. Reliability improvements.
3554  * Miscellaneous bugfixes in multiple modules and in libvlc
3555    (ftp access, record access filter, video filters, RC interface,
3556     playlist demuxer, IP networking, MPJPEG muxer, stream outputs)
3557  * Improved support for MPEG2 content created by Final Cut Pro
3558  * More reliable audio reception for MPEG TS streams
3559  * Fixed a regression in 0.8.6g where usage of the snapshot feature could lead
3560    to an unexpected application termination
3561  * New Serbian translation
3562  * Updated Romanian translation
3565 Changes between 0.8.6f and 0.8.6g:
3566 ----------------------------------
3568 Security updates:
3569  * Removed VLC variable settings from Mozilla and ActiveX
3570    (CVE-2007-6683, VideoLAN-SA-0804)
3571  * Removed loading plugins from the current directory
3572    (CVE-2008-2147, VideoLAN-SA-0805)
3573  * Updated libpng on Windows and Mac OS X (CVE-2008-1382)
3574  * Fixed libid3tag denial of service (CVE-2008-2109)
3575  * Fixed libvorbis vulnerabilities (CVE-2008-1419, CVE-2008-1420, CVE-2008-1423)
3576  * Fixed speex insufficient boundary check (CVE-2008-1686, oCERT-2008-004)
3578 Various bugfixes:
3579  * Fixed various memory leaks, improving stability when running as a server
3580  * Fixed compilation with recent versions of FFmpeg
3581  * Correctly parses SAP announcements from MPEG-TS
3582  * Fixed AAC resampling
3583  * The Fullscreen Controller appears correctly on Mac OS X,
3584    if the 'Always-on-top' video option was selected.
3587 Changes between 0.8.6e and 0.8.6f:
3588 ----------------------------------
3590 Security updates:
3591  * Really fixed subtitle buffer overflow (CVE-2007-6681, CVE-2008-1881)
3592  * Fixed Real RTSP code execution problem (CVE-2008-0073)
3593  * Fixed MP4 integer overflows (CVE-2008-1489, CVE-2008-1768)
3594  * Fixed cinepak vulnerabilities (CVE-2008-1769)
3595  - More information can be found in VideoLAN-SA-0801 and VideoLAN-SA-0803.
3597 Various bugfixes:
3598  * The Mozilla plugin registers a usable range of MIME-types on Mac OS X
3599  * Improved VLC's video output behavior on multi-screen setups running Mac OS X
3600  * Fixed crashes in H264 packetizer
3601  * Close MMS access on network timeout
3602  * Fix some problems with AAC decoder & packetizer
3605 Changes between 0.8.6d and 0.8.6e:
3606 ----------------------------------
3608 Various bugfixes:
3609  * Resume playback for viewing content over FTP
3610  * Fixed XShm detection with remote X11
3612 Security updates:
3613  * Subtitle demuxers overflow (CVE-2007-6681)
3614  * HTTP listener format string injection (CVE-2007-6682)
3615  * Fixed buffer overflow in the SDL_image library (CVE-2006-4484)
3616  * Real RTSP overflows (CVE-2008-0225, CVE-2008-0295, CVE-2008-0296,
3617    VideoLAN-SA-0801)
3618  * Arbitrary memory overwrite in the MP4 demuxer (CORE-2008-0130,
3619    VideoLAN-SA-0802)
3621 Audio filter:
3622  * Fixed DTS to S/PDIF converter
3624 Audio output:
3625  * Fixed 5.1 audio on ALSA
3627 Access:
3628  * Fixed some RTSP hanging and user/password passing through RTSP URLs
3630 Stream output:
3631  * Fixed waiting for SPS/PPS problem in H.264 packetizer
3633 Encoders:
3634  * Improved compatibility for creating H.264 video files playable on iPhones
3635  * Improved detection of optimal amount of threads for multi-threaded H.264
3636    encoding on multi-cpu systems
3637     - Note that this is used when transcode threads is set to 0 (default)
3638     - Not supported on Windows (multiple threads require manual configuration)
3640 Mac OS X Interface & Port:
3641  * Restored compatibility with Mac OS X 10.3.9
3642  * Corrected behavior of the Preferences panel
3643  * VLC no longer crashes on quit while playing
3645 Localization:
3646  * Updated Romanian and Polish translations
3649 Changes between 0.8.6c and 0.8.6d:
3650 ----------------------------------
3652 Various bugfixes:
3653  * Mozilla plugin: supports a reasonable amount of MIME types on Windows
3654  * Linux: Fixed S/PDIF passthrough with ALSA
3655  * Automatic recovery on unexpected stream discontinuity (clock gap) occurrences
3656    in input
3657  * Use field order (top/bottom) for correct bob/linear deinterlacing
3658  * Fix invalid free in bookmarks loading code
3660 Windows and Mac OS Binaries
3661  * FLAC Security Update (CVE-2007-4619) to prevent multiple integer overflows
3663 Active X plugin:
3664  * Security update (VideoLAN-SA-0703, CVE-2007-6262)
3666 Mac OS X Interface & Port:
3667  * Apple Remote support on Mac OS X 10.5 Leopard with enhanced functionality
3668  * Improved Video Output compatibility for Mac OS X 10.5 Leopard
3669  * Improved behavior of the Fullscreen Controller and mode changes between
3670    Fullscreen and Windowed Video Output
3671  * Softened the white flash artifacts that may appear during the transition of
3672    two different movies
3673  * Support for current Ogg file formats
3674  NOTE: This release requires Mac OS X 10.4 or higher.
3675        Mac OS X 10.3.9 is not supported anymore.
3677 Encoders:
3678  * Improved H.264 encoding speed on Mac OS X
3680 Other changes:
3681  * The automatic updating facility was removed
3682  * You now need to append --m3u-extvlcopt to your command line to enable
3683    EXTVLCOPT options parsing in m3u playlists.
3684  * RTSP server remote denial of service fixed (CVE-2007-6684).
3687 Changes between 0.8.6b and 0.8.6c:
3688 ----------------------------------
3690 Various bugfixes, notably:
3691  * Windows Vista compatibility
3692  * Cropping in Direct3D
3693  * Fullscreen change crash on Mac OS X
3694  * RSS filter string overflow
3695  * Few memory leaks
3696  * MKV demuxer crash (related to seeking)
3698 CDDA / Vorbis / Theora / SAP plugins:
3699  * Security updates (VideoLAN-SA-0702, CVE-2007-3316, US-CERT VU#200928)
3701 Demuxers:
3702  * Fixed a problem with detecting embedded subtitles (GAB2 format) in AVI
3703  * Prevent WAV file integer overflow (CVE-2007-3467 & CVE-2007-3468)
3705 Decoders:
3706  * Updated FLAC API compatibility
3708 Input:
3709  * Support for new v4l2 encoder API
3711 Localisation:
3712  * New localisation: Arabic, Persian
3715 Changes between 0.8.6a and 0.8.6b:
3716 ----------------------------------
3718 Various bugfixes, notably:
3719  * Out-of-bound read in demuxers
3720  * Demuxers crashes (incl. CVE-2007-0256)
3721  * Mac OS X Interface crashes
3722  * VP31 decoding on Windows platforms
3723  * Direct3D Video Output modifications for Vista compatibility
3724  * Correct behaviour for feeding streams to Icecast or Shoutcast servers
3726 Decoders:
3727  * Enhanced Flash Video support incl. VP61 and VP60
3728  * Teletext subtitles (telx) support
3730 Webbrowser plugins:
3731  * Rectified behaviour and improved usability
3733 Mac OS X Interface & Port:
3734  * Diverse usability improvements
3735  * New wizard option to embed subtitles
3736  * Screensaver/automatic sleep mode is enabled when a video is paused
3737  * Improved Delete-Preferences-Script
3740 Changes between 0.8.6 and 0.8.6a:
3741 ---------------------------------
3743 CDDA / VCDX plugins:
3744  * Security updates (VideoLAN-SA-0701, CVE-2007-0017)
3746 Mac OS X Interface:
3747  * Fullscreen controller improvements
3750 Changes between 0.8.5 and 0.8.6:
3751 --------------------------------
3753 Playlist:
3754  * Shoutcast TV listings support
3756 Input:
3757  * Support for RTSP authentication
3758  * Support for adding subtitles on the fly
3759  * Fixed MPEG-PS duration calculation
3760  * ATSC support for DVB input
3761  * Partial reading support for DVR-ms recordings
3762  * Partial reading support for MXF and GXF fileformat
3763  * Improved support for Flash Video files
3765 Decoders:
3766  * Native WMV9/VC-1 support
3767  * WMA Speech support (through binary codecs)
3768  * VP5/VP6 - Flash Video support (not VP61)
3769  * The True Audio Lossless codec support
3770  * Matroska WavPack support
3771  * Improved H.264 support (interlaced, speed improvements etc but no PAFF)
3772  * Fixed a problem with MPEG2 field pictures
3773  * Fixed swapped colors on DVB subtitles
3775 Video output:
3776  * Additional OpenGL effects (cylinder, torus, sphere, ...)
3777  * Experimental Direct3D 9 video output (win32). Best served on Vista :)
3778  * Improved libcaca support
3780 Interfaces:
3781  * All
3782    * New hotkeys for crop and zoom
3783    * Support for snapshots from the HTTP interface
3784  * Windows
3785    * Systray support in skins
3786  * OS X
3787    * Support for Apple Remote control
3788    * Fullscreen controller panel (artwork by Simon Damkjær Andersen)
3789    * New playmode buttons (artwork by Simon Damkjær Andersen)
3790    * right/ctrl-click menu in video outputs
3791    * Main Menu uses autohide when playing videos in fullscreen mode
3792  * Linux
3793    * Notifications using notification-daemon
3795 Windows port:
3796  * Support for Unicode filenames (Windows NT and above)
3797    Windows 9x/ME users:
3798      - Please note that these versions of Windows are not officially supported
3799      - Unicode support for Windows 9x/ME applications is available through the
3800        Microsoft Layer for Unicode available from the following location:
3801        http://www.microsoft.com.nsatc.net/globaldev/handson/dev/mslu_announce.mspx
3802        Download the MSLU package (unicows) and extract the content into the folder
3803        C:\Windows\System
3804  * Fixed IPv6 support on the client side
3805  * Fixed disable screensaver (Direct3D and DirectX video output)
3807 Localization:
3808  * Add Czech
3809  * Add Slovak
3810  * Add Malay
3811  * Add Slovenian
3813 Developers:
3814  * Updates to the libvlc API
3815  * Fixes for the mozilla and activeX plugins
3818 Changes between 0.8.4a and 0.8.5
3819 --------------------------------
3821 Core support:
3822  * Statistics collection (bitrates, packets, connections, ...)
3823  * Support for downloading updates
3824  * Updated strings
3826 Input:
3827  * Initial support for RTSP-over-HTTP (to allow NAT traversal)
3828  * Linux DV (Digital Video - Firewire) input
3829  * Improvements to the Audio CD input
3830      - Separate playlist entries for the tracks
3831      - Support for CDDB
3832  * Support for more DVB (satellite) encryption modules
3833  * Improved subtitles encoding support
3834  * Improved support for playing MP4 files from the Web
3836 Decoders:
3837  * Cook (Real audio) support
3839 Playlist / Services discovery:
3840  * XSPF playlist support
3841  * Podcast support
3842  * Updated Shoutcast to use new listing
3844 Audio output:
3845  * New JACK audio output
3847 Video output:
3848  * New video filters:
3849     - magnify: allows you to zoom on part of the image
3850     - gradient and edge detection: "cartoon-like" effect
3851     - bluescreen: overlay parts of a video transparently on another one
3852  * Logo video filter: can now loop through multiple images
3853  * RSS video filter: display feed images. Support for Atom feeds.
3854  * Improvements to the subtitles rendering
3856 Stream output:
3857  * Initial support for throttling users on VOD streams
3859 Interfaces:
3860  * System to inform the user and request information
3861     - HTTP authentication
3862     - Fatal errors
3863     - ...
3864  * wxWidgets
3865     - VLM (VideoLAN Media Manager) control panel
3866     - Improved media information panel (shows statistics, metadata, ...)
3867     - Drag & Drop support in the playlist
3868  * Skins2
3869     - New default skin
3870     - Support for Winamp 2 skins
3871     - Improved playlist handling
3872     - Support for popup menus, animated bitmaps, equalizer, ...
3873  * OS X
3874     - Embedded Video output
3875     - new Go-To-Specific-Time feature
3876     - Video cropping and aspect ratio changing while playing
3877     - Improved media information panel (shows statistics, metadata, ...)
3878     - support for processing multiple items with the wizard in a single run
3879     - option to save selections in the wizard for a session (default enabled)
3880  * HTTP
3881     - New default interface pages for VLC and VLM (including a mosaic wizard)
3882     - A bunch of new RPN functions
3884 Windows Port:
3885  * MSN messenger "Now playing" support
3887 OS X Port:
3888  * Mac-Intel compatibility
3889  * Enhanced support of various audio output devices
3890  * Growl "Now playing" support
3892 *Nix port:
3893  * Ability to log to syslog
3894  * Root wrapper to avoid running VLC as root
3896 Developers:
3897  * New libvlc API (not finished yet)
3898  * Java bindings
3899  * A bit more automatic testing
3902 Changes between 0.8.4 and 0.8.4a:
3903 ---------------------------------
3905 Audio output:
3906  * Fix a52 over spdif in alsa
3907  * SPDIF output available again in the Mac OS X Audio menu.
3909 Decoder:
3910  * Add support for new BMP and Cook (RealAudio G2) decoders in ffmpeg
3911  * Add support for some non-standard FOURCCs used for H.264/H.263
3913 Demux:
3914  * Fix bug with some HE-AAC audio tracks
3916 Services Discovery:
3917  * HAL fixes, should now work with new API
3918  * SAP, fix 20 second freeze on windows
3919  * UPnP fixes
3920  * Avahi 0.6 support
3922 Interfaces:
3923  * Mac OS X
3924     - fixed encoding of H.264/H.263 content when using the wizard
3927 Changes between 0.8.2 and 0.8.4:
3928 --------------------------------
3930 Core support:
3931  * Internal strings handling is now UTF-8 based
3932  * New OSD system
3934 Video output:
3935  * Fixed problems with OpenGL output
3936  * New --monitor-par (pixel aspect ratio) option
3937  * Fixed display problems with HDTV-1080 format
3939 Input:
3940  * Improved DVB support for satellite bands other than Ku-band
3941  * IPv6 and Extended passive mode support for FTP
3942  * IPv6 Source Specific Multicast support
3943  * GnomeVFS input module
3944  * Support for RTP packet reordering
3945  * Fixed syntax for FTP URLs
3947 Decoders:
3948  * Support for libSDL_image to import different image types
3949  * Musepack decoder using libmpdec
3950  * QDM2 audio support (needs ffmpeg from 19th Oct 2005 or later)
3952 Services discovery:
3953  * UPnP service discovery (Linux only at the moment)
3954  * Bonjour service discovery using avahi (Linux only)
3956 Video filters:
3957  * RSS feed overlay
3959 Audio filters:
3960 * Fixes, enhancements and new options related to the Headphone Channel
3961   Mixer and Dolby Surround
3963 Stream output:
3964  * New shout output module to forward streams to icecast servers
3965  * Fixed several SAP and SDP announcement bugs
3966  * Fixed MTU handling to avoid IP fragments
3968 Interfaces:
3969 - new cone icon by Richard Â¯iestad (Eurodata, retron.info)
3970  * Mac OS X
3971     - New streaming and transcoding wizard
3972     - New extended controls panel
3973     - New bookmarks window
3974     - Fixed playlist sorting
3975     - Fixed drag-and-drop inside the playlist
3976  * wxWidgets
3977     - Rename wxWindows interface in wxWidgets.
3978     - All the --wxwin-* options are now --wx-*
3979     - Support for RTP streaming in Stream Output dialog
3980     - Now require wx2.6 with Unicode support
3981  * Skins2
3982     - Tree playlist
3983  * HTTP
3984     - New RPN functions to control VLC features (see play-howto)
3985     - Facilities to correctly handle non-ASCII characters and spaces in
3986       the names of files
3987     - Include macro to include other files
3988     - CGI 1.0 support
3990 ActiveX plugin:
3991 * Should now work outside IE as well
3993 Mac OS X port:
3994 * New script to delete the preferences automatically
3996 Windows port:
3997 * Fixed bandwidth problems of HTTP streaming
3998 * Fixed audio problems with DirectX audio output
4000 Translations:
4001  The following languages were added:
4002  * Galician
4003  * Korean
4004  * Romanian
4005  * Simplified Chinese
4006  The following languages were re-added:
4007  * Swedish
4010 Changes between 0.8.1 and 0.8.2:
4011 --------------------------------
4013 Core support:
4014  * Rewrite of the playlist
4015     - Tree structure
4016     - Input preparsing (for meta-data)
4017     - Grouping (by artist, ...) support
4018  * Preferences improvements:
4019     - New organization, designed to improve usability
4020     - New configuration types (list of modules, ...)
4021  * XML parsers
4022  * Core image manipulation support
4023  * Client-side SSL/TLS support
4024  * SSL Client certificates checking support (allows for secure VoD)
4025  * Renamed --spu-channel to --sub-track
4026  * Renamed --spumargin to --sub-margin
4027  * Renamed --audio-channel to --audio-track
4028  * Renamed --filter to --vout-filter
4029  * filters, extra interfaces, visualizations and service discovery modules are
4030    now separated by ':' instead of ','
4031  * Access filter architecture
4032  * Track selection based on preferred language (--sub-language and --audio-language)
4033  * Zsh autocompletion for VLC's arguments
4034  * Many bugfixes...
4036 Input/Demuxers:
4037  * Support for SOCKS proxy
4038  * Support for Shoutcast Meta-data
4039  * Support for (HE-)AAC raw-audio streams
4040  * Support for images on a HTTP server that get refreshed on the server
4041  * Better support for Kasenna streams
4042  * RTSP UDP->TCP rollover support
4043  * Massive Matroska improvements
4044  * Support for XA and VOC audio files
4045  * TiVo demuxer
4046  * Samba (Windows shares) access module
4047  * Improved CDDAX module (uses several playlist items)
4048  * Fixes to Linux DVB support
4049  * Fix the "negative subtitles delay" bug
4050  * Support for FTP over IPv6
4052 Decoders / Encoders:
4053  * Dirac decoder and encoder
4054  * PNG decoder/encoder
4055  * Improvements to DVB subtitles encoder
4056  * Support for Apple Lossless Audio Codec
4058 Access filters:
4059  * New Record and Timeshift filters
4061 Services discovery:
4062  * New type of modules, that add items to the playlist
4063  * Brand new SAP module
4064      * To enable SAP, you now need to use "-S sap" or add SAP in
4065        the "Manage->Services Discovery" menu
4066      ( IPv6 SAP is now enabled by default )
4067      * Non-standard support for HTTP streams SAP announces removed
4068  * HAL (Hardware Abstraction Layer) discovery
4069  * DAAP (iTunes shares) support
4070  * Shoutcast
4072 Audio output:
4073  * Support for 20/24 bits LPCM
4075 Video output:
4076  * Video snapshot support (png or jpg)
4077  * Image file video output (png)
4078  * Motion detection filter (can trigger playlist actions)
4079  * Improvements to wall video filter
4080  * Support for font color and opacity
4082 Stream output:
4083  * Muxers
4084     - ASF improvements
4085  * VLM / VoD
4086     - Ability to load a configuration file on startup
4087     - Seeking support in VoD streams
4088  * Mosaic (picture-in-picture system)
4090 Interfaces:
4091  * wxWidgets
4092     - Redesigned playlist : add playlist, add directory, ...
4093     - Improved preferences
4094     - Improvements to the wizard
4095     - DVD, VCD and Audio CD navigation buttons
4096  * MacOS X
4097     - Redesigned playlist
4098     - Improved preferences
4099  * Skins
4100     - Support for multiple actions
4101     - Fixes
4102  * HTTP
4103     - Support for the new playlist system
4104  * Lirc
4105     - Now uses new config settings. See doc/lirc/example.lirc
4107 Windows port:
4108  * Screensaver disabling fix
4109  * DirectShow tuner configuration
4110  * Support for no-decoration windows
4112 MacOS X port:
4113  * Many Mac OS X 10.4 Tiger related fixes
4114  * The OpenGL video output is back
4115  * A new audio module that should work more reliable for analog audio output in various configurations.
4116    - Supports multichannel discrete analog output
4117    - Digital audio output requires you to change a preference setting because it
4118      is not yet available in the new module
4119    - Please read the README.MacOSX.rtf file for more information.
4121 BeOS port:
4122  * Support for single-buffered overlay
4124 Pocket PC port:
4125  * Many fixes
4126  * New interface
4127  * New video output
4129 Mozilla Plugin:
4130  * Javascript fixes
4131  * Mozilla plugin for MacOS X is back (not yet distributed)
4133 IE Plugin:
4134  * Brand new Internet Explorer ActiveX plugin
4136 Translations:
4137  The following languages were added:
4138  * Catalan
4139  * Danish
4140  * Turkish
4143 Changes between 0.8.0 and 0.8.1:
4144 --------------------------------
4146 Core support:
4147  * Include TLS/SSL API (on plattforms where libgnutls is available)
4148  * SSL support in the HTTP daemon (HTTP stream output and HTTP interface)
4150 Windows port:
4151  * Fixed win32 multichannel audio output support (which was broken in 0.8.0)
4152  * Fixed DV and MPEG (WinTV PVR 250/350) support in the dshow input
4153  * Fixed spurious taskbar item after switching to fullscreen
4155 WinCE port:
4156  * A few more updates (we still miss an interface and a fast video output).
4158 Audio Output:
4159  * Portaudio audio output plugin improvements
4161 Video Output:
4162  * Proper subpictures scaling using the aspect-ratio info when available
4164 Demuxers:
4165  * Fixed crash with ODML avi files
4166  * Fixed autodetection of VCD/SVCD bin files
4167  * Supports Kasenna VoD (MPEG2 only) and simulcast streaming
4169 Stream Output:
4170  * Encoders:
4171    * Fixed aspect ratio and interlaced support in ffmpeg encoder module
4172  * Stream output:
4173    * Support of playlist group announcement
4176 Changes between 0.7.2 and 0.8.0:
4177 --------------------------------
4179 Core support:
4180  * Major work on libvlc. Changed/renamed/added functions
4181  * Complete switch to the new input core (better seeking, multi-input, ...)
4182  * New plugins cache to speed up launch time
4183  * New --play-and-stop feature which stops the playlist after each played item
4184  * Daemon mode (to run vlc in the background)
4185  * Major improvements to the subtitle/OSD subsystem
4187 Input:
4188  * New screen capture input plugin for X11, Win32, BeOS and Mac OS X
4189     (Stream your desktop)
4190  * Improved DVD support:
4191     - uses libdvdnav for playing DVDs with menus support
4192     - uses libdvdread for simple playback with menus (eg. for streaming)
4193  * Experimental multi-input support ( use --input-slave to play with it )
4194  * Automatic MTU discovery for UDP streams
4195  * More powerful MRL syntax for DVD/VCD/CDDA access
4196     (selection of titles/chapters).
4198 Demuxers:
4199  * Support for iTunes Music Store previews
4200  * Support for MJPEG webcams (i.e. AXIS cams)
4201  * Added initial mp4 and mpeg-ts text track support
4202  * Windows Media Server RTSP support
4203  * Support for MPEG TS streams with error correction (204/192 bytes TS packets)
4204  * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
4205  * Skins2 .vlt file loader (only when skins2 is the current interface)
4206  * Improved Ogg demuxer
4207  * Support for MPEG PS streams with MPEG 4 video.
4208  * Support for so called AACPlus webstreams
4210 Codecs:
4211  * G.726 audio support
4212  * 14496-17 MPEG TS text support
4213  * MPEG-4 text support
4214  * Vastly improved DVB subtitles decoder (ETS 300 743)
4215  * Enabled color in DVB subtitles rendering
4216  * VobSub supported both externally and in Matroska
4218 Stream Output:
4219  Encoders:
4220   * Re-use audio/video/spu decoders in transcoder module. From now on,
4221      everything that is playable by VLC should be transcodable as well
4222   * Subtitles overlaying in transcoder
4223   * Subpictures overlaying in transcoder (see video output)
4224   * Frame rate selection in the transcoder
4225   * DVB subtitles encoder
4226   * MPEG 1 layer 2 audio encoder using libtoolame
4227   * Improved vorbis/theora encoding
4228  Muxers:
4229   * Text track muxing for mp4
4230   * Multipart mjpeg muxing. Your video is directly viewable in a Mozilla Browser
4231   * 14496-17 text track muxing for MPEG TS
4232   * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
4233   * Teletext (0x56 descriptor) streaming support in MPEG TS.
4234   * New WAV muxer (supports multi-channel audio)
4235   * Improved ASF muxer
4236  Misc:
4237   * H.263 RTP streaming support
4238   * SDP generation outputs more compliant SDPs and can create SDP files now
4239   * Improved RTSP and VoD server (experimental)
4241 Audio Output:
4242  * New audio equalizer filter
4243  * Very trivial volume normalizer
4244  * True channel downmixing when playing 5:1 material on Stereo
4245  * More gradual resampling which should improve the pitch changing effect
4246  * New audio output plugin using portaudio v19
4248 Video Output:
4249  * Roku HD1000 Video output
4250  * Experimental generic OpenGL video output (X11, Win32, MacOS X)
4251    with support for effects.
4252  * Improved filter and subpictures support :
4253     - New filters can be streamed.
4254     - "Subpicture filters" to overlay subpictures on video
4255     - Centralized scaling and blending
4256  * New filters :
4257     - "time", to display current time
4258     - "marq", to display a marquee
4260 Interfaces:
4261  * OSD sliders for volume and postition information
4262  * OSD icons for Play and Pause
4263  * New Streaming Wizard for Windows and Linux default interfaces (wxWindows)
4264  * A few skins2 improvements
4265  * Added search, volume, loop and random functions to the ncurses interface
4266  * Added a filesystem browser to the ncurses interface
4267  * The remote control interface can now listen for commands on sockets
4268  * Improved CORBA control module
4270 Mac OS X port:
4271  * Fixed the "cannot set buffersize:[nope]" coreaudio problem
4272  * Major speed improvements to the Quartz video output
4273  * The Mac OS X interface is no longer required to display video
4275 Linux port:
4276  * New galaktos visualization plugin (MilkDrop-compatible)
4277  * Experimental SVG rendering module
4278  * Support for DVB CAM modules.
4280 Windows port:
4281  * DirectX Media Object decoder (allows playing some media types, like WMV3)
4282  * DirectX Media Object audio and video encoder
4283  * Fixed long standing win32 thread handles leak
4284  * Fixed problem with CPU usage with subtitles rendering
4285  * Wallpaper mode for the DirectX video output (only in overlay mode)
4287 WinCE port:
4288  * Massive update (we still miss an interface and a fast video output).
4290 Mozilla plugin:
4291  * Added a lot of Javascript accessible funtionality
4292  * Volume, position, length, seek etc etc etc.
4294 Misc:
4295  * Server/client network synchronization module
4296  * VBrick streams fully supported
4297  * Cisco IP/TV streams supported
4298  * VLM enhancements
4301 Changes between 0.7.1 and 0.7.2:
4302 --------------------------------
4304 Core support:
4305  * Bookmarks feature for easier seeking/access inside medias.
4306  * Support for video output embedded in interfaces.
4307  * Improved HTTP daemon.
4308  * Saved playlists now remember VLC-specific options.
4310 Codecs:
4311  * New Continuous Media Markup Language (CMML) codec.
4312    (http://www.annodex.net/overview.html)
4313  * New H.261 video decoder using openmash.
4314  * H264 encoder, demuxer and packetizer.
4315  * Packetizer interfaces between demux and codec when needed
4316    (allows using ffmpeg plugin to decode MPEG streams and better aac decoding).
4317  * Support for Theora alpha3 (both decoding and encoding).
4319 Input:
4320  * --start-time <sec> and --stop-time <sec> to start and stop playing a
4321    file at the specified amount of seconds. Only works with a few
4322    fileformats (avi, mov, mkv, mp4 )
4323  * Improved directory access module.
4324  * New "file-cat" option to play truncated movies.
4325  * Better handling of meta info (title, author, description, etc...).
4326  * New options to pass meta info to the input.
4327  * It is now possible to stream programs from a DVB-S/C/T stream
4328    (satellite, cable, or digital terestrial television)
4330 Demux:
4331  * Annodex (http://www.annodex.net) support.
4332  * mmsh streaming fixes.
4333  * Fixed infinite loop in the AVI demux on broken/incomplete files.
4335 Subtitles:
4336  * Subviewer and subviewer v2 subtitles support.
4337  * Ability to choose autodetected subtitles path.
4338  * Subtitles delay can be changed in real time with hotkeys.
4340 Stream output:
4341  * Improved session announcement system.
4342  * Minimize threads usage by default.
4343  * Added faster than realtime stream output (limited by CPU) for file output.
4344  * Improved MOV/MP4 muxer.
4345  * Improved MPEG TS muxer.
4346  * Improved transrater.
4347  * Meta info options used by the muxers.
4348  * New configuration system.
4349  * Better audio channels downmixing when transcoding.
4351 VideoLAN manager:
4352  * New videolan (media) manager (vlm): a little manager designed to launch
4353    and manage multiple streams from within one instance of VLC.
4354  * Supports live streams and VoD.
4355  * Supports scheduling.
4356  * Telnet interface for vlm.
4357  * HTTP interface for vlm.
4359 Interfaces:
4360  * Skins II (Windows and Linux only)
4361     - Ability to embed video output.
4362     - Support for bitmap fonts.
4363     - Lots of improvements.
4364  * wxWindows (default Windows and Linux interface)
4365     - New design and set of icons.
4366     - Ability to embed video output.
4367     - Support for hotkeys.
4368     - Support for bookmarks.
4369  * Mac OS X
4370     - Support for 'groups' and playlist item properties.
4371     - Better hotkeys handling.
4373 Mac OS X port:
4374  * OpenGL video output is now the default when available.
4375  * Added FAAC encoder (mp4a).
4376  * Audio output fix to work with multiple streams on a HAL device.
4377  * Possible fix for conflict with CodeTek VirtualDesktop (untested).
4379 Win32 port:
4380  * DirectShow input plugin should work with more devices.
4381  * Disable monitor power down when watching movies.
4382  * Improved Windows installer.
4384 Linux port:
4385  * PowerPC fixes.
4387 Misc:
4388  * Improvements to the Goom visualisation plugin.
4389  * Roku HD1000 audio output.
4392 Changes between 0.7.1 and 0.7.1a:
4393 ---------------------------------
4395 Mac OS X:
4396  * Fixed the infamous 'mp3 takes twice the CPU it should take' bug
4397  * Playing MOD files is working now.
4400 Changes between 0.7.0 and 0.7.1:
4401 --------------------------------
4403 Core support:
4404  * Fixed a nasty bug that causes preferences not to be saved some times.
4405  * IGMPv3 support for VLC under Windows XP and Linux.
4407 Codecs:
4408  * Brand new DTS Coherent Acoustics audio decoder based on libdts
4409    (http://www.videolan.org/dtsdec.html)
4410  * Fixed DTS S/PDIF output
4411  * SVCD (Philips OGT) and CVD subtitles
4413 Playlist:
4414  * Internal improvments
4415  * Improved import/export
4417 Input:
4418  * Experimental support for Nullsoft streaming video(.nsv) and real media(.rm)
4419    container formars.
4420  * New demux module that uses libavformat from ffmpeg. Adds support for many
4421    small and strange formats.
4422  * New PVA demux.
4423  * New MOD audio demux.
4424  * Support for DTS and A52/AC3 wav files.
4425  * Support for DTS and A52/AC3 audio CD.
4426  * New and experimental DVD input plugin with menus support (using libdvdnav).
4427  * Added back DV audio support in raw DV demuxer.
4429 Stream output:
4430  * MP4/MOV muxer improvements (fast-start, aac in mov, etc...).
4431  * Fixed a nasty bug in the mpeg video packetizer.
4432  * Improved transcoding (multithreading, more tuning, etc...).
4434 Service discovery:
4435  * Fixed sdp in SAP.
4437 Mac OS X port:
4438  * New opengl video output plugin.
4440 Win32 port:
4441  * A few improvements to the DirectShow input plugin.
4442  * Fixed ipv6 name resolution.
4445 Changes between 0.6.2 and 0.7.0:
4446 --------------------------------
4448 Core support:
4449  * Brand new decoder/packetizer api.
4450    Adds a lot more flexibility while also simplifying the decoder plugins.
4451  * New encoder api (Ffmpeg, Vorbis, Theora, Flac and Speex encoders available).
4452  * Video outputs are recycled if possible.
4453    This removes any 'flicker' between two similiar video files.
4454  * Fixed the video filters. Video should no longer go black when using filters.
4455  * New input core. Advantages are: better seeking, more responsive, support for
4456    subtitle files at the core, and much much more.
4458 Playlist:
4459  * Added a repeat mode to repeat a single file over and over.
4460  * Playlist sorting
4462 Input:
4463  * RTP/RTSP support.
4464  * Fixed annoying seeking problem with Ogg files (seeking would take ages).
4465  * Support for Flac in Ogg files.
4466  * MPEG TS demuxer also handles A52 and AAC audio in DVB streams.
4467  * Rewrite of the Flac demuxer.
4468  * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo. (Linux only)
4469  * Reworked DVB tuning.
4470  * Better Icecast support.
4471  * New MPEG video elementary streams demuxer.
4472  * New DTS audio elementary streams demuxer.
4474 Codecs:
4475  * Support for Theora video encoding.
4476  * Support for Speex audio decoding/encoding.
4477  * Rewrite of the Flac decoder + encoding support.
4478  * Support for MPEG2 422 decoding which was recently added to libmpeg2 (cvs).
4479  * Support for AAC + SBR and proper multi-channel re-ordering.
4480  * MPEG 2.5 audio support.
4481  * Removed deprecated decoders (a52_old, mpeg_video and mpeg_audio).
4483 Stream output:
4484  * Improvements to the MPEG TS muxer.
4485  * New transrating module for MPEG2 video.
4486  * Added packetization for MPEG AAC ADTS streams.
4487  * Added packetizers for Flac, Speex, Theora, LPCM, DTS and SPU streams.
4488  * Improved mp4 muxing and added AAC/MP4V support when transcoding.
4489  * Improved Ogg muxing and added Theora, Speex, Flac and subtitles support.
4490  * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio.
4491  * --sout-keep option to keep the stream open while changing input.
4492  * Preliminary RTP support.
4493  * Fixes to SAP announces.
4495 Interface:
4496  * Skins:
4497     - Bugfixes
4498     - misc improvements (eg, "stay on top" option).
4499  * New standardized and customizable hotkeys.
4500  * wxWindows
4501     - Playlist improvements (Sort, Search, mode buttons).
4502     - Improvements and help in preferences
4503     - New streaming wizard
4504     - Revised Disc Open menu
4505  * HTTP
4506     - Improvements of the standard pages
4507     - Support for new commands
4508  * OSD ( OS X and hotkeys only atm ).
4510 Service discovery:
4511  * Many fixes to the SAP module
4512  * SAP now supports HTTP streams
4514 Subtitles:
4515  * Text subtitles now have a black outline.
4516  * Text subtitles autodetection.
4517  * Text subtitles charset autodetection.
4518  * Text subtitles for all videofiles. Results may vary.
4519  * Text subtitles in Hebrew are supported. Arabic partially.
4520  * Automatic fontsize selection for text subtitles.
4521  * Fixed SAMI text subtitles support.
4522  * Support for subtitles in Matroska files.
4523  * Support for subtitles in DVB streams.
4525 Mac OS X port:
4526  * New controller designed by Max Rudberg from www.maxthemes.com
4527  * Save playlist.
4528  * Works on 10.1.x again. Apologies for that problem.
4529  * Support for Panther.
4530  * Support for raw dumping of streams to disk.
4531  * Mozilla plugin for Mac OS X (experimental).
4533 Win32 port:
4534  * New DirectShow input module (for video acquisition cards, webcams, PVRs...).
4535  * VLC can be installed as a Windows NT service.
4536  * Allow on the fly switching of the main interface.
4537  * Support for 3F2R in audio output.
4538  * New --one-instance option to "force" only one running instance of VLC.
4539  * Mozilla plugin for Windows (experimental).
4540  * Multimonitor support (untested).
4541  * Fixed nasty timing bug on some dual-cpu / P4 with hyperthreading systems.
4543 Linux port:
4544  * Improved Video4Linux input. Also added support for an audio only input.
4545  * Support for real-time priority when running with root privileges.
4546  * Allow on the fly switching of the main interface.
4548 iPaq port:
4549  * Brand new Gtk 2 interface
4551 Miscellaneous:
4552  * Audio visual effects filters (spectrum, scope and random).
4553  * Audio visual effects filter using goom.
4554  * Spanish, Portuguese Brazilian and Hungarian translations.
4555  * libcaca video output (colored ascii)
4558 Changes between 0.6.1 and 0.6.2:
4559 --------------------------------
4561 Core support:
4562  * Fixed a nasty regression in 0.6.1 which made some streams unplayable.
4564 Stream output:
4565  * Transcoder now generates proper pts/dts thus should work a lot better.
4566  * Improved MPEG TS muxer.
4568 Access input:
4569  * Support for DVB-S/C/T cards using v4l2 API for Linux 2.6.x kernels.
4570  * Few fixes to the VCD navigation.
4572 Interfaces:
4573  * Support for DVD menus navigation added to the wxWindows interface.
4575 UNIX ports:
4576  * ALSA multi-channel support fixed and tested.
4577  * Fixed fullscreen with gnome metacity.
4579 Win32 port:
4580  * Fixed VCD support which was broken on some machines.
4582 iPaq port:
4583  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
4585 Miscellaneous:
4586  * Text subtitles now centered on the picture.
4587  * Ffmpeg decoder now generates proper pts and can be used to play
4588    mpeg1/2 videos.
4591 Changes between 0.6.0 and 0.6.1:
4592 --------------------------------
4594 Core support:
4595  * There should be less bogus resampling, particularly on DVDs.
4596  * VLC will now wait for the medium to wake up before starting its clock
4597    after a pause.
4599 Stream output:
4600  * Added vorbis audio support in Ogg streaming.
4601  * Added vorbis audio transcoding support.
4602  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
4603 UNIX ports:
4604  * ALSA multi-channel support fixed and tested.
4605  * Fixed fullscreen with gnome metacity.
4607 Win32 port:
4608  * Fixed VCD support which was broken on some machines.
4610 iPaq port:
4611  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
4613 Miscellaneous:
4614  * Text subtitles now centered on the picture.
4615  * Ffmpeg decoder now generates proper pts and can be used to play
4616    mpeg1/2 videos.
4619 Changes between 0.6.0 and 0.6.1:
4620 --------------------------------
4622 Core support:
4623  * There should be less bogus resampling, particularly on DVDs.
4624  * VLC will now wait for the medium to wake up before starting its clock
4625    after a pause.
4627 Stream output:
4628  * Added vorbis audio support in Ogg streaming.
4629  * Added vorbis audio transcoding support.
4630  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
4631  * PS muxer can create mpeg1 files now and produce streams with system headers.
4632  * You can transcode a52 with more than two channels to mpga now.
4634 Win32 port:
4635  * Fixed DVD support which was partly broken due to a bug in libdvdcss
4636  * Fixed 5.1 audio support for the sblive/audigy soundcards.
4637  * Fixed sound on Windows NT.
4639 UNIX ports:
4640  * Fixed/improved ALSA support and enabled multi-channel audio output.
4641  * X11/Xvideo: Should now work on big endian machines, and you can now
4642    use the arrow keys to browse through the DVD menus.
4644 iPaq port:
4645  * Gtk+2 interface called PDA
4646  * Familiar Gtk+ is now deprecreated
4647  * Codec a52, Faad2 and flac added
4648  * Video4Linux enabled (demux and transcode)
4649  * Stream Out with transcode support enabled (use codecs: HuffYuvv and A-law).
4651 Interfaces:
4652  * Small updates/fixes to the wxWindows interface.
4653  * Improved HTTP remote control interface. You can now create your own HTML pages.
4654  * A new CORBA control plugin.
4656 Input demux:
4657  * Improved support for the Matroska container format.
4659 Miscellaneous:
4660  * Improved build system.
4661  * New video filter plugin to overlay logos.
4662  * Added support for Winamp 3 B4S files.
4663  * New subtitle module which uses freetype2 to render arbitrary fonts in any size.
4664    Should also work with languages like russion for instance.
4667 Changes between 0.5.3 and 0.6.0:
4668 --------------------------------
4670 Core Support:
4671  * Channel Server support was removed (was deprecated)
4673 Input access:
4674  * Fixed a big bug in ftp and http access that prevented many platforms
4675    (OSX most prominently) to view ftp and http streams.
4676  * Fixed large file support on Windows
4677  * Video 4 Linux support
4678  * CD Digital Audio support
4679  * Fixed IPv6 multicasting on Windows and OSX.
4681 Input demux:
4682  * Better detection of AAC and mp3 files
4683  * Support for OpenDML avi files
4684  * More complete .mp4/.mov support
4685  * Very early support for the Matroska container format (don't complain if it doesn't work ;)
4687 Codecs:
4688  * VLC's own MPEG1/2 decoder has been replaced with libmpeg2
4689  * Support for Sorenson 3 (SVQ3 or Quicktime content) via ffmpeg
4690  * OSX support for QDM2 and QDMC sound, often used in QT content.
4691  * Fixed a bug which was causing artefacts in DivX video (ffmpeg)
4692  * Updated our theora decoder to use the alpha 2 release of libtheora
4693  * If ffmpeg cannot keep up, skip and try to recover instead of stopping altogether
4694  * Indeo Video 3 (IV32) support for little-endian computers. (so not for OSX)
4696 Interfaces:
4697  * The wxWindows interface is now fully useable as well as Unicode safe
4698  * New HTTP remote control interface
4700 Stream output:
4701  * New stream output scheme. It is now possible to build a chain of stream outputs
4702    allowing for instance to stream and display some content at the same time.
4703  * The stream output now allows to transcode content on the fly.
4704  * Fixed major bug that prevented streaming mpeg 1/2 video with pulldown content.
4705  * SAP/SDP announcing support. (both IPv4 and IPv6)
4707 Miscellaneous:
4708  * New reset option for the preferences
4709  * You can set your language in the prefences
4710  * New video chroma conversion module using ffmpeg
4711  * Added a Gentoo ebuild to the distribution
4712  * Added a new smaller subtitles font (now the default) + scripts to generate your own
4713  * SAP/SDP IPv6 support
4715 UNIX ports:
4716  * Basic support for the X11 Xinerama extension.
4717  * New skinable interface ported to X11.
4718  * Run opie-vlc and zaurus-vlc as GuiServer
4720 Mac OS X port:
4721  * When you add several items to the playlist, they are sorted alphabetically.
4722  * New about panel and revamped preferences panel.
4723  * Fixed the deinterlace menu.
4724  * Float on top, Fit to Screen and a Transparency option for video out.
4725  * New output dialog for transcode and display while stream capabilities.
4726  * New icons by Davor Orel.
4727  * New audio resampler. Should make VLC much faster.
4728  * Fixed disappearing and crackling sound (PTS is out of range bug)
4729  * We no longer automatically save the preferences when you quit the application
4730  * Arrow keys are now use to browse the menus in a DVD
4732 Win32 port:
4733  * the wxWindows interface is now the default interface
4734  * The keyboard shortcuts are now identical to the linux version
4735  * Fixed the "no sound" problem on NT4
4736  * Improved skinnable interface (it now uses the wxWindows interface dialogs).
4737  * Added support for compressed skins files (.vlt files)
4738  * Fixed SVCD chapters support.
4739  * Fixed memory leak with 5.1 audio.
4741 BeOS port:
4742  * Interface localization
4743  * Screensaver disabled if playing in fullscreen
4744  * A few new keyboard shortcuts
4745  * New full-featured Preferences window
4748 Changes between 0.5.2 and 0.5.3:
4749 --------------------------------
4751 Core Support:
4752  * fixed DTS S/PDIF output on little-endian machines
4753  * support for skins at the interface level
4754  * new OSD module using Freetype2
4755  * video outputs are now destroyed when the associated input ends
4756  * the video output takes into account the caching delay introduced at the
4757    input level before dropping out of date frames.
4758  * configuration option to disable the translation of the interface
4760 Input access:
4761  * fixed HTTP redirects
4762  * support for opening an entire directory
4763  * EOF should be detected more reliably
4764  * new video4linux access plug-in
4765  * new kfir access plug-in designed to work around a bug in the kfir driver
4767 Input demux:
4768  * added stream type for some Motorola MPEG-2 video encoders
4769  * fix for some ogg web radio streams
4770  * fixed reading TS streams over HTTP
4772 Codecs:
4773  * support for 3ivx D4 (not previous versions)
4774  * support for '3ivd' and '3vid' encodings
4775  * support for 'MSS1' codec ( same as WMV2 )
4776  * support for SAMI subtitles (untested and incomplete)
4777  * better SSA4 subtitles recognition
4778  * new codec for raw I420 video
4779  * improvements to the libmpeg2-based MPEG video decoder
4781 Interfaces:
4782  * improvements to wxWindows based interface
4783    (although it still misses some important features)
4784  * skeleton for a Gnome2/GTK2 plug-in
4786 Stream output:
4787  * new HTTP output support
4788  * fixed a segfault in the AVI muxer
4789  * fixed AV synchronization issues
4791 Miscellaneous:
4792  * support for oldstyle id3 genres
4794 UNIX ports:
4795  * the SDL vout plug-in will now work on big-endian machines
4797 Mac OS X port:
4798  * reorderable playlist
4799  * fixed the hiding of the mouse on multiple monitors
4800  * fixed a big issue with some USB speakers
4801  * support for mono audio output devices
4802  * reset the audio-device to its default mode before quitting VLC
4803  * fixed several cosmetic issues
4804  * you can drag the controller window by its background (as it should be)
4805  * the messages window remembers more lines
4806  * delay and fps can now be overruled with subtitles files
4807  * http and ogg stream output options
4808  * Apple menu and friends will now be translated as well
4810 Win32 port:
4811  * new skinnable interface
4812  * the directx video output doesn't crash anymore on ctrl+alt+del events.
4814 iPAQ familiar Linux port:
4815  * support for FLAC audio format
4816  * the interface adapts to the screen size/rotation
4817  * playlist
4818  * network tab in the interface
4819  * "apply" handling in preferences
4822 Changes between 0.5.1a and 0.5.2:
4823 ---------------------------------
4825 Core support:
4826  * advanced config options are now hidden by default
4827  * new --spdif option to use the S/PDIF audio output by default
4828  * fixed a 'clicking' sound when switching between streams
4829  * new bandlimited resampler that should improve audio quality on primarily
4830    Mac OS X
4831  * fixed a problem with audio over http that caused some web radios to not work
4832  * DTS S/PDIF support
4834 Codecs:
4835  * support for DV audio through the ffmpeg library
4836  * support for FLAC audio through libflac
4837  * new but basic MPEG video decoder based on libmpeg2
4838  * fixed a major bug in LPCM code (fixes a problem with iDVD disks)
4840 Stream output:
4841  * support for streaming DivX 1/2/3, wmv1/2, h/i263 over MPEG-2 TS
4842  * new --ttl option for Time To Live
4844 DVD support:
4845  * fixed quite a few problems with the dvd menu support
4847 UNIX ports:
4848  * fixed the GNU-pth support
4850 Win32 port:
4851  * multi-channel audio and S/PDIF support for both the DirectX and Waveout
4852    plugins
4853  * localization support via gettext is now fully working
4854  * rc interface is now fully useable
4855  * fixed the MSVC project files generation
4857 Mac OS X port:
4858  * several fixes for multi channel audio devices. AC3 over SPDIF with
4859    M-Audio Sonica Theater still does not work. this is most likely a driver
4860    bug and has been reported to M-Audio. (Sonica, Revolution, Delta, Griffin
4861    iMate and MOTU firewire devices should work)
4862  * VLC now uses the default audio device
4863  * new info panel
4864  * very preliminary support for VLC control via applescript
4865  * support for mouse gestures
4866  * new priority scheme allowing to avoid lock-ups on low-end machines
4868 Linupy port:
4869  * there is a whole new port for the linupy distribution used by o.a. the
4870    YOPY PDA. It is still experimental, please test it
4872 Miscellaneous:
4873  * improved ID3 tag detection
4874  * changed several errors into warnings ; the frequently reported "this is
4875    not a PS stream, continuing" is one of these
4876  * mouse gestures work on windows and osx, but there still isn't any useful
4877    gestures
4878  * some support for .pls playlists used by shoutcast
4881 Changes between 0.5.1 and 0.5.1a:
4882 ---------------------------------
4884 Mac OS X port:
4885  * fixed a problem that caused VLC to select the wrong language when
4886    English was set as the preferred language
4889 Changes between 0.5.0 and 0.5.1:
4890 --------------------------------
4892 Core support:
4893  * new mouse gesture interface
4894  * audio volume can now be changed at any time, even when no file is
4895    playing
4897 Input access:
4898  * various minor fixes on the network inputs
4899  * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
4900  * VCD: fixed track number and chapter indexing
4902 Input demux:
4903  * fixed a bad initialization in the mp4 plug-in
4904  * new --buggy-psi option for TS streams which do not update their
4905    continuity counter
4907 Codecs:
4908  * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
4910 DVD support:
4911  * fixed a bug which turned the default interface command-line only
4912    without the user consent
4914 UNIX ports:
4915  * GTK: fixed a crash when going fullscreen or changing volume from the
4916    popup menu
4917  * X11: new screen saver disabling plug-in (--extraintf screensaver)
4918  * KDE: fixed compilation with KDE 3.1
4919  * ALSA: fixed mono files output
4921 Mac OS X port:
4922  * fixed a crash on start-up on some localized systems
4923  * lowered real-time priorities to avoid lock-ups on slow machines
4924  * VLC can now be made the handler of ftp http mms and udp URLs
4925  * playlist enhancements
4926  * added half, normal and double video window menu items
4927  * new step forward/step backward commands
4928  * the dock should no longer be visible in fullscreen mode
4929  * the Mac OS X binary is now compiled with Ogg/Theora support
4930  * vlc.app is now VLC.app
4932 Win32 port:
4933  * fixed the "RichEdit line insertion error" bug
4934  * VLC can now be run from outside its installation directory
4935  * fixed a bug that prevented to find the default subtitle font
4937 BeOS port:
4938  * smarter BeOS priorities to avoid lock-ups
4939  * few enhancements in the interface (especially the Settings window)
4941 Opie port:
4942  * native video output is working again
4943  * only commandline interface support
4944  * support for MPEG4, DivX through ffmpeg package
4947 Changes between 0.4.6 and 0.5.0:
4948 --------------------------------
4950 Core structure:
4951   * object structure which allows for full re-entrancy, known as libvlc
4952   * new audio output architecture based on filter pipelines, providing
4953     S/PDIF and multi-channel support
4954   * localization support via gettext on most architectures
4955   * new stream output architecture, allowing to use VLC to unicast,
4956     multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
4957     and A/52 streams are supported)
4958   * build system now uses autoconf/automake/autopoint
4960 Input access:
4961   * mms:// support
4962   * ftp:// support
4963   * stability fixes in the HTTP access
4964   * auto-detection of RTP encapsulation
4965   * VCD entry points support
4966   * VCD image file support
4968 Input demux:
4969   * support for *.asf format
4970   * improved support for *.avi, especially over an HTTP connection
4971   * support for *.mp4 and *.mov format
4972   * support for ogg encapsulation
4973   * support for raw DV format
4974   * support for *.wav format
4975   * new demuxdump demux allowing to save a stream to a file
4976   * raw AAC support
4978 Stream discovery & playlists:
4979   * support for the SAP/SDP and SLP protocols
4980   * support for .m3u file format
4981   * support for .asx file format
4982   * hack to find the streaming sources in html-pages with embedded wmp
4984 Codecs:
4985   * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
4986     (only available with the .avi demux)
4987   * support for ADPCM audio codec
4988   * support for raw PCM data
4989   * support for Cinepak video codec
4990   * support for DV video codec via libdv or ffmpeg
4991   * support for AAC audio codec via libfaad2
4992   * support for Xvid codec
4993   * support for Xiph.org's Vorbis audio codec
4994   * support for Xiph.org's Tremor audio codec (when compiling from sources)
4995   * support for Xiph.org's Tarkin and Theora video codecs (when compiling
4996     from sources)
4997   * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
4998     H263i, MJPEG A/B
4999   * fixed an endianness bug in LPCM codec
5001 DVD support:
5002   * experimental preliminary support for DVD menus via libdvdplay
5004 Miscellaneous:
5005   * new WxWindows interface
5006   * all interfaces allow to dynamically change the volume, the audio
5007     device and the channels configuration
5008   * headphone channel mixer with virtual spatialization effect
5009   * Mozilla plugin based on libvlc for embedded playback in webpages of any
5010     format that VLC can play
5011   * new swedish translation
5012   * enhancements of the playlist window
5013   * new messages window to see debug info
5014   * fixed a few crashes
5016 iPaq port:
5017   * slider bar in GTK+/GPE Familiar interface
5018   * fixed crash on directory change in Familiar interface
5019   * added qte_main module for use in all modules that need Opie or Qte support
5020   * native video output module for Qt Embedded/Opie is not working