skins2: fix typo following a recent change in playlist.
[vlc.git] / NEWS
blob4c73ecf90720ddea341f23d43f341770e12b7549
1 Changes between 2.2.x and 3.0.0-git:
2 --------------------------------
4 Important changes:
5  * The Windows XP/2003/2003R2 support for VLC is now on a best-efforts basis:
6    it should work, but not without limitations.
7    libVLC support for Windows XP is deprecated.
8    You _really_ should upgrade.
9  * Windows Vista (all versions) without Platform Upgrade is not supported.
10  * Linux support requires now a kernel newer than 2.6.26
11  * Mac OS X 10.6 support is now removed. You need OS X 10.7 to run VLC.
13 Core:
14  * Support network browsing for distant file system (SMB, FTP, SFTP, ...)
15    and rewrite the parsing of those files
16  * Add a keystore API: fetch and store password for common protocols (HTTP,
17    SMB, SFTP, FTP, RTSP ...)
18  * Autodetect external audio tracks (ac3, m4a, aac, dts...), similar to subs
19  * Support HDMI passthrough for Audio HD codecs, like E-AC3, TrueHD
20  * Support for 12bits codec and extended colorspaces (HDR)
21  * Support output renderers, like ChromeCast
22  * VLC now assumes vlcrc config file is in UTF-8
23  * Support portable version of Windows build
24  * Support wayland surface type
25  * Allow to start the video paused on the first frame
26  * Refactor preparsing input
28 Access:
29  * New NFS access module using libnfs
30  * New SMB access module using libdsm
31  * Rewrite MPEG-DASH (Dynamic Adaptive Streaming over HTTP) support, including
32    MPEG2TS and ISOFF profiles
33  * Support HDS (Http Dynamic Streaming) from Adobe (f4m, f4v, etc.)
34  * Large rework of the Smooth Streaming module
35  * Replaced httplive stream filter with new HLS demuxer, replaced smooth
36    stream filter with new Smooth demuxer, both using unified adaptive module
37  * Support HLSv4-7, including TS and raw muxing and ID3 tags
38  * Screen capture plugin for Wayland display
39  * Support decompression and extraction through libarchive (tar, zip, rar...)
40  * Improvements of cookie handling (share cookies between playlist items,
41    domain / path matching, Secure cookies)
42  * Support DVB-T2 on Windows BDA
43  * Support depayloading Opus from RTP
44  * Support sftp username and passwords options in URL, and key authentication
45  * New UPnP access module, to list directories without infinite recursions
46  * New WASAPI audio capture module on Windows
47  * SMB/FTP/SFTP accesses can list directories
48  * New "concat" access module for concatenating byte streams
49  * New HTTP/TLS access module for HTTP 2.0 support
50  * Named pipes and device nodes are no longer included in directory listings
51    by default. Use --list-special-files to include them back.
52  * Support for timeout in UDP input --udp-timeout=<seconds>
53  * New SAT>IP access module, to receive DVB-S via IP networks
54  * Improvements on DVB scanning
55  * BluRay module can open ISO over network and has full BD-J support
57 Decoder:
58  * OMX GPU-zerocopy support for decoding and display on Android using OpenMax IL
59  * Support 4:4:4 and 4:2:2 chroma samplings with VDPAU hw acceleration
60  * Support for ARIB STD-B24 subtitles
61  * Support for experimental Daala video
62  * Support for experimental AV1 video
63  * Important improvements for the MMAL decoder and output for rPI and rPI2
64  * Support HEVC hardware decoding on Windows, using DxVA2 and D3D11
65  * Support hardware decoding using Direct3D11, including GPU-zerocopy mode
66  * DxVA2 GPU-zerocopy for hardware decoding and displaying on Windows
67  * Support HEVC hardware decoding using OMX and MediaCodec (Android)
68  * Use MediaCodec via NDK native API after Android Lollipop
69  * Support MPEG-2, VC1/WMV3 on Android using MediaCodec
70  * Support VP9 and WMV3 decoding using OMX and performance improvements
71  * New MPEG-1 & 2 audio layer I, II, III + MPEG 2.5 decoder based on libmpg123
72  * New BPG decoder based on libbpg
73  * Fixed uncompressed DVD-Audio (AOB) LPCM decoding
74  * Rewrite WPL playlists and add ZPL playlists support (Zune)
75  * Support TDSC, Canopus HQX codecs
76  * TTML subtitles support, including EBU-TT-D variant
77  * Support 9-bit and 10-bit GBR planar formats
78  * New hardware accelerated decoder for OS X and and iOS based on Video Toolbox
79    supporting H.263, H.264/MPEG-4 AVC, MPEG-4 Part 2, and DV depending on device
80    and OS version
81  * Support for the OggSpots video codec
82  * JPEG images correctly oriented using embedded orientation tag, if present
83  * Support VPX high bit depth support
84  * Extend MicroDVD support with color, fontname, size, position extensions
86 Demuxers:
87  * Support HD-DVD .evo (H.264, VC-1, MPEG-2, PCM, AC-3, E-AC3, MLP, DTS)
88  * Support Opus in MPEG Transport Stream
89  * Support Daala in Ogg
90  * Important rework of the MP4 demuxer, including:
91      * Support for fragmented MP4
92      * Support EIA-608 subtitles in MP4/mov
93      * Support WMV and WMAV in MP4/mov, aka Flip4Mac files
94      * Support bitmap audio channel reordering in MP4/mov
95      * Support for RTP Reception Hint Track with H.264, GSM and Speex payloads
96      * Support for XiphQt(MP4) vorbis and Flac
97      * Support for VP8/VP9/VP10 in MP4
98      * Support GoPro HiLight chapters
99  * Important rework of the TS demuxer, including:
100     * Fixed program selection with recorded TS (TopField, DreamBox and others)
101     * Fixed TS playback with PAT/PMT less recordings
102     * Basic support for MPEG4-SL in TS and T-DMB
103  * Support for lame's replaygain extension in mpeg files
104  * Fixes for DTS detection in WAV and MKV files
105  * Support for Creative ADPCM/alaw/ulaw/S16L in VOC files
106  * Support for Creative ADPCM in AVI
107  * Support WMV extended content metadata
108  * Directory Demux can now sort items, ignore extensions and hidden files
109  * Support SBV subtitles
110  * Support AlbumArtist and DiscNumber metadata
111  * Support SCTE-18 / EAS inside TS
112  * Support raw h265/hevc files
113  * Support multi-channel WAV without channel-maps
114  * Rewrite MKV seeking
115  * Fix Quicktime Mp4 inside MKV and unpacketized VC1
117 Stream filter:
118  * Added ADF stream filter
119  * Added ARIB STD-B25 TS streams decoder
120  * Added stream prebuffering plugin
121  * Removed HTTP Live streaming stream filter
122  * Added zlib (a.k.a. deflate) decompression filter
124 Demux filter:
125  * Added a demuxer filter chain to filter or intercept control commands and demuxing
127 Audio output:
128  * Complete rewrite of the AudioTrack Android module, it is now the default
129    module for Android. It now supports HDMI/SPDIF passthrough for AC3/DTS/EAC3,
130    5.1/7.1 channels and float output, depending on the Android version.
131  * Added Tizen audio module
132  * HDMI/SPDIF pass-through support for WASAPI (AC3/DTS/EAC3/TRUEHD)
133  * Support EAC3 and TRUEHD pass-through for PulseAudio
135 Audio filters:
136  * Add SoX Resampler library audio filter module (converter and resampler)
137  * a52tospdif and dtstospdif audio converters are merged into tospdif,
138    this new converter can convert AC3, DTS, EAC3 and TRUEHD to a IEC61937 frame
140 Video ouput:
141  * Linux/BSD default video output is now OpenGL, instead of Xvideo
142  * Wayland shell surface window provider
143  * Wayland shared memory video output
144  * Large rework of the Android video outputs: there is now Surface (2.1, 2.2)
145    NativeWindow (2.3+, supports hw rotation, subpicture blending, opaque)
146  * Support rotation in Android NativeWindow output and hardware decoders
147  * Renamed the Direct3D output module to Direct3D9
148  * Added Direct3D11 video mode supporting both Windows desktop and WinRT modes,
149    supporting subpicture blending and hardware acceleration
150  * EFL Evas video output with Tizen TBM Surface support
151  * New OpenGL provider for Windows
153 Text renderer:
154  * CTL support through Harfbuzz in the Freetype module
156 Video filter:
157  * Hardware deinterlacing on the rPI, using MMAL
158  * New video filter to convert between fps rates
159  * Added 9-bit and 10-bit support to image adjust filter
160  * New edge detection filter uses the Sobel operator to detect edges
162 Stream Output:
163  * Chromecast output module
164  * RGB24 and YCbCr 4:2:0 RTP packetization
166 Encoder:
167  * Support for Daala video in 4:2:0 and 4:4:4
168  * VP8 and VP9 encoder using libvpx
170 Muxers:
171  * Added fragmented/streamable MP4 muxer
172  * Added support for muxing VC1 and WMAPro in MP4
173  * Opus in MPEG Transport Stream
174  * Daala in Ogg
176 Service Discovery:
177  * New NetBios service discovery using libdsm
178  * New mDNS services discovery using libmicrodns
179  * New mDNS services discovery using Bonjour (Mac OS X, tvOS, iOS)
180  * Rewrite of the UPnP service discovery
182 Mac OS X Interface
183  * Dropped support for Mac OS X 10.6 Snow Leopard
184  * Add support for keyboard blacklight dimming during fullscreen video playback
185  * new AppleScript API giving access to audio desynchronization
186  * Support for building with disabled sparkle update mechanism
187  * New configure flag to disable automatic updates
188  * Expanded AppleScript API for menu detection and navigation
189  * New resizable fullscreen controller with improved design
190  * Add status bar icon which displays metadata and play controls
192 iOS:
193  * Dropped support for iOS 6.x
195 Qt interface:
196  * Batch convert support
197  * It is now possible to specify 'stop-time' in Convert/Save dialog
199 Skins2:
200  * Support key accelerators
202 libVLC:
203  * Add libvlc_media_new_callbacks for custom input byte streams
204  * Add libvlc_audio_output_device_enum to enumerate devices of current aout
205  * Split of libvlc_media_discoverer_new_from_name into libvlc_media_discoverer_new,
206    libvlc_media_discoverer_start and libvlc_media_discoverer_stop
207    This allows to attach media events between create and start
208  * Add libvlc_media_get_codec_description to get a human readable description of a codec
209  * Add libvlc_MediaListEndReached Event to get notified when a media list reached the end
210  * Add libvlc_media_list_player_get_media_player to get the media player instance of a list player
211  * Add libvlc_media_parse_with_options that uses a flag to specify parse options
212  * Add libvlc_audio_output_device_get to get the currently selected audio output device
213    identifier (if there is one available)
214  * Add libvlc_media_get_type to get the type of the media
215  * Add libvlc_media_player_get_full_title_descriptions to get full title info of the media
216    and +libvlc_title_descriptions_release to match it
217  * Add libvlc_media_player_get_full_chapter_descriptions to get full chapter info of the media
218    and libvlc_chapter_descriptions_release to match it
219  * Deprecate libvlc_video_get_title_description, libvlc_video_get_chapter_description,
220    libvlc_media_player_get_agl, libvlc_media_player_set_agl
221  * Add libvlc_media_player_set_android_context to integrate in an Android surface
222  * Add libvlc_media_player_set_evas_object to draw on an EFL/Evas Object
223  * Add a new libvlc dialog API to forward dialogs requests to the applications:
224    libvlc_dialog_set_context, libvlc_dialog_get_context, libvlc_dialog_set_callbacks,
225    libvlc_dialog_dismiss, libvlc_dialog_post_action, libvlc_dialog_post_login
226  * Add libvlc_media_discoverer_list_get|release to list the media discoverers
227  * Add libvlc_media_slaves_add, libvlc_media_slaves_clear
228    libvlc_media_slaves_get, libvlc_media_slaves_release to add and get slaves
229    from a libvlc_media
230  * Add libvlc_media_player_(get|set)_role to set the media role
231  * Add libvlc_media_player_add_slave to replace libvlc_video_set_subtitle_file,
232    working with MRL and supporting also audio slaves
234 Logging
235  * Support for the SystemD Journal
236  * Use --syslog and --syslog-debug command line options to include debug
237    messages in syslog. With --syslog, errors and warnings will be sent only.
238  * New Android module for logging
240 Misc
241  * remove langfromtelx
242  * remove ZPL playlist format
243  * Update libVLC doxygen modules
244  * Add a text-to-speech renderer for subtitles on OS X/iOS
245  * Add a text-to-speech renderer for subtitles on Windows
246  * Add Gnome libsecret-based crypto keystore
247  * Add KDE Kwallet-based crypto keystore
248  * Add a memory keystore
249  * Add a file keystore that can use a submodule to crypt secrets
250  * Add Keychain based crypto keystore for iOS, Mac OS X and tvOS
252 Removed modules
253  * Atmo video filter
254  * QTCapture access module (use AVCapture instead)
255  * httplive (use adaptive instead)
256  * smooth (use adaptive instead)
257  * Gnome-VFS access module (i.e. Gnome 2.x)
258  * QuartzText text renderer module (use Freetype instead)
259  * Win32 GDI text renderer module (use Freetype instead)
260  * Growl notification (replaced by osx_notifications)
261  * VCDX "extended" Video CD access module (use the normal VCD module)
262  * Mac OS X Dialog Provider (use VLCKit instead)
263  * iOS Dialog Provider (use MobileVLCKit / TVVLCKit instead)
264  * QuickTime decoder module (use native codecs)
265  * BD access module (use libbluray)
266  * Direct2D module (use Direct3D11)
267  * EyeTV access module
270 Changes between 2.2.0 and 2.2.1:
271 --------------------------------
273 Codec:
274  * Fix compilation with older libavcodec versions
275  * Fix some VP9 decoding
276  * Fix flac crashes
277  * Fix lpcm channel ordering
278  * Fix potential NULL dereference in dmo
279  * Fix teletext framing code in DVB PES packets
280  * Fix potential buffer overflow in schroendinger decoder (CVE-2014-9629)
281  * Fix AAC samplerate
283 Demuxers:
284  * Fix MP4 chapters
285  * Fix MKV overseeking, introducing slowness over network shares
286  * Fix crash when playing SPC files
287  * Fix ATRAC3 playback in MKV
288  * Revert to older ASX code
289  * Workaround TS issue with mpeg-audio
291 Access:
292  * Fix sftp read and close sockets
293  * Fix DTV build with Linux DVB versions < 5.8
294  * Fix UDP/RTP input on Windows
296 Audio output:
297  * Fix Alsa HDMI plugs
298  * Improve Alsa output, with larger buffers
299  * Fix DirectSound output with multi-channel files
301 OS X:
302  * Fix numerous crashes in the UI
303  * Fix video-wallpaper mode
304  * Fix race when starting VLC from command line
307  * Fix recent items behaviour
308  * Fix rotation filter activation
309  * Fix mux modules names for the streaming wizard
311 Win32:
312  * Timestamp the signature of the dlls
313  * Fix extensions registration during install
314  * Fix extensions dialog crash
315  * Default to no DxVA decoding
317 libVLC:
318  * fix libvlc_media_get_stats
320 Translations:
321  * Update of Afrikaans, Albanian, Azerbaijani, Catalan, Czech, Danish, Dutch,
322    English (United Kingdom), Finnish, French, German, Hebrew, Hindi, Italian,
323    Japanese, Korean, Latvian, Macedonian, Malay, Modern Greek, Norwegian BokmÃ¥l,
324    Norwegian Nynorsk, Polish, Portuguese, Russian, Scottish Gaelic, Serbian,
325    Simplified Chinese, Slovak, Slovenian, Spanish, Swedish, Tamil, Thai,
326    Traditional Chinese, Turkish, Ukrainian translations
329 Changes between 2.1.6 and 2.2.0:
330 --------------------------------
332 Important changes:
333  * The licenses of more modules have changed from GPLv2+ to LGPLv2.1+,
334    notably most of the streaming output, muxers and access output modules
336 Core:
337  * Support automatic rotation using streams metadata, GPU-accelerated when possible
338  * Add extensions manager and downloading from external repositories
339  * Rework the metadata fetching algorithm and policies
340  * Partial fix of playback of short audio samples
342 Access:
343  * Added TLS support for ftp access and sout access
344    New schemes for implicit (ftps) and explicit (ftpes) modes
345  * MMS audio selection on split audio streams
346  * Blu-Ray: support overlays, preferred menu languages, region selection
347    and BD-J navigation
348  * Digital Cinema Package support, including encrypted DCP with KDM
349  * Partial fixes for Arccos protected DVDs
350  * Fix CDDB lookups, including pregap data
352 Decoder:
353  * Support VDPAU acceleration for GPU-zerocopy decoding
354  * Support MediaCodec acceleration for GPU-zerocopy decoding
355  * Add Media Foundation Transform audio and video decoder
356  * Add video decoder module based on GStreamer plugins
357  * Add MMAL decoder for Broadcom VideoCore chips (like the RaspberryPi)
358    supporting MPEG-2 and H.264, supporting GPU-zerocopy display
359  * Partial support for Voxware MetaSound
360  * libvpx decoder for VP8 and VP9
361  * Support MSN Audio, Atrac3+, VP7, Bink, TAK, On2 AVC, DK3, DK4, IMC, Vivo g723.1,
362    Smacker, FIC, Auravision, Canopus Lossless, and numerous videogame codecs
363  * Teletext subtitles display improvements
364  * Mediacodec speed improvements on x86
365  * Support setting the post processing level in Theora
366  * OpenMax IL improvements, notably for RaspberryPi
367  * Fix channel ordering of LPCM codec in m2ts files
368  * New jpeg image decoder
369  * Add tx3g subtitles decoder
370  * New SVG image decoder
371  * Fix Speex decoding over RTP and in flv
372  * Support more x264 and FFv1 RGB modes
373  * Improvements on ZVBI teletext decoder, notably for speed and alignments
375 Encoder:
376  * Support for MPEG-2 encoding using x262
377  * Support for HEVC/H.265 encoding using x265
378  * Support for Opus encoding using libopus
379  * New jpeg image encoder using libjpeg
380  * New png image encoder using libpng
382 Demuxer:
383  * Support for Core Audio Format (CAF) files
384  * Important rework of the Ogg demuxer, notably improving seeking,
385    streaming resilience, speex demuxing and chained Ogg
386  * Important rework of the ASF/WMV demuxer, notably for seeking,
387    synchronization and tracks exclusion
388  * AVI improvements for better seek-indexing in non-fastseekable situations
389  * AVI fixes for uncompressed, indexed and paletized bitmaps
390  * MP4 fixes for fragmented files, vobsub, duration, aspect-ratio
391    and support for rotation, covr atom and tracks exclusion
392  * Support Opus in MKV
393  * Support VP8 in OGG
394  * Basic support for WebVTT
395  * Handle support for ISO/IEC 14496-3 (AAC) Audio stream type in TS
396  * Support HDPR TS files
397  * Support microseconds in SubRip subtitles
398  * FLAC packets validation using CRC
399  * Improvements in metadata support in Ogg/Opus/Vorbis files
400  * Fix encoding issues and relative paths in some XML playlist formats
401  * Support THP Wii/Gamecube, RenderWare and Escape Replay game video files
402  * New HEVC raw packetizer and demuxer
403  * TS support for WiDi/Miracast LPCM
404  * Handle MOV/MP4 tx3g styled subtitles through codec
405  * Support SVG images files (on glib platforms)
406  * Keep selection of tracks on segment changes in MKV
407  * Support detection of SRT languages based on filename
408  * Support for seeking Standard MIDI Files
410 Video Output:
411  * Direct rendering and filtering for VDPAU hardware acceleration
412  * New CoreAnimation OpenGL video output module for NPAPI plugins
413  * New OpenGL ES 2.0 through EGL video output module for Android
414  * New Android native window provider module
415  * Direct rendering for MediaCodec Android hardware acceleration
416  * Support for loading HLSL shaders in Direct3D video output
417  * Add MMAL based video output for RaspberryPi
419 Video Filter:
420  * New Oldmovie effect filter
421  * New VHS effect filter
422  * New Freeze effect filter
423  * Support I422 and J422 in transform
424  * NEON optimizations for deinterleaving chroma, notably NV12->I420
425  * Fix audiobargraph activation and usage
427 Audio Output:
428  * Allow setting volume while not connected with PulseAudio
429  * Audio device notifications for WASAPI
430  * Fix replay of sound buffer in DirectSound
431  * Split of MMDevice and WinRT audio modules
432  * Numerous fixes on AUHAL, including device management and stream changes
433  * Fixes for SPDIF passthru in most modules
435 Muxers:
436  * Important rework of the Ogg muxer, notably for skeleton
437  * Fixes for the AVI muxer to respect the specification
438  * Support VP8 in OGG
439  * Add HEVC muxing in MP4 and TS
441 Streaming:
442  * Important rework of the transcoding module to fix numerous bugs
443  * WebM streaming, including live sources, compatible with all major browsers
444     vlc <your-source> vlc://quit --sout  '#transcode{vcodec=VP80,vb=1000,acodec=vorb,ab=128}
445     :std{access=http{mime=video/webm},mux=webm,dst=:4212}'
446  * GSM, VP8, Opus and JPEG RTP packetization
447  * HLS: Allow setting the first segment number and numerous improvements
448  * new stats module to output block timing values and md5 sums
449  * transcode module access fps values as rationals now, eg 30000/1001
450  * VLC now streams all elementary streams, you can revert to previous behaviour
451     with --no-sout-all
452  * --ts-out option has been removed, it has been superceded by --demux demuxdump
453     --demuxdump-access udp --demuxdump-file 127.0.0.1:1234
454  * Support Metacube protocol when streaming over HTTP
456 libVLC:
457  * add equalizer API libvlc_audio_equalizer_* functions
458  * add libvlc_media_player_program_scrambled function
460 Visualizations:
461  * Add a 3D OpenGL spectrum visualization.
462  * Allow setting the FFT windowing style for 3D and normal spectrum
464 Interfaces:
465  * Add support for subtitles drag 'n drop in skins2
466  * Add record button in Qt menus
467  * New module for core dialogs on iOS
468  * New layout for Qt buttons customization
469  * Support to continue media playback where it was left off for Qt and OS X
471 Mac OS X Interface:
472  * Support for OS X Yosemite
473  * Avoid grey bars in fullscreen when using Mavericks with multiple monitors
474  * Improve fullscreen behavior for the native and VLCs own mode
475  * Fixes for advanced preferences
476  * Added 'file size' column to playlist table
477  * in addition to iTunes, Spotify is automatically paused on playback start
478  * Option to increase playlist font size
479  * Improved crash log reporting
481 Misc:
482  * New module for TLS on OS X and iOS
483  * Windows installer will kill running instance before installing
484  * Teletext navigation buttons support in Qt4 gui
485  * Update and improve Koreus, Dailymotion, Soundcloud and Youtube scripts
487 Security:
488  * Numerous integer and heap overflow in Ogg, AVI, ASF, TTA and MP4 demuxers
490 Removed modules:
491  * iOS video output: use ios2
492  * OpenMash H.261 video decoder
493  * dirac encoder: use schroedinger
495 Translations:
496  * New translation in Urdu, Tatar, Silesian, Samoan, Kapampangan, N'ko,
497    Kurdish, Kabyle, Mexican Spanish, Catalan, Amharic
498  * Update of all translations:
499    Traditional Chinese, Simplified Chinese, Vietnamese, Uzbek, Ukrainian,
500    Turkish, Thai, Swedish, Serbian, Albanian, Slovenian, Slovak, Russian,
501    Romanian, Brazilian Portuguese, Polish, Punjabi, Dutch, Nepali, Norwegian
502    BokmÃ¥l, Malay, Marathi, Latvian, Lithuanian, Korean, Kannada, Khmer,
503    Japanese, Italian, Icelandic, Indonesian, Hebrew, Galician, Scottish
504    Gaelic, French, Finnish, Persian, Estonian, Spanish, Modern Greek, German,
505    Danish, Welsh, Czech, Bosnian, Bengali, Asturian
508 Changes between 2.1.5 and 2.1.6:
509 --------------------------------
511 Audio output:
512  * Fix OSS stuttering
514 Security:
515  * Fix heap overflow in decomp stream filter
516  * Fix buffer overflow in updater (CVE-2014-9625)
517  * Fix potential buffer overflow in schroedinger encoder
518  * Fix null-pointer dereference in DMO decoder
519  * Fix buffer overflow in parsing of string boxes in mp4 demuxer (CVE-2014-9626,9627,9628)
520  * Fix SRTP integer overflow
521  * Fix potential crash in zip access
522  * Fix read overflow in Ogg demuxer
523  * Fix RTP overflow (CVE-2014-9630)
525 Win32 installer:
526  * Update translations and greek encoding
529 Changes between 2.1.4 and 2.1.5:
530 --------------------------------
532 Core:
533  * Fix compilation on OS/2
535 Access:
536  * Stability improvements for the QTSound capture module
538 Mac OS X audio output:
539  * Fix channel ordering
540  * Increase the buffersize
542 Decoders:
543  * Fix DxVA2 decoding of samples needing more surfaces
544  * Improve MAD resistance to broken mp3 streams
545  * Fix PGS alignment in MKV
547 Qt Interface:
548  * Don't rename mp3 converted files to .raw
550 Mac OS X Interface:
551  * Correctly support video-on-top
552  * Fix video output event propagation on Macs with retina displays
553  * Stability improvements when using future VLC releases side by side
555 Streaming:
556  * Fix transcode when audio format changes
558 Security contents:
559  * Updated GnuTLS to 3.1.25 (CVE-2014-3466)
560  * Updated libpng to 1.6.10 (CVE-2014-0333)
562 Translations:
563  * Update British English
566 Changes between 2.1.3 and 2.1.4:
567 --------------------------------
569 Demuxers:
570  * Fix issue in WMV with multiple compressed payload and empty payloads
572 Video Output:
573  * Fix subtitles size rendering on Windows
575 Mac OS X:
576  * Fix DVD playback regression
577  * Fix misleading error message during video playback on OS X 10.9
578  * Fix hardware acceleration memleaks
581 Changes between 2.1.2 and 2.1.3:
582 --------------------------------
584 Core:
585  * Fix broken behaviour with SOCKSv5 proxies
586  * Fix integer overflow on error when using vlc_readdir
588 Access:
589  * Fix DVB-T2 tuning on Linux
590  * Fix encrypted DVD playback
591  * Fix v4l2 frequency conversion
593 Decoders:
594  * Fix numerous issues (M2TS, VC1 interlaced, Lagarith, FFv1.3, Xvid)
595    by updating codec libraries
596  * Bring fluidsynth back on Mac OS X
597  * Fix some Opus crashes with some filters
598  * Fix teletext crash on Windows
600 Demuxers:
601  * Avoid an infinite recursion in MKV tags parsing
602  * Fix an issue with some Vobsub tracks
603  * Fix missing samples at the end of some wav files
604  * Fix divide by 0 on ASF/WMV parsing
606 Audio output:
607  * Fix audio device selection via command line on Mac OS X
608  * Fix audio crashes on Mac OS X
610 Video Output:
611  * Fix selection of DirectDraw as the default output for XP
612  * Fix transform off-by-one issue
613  * Fix screensaver disabling on Windows outputs
614  * Fix DirectDraw device enumeration and multi-display output
615  * Fix a potential crash when playing a fullscreen game at the same time as VLC
617 Stream output:
618  * Fix 24bits audio MTU alignment in RTP
619  * Fix record file names
621 Qt interface:
622  * Fix minimal size possible on start
623  * Fix a crash with the simple volume widget
624  * Fix a crash in the audio menu building
625  * Fix multimedia keys issues on Windows
626  * Fix opening of DVD and BD folders on Windows
628 HTTP interface:
629  * Fix album art display on Windows
631 Translations:
632  * Update of Bulgarian, Catalan, Czech, Danish, German, Modern Greek,
633    Spanish, Basque, Finnish, French, Scottish Gaelic, Galician, Hebrew,
634    Hungarian, Italian, Japanese, Korean, Malay, Norwegian BokmÃ¥l, Nepali,
635    Dutch, Polish, Brazilian Portuguese, Portuguese, Romanian, Russian,
636    Sinhala, Slovak, Slovenian, Swedish, Telugu, Thai, Turkish, Ukrainian
637    and Simplified Chinese translations
638  * Fix encoding for Windows installer translations
641 Changes between 2.1.1 and 2.1.2:
642 --------------------------------
644 Audio output:
645  * Fix digital playback on OS X when more than one audio device is installed
646  * Fix digital playback (SPDIF/HDMI) on Windows
647  * Fix stuttering or silent playback when using sound enhancers or external
648    audio devices on OS X
649  * Improve responsiveness on OS X when playback starts or is being paused
650  * Improve responsiveness, silent playback intervals and reliability on iOS
652 Demuxers:
653  * Fix Vimeo and DailyMotion parsing
654  * Various WMV playback improvements and fixes
656 Decoders:
657  * Fix LPCM 20/24-bit decoding and 16 bits with channel padding
658  * Fix playback of some HEVC samples
660 Video filters:
661  * Fix crash on deinterlace selection
663 Qt interface:
664  * Fix some streaming profiles when copy existed
665  * Improve A-B loop control
666  * Fix album art update when changing media
668 Mac OS X interface:
669  * Add a language option in the interface
670  * Option to control VLC's iTunes pausing behavior is more easy to find
671  * Improved UI resetting when requested in the preferences
672  * Fix issue which prevented to enable more than one video filter on Mavericks
673  * Fix an issue which could prevent automatic UI language settings from working
674  * Fix opening subtitles files through drag & drop or double-clicking
675  * Fix crash when closing window without decorations
676  * Fix issue where extra video window was resized even if this was disabled
678 Win32 installer:
679  * Kill running VLC process on uninstall/update
681 Translations:
682  * Update of Basque, Bosnian, Bulgarian, Croatian, Czech, Danish, Estonian,
683    French, Hungarian, Icelandic, Indonesian, Italian, Kannada, Khmer,
684    Lithuanian, Occitan, Persian, Polish, Romanian, Scottish Gaelic, Sinhala,
685    Slovenian, Spanish, Swedish, Tamil, Thai, Uzbek, Welsh translations
688 Changes between 2.1.0 and 2.1.1:
689 --------------------------------
691 Core:
692  * Fix random and reshuffling behaviour
693  * Fix recording
694  * Fix some subtitles track selection
696 Decoders:
697  * VP9 support in WebM
698  * HEVC/H.265 support in MKV, MP4 and raw files
699  * Fix GPU decoding under Windows (DxVA2) crashes
701 Demuxers:
702  * Fix crashes on wav, mlp and mkv and modplug files
703  * Support Speex in ogg files
704  * Fix some .mov playlists support
705  * Support Alac in mkv
706  * Fix WMV3 and palette in AVI
707  * Fix FLAC packetizer issues in some files
709 Access:
710  * Fix DVB options parsing
711  * Fix DeckLink HDMI input
712  * Fix HTTPS connectivity on OS X by loading root certificates from Keychain
714 Audio output:
715  * Fixes for DirectSound pass-through
716  * Fixes for OSS output, notably on BSD
718 Interfaces:
719  * Fix HTTP interface infinite loop
720  * Fix D-Bus volume setting
723  * Reinstore right click subtitle menu to open a subtitle
724  * Fix saving the hotkeys in preferences
725  * Fix saving the audio volume on Win32, using DirectSound
726  * Fix play after drag'n drop
727  * Fix streaming options edition and scale parameter
729 Stream out:
730  * Fix transcoding audio drift issues
731  * Fix numerous audio encoding issues
733 Win32 installer:
734  * Important rewrite to fix numerous bugs, notably about updates
735  * Simplification of the upgrade mechanism
737 Mac OS X interface:
738  * Reintroduce the language selector known from pre-2.1 releases
739  * Fix fullscreen behaviour and various crashes
740  * Fix about dialog crash in Japanese
741  * Fix crashes on proxy lookups
742  * Fixes on the playlist and information behaviours
743  * Fixes on the streaming dialogs
744  * Improves interface resizings
746 Translations:
747  * Update of Arabic, Basque, Belarusian, Czech, Danish, Dutch, French,
748    Galician, Gujarati, Hindi, Hungarian, Icelandic, Italian, Japanese, Korean,
749    Lithuanian, Marathi, Modern Greek, Norwegian BokmÃ¥l, Occitan, Persian,
750    Polish, Portuguese, Punjabi, Romanian, Sinhala, Slovak, Slovenian, Spanish,
751    Swedish, Telugu, Thai, Traditional Chinese, Turkish, Ukrainian, Uzbek
752    translations
755 Changes between 2.0.9 and 2.1.0:
756 --------------------------------
758 Important changes:
759  * The licenses of numerous modules have changed from GPLv2+ to LGPLv2.1+
760  * Discontinued support for PowerPC-based Macs; VLC now requires Mac OS X 10.6+
761    Moreover, the official builds will be 64bit only
762  * The --with-tuning and --without-tuning options are removed; to tune
763    compilation for a specific processor type, set CFLAGS manually
765 3rd party libraries (contrib):
766  * /extras/contrib has been replaced by a cleaner build system in /contrib
768 Core:
769  * Audio core rewrite, supporting higher samplerates, better volume management,
770    better device selection, new channel layouts and new output capabilities
771  * Fix support for .001, .00x split files on Windows
772  * Full support for UNICODE Windows mode
773  * Disable and mark obsolete --language selection
774  * Port to Android
775  * Port to iOS
776  * Partial support for Windows Store App / WinRT
777  * Add an audio fingerprinter, using AcoustID!
778  * Remove SQL support
780 Decoders:
781  * Support for CDXL, Ut Video, VBLE, Dxtory codecs via libavcodec
782  * Numerous improvements on the OpenMAX IL codec module
783  * Support for Ulead DV audio
784  * Support for TechSmith Screen Codec 2, Microsoft Expression Encoder Screen,
785    Microsoft Application Screen Decoder 1 (MSS1) and 2 (MSS2)
786  * Support for Indeo Audio Coder, RealAudio Lossless
787  * Add Hardware Acceleration support on OS X for H.264 based upon VDADecoder
788  * Add Hardware Acceleration support on Android Jelly Bean using MediaCodec
789  * Add Hardware Acceleration support on Linux using VDPAU
790  * Support for SCTE-27 subtitles
791  * Split G.711 decoder from Araw decoder
792  * X Window system raster image dump pseudo-decoder
793  * Support for Webinar GoToMeeting 4 (G2M4)
795 Encoders:
796  * high10, high422 and high444 encoding support in h264
797  * QuickSyncVideo Encoding (Intel Media SDK) support using Intel GPU on Windows
798  * New AAC encoder using the fdk-aac library (non-free)
800 Access:
801  * Screen: add support for OS X Lion and later,
802            remove support for previous OS X releases
803  * Major improvements in DASH support
804  * Improvements in Blu-Ray module, notably for multiple video tracks support
805  * Important improvements and rewrite of the v4l2 access module
806  * HTTP: support for Internationalized Domain Names
807  * Microsoft Smooth Streaming support (H264 and VC1) developed by Viotech.net
808  * NTSC EIA-608 closed caption input support via V4L2 VBI devices
809  * Add support for VNC/rfb in view only mode
810  * Add support for Remote Desktop/RDP in view only mode
811  * Timecode: generate a clock/timecode as a subtitle track
812    vlc video.mkv --input-slave timecode:// --timecode-fps 30/1001
813  * New video capture module for OS X based on AVFoundation, named AVcapture
814  * New shared memory framebuffer access module, named shm
816 Demuxers:
817  * MP4: partial support for fragmented MP4
818  * Vorbis: better support for metadata and cover art
819  * AVI: better support for tags and extended metadata
820  * Support for FLAC, Atrac and some ADPCM in AVI
821  * Support for DV data type 1 in AVI and 12 bits DV Audio
822  * Support for total number of tracks in major container
823  * Support for Cook and Atrac in MKV
824  * AVI: support for files produced by Nikon cameras
825  * Support for more MJPEG streams
826  * Add support for liveleak streams
827  * Add support for Wave/RF64 files
828  * Prevent numerous uncaught exceptions in MKV
829  * Add protection against several potential heap buffer overflow in libebml
831 Audio output:
832  * Windows Audio Session API audio output support
833  * OpenBSD sndio audio output support
834  * Important improvements on the Android OpenSL ES audio output
835  * Android AudioTrack audio output support
836  * OS X Auhal output support for 6.1, 7.1, 8.0 and 8.1 playback and layouts
837  * Rewrite of OSS module to support OSSv4
838  * OS X Auhal output support for multi-buffer output devices
839    This fix was facilitated through a hardware lending by TEAC Europe GmbH
840    distributing such devices under the brand "TASCAM" (US-122, US-144, etc.).
841  * Rewrite of the AudioQueue output for iOS (and OS X)
842  * New, simplified AudioUnit output for iOS
844 Audio Filters:
845  * New remapping channel filter
846  * New filter to enhance stereo effect by mono suppression and delay effect
847  * New VSXu visualization plugin
848  * ARM NEON acceleration of volume filter
849  * Rewrite of the simple downmixer filter
850  * New gain audio filter
852 Video Outputs:
853  * New output for Decklink Blackmagic cards
854  * New output using OpenMAX IL hardware acceleration API
855  * OpenGL: use glsl instead of ARB to do the YUV->RGB conversions
856  * OpenGLES: add support for color conversation shaders on Android and iOS
857  * Fix and enable the OpenGL ES1 and ES2 outputs
858  * Support for subpictures in the OpenGL ES2 output
859  * Fix the power management issue on Windows for standby management
860  * New output module for iOS using OpenGL ES2
861  * Fix performance issue on Macs with multiple graphics cards
863 Video Filters:
864  * New anaglyph video filter which transforms side by side 3D video streams in
865    anaglyph glasses (aka red/blue) compatible images
866  * Support in deinterlacing filter for most 4:2:0, 4:2:2, 4:4:4 YUV formats
867    and for bits depth higher than 8bits (like 10bits)
868  * Improvements on the transform filter, to support 10bits and RGB formats
869  * Revival of the openCV and openCV example filters
870  * ARM NEON acceleration of chroma filters
872 Stream Output:
873  * Extended support for recording, notably for MKV and AVI
874  * Options support for AVIO output module
875  * Livehttp places more accurate segments durations in playlist
876  * Livehttp allows setting cachin-variable in playlist
877  * Livehttp stream encryption support
878  * Livehttp supports changing encryption key and uri on segment change with key-loadfile option
879  * Added chromaprint based audio fingerprinting
881 Fingerprinters:
882  * Add AcoustID/Musicbrainz based fingerprinter
884 Interfaces:
885  * configurable password for the HTTP server
886  * .hosts removed from the HTTP server
887  * fix Lua command line interface console mode under Windows
888  * Better support for MCE remotes on Windows
889  * Hotkey support for TS program selection
890  * Rewrite of D-Bus inhibit interface
891  * Improvements on motion sensing interface, fix orientation, move out
892    rotate mode into the rotate video filter
894 Services discovery:
895  * UPnP A/V subtitles
896  * Support for multiple UPnP resources on a single item
898 OS X Interface:
899  * Add support for multiple video outputs
900  * Add accessibility support to playback windows, open panel and fullscreen
901    controller
902  * Add a GUI to manage podcasts
903  * Add a new panel for media conversation and streaming
904  * Add a GUI for the QTSound access input to process audio captured locally
905    - This also allows to capture input from a webcam and a mic at the same time
906  * Add a GUI to capture QTSound data along with the current screen content
907  * Add an option to let the Apple Remote control the system volume instead of
908    VLC's internal volume level
909  * Add a new Subtitles menu to change Subtitles and their properties during
910    playback
911  * Add the ability to create custom equalizer presets based upon the current
912    selection and to manage the list of presets
913  * Add custom profiles for video and audio effects, which let the user keep
914    multiple configuration sets of all the individual filters
915  * Support for pausing iTunes during media playback with VLC
916  * Add support for video filters to clone the video output or split it in parts
917  * Add A->B loop feature known from the Qt interface
918  * Add an option to disable skipping to next/previous file with the Apple Remote
919  * Add an option to show next / previous buttons
920  * Add an option to hide the shuffle and repeat buttons
921  * Add an option to hide the audio effects button (default enabled)
922  * Add optional playlist columns for track number, genre, album, description,
923    date and language
924  * Add options to the Advanced Open File dialog for start and stop time
925  * Add an option to play videos as a desktop background
926  * Add support for playing video and showing audio visualizations side by side
927  * improve fullscreen controller time slider with larger click target
928  * rewrite of minimal macosx module for use within VLCKit
929  * Add support for 'macosx-autoplay' to the Apple Event / Apple Script bindings
930    when adding new inputs - this also affects network streams opened through
931    3rd party applications
932  * Add a UI to the preferences dialog to configure the default application
933    handler for ftp, mms, rtmp, rtp, rtsp, sftp, smb and udp streams
934    (system-wide settings)
935  * Add support for the Video Title option
936  * Add support for the Boss Key
937  * The Streaming/Transcoding wizard and the open dialog's output panel are
938    deprecated now and will be removed in a future release
941  * Partial support for Qt5.0
942  * Menus modifications and improvements
943  * Playlist improvements and fixes, including PictureFlow view
944  * Streaming output wizard rewrite
945  * Add bitrate graph in information panels
946  * Filters panels improvements, notably Equalizer and Compressor
947  * EPG display fixes and improvements
948  * Add SD pixmap sources
949  * Preferences hotkeys management fixes
950  * Display playlist total duration
951  * Support for a Maximum volume in the UI
952  * Add audio track fingerprinting from media info
953  * New profiles format and dialog to handle filters and quality
954  * Numerous fixes
956 Skins2:
957  * Port to OS/2
958  * Extend sliders, offsets options
959  * New bitmaps caching mechanism
960  * Numerous fixes and improvements
961  * Skinning of the Fullscreen controller
963 libVLC:
964  * new libvlc_audio_output_device_list_get and libvlc_audio_output_device_list_release functions
965    to replace the deprecated libvlc_audio_output_device_count, libvlc_audio_output_device_longname
966    and libvlc_audio_output_device_id
967  * libvlc_audio_output_get_device_type and libvlc_audio_output_set_device_type are now deprecated
968  * new libvlc_media_tracks_get and libvlc_media_tracks_release methods to get more info about the
969    media tracks. libvlc_media_get_tracks_info is now deprecated.
970  * new fingerprinter_Create and fingerprinter_Destroy for fingerprinter support
971  * new libvlc_log_set, libvlc_log_set_file, libvlc_log_unset, libvlc_log_get_context and
972    libvlc_log_get_object for a better logger mechanism
973  * new libvlc_set_app_id to complement libvlc_set_user_agent to set the icons
975 Removed modules:
976  * portaudio audio output: use the native audio output instead
977  * X11 On Screen Display notifications (xosd)
978  * Linux Framebuffer On Screen Display interface (fbosd)
979  * PVR: IVTV analog TV encoder - use V4L instead
980  * RTMP access: use libavformat avio instead
981  * RTMP access_output: use libavformat avio instead
982  * Hildon GUI
983  * MSN messenger "now playing" (broken and unmaintained since VLC 1.0.0)
984  * Telepathy framework "now playing" (broken and unmaintained since VLC 1.0.0)
985  * Nokia/Maemo MCE screen unblanking plugin
986  * Broken crop video filter
987  * Switcher module
988  * OSD parser and menu
989  * Xscreensaver: use xdg-screensaver
990  * Removed DLL loader for non-Windows Operating Systems
991  * SQL Media Library (broken and unmaintained)
992  * SQL Lite (only used as SQL Media library backend)
993  * htcpcp :)
995 Translations:
996  * Update of all translations
999 Changes between 2.0.8 and 2.0.9:
1000 --------------------------------
1002 Demux:
1003  * Improve handling of corrupt ASF files
1004  * Fix buffer overflow in the mp4a packetizer
1006 Contribs:
1007  * Fix modplug security issues
1010 Changes between 2.0.7 and 2.0.8:
1011 --------------------------------
1013 Access:
1014  * Fix ISDB-S tuning
1015  * Fix crash in QTsound
1016  * Fix screen mouse file location
1017  * Fix invalid memcpy in MMS access
1019 Demux:
1020  * Fix use after free in sgimb
1021  * Improve resistance and checking against malformed MKV files
1023 Decoders:
1024  * Fix crash in the libavcodec module
1026 Mac OS X:
1027  * Fix interface crashes
1028  * Fix autostart playback option
1029  * Respect "playlist-autostart" option
1031 Translations:
1032  * update Welsh translation
1033  * New Kannada translation
1036 Changes between 2.0.6 and 2.0.7:
1037 --------------------------------
1039 Input:
1040  * Fix playback termination when switching ES tracks (PowerPC only)
1041  * Fix memory exhaustion vulnerability when playing specifically crafted
1042    playlist files
1044 Decoders:
1045  * Fix WMA Pro, MPEG 4 ALS, APE, MLP and ADPCM-IMA4 playback
1047 Encoders:
1048  * Fix audio encoding for numerous codecs, notably mp3 and aac
1050 Muxers:
1051  * Fix noticeable memory leak when creating AVI files
1053 Video output:
1054  * Fix crash when using libvlc in 3rd party applications (Mac only)
1056 Mac OS X Interface
1057  * Minor improvements
1058  * Fix issue which could lead to loss of media files created through transcoding
1060 HTTP Interface
1061  * Fix two xss vulnerabilities (CVE-2013-3565)
1063 Translations:
1064  * Update Basque, Simplified Chinese, Ukrainian, Turkish, Portuguese, Norwegian BokmÃ¥l,
1065    Burmese, Lithuanian, Italian, Hindi, Spanish, German, Czech, Danish, Welsh translations
1066  * New Azerbaijani, Kirgyz, Oriya translations
1069 Changes between 2.0.5 and 2.0.6:
1070 --------------------------------
1072 Access:
1073  * Fix HTTPS playback with some certificates previously rejected
1075 Audio Output:
1076  * Improve lookup of human readable device names in AUHAL plugin (OS X)
1078 Demuxers:
1079  * Fix crash with broken asf files (SA-1302)
1080  * Fix MKV behaviour with unknown or new ebml elements
1081  * Fix use-after-free crash in Ogg demuxer, found by Tomi Juntunen
1082  * Fix regression on some paletted codecs in AVI
1083  * Fix ALAC in mp4 regression
1084  * Improvements to the vimeo playlist parser
1086 Decoders:
1087  * Fix GPU decoding on Intel HD 2000/3000 cards on Windows
1088  * Fix FLAC 6.1 and 7.1 channel layout
1089  * Fix crashes in HTML srt subtitles
1090  * 3rd party codecs updates
1092 Mac OS X:
1093  * Fix subtitle rendering resolution when using OS X's native fullscreen mode
1094  * Improve fullscreen controller time slider with larger click target
1095  * Fix listing of the lua interfaces (web, telnet and console)
1096    in the advanced preferences panel
1097  * Fix spatializer audio filter panel
1098  * Fix crash within the video output code
1099  * Fix BDMV folder selection issue on OS X Mountain Lion, which treats such
1100    folders as a AVCHD file as soon as they include an item named INDEX.BDM
1101  * Fix bug which caused a hidden fullscreen panel
1102  * Fix various minor UI drawing issues (main window, fullscreen controller,
1103    lua extensions, ...)
1104  * Allow VLC to be associated with .dvdmedia packages
1107  * Fix clearing of Media Info panel on dialog exit
1109 GNU/Linux:
1110  * Numerous D-Bus and MPRIS2 improvements
1111  * Reject broken versions of PulseAudio
1113 Windows:
1114  * Fix uninstallation in different location than C:\
1116 Translations:
1117  * Update of Brazilian Portuguese, Traditional Chinese, Thai, Portuguese,
1118    Japanese, Italian, Hebrew, Estonian, Spanish, Czech, Catalan, Bosnian,
1119    Asturian, French, Romanian, Serbian, Russian, Hindi, Estonian, German
1120    Slovenian Norwegian BokmÃ¥l, Khmer, Icelandic, Interlingua, Welsh, Ukrainian,
1121    Dutch, Danish, translations
1122  * New Gujarati, Aragonese translations
1125 Changes between 2.0.4 and 2.0.5:
1126 --------------------------------
1128 Access:
1129  * Fix DVB-S delivery system detection
1131 Audio Output:
1132  * Fix playback initial synchronization with PulseAudio
1133    (however similar bugs in PulseAudio version 2.0 and later still exist)
1134  * Fix file output bug affecting floating point on big endian systems
1136 Demuxers:
1137  * Fix crash with some embedded subtitle fonts
1138  * Fix buffer overflow in HTML subtitles parser
1139  * Fix koreus lua parser
1140  * Improve reliability for RTSP streams sent by some IP cameras
1141  * Fix division by 0 in AIFF demuxer
1142  * Fix some MKV crashes when ordered editions have empty or broken links
1143  * Fix SWF potential crash on malformed files.
1145 Video filters:
1146  * Fix crash in Freetype with embedded fonts
1147  * Fix wrong aspect ratio in some cases
1149 Encoders:
1150  * Fix Mpeg-2 audio and video encoders initialization
1152 Mac OS X:
1153  * Fix Reveal-in-Finder for files with non-Western file names
1154  * Fix crash with local statistics disabled
1155  * Fix Time counter UI look
1156  * Fix system sleep issue on OS X 10.5
1158 Win32:
1159  * Fix https streaming
1161 libVLC:
1162  * Fix audio and video track selection:
1163    The constant track identifier is now always used. Some functions previously
1164    incorrectly used the (moving) index of the track in the table of tracks.
1166 Translations:
1167  * Update of Asturian, Bengali (India), Bosnian, Croatian, Czech, Danish,
1168    Dutch, Estonian, French, Galician, Scottish Gaelic, German, Hebrew,
1169    Italian, Japanese, Khmer, Malayalam, Polish, Slovak, Simplified Chinese,
1170    Traditional Chinese, Brazilian Portuguese, Turkish, Thai translations
1171  * Initial translations for Welsh and Interlingua
1174 Changes between 2.0.3 and 2.0.4:
1175 --------------------------------
1177 Audio Output:
1178  * Improve playback synchronization with PulseAudio.
1179  * Fix ALSA digital pass-through ("S/PDIF").
1180  * Fix live audio device selection on Mac OS X
1181  * Fix detection of some 5.1 and 7.1 kits on Windows.
1182  * Fix audio output behavior when the output device is plugged or unplugged
1183    during playback on Mac OS X
1185 Access:
1186  * Fix numerous DVD (dvdnav) crashes
1187  * Fix HTTP playback through proxy and advertise gzip correctly
1188  * Fix TLS busy-loop during client-side handshake
1190 Codecs:
1191  * Support for Opus decoding via libopus, including multi-channel files
1192  * Support MSS1 and MSS2 decoding through DMO libraries
1193  * Fix Hebrew and Greek subtitles encoding
1194  * Fix crashes on malformed subtitles and malformed png files
1195  * Fix crashes when using hardware decoding
1197 Demuxers:
1198  * Fix issues in Ogg with zero length packets
1199  * Fix file duration of Ogg/Theora and Ogg/Vorbis files
1200  * Fix vimeo, koreus and youtube lua parsers
1201  * Support Youtube live streams
1203 Windows:
1204  * Fix Wallpaper mode on Windows 7/8
1207  * Fix media info dialog update
1208  * Fix random/repeat preferences saving
1209  * Fix crashes when opening audio effects dialog, with skins and playlist
1210  * Fix crash on association dialog on Windows XP
1211  * Fix album art display at start
1213 Mac OS X:
1214  * Fix command-line options to control the interface behavior
1215  * Deactivate CoreAnimation effects on Leopard
1216  * Fix menus display and behavior
1217  * Fix various crashes and small issues including bookmarks, playlist, buttons,
1218    streaming wizard, video size, hotkeys and fullscreen controller
1219  * Fix font selection for Unicode subtitles
1220  * Improve system sleep behavior when playing audio-only media. The screen is
1221    allowed to sleep while the system is kept awake during playback.
1222  * Fix code signing of Delete Preferences application
1223  * Add option to Audio Effects panel to activate the Karaoke filter
1225 Miscellaneous:
1226  * Fix Notify (D-Bus) plugin deadlock.
1227  * Fix buffer corruption in freetype and subtitles modules
1228  * Improve Blu-Ray and HLS support
1229  * Fix issues on selection of playlist items for WebUI
1230  * Codec and other 3rd party library updates
1231  * Fix swscale and canvas behavior with Aspect Ratio
1232  * Fix mime-type when streaming Webm over HTTP
1233  * Fix recording behaviour in Windows network environments
1234  * Codecs and 3rd party libary updates
1236 Translations:
1237  * Updates of Norwegian BokmÃ¥l, Korean, Slovak, Serbian, Russian, Traditional
1238    Chinese, Simplified Chinese, Portuguese, Walloon, Turkish, Thai, Polish,
1239    Dutch, Khmer, Hindi, Japanese, Galician, Hebrew, German, Breton, Scottish
1240    Gaelic, Czech, Estonian translations
1241  * Initial translations for Bengali, Fula, Gujarati and Bosnian
1244 Changes between 2.0.2 and 2.0.3:
1245 --------------------------------
1247 Access:
1248  * Fix some HTTP request that broke some radio channels
1250 Demuxers:
1251  * Fix support for some flv files (notably joined)
1252  * Fix a crash when opening ape files with ID3v1 tags
1254 Mac OS X:
1255  * Add GateKeeper support
1256  * Fix handling for some hotkeys
1257  * Fix fullscreen toggle over extra interfaces
1258  * Minor bugfixes and improvements
1261  * Fix Windows 8 interface style
1263 Translations:
1264  * Updates for Breton, Czech, Dutch, Gaelic, German, Hebrew, Hindi, Icelandic,
1265    Japanese, Khmer, Korean, Polish, Russian, Simplified Chinese, Slovenian,
1266    Thai, Turkish and Walloon
1267  * New translations to Uzbek and Marathi
1268  * Fix activation of Gaelic and Thai translations
1271 Changes between 2.0.1 and 2.0.2:
1272 --------------------------------
1274 Video Output:
1275  * XP machine will now use DirectX mode by default, like in previous versions.
1276    There were too many errors with broken drivers.
1277  * More accurate colourspaces conversions for YUV->RGB in OpenGL
1278  * Add menu support for libvlc / VLCKit applications on Mac OS X
1279  * Various fixes on Mac OS X, notably for crop, zoom, osd and menu support
1280  * Misc fixes in OpenGL module, on all platforms
1281  * Fix video output on PowerPC-based Macs equipped with an ATI Radeon 7500,
1282    an ATI Radeon 9200 or a NVIDIA GeForceFX 5200 Ultra.
1283  * Fix video output of 10bit encoded contents on Intel-based Macs equipped
1284    with an Intel GMA 950 chipset running OS X 10.6 or later.
1285  * Add support for the HiDPI mode used on recent Apple products with so-called
1286    Retina Displays.
1288 Access:
1289  * Rework Digital TV module for Windows. DVB-T and DVB-C should work again
1290  * Fixes for RAR compressed files
1291  * Fix DirectShow crashes on exit
1292  * Improve PulseAudio input latency
1293  * Fixes for HTTP access through a proxy
1294  * v4l2 webcam outputting H264 can now be used directly (use --v4l2-chroma=h264)
1295  * Fix subtitles auto-detection in subfolders and detection behaviour
1296  * IE http proxy is not used anymore by VLC on Win32
1297  * Accept more extensions for DVD images
1298  * Fix crash in VC1 packetizer
1299  * Improvements in Blu-Ray playback
1300  * Improvements and fixes in HLS support
1302 Codec:
1303  * Fix crashes in AAC decoder on channels changes, notably in ISDB streams
1304  * Fix compilation with multiple FFmpeg and libav versions
1305  * Fix G726 support
1306  * Fix MP3 free format support
1308 Demuxers:
1309  * Fixes for MKV segments, seeking and MKV title display
1310  * Fix for some mp4, voc, midi and au crashes
1311  * Fix for Real .ram, .f4v, .avi and .ra files support
1312  * Fix for DVB channels file support
1313  * Fixes for alac, vorbis, DTS, VC-1 and Dirac in mp4
1315 Encoders:
1316  * Fix for MPEG Audio encoding, use layer2 when using fourcc "mp2 " and "mp2a"
1317  * Fix for JPEG generation, when doing snapshots
1319 Audio filters and output:
1320  * Limitation of spatializer volume output
1321  * Fix DirectSound device selection
1322  * Correct PulseAudio volume control
1323  * Do not apply volume in file output
1324  * Fix sampling rate in JACK output
1325  * Fixes in ALSA output for latency and for broken drivers
1327 Mac OS X:
1328  * Enable drag and drop of playlist items between the temporary playlist and
1329    the persistant media library
1330  * Enable import of playlist items taken from the service discovery modules
1331    to the media library or the temporary playlist
1332  * Media key support for keyboards by other manufacturers than Apple
1333    This fix was facilitated through a hardware donation by ZF Friedrichshafen AG
1334    manufacturing keyboards under the brand "Cherry".
1335  * Add support for the Apple Remote to set the Mac to sleep using a longer
1336    press on the Play/Pause button
1337  * Remove libfontconfig's font cache by an Apple Type Services lookup.
1338    This removes the "Updating Cache" dialog, before finding all fonts.
1339  * Re-add an option to hide the window decoration during video playback
1340  * Improve compatibility with other 3rd party apps using SPMediaKeyTap
1341  * Many Fullscreen fixes
1342  * Keep Aspect Ratio when resizing is back
1343  * Add controls to manipulate the Subtitles Duration to the Track
1344    Synchronization panel
1345  * Hidden items in the sidebar are being retained for the next launch now
1346  * Fix crash when trying to open an Audio CD by drag & drop
1347  * Improve reliability when opening DVDs or BDs by drag & drop
1348  * Fix crashes on exit
1349  * Fix crash when mounting a device with multiple logical volumes while
1350    VLC is running
1351  * Chosen audio output device is retained throughout multiple sessions
1352  * Since running the Mac OS X interface as an Extra Interface or Control
1353    Interface can lead to undefined results, eventual settings will be
1354    automatically reset on the first launch.
1355    - This fixes issues with unresponsive playback controls and crashes on quit.
1356  * Update Growl plugin for use with Growl 1.3
1357  * Miscellaneous minor interface improvements
1359 Lua Scripts:
1360  * Fixes for stdin/stdout and for different locale issues
1361  * Fixes for icecast SD
1364  * Fix preferences for audio devices on Windows
1365  * Fix playlist search and selector behaviour
1366  * Fix multiple issues in the Open Disc dialog
1367  * Miscellaneous fixes in preferences, buttons, EPG, playlist and customize dialog
1368  * Fix tags and file names display
1369  * Fix various crashes, display issues and usability issues
1371 Skins2:
1372  * Fix mousewheel on Windows
1373  * Fix for key events and focus loss
1375 Web interface:
1376  * Fix display of some buttons
1377  * Fix listing of files in the Open interface
1378  * Fixes for widgets behaviour and vlm dialog
1380 Security:
1381  * Fix Ogg Heap buffer overflow
1382  * Update taglib (CVE-2012-2396)
1383  * Update libavcodec and other codecs libraries
1385 Translation:
1386  * Traditional Chinese, Simplified Chinese, Walloon, Slovak, Polish, Khmer,
1387    Japanese, Italian, French, Czech, Belarusian, Breton, Greek, Spanish,
1388    Estonian, Irish, Galician, Hungarian, Japanese, Dutch, Telugu, Ukrainian,
1389    Thai translations update
1390  * New Scottish Gaelic translation
1393 Changes between 2.0.0 and 2.0.1:
1394 --------------------------------
1396 Access:
1397  * fix and improve the CDDB information retrieval
1398  * fix the samba module compilation
1399  * fix UDP / RTP multicast stream reception on Mac OS X when using the 10.7 SDK
1400  * multiple fixes for HLS support, notably on Win32 and for encryption
1401  * multiple fixes for Bluray discs playback
1402  * fix for DVD decryption on some RPC-I drives
1404 Codecs:
1405  * Support for MXPEG files
1406  * limit auto-detected threads to 4 in avcodec module
1407  * fix quicktime audio codecs in RTSP streams
1409 Demuxers:
1410  * Fix multi-file splitted RAR archive support
1411  * Fix a crash when seeking in mka
1412  * Improve MKV multi-video tracks support
1414 Muxers:
1415  * Fix ogm header creation
1417 Audio filters:
1418  * limit spatializer filter distortions
1419  * Use fastest SinC algorithm for samplerate module
1421 Audio output:
1422  * Fix S/PDIF passthrough with ALSA.
1423  * Remove flawed ALSA channels autodetection.
1424    The available ALSA channels MUST be configured now (stereo by default).
1425  * Fix delay when changing the volume on Mac OS X
1427 Video filters:
1428  * Fix gradfun unloading on Windows platform
1430 Mac OS X interface:
1431  * allow to hide the playlist to get a small controller window
1432  * allow to hide the sidebar
1433  * disable Lion fullscreen mode by default, since its behavior is misleading
1434    - this fixes fullscreen video output on a secondary screen
1435  * noticebly faster launch time
1436  * correct a few visual glitches and accessibility support
1437  * re-enable visual feedback on seek and volume changes
1438  * improve track synchronization panel
1439  * fix fontconfig cache dialog, closure of the interface and numerous crashes
1440  * fix crop, aspect ratio handling, DVD (no menu) support and Open subtitle menu
1442 Qt interface:
1443  * allow a native seek slider instead of the blue one
1444  * fixes in the playlist, the addons dialog, the menus, the main toolbar
1445    the open dialogs, preferences and customization dialogs
1446  * fix for fontconfig cache dialog, when rebuilding ASS fonts
1448 Skins interface:
1449  * fix for menus display
1450  * Addition of $R to display current playback speed
1451  * documentation update
1453 Web interface:
1454  * fix mobiles display for remote control mode
1455  * support for .drc and .3ga extensions
1457 Service discovery:
1458  * fix SAP discovery, where an item was added multiple times
1459  * fix SAP discovery on Mac OS X when using the 10.7 SDK
1460  * Update Jamendo selections
1462 Miscellaneous:
1463  * fix DBus crash
1464  * fix build issues on BSD, Linux/PPC and Linux/Sparc
1465  * fix a crash on VLM close
1467 Security:
1468  * Update libpng to 1.5.9 (CVE-2011-3026)
1469  * Update freetype to 2.4.9 (CVE-2012-1126 up to CVE-2012-1144)
1470  * Fix MMS stack overflow (SA-1201 - CVE-2012-1775)
1471  * Fix RealRTSP heap overflow (SA-1202 - CVE-2012-1776)
1473 Translations:
1474  * Update of Czech, Spanish, Swedish, Turkish and Walloon translations
1477 Changes between 1.1.13 and 2.0.0:
1478 ---------------------------------
1480 Important notes:
1481  * The licenses of libVLC and libVLCcore have changed from GPLv2+ to LGPLv2.1+
1482  * Start/end titles/chapters are now specified with # rather than @ to fix
1483    conflicts with some URLs and file names. For instance, this plays a DVD
1484    from the 2nd chapter of the 1st title up to the 4th chapter of the 3rd
1485    title:  vlc dvd://#1:2-3:4
1486  * The 40+ --*-caching options were simplified and dumbed down to 4 options:
1487    - --file-caching specifies caching for local files,
1488    - --network-caching specifies caching for network resources,
1489    - --live-caching specifies caching for capture devices and
1490    - --disc-caching specifies caching for local optical media.
1491    All values are expressed in milliseconds as in previous versions.
1492  * HTTP server IP address, port, and TLS configuration is now centralized:
1493    - The --http-host option sets the address, e.g. "--http-host=[2001:db8::1]".
1494      By default, both :: and 0.0.0.0 are used.
1495    - The --http-port and --https-port options set the port numbers.
1496      By default, 8080 is used for HTTP, and 8443 for HTTPS.
1497    - The TLS credentials are configured with --http-cert (public certificate),
1498      --http-key (private key), --http-ca (optional CA) and
1499      --http-crl (optional CRL).
1500  * RTSP server IP address and port are updated similarly.
1501    Use --rtsp-host and --rtsp-port respectively.
1502  * The --miface-addr option does not exist anymore. To select the multicast
1503    output interface, use --miface instead, e.g. --miface=eth0.
1504  * The Windows version will only work with Windows XP SP2 or later.
1505    Windows 2000 SP4, Windows XP < SP2, Windows 2003 SP0 are now unsupported.
1506  * The Mac OS version will require Quartz Extreme compatible machines.
1508 Important changes for packagers:
1509  * The default builds now assume that the operating system uses UTF-8 for
1510    its file systems and files content (except the Windows port). If this is
1511    not acceptable, pass --enable-non-utf8 to the configure script.
1512    Non-UTF-8 file systems support will be removed in future versions.
1513  * The VLC plugins path can be overridden with the VLC_PLUGIN_PATH environment
1514    variable. The --plugin-path command line option was removed.
1515  * The default tarballs are now compressed with XZ/LZMA: .tar.xz
1516  * OSS support is not compiled on Linux by default, pass --enable-oss to the
1517    configure script if you use OSSv4 or really want to use OSS emulation.
1518  * The webplugins have moved to: git://git.videolan.org/npapi-vlc.git
1520 Core:
1521  * Major Video Core and Outputs rework and rewrite:
1522    Subtitles, subpictures and OSD can now be sized and blent inside outputs
1523    x11 (Unix), OpenGL (Unix) and Direct3D (Windows) are such video outputs.
1524  * Almost every video filter can now be transcoded
1525  * Playback rate doesn't get resetted to 1 between items anymore
1526  * Option --sub-filter was renamed --sub-source
1527  * Port to Android, iOS, OS/2 and Win64.
1529 Access:
1530  * Multiple files are now supported inside RAR files
1531  * Experimental support for ClearQam devices in the BDA/DTV module
1532  * DVB-S scanning support on Unix
1533  * DVB-C scanning on Unix scans correct modulation/symbolrate if needed
1534  * Support for freq and video standard selection in DirectShow
1535  * Support for VDR recordings (http://www.tvdr.de/) folders
1536  * Experimental Blu-Ray Discs support using libbluray
1537  * HTTP Live Streaming (IETF draft) playback support
1538  * Blackmagic DeckLink SDI cards input support (Linux only currently)
1539  * Linear Systems (HD-)SDI cards input support (Linux)
1540  * PulseAudio audio input support
1541  * Support for RTP dynamic payload types by specifying the payload format
1542    in an option (no autodetection): only Theora supported for now
1543  * Basic HTCPCP implementation for Coffee Pot control
1544  * Support for all QTKit-compatible video input devices, aka QTCapture
1545  * Support for all QTKit-compatible audio input devices, aka QTSound
1546  * Support for capturing partially hidden windows in the X11 Screen input
1547  * MPEG DASH (Dynamic Adaptive Streaming over HTTP) support
1548  * Support for HTTPS is now fixed in the Windows port
1550 Codecs:
1551  * One can now use ffmpeg-mt in conjunction with vlc, to split decoding load
1552    on multiple cores. H.264, VP3, VP8, JPEG-2000, Mpeg-4 ASP/DivX and RV3/RV4
1553    are notably concerned.
1554  * Important fixes for RealVideo 3.0 and 4.0 playback, notably in MKV
1555  * Experimental Hardware decoding using Broadcom CrystalHD cards
1556  * New module for decoding EBU subtitles (.stl)
1557  * Support for 9bits and 10bits H.264/AVC decoding
1558  * Support for 20-bits PCM and DAT-12 (digital magnetic tapes) from RTP
1559  * New module for Dirac encoding, using the faster libschroedinger
1560    The Schroedinger module should be prefered to the Dirac one
1561  * Support for WMV Images, aka WMVP and WVP2, as used by Photo Story
1562  * Support for Lagarith Lossless video codec
1563  * Support for ProRes 422 video codec in 10bits
1564  * Support for DNxHD (VC-3) and JPEG-2000 in 10bits
1565  * EIA-608 closed captions improvements
1566  * Support for JPEG-2000 and Motion JPEG-2000 in the Windows and Mac binaries
1567  * Experimental support of IOMX for OpenMAX IL codecs on Android
1568  * One can use "mp2 " fourcc to encode in mpeg1/2 layer 2
1570 Demuxers:
1571  * New images demuxer supporting jpeg, png, targa, xcf, git, tiff, bmp, pcx, lbm
1572  * C64 SID file playback support of using sidplay2
1573  * Support for images/cover art in wma/wmv/asf files
1574  * Improvements in .ape files metadata reading and writing
1575  * New demuxer module for EBU subtitles (.stl)
1576  * Support for caf, mtv, awb, f4v, amr, vro (DVD-VR) files
1577  * Ogg, flv, mxf, amr seeking improvements
1578  * Major improvements in Matroska (mkv) chapters/segments handling and seeking
1579  * Support for duration and better seeking in Mpeg-TS files (.ts, .m2ts, .mts)
1580  * Mov improvements, notably for aspect-ratio handling and Audio DV tracks
1581  * Improved support of tracker files
1582  * Real Media (.rm and .rmvb) demuxer is now based on libavformat
1584 Interfaces:
1585  * Qt: effects dialogs rework
1586  * Qt: new CoverFlow-like view of the playlist
1587  * Qt: port to MacOS X platform
1588  * Qt: various interface improvements, notably on the seek bar
1589  * Skins2 / Qt: misc improvements and usability fixes
1590  * Skins2: fullscreen controller support, relative placement support
1591    and important cleanups and optimisations
1592  * Mac OS X: re-written Main Window, which also includes the Video Windows
1593    It is available in 2 looks, one grey (Lion style) and one black (QTX style)
1594  * Mac OS X: new Audio Effects panel adding Compressor and Spatializer filters
1595  * Mac OS X: new Track Synchronization panel
1596  * Mac OS X: new Video Effects panel for color and geometry adjustments
1597  * Mac OS X: re-written Open Disc functionality with automatic media detection
1598  * Mac OS X: support for the native fullscreen mode on OS X Lion
1599  * Mac OS X: enhanced AppleScript support
1600  * Mac OS X: support for lua extensions
1601  * The rc and telnet lua interfaces were merged into a new "cli" interface
1602  * lua: the recommended way to run custom interface scripts is now to pass
1603    -I luaintf --lua-intf myscript
1604  * ncurses: heavy refactor of the complete interface
1605  * dbus: Upgrade to an mpris2 compliant interface, see http://www.mpris.org
1606  * dbus: Rewrite of the main loop to use a more efficient poll-based model
1607  * webUI/http: Rewrite of the web interface, using jQuery
1608  * webUI/http: some requests are now supported in JSON in addition to XML
1609  * webUI/http: path values for input and output are deprecated in favour of uri
1610  * Qt/Win32: the update system now downloads the updates in the temp folder
1611  * Qt: preferences are now searchable
1612  * Qt: the fullscreen controller is now stackable, full-width, at the bottom
1614 Video Output:
1615  * New video output based on Direct2D for Windows 7 and Vista (with Platform Update)
1616  * New video output for iOS platform
1617  * Experimental work in progress on a video output using EGL
1618  * Adaptation of the OpenGL layer for OpenGL ES 1.1
1619  * Various vmem improvements
1620  * OpenGL video output now accepts YUV as input and uses fragment programs for
1621    chroma conversion between YUV and RGB
1622  * New video output for Android platform, based on Surface
1623  * Support for 9/10bits output in the OpenGL output
1624  * Updated OpenGL video output for Mac, requires a Quartz Extreme capable machine
1625  * New video output based on kva API for OS/2
1627 Audio Output and Filters:
1628  * New audio output based on AudioQueue API for iOS
1629  * New audio output in memory (amem)
1630  * Important simplification and improvements in the core audio output
1631  * New audio output based on OpenSL ES API for Android
1632  * New audio resampler using Speex (DSP)
1633  * New audio resampler using the Secret Rabbit Code (a.k.a. libsamplerate)
1634  * New Compressor filter, a dynamic range compressor
1635  * New simplistic Karaoke filter
1636  * New audio output based on kai API for OS/2
1637  * Automatic handover from S/PDIF to PCM with PulseAudio 1.0
1639 Video Filter:
1640  * New gradfun filter for debanding videos using dithering
1641  * Rewrite of the grain filter, faster and with better quality
1642  * New posterize filter for lowering the number of colors
1643  * Atmo ambilight: improve Fnordlicht support up to 254 channels
1644  * New sepia filter for creating sepia effect in videos
1645  * New deinterlacer mode Phosphor, a framerate doubling CRT TV simulator
1646  * New deinterlacer mode IVTC, to do live inverse telecine for NTSC films
1647  * New subsdelay filter to change subtitles delay
1648  * New anti-flickering filter
1649  * New OpenMAX DL IPCS filter for color space conversion and resizing
1650  * New video filter for denoising, based on the famous hqdn3d filter
1651  * Major improvements in the freetype text-rendering module, notably supporting
1652    blackbox and customizable shadow.
1653    NB: The freetype module is now used by default on the Mac OS X instead of
1654    the quartztext module, which can still be enabled manually.
1655    The Win32 font selection was improved too.
1657 Stream output:
1658  * New livehttp-module for HTTP Live Streaming (IETF draft) output
1659    example: vlc inputfile :sout="#transcode{vcodec=h264,acodec=mp3,
1660     venc=x264{profile=baseline},width=320,vb=256,ab=96}:std{
1661     access=livehttp{index=public_html/iphonestream.m3u8,
1662     index-url=http://url-to-iphonestreamfile-###.ts},mux=ts{use-key-frames},
1663     dst=public_html/iphonestreamfile-###.ts}"
1664  * Support for Vorbis and Theora in RTP
1665  * Major rework of VoD support
1666  * New delay module, to introduce delays of one ES, when streaming:
1667        #delay{id=12,delay=500}:standard...
1668  * New setlang, setid modules to change lang or id of one ES, when streaming:
1669        #setid{id=12,new-id=42}:std...
1670  * New langfromtelx module, to change lang of one ES, when streaming, based on
1671    a telextex page: #langfromtelx{id=12,magazine=7,page=0x99,row=1}:std...
1672  * New select module, to replace an existing ES with another ES in the same track
1673    #duplicate{dst=bridge-out{id=1},select=video,dst=bridge-out{id=0xa3},select=audio}
1674    #transcode{...}:bridge-in{id-offset=0}:select{disable=0}:setid{id=0,newid=0xa3}:autodel:std{...}
1675  * New libavformat/avio access_output module for network streaming
1677 Services Discovery:
1678  * Search API to be able to query distant search APIs from the interfaces
1679  * Upnp module was ported to Win32
1681 libVLC:
1682  * New capabilities for libVLC:
1683   ** libvlc_media_player_navigate for DVD navigation
1684   ** libvlc_audio_filter_list_get, libvlc_video_filter_list_get to get the
1685      list of available audio and video filters
1686   ** libvlc_audio_set_format, libvlc_audio_set_format_callbacks,
1687      libvlc_audio_set_callbacks
1688      allow grabbing audio data from a chosen memory location in real-time.
1690 Removed modules:
1691  * asademux, subsass: use libass
1692  * fake, invmem: use the new image demuxers
1693  * hal, v4l, gapi, omapfb, hd1000a, hd1000v: obsolete unmaintained modules
1694  * id3tag: use taglib
1695  * upnp: use upnp_intel
1696  * removal of old telnet interface in favor of the new lua CLI
1697  * removal of http interface in favor of luahttp
1698  * removal of the noise filter
1699  * removal of the SDL audio output, use the native outputs
1700  * growl_udp: use Growl for local notifications on the Mac. UDP support will be
1701               removed in Growl's next release, too.
1702  * removal of the OSSO screensave module, use the MCE one
1704 Translations:
1705  * Update of translations for most languages.
1706  * New Telugu and Kurmanji translations.
1709 Changes between 1.1.12 and 1.1.13:
1710 ----------------------------------
1712 Security:
1713  * Heap overflow in TiVo demuxer fixed.
1714  * Same default ACL for HTTP requests as for the rest of the HTTP interface.
1716 Audio outputs:
1717  * PulseAudio channels mapping (non-stereo) fix.
1718  * PulseAudio stream accidental overflow recovery.
1720 Video outputs:
1721  * XVideo support for mixed CPU/GPU endianess (especially on PowerPC).
1722  * XVideo support for automatic color keying.
1723  * xosd Xlib initialization failure fix.
1725 Decoders:
1726  * Camtasia decoding fix.
1728 Qt interface:
1729  * Rare crash while seeking fixed.
1730  * V4L2 video standard selection fixed.
1732 Translations:
1733  * Update of Chinese simplified, Estonian, German and Polish languages.
1736 Changes between 1.1.11 and 1.1.12:
1737 ----------------------------------
1739 Audio outputs:
1740  * Mac OS X / auhal: multiple fixes for the Digital Audio output (S/PDIF)
1741                      including support for OS X Lion
1742  * Multiple fixes and improved synchronization for PulseAudio support
1743  * Support for AC-3 and DTS passthrough with PulseAudio 1.0
1745 Unix port:
1746  * Fix build compatibility with taglib < 1.6 and Xulrunner 1.9.1
1748 Misc:
1749  * Fix crashes with Japanese locale on OS X
1750  * Minor fixes for Webplugin under Win32, AVI demuxer, smem and AudioScrobbler
1751  * Fix crash in HTTP and RTSP server (stream output or Web interface)
1753 Translations:
1754  * Update of Breton, Chinese Simplified and Basque
1757 Changes between 1.1.10 and 1.1.11:
1758 ----------------------------------
1760 Security:
1761  * Fix buffer overflows in the RealMedia demuxer (CVE-2011-2587)
1762    and the AVI one (CVE-2011-2588).
1764 Mac OS X:
1765  * Fixed scrolling direction if the input device's signal is inverted
1766  * Update Auhal audio output to the latest API
1767  * Fix images disappearing issue on the interface
1768  * Reduced installation size by up to 30 MB
1769  * Resolved conflict between iTunes and VLC wrt Media Key handling
1771 Mozilla/ActiveX webplugin:
1772  * Fullscreen mode is fixed on Win32
1773  * Very simple fullscreen controller is visible on Win32
1775 Demuxers/Meta Readers:
1776  * Better support for cover art embedded in mp4, wma
1778 Muxers/Output:
1779  * Fix AVI muxer so the generated files are readable on other players
1781 Extensions:
1782  * Multiple fixes for crashes and malfunctionning issues
1784 Qt Interface:
1785  * Fix quitting on Linux
1786  * Fix opening of VIDEO_TS folders through the open disc dialog on Windows
1787  * Miscellaneous
1789 Win32 port:
1790  * Update of codecs, fixing the mpeg-2 decoder crash
1792 Translations:
1793  * Update of Slovak, Lithunanian, Russian, Brazillian Portuguese, Serbian
1796 Changes between 1.1.9 and 1.1.10:
1797 ---------------------------------
1799 Windows and Mac OS X:
1800  * Update of external library modplug, to address multiple security issues
1802 Mac OS X Interface:
1803  * Improved Media Key handling based upon SPMediaKeyTap by Spotify AB
1804  * Fix for various crashes and small issues
1806 Demuxer:
1807  * Fix heap corruption / integer overflow in XSPF playlist parser
1809 Audio output:
1810  * PulseAudio output re-written due to unstability of the current one
1812 Win32 port:
1813  * Remove the fontconfig dependency from the freetype module
1815 Miscellaneous fixes in:
1816  * Windows 7 taskbar buttons
1817  * Qt interface
1818  * asx, live555, dvdnav demuxer
1819  * RTP output and XML export
1820  * Subtitles colours when using GPU decoding on Windows
1821  * v4l2 access
1823 Translations:
1824  * Update of Norwegian BokmÃ¥l, Slovak, Afrikaans, Luganda,
1825    Brazillian Portuguese, Irish, Thai, Estonian, Chinese, Polish,
1826    Dutch, German, Galician, Bulgarian, Lithuanian and Japanese translations
1827  * Initial Basque, Zulu, Peul, Amharic, Acoli, Chiga translations
1830 Changes between 1.1.8 and 1.1.9:
1831 --------------------------------
1833 Windows and Mac OS X:
1834  * Update of external library modplug, to address a security issue
1836 Demuxers:
1837  * mp4: Fix heap-based buffer overflow (VideoLAN-SA-1103)
1839 Mac OS X Interface:
1840  * Miscellaneous interface look adjustments
1841  * Improve Apple Remote handling
1842  * Fixe bugs in the Streaming / Transcoding wizard
1843  * Layout fixes in the Preferences and Controls windows
1844  * Fix incomplete list of hotkeys in the Preferences dialog
1845  * Fix quitting through Apple Events (Dock menu, App Switcher, AppleScript, etc.)
1847 Mac OS X Port:
1848  * Fix Growl local notification plugin
1849  * VLC bundle now includes the Growl framework
1850  * Fixes for eyeTV
1852 Translations:
1853  * Updates of Lithuanian, Estonian, Chinese, Japanese, Bengali, Dutch, Polish,
1854    German, Galician, Traditional Chinese translations
1855  * New Luganda Translation
1858 Changes between 1.1.7 and 1.1.8:
1859 --------------------------------
1861 Mac OS X Interface:
1862  * New UI graphics by Damien Erambert
1864 Interfaces:
1865  * Oldrc interface is again the default RC interface, on Windows
1866  * Luarc, luahttp and luatelnet fixes
1867  * Qt and Mac OS X fixes
1868  * numerous Skins2 fixes, notably winamp2 skins
1870 Encoder:
1871  * new libschroedinger-based Dirac codec encoder, faster than the current one
1873 Access/Demuxers/Codecs:
1874  * Subtitles auto-detection is back for .txt files
1875  * vod/rtsp server and rtsp input fixes
1876  * mp4 demuxer improvements
1877  * ogg, rstp input, video filters minor fixes
1878  * taglib's replaygain is fixed for mp3
1879  * vobsub support has an improved auto-detection
1880  * fix a crash in malformed ape files
1882 Miscellaneous fixes in:
1883  * Pulseaudio audio output, notably for usb cards
1884  * Stacktraces are now limited in size on Windows
1885  * Video resolution is now limited to 8192x8192, for security reasons
1886    See CORE-2011-0208, CVE-2010-3275, CVE-2010-3276
1887  * Configure and build system improvements
1888  * DirectShow and BDA build headers have been updated
1890 Translations:
1891  * Update for Finnish, Galician, Dutch, Chinese, German, Japanese, Lithuanian,
1892    Slovak, French, Polish, Estonian, Brazillian Portuguese and Hebrew
1893  * New icelandic translation
1896 Changes between 1.1.6 and 1.1.7:
1897 --------------------------------
1899 Linux port:
1900  * Integration with the KDE GUI platform is disabled due to KDE bugs
1901    #234484 and #260719.
1903 Mac OS X port:
1904  * Updated live555 library to fix playback of RTSP and Freebox streams
1905  * Running VLC in 64bit mode requires Mac OS X 10.6.0 or later for speed
1906    and stability reasons
1908 Demuxers:
1909  * Fix for Matroska / WebM remote code execution vulnerability.
1910    VideoLAN-SA-1102
1912 Translations:
1913  * Update for Hebrew, Japanese, Danish and Russian translations
1916 Changes between 1.1.6 and 1.1.6.1:
1917 ----------------------------------
1919 Source:
1920  * Fix libnotify, lirc, pulse compilation and packaging for Unix/Linux
1923 Changes between 1.1.5 and 1.1.6:
1924 ---------------------------------
1926 Audio output:
1927  * Multiple fixes and improvements on PulseAudio output
1928    PACKAGERS are VERY STRONGLY advised to update libpulse to 0.9.22.
1929    Update is required to use PulseAudio with the Phonon-VLC backend (KDE)
1930    and with the Mozilla VLC web browser plugin.
1932 Access:
1933  * Fix the Audio CD crash when looking for CDDB metadata on Windows
1935 Decoders:
1936  * Support for MPC SV7 and SV8 on Windows and Mac OS X (Unix was already working)
1937  * Enabled FluidSynth MIDI playback plugin on Mac OS X
1938  * Faster VP8/Webm decoding with recent codecs libraries
1939  * Fix heap corruption in CD+G decoder - CVE-2011-0021 / VideoLAN-SA-1101
1941 Demuxers:
1942  * Fix Buffer overflow in Real demuxer - CVE-2010-3907 / VideoLAN-SA-1007
1943  * Fix some asf/wmv seeking issues, notably when seek didn't go to a keyframe
1944  * Support for 24-bits PCM over RTP (audio/L24)
1946 Subtitles and renderer:
1947  * Do not auto-detect .txt files for subtitles
1948  * Mark more freetype options as safe
1949  * Mac OS X: fixed fontconfig cache creation
1950  * Fix heap corruption in subtitle decoders, potentially exploitable,
1951    discovered by Harry Sintonen - sintonen at iki.fi - CVE-2011-0522
1953 Visualization:
1954  * Fix projectM visualization for Linux in all locales
1955  * Fix projectM visualization support for Windows
1956  * Various projectM improvements: the module should be working now
1957  * Fix goom crash on Windows XP and Mac OS X
1959 Interfaces:
1960  * Qt4: fixes for media keys processing and MCE remotes
1961  * Qt4: various fixes and portability improvements
1963 Miscellaneous fixes:
1964  * KDE device solid actions
1965  * XDG screensaver
1966  * Transcode integer overflow
1967  * HTTP Icy metadata reading
1968  * Windows: revert to 1.1.4 performance timers
1970 Translations:
1971  * Update translations for Chinese, Nippon, Slovak, Estonian, Spanish, Galician,
1972    Swedish, Bulgarian, French, Bengalese, German, Slovak, Japanese, Dutch,
1973    Polish, Hungarian, Indonesian, Sinhala and Irish
1976 Changes between 1.1.4.1 and 1.1.5:
1977 ----------------------------------
1979 Security:
1980  * Fix a Windows crash on accessing Network Shared files/drives,
1981    VideoLAN-SA-1006
1983 Access:
1984  * Support for RTP access for H264 streams by specifying the demux in the MRL
1986 Services Discovery:
1987  * Integration in the playlist, of a list of web shows, provided by channels.com
1989 Demuxers:
1990  * Game Music Emu (GME) plugin rewritten, using the proper C API
1991  * DVDnav and DVDread fixes for encoding and misc issues
1992  * Playback of live http .Webm streams
1993  * Taglib thread-safety fix
1995 Decoders:
1996  * Fix decoding of H264 using DxVA2 using Intel IGP, thanks to the donation from
1997    "Puget Systems"
1999 Skins:
2000  * Add an icon to VLC on Linux
2002 Video Output:
2003  * fix a bug that could lead to 100% CPU usage on XCB
2005 Interfaces:
2006  * fix for Qt bug where VLC didn't exit properly on some Windows XP configuration
2007  * fixes on luatelnet and luarc
2009 Miscellaneous crashes and fixes in various plugins (telnet, live555, theora and
2010  TS-mux, Qt)
2012 libLVC:
2013  * add libvlc_media_new_fd() to play directly file descriptors (not Win32/Win64)
2014  * Miscellaneous fixes
2016 Translations:
2017  * Update translations for Walloon, Lithuanian, Spanish, Turkish, Estonian, Dutch,
2018    Bengali, German, Polish, Brazillian Portuguese, Japanese, Italian, Galician,
2019    French and Ukrainian
2020  * Major update and activation on Windows of Modern Greek
2021  * New Asturian translation
2024 Changes between 1.1.4 and 1.1.4.1:
2025 ----------------------------------
2027 Mac OS X:
2028  * Fixed video output on PowerPC-based Macs for videos with widths divisible
2029    by 16
2030  * Fixed an issue with the Equalizer's 170Hz slider
2032 Demuxer:
2033  * Fix crash when closing rtsp streams
2035 Qt interface:
2036  * Fix Windows 7 jumplists with Unicode files
2037  * Various fixes for Windows
2039 Translations:
2040  * New Armenian translation
2041  * Update translations for Dutch, Estonian, Lithuanian, Japanese, Nynorsk,
2042    Brazillian Portuguese, Armenian, Wallon
2045 Changes between 1.1.3 and 1.1.4:
2046 --------------------------------
2048 Win32:
2049  * Fix a security issue when loading DLLs, especially in Qt4 and dmo modules,
2050    See VideoLAN-SA-1005
2051  * Fix folders opening from the interface
2053 Translations:
2054  * Update translations for Lithuanian, Bengali, Slovak, French, Dutch, Ukrainian
2055    Polish, Simplified Chinese, German and Galician
2058 Changes between 1.1.2 and 1.1.3:
2059 --------------------------------
2061 Access and demuxers:
2062  * fixes for FTP relatives path and FTP directory support
2063  * fix for podcasts parsing
2064  * DVD: fix an assert error and various memory leaks
2066 Taglib:
2067  * fix NULL dereferences, as reported by FortiGuard Lab,
2068    CVE-2010-2937 / VideoLAN-SA-1004
2070 Playlist:
2071  * fix a regression where the wrong entry was played
2072  * fix m3u playlists exports
2074 Skins2:
2075  * fix video autoresize behaviour
2077 Translations:
2078  * Update translations for Dutch, Sinhala, Hebrew, Estonian, Spanish and Bengali
2080 Windows and Mac:
2081  * Update of many codecs libraries, fixing bugs and improving speed
2083 Mac:
2084  * architecture-specific installations will now be replaced by specific updates
2086 BSD:
2087  * Add AltiVec detetion for OpenBSD/powerpc
2090 Changes between 1.1.1 and 1.1.2:
2091 --------------------------------
2093 Demuxers:
2094  * Avformat fps displaying fix
2095  * TS, fix an issue where some programs would get dropped (fixes DVB issues too)
2097 Audio filters:
2098  * fix timestamps handling on some filters that provoked issues when playback
2099    of mono streams, especially on Windows
2101 Windows:
2102  * fix a bug in direct3d video output with old nVidia drivers that broke video
2103    playback with overlay (YUV->RGB)
2104  * fix console output encoding
2106 Interface and extensions:
2107  * Youtube and other scripts updates
2108  * Misc fixes in Qt4 (especially VLM and EPG dialogs) and MacOS interface
2111 Changes between 1.1.0 and 1.1.1:
2112 --------------------------------
2114 libVLC:
2115  * New capabilities for libVLC:
2116    * Adjust video filter control: libvlc_adjust_Enable,
2117      libvlc_adjust_Contrast, libvlc_adjust_Brightness, libvlc_adjust_Hue,
2118      libvlc_adjust_Saturation, libvlc_adjust_Gamma
2119    * libvlc_media_player_set_pause() can force the pause state, whereas
2120      libvlc_media_player_pause() would only toggle it.
2121    * libvlc_set_user_agent() configures the "user agent" strings used for some
2122      protocols (HTTP, PulseAudio...). This replaces the --http-user-agent and
2123      the former --user-agent libvlc_new() parameters.
2124    * libvlc_video_set_callbacks() and libvlc_video_set_format() allow grabbing
2125      video frames from a chosen memory location in real-time. This replace the
2126      ugly --vmem-* libvlc_new() parameters in previous versions.
2127      See http://wiki.videolan.org/LibVLC_SampleCode_SDL as an example.
2128    * libvlc_audio_get_delay() and libvlc_audio_set_delay() configure the delay
2129      between audio and video/subpictures for the current input.
2130  * Various fixes and crash preventions, especially when video functions were
2131    called early
2133 Decoders/Demuxers:
2134  * Fix performance issues with GPU decoding using DxVA2 using ATI graphic cards
2135    You NEED ATI Catalyst 10.7
2136  * Fix :program selection in TS and DVB-T
2137  * Fixes and improvements for MKV, Avformat and Avcodec modules
2138  * Fix mod (.xm, .s3m, .it) files support on Windows and Mac builds
2140 Stream output:
2141  * Fix h264 streaming in ts
2143 Interfaces:
2144  * Qt: fix preferences, hotkeys, messages and some fulscreen behaviour
2145  * Skins: support for mousewheel in fullscreen, fix radialsliders
2146  * Http: fix fullscreen toggle
2148 Linux:
2149  * Fix pulse closing
2150  * VAAPI small improvements, notably for extraction mode selection
2152 MacOS:
2153  * Multiple interface and crash fixes
2154  * Deinterlace selection is repaired
2155  * Crashes when playing multi-channel tracks fixes
2157 Windows:
2158  * Activation of DEP on XP SP3
2159  * Fix opening of .m3u and .pls playlists
2160  * Fix crash when My Document isn't available
2161  * Fix crash when Windows was getting into standby while playing video
2163 Translations:
2164  * Update translations for Spanish, Polish, German, Sinhala, Hungarian, Khmer,
2165    Brazilian Portuguese, Chinese, Hebrew, Slovak, Galician
2168 Changes between 1.0.6 and 1.1.0:
2169 --------------------------------
2171 Important changes for users:
2172  * On Linux, known bugs in the ALSA library might prevent audio output.
2173    Update to alsa-lib 1.0.24 or later, or use the PulseAudio output instead.
2175 Important changes for packagers:
2176  * The module cache has moved to ${libdir}/vlc/. The module cache can now be
2177    generated at install time except if you use staged installation. In the
2178    later case, you can generate the module cache in your post-inst script
2179    by invoking 'vlc-cache-gen'. If the module cache is not present and vlc
2180    can't write in ${libdir}/vlc/, it will result it vlc taking a long time to
2181    launch each time.
2182  * Most X11-related plugins now use XCB instead of Xlib. VLC now uses
2183    - xproto,
2184    - xcb, xcb-shm, xcb-xv, xcb-randr (from libxcb),
2185    - xcb-keysyms (from xcb-utils),
2186    - x11-xcb (from libx11) - only for GLX support.
2187  * On X11 platforms, a _working_ version of xdg-screensaver is typically
2188    required to inhibit the screensaver during video playback.
2190 Access:
2191  * Support for the sftp protocol
2192  * Support for CDDB servers for Audio-CD on the Windows port
2193  * New memory input (imem) access and access_demux module to feed VLC from data in memory
2194  * New avio module to use libavformat capabilities for network streams, like rtmp://
2195  * Port of the screen module from Xlib to XCB
2196  * Port of the dc1394 module from libdc1394 to libdc1394 v2.0
2198 Decoders:
2199  * Support for DxVA2 for H.264 decoding on GPU on Windows Vista and 7
2200  * Support for VAAPI for H.264 decoding on GPU on GNU/Linux
2201  * Support for Audio/Video decoders and encoders using OpenMAX IL components for DSP
2203  * Support PGS subtitles for Blu-Ray
2204  * Support for HD-DVB subtitles - Display Definition Segment
2205  * Invmem module improvements
2206  * Support for Atrac1 audio codec
2207  * Support for SSE3 and SSE4 capabilities in some codecs
2208  * Multiple improvements for subtitles styles in .SRT and .SSA
2209  * Support for native decoding of Windows Media Speech (Voice) audio codec
2210  * Support for AMR-NB audio codec on the Windows and Mac port
2211  * Support for Indeo5 video codec
2212  * Improvements on the FLAC format (7.1 channels and 88.2/176.4/192 kHz support)
2213  * Direct rendering is used more often with H.264 in avcodec module
2214  * Support for MPEG-4 ALS lossless audio codec
2215  * Support for VP8 codec
2216  * Support for 7.1 channels in vorbis audio
2218 Demuxers:
2219  * Many fixes on Matroska support (notably seeking) and support for Webm format
2220  * Support for .aob files from DVD-Audio (MLP and LPCM) (Full disc support is NOT present yet)
2221  * Support for ADPCM in .flv streams
2222  * Support for TwinVQ (.vqf) and AMV (.amv) files
2223  * Various EGP improvements
2224  * Support for embedded subtitles in OpenDML and legacy .avi files
2225  * Metadata and cover art improvements
2227 Playlist:
2228  * WPL and ZPL playlist support
2229  * Lua scripts for Mpora, Vimeo playback and Rockbox FM radios
2230  * New Play-And-Pause function to stop playback on latest video image
2231  * Podcast images are now displayed
2233 Video Output:
2234  * Rewrite of the video output core and most video outputs
2235  * Added desktop mode to the Direct3D output module. It differs from DirectX
2236    desktop mode, because it hides the desktop icons, but reacts to mouse clicks.
2237  * New x11, glx and xv modules based on XCB
2238  * New deinterlacing modes based on yadif and yadif(x2)
2239  * New audio/video filter to show audio level on the video output
2240  * Enhanced AtmoLight filter with hardware support for
2241      Classic AtmoLight (http://www.vdr-wiki.de/wiki/index.php/Atmo-plugin)
2242      Quattro AtmoLight (use just 4 Classic AtmoLights as one)
2243      MoMoLight (http://www.ambilight4pc.com/momolight/momolight.html)
2244      Simple serial DMX controller (http://www.ulrichradig.de/ search for DMX)
2246 Extensions:
2247  * New content extensions lua framework
2249 Audio filters:
2250  * Chorus/Flanger audio filter
2251  * 3F1R to stereo down-mix filter
2252  * Dolby mixer, parameterized equalizer, trivial mixer, scaletempo, bandlimited
2253    resampler, linear resampler, ugly resampler, converter_fixed, DTS to SPDIF
2254    and A/52 to SPDIF filters have been upgraded to the "audio filter2" API
2255  * NEON assembly audio converter module
2256  * Converter filters have been rewritten and extended to support s32 as input
2258 Service discovery:
2259  * Service discoveries can now be written in lua
2260  * Service discovery for Picture/Music/Video user directories
2261  * Service discovery based on libudev
2262  * Shoutcast Service discoveries are now removed
2264 Encoders:
2265  * x264, add psy-rd parameter and change default settings
2266  * x264, add profile-limitter same way as x264.exe has, for example
2267     #transcode{vcodec=h264,venc=x264{profile=baseline,level=1.2},vb=384,width=320,height=176}
2268  * x264, defaults to crf=23 as x264.exe-does, if bitrate is given,
2269    uses ABR and if qp-value is set uses CQP
2270  * libx264-version 0.76 or higher is required
2271  * x264 has tune/preset parameters supported
2273 Stream output:
2274  * New smem module, streaming to memory
2275  * Allow duplicate outputs to be merged, like:
2276    --sout "#duplicate{dst=transcode{vcodec=mp2v},select=es=0,dst=transcode,select=es=1}:std{...}"
2278 Interfaces:
2279  * Renamed the legacy rc, telnet and http interfaces to oldrc, oldtelnet
2280    and oldhttp.
2281  * rc, telnet and http are now implemented using the lua interface system.
2282  * qt4 interface contains new iconview and listview mode for playlist
2284 Visualization:
2285  * Support of .milk visualization files using projectM libraries
2287 Mac OS X Port:
2288  * Vastly improved VLCKit framework
2289  * A new dialog provider for libvlc-internal interaction without full interface
2290  * Improved update detection and installation by using the Sparkle framework
2291    by Andy Matuschak et al.
2292  * New CoreText based text renderer replacing the former ATSUI renderer
2293  * New Video output module (mostly targetting VLCKit)
2294  * Optimised behavior when using the 2009 Apple Remote
2296 Windows port:
2297  * Integration in Windows 7 taskbar
2298  * Playback of .Midi files is supported through fluidsynth's module
2300 Maemo port:
2301  * Multiple improvements for N900 compliance and efficiency
2302  * Support for HW accelerated video decoding on N900
2303  * Improvements to the maemo/hildon interface
2305 Misc:
2306  * new sqlite module
2307  * --save-config command line option not supported anymore.
2308  * Fixed and reenabled netsync module.
2309  * Improved Solaris port
2311 Bindings:
2312  * new C++ wrapper around libVLC: libVLCpp
2313  * phonon-VLC backend is now usable
2315 Removed modules:
2316  * csri codec: use the libass module instead.
2317  * galaktos visualisation: use the new projectM module instead.
2318  * showintf: Useless in Qt and on Mac OS X
2319  * transrate: broken since too long
2320  * Xlib x11, Xlib xvideo, Xlib glx: Use the new XCB modules instead.
2321  * HAL: Use libudev instead.
2322  * gtk_main, gtk_main2, gnome_main, gnome_main2 and pda interfaces
2323  * WinCE, BeOS and qnx interfaces
2324  * opie, qte and qte_main interfaces
2325  * linear_resampler and trivial_resampler are removed: use the ugly one.
2326  * XvMC accelerated modules: use VAAPI instead.
2327  * MGA (Matroska) for Linux: use Linux Framebuffer (or X) instead.
2328  * opengllayer: use macosx_video instead.
2329  * cddax: use cdda instead.
2330  * cmml and tarkin codecs are removed because they are dead codecs.
2331  * realaudio codecs: use libavcodec
2332  * access_file removed in favor of filesystem
2333  * RTMP input and output: use avio module
2336 Changes between 1.0.5 and 1.0.6:
2337 --------------------------------
2339 Access:
2340  * Fix crash on FTP URI with no file path
2342 Decoders/Packetizers:
2343  * Fix overflows in A/52, DTS, MPEG Audio and subtitles support
2345 Demuxers:
2346  * Update LUA script for Youtube pages
2347  * Fix crashes in AVI, ASF and Matroska files
2348  * Fix crashes on malformatted ZIP archives
2349  * Fix crashes and leaks in the FFmpeg/avformat plugin
2350  * Fix crash on invalid XSPF playlist
2352 X11 port:
2353  * Partial Xlib threading fixes
2354    More complete fixes are available in VLC 1.1.0. Please update!
2356 Interfaces:
2357  * Fix crash (use after free) in Qt4 bookmarks
2358  * Fix a few crashes in Qt4 playlist
2360 Translations:
2361  * Simplified Chinese, Estonian, French, Japanese, Korean, Spanish, Swedish
2362    and Walloon translations updated
2363  * Sinhala translation started
2365 Removed modules:
2366  * RTMP input and output are removed due to security problems. Please update
2367    to VLC 1.1.0 which provides an FFmpeg-based RTMP input if needed.
2370 Changes between 1.0.4 and 1.0.5:
2371 --------------------------------
2373 Decoders:
2374  * SubRip extra styles improvements
2375  * Fix potential crashes in SSA and svg decoders
2377 Mac OS X Interface:
2378  * Improved support for the 2009 Apple Remote
2380 Windows port:
2381  * Use of gcc 4.4.2 to compile instead of gcc 4.2. This might slightly
2382    increase performance and fix x264 issues
2384 Translations:
2385  * Portuguese Brazilian, Lithuanian, Romanian, Ukrainian, Japanese, Bengali,
2386    Walloon, Galician, Danish, Khmer, Polish, Slovenian, Vietnamese, Finnish
2387    Russian, Slovak translation updates
2388  * New Malayalam, Macedoninan, Nynorsk translations
2391 Changes between 1.0.3 and 1.0.4:
2392 --------------------------------
2394 Audio outputs:
2395  * Fix deadlocks in the audio output core
2396  * Make PulseAudio the default output if available
2398 Video outputs:
2399  * Fix fullscreen mode with KDE 4.3.3 and other window managers
2400  * Fix incompatibility with cairo-dock and compositing
2402 Input:
2403  * Fix DVB scanning regression from VLC 1.0.3
2404  * Support for XZ-compressed byte stream (LZMA algorithm)
2406 Playlist:
2407  * Support for .m3u8 playlist files (UTF-8 M3U)
2409 Unix:
2410  * Support for xcb-keysyms version 0.3.4 or higher
2411  * Fix globalhotkeys on FreeBSD
2413 Qt4 interface:
2414  * Fix opening V4L version 1 devices
2415  * Fix default destination ports in the streaming wizard
2417 Translations:
2418   * New Walloon translation
2419   * Swedish, Ukrainian and French translation updates
2422 Changes between 1.0.2 and 1.0.3:
2423 --------------------------------
2425 Video outputs:
2426  * Fix video quality when resizing the video on Windows Vista and 7, due to
2427    regressions in most popular drivers
2428  * New deinterlacers modules based on yadif and yadif(x2) algorithms
2430 Decoders:
2431  * Windows version supports now natively the WMA Professional codec, as it
2432    didn't work in the packaged version of 1.0.2
2433  * Fix downmixing of particual 4.0 AC-3 audio tracks
2435 Encoders:
2436  * x264 has profile-limitter, like:
2437     #transcode{vcodec=h264,venc=x264{profile=baseline,level=12}..}
2439 Input:
2440  * Update for appletrailers lua script
2441  * Fixes on the RAR stream filter
2442  * Fix for E-AC3 in ATSC/TS streams
2443  * Various fixes for v4l and v4l2
2444  * Fix a crash in mjpeg demuxer
2446 Service discovery:
2447  * New udev module for linux
2449 Qt4 interface:
2450  * Fixes on the playlist and the stream output panels
2452 Translations:
2453  * French, Galician, Korean, Polish, Russian, Romanian, Slovak and Ukrainian updates
2456 Changes between 1.0.1 and 1.0.2:
2457 --------------------------------
2459 Decoders:
2460  * Native support for WMA Professional, without the use of the Win32 dlls
2461  * Fix issues in subtitles, especially SSA ones
2462  * Various fixes on theora and ogg
2464 Demuxers:
2465  * Various fixes for EPG support in MPEG-TS demuxer
2466  * Fixes for potential stack overflow in .avi, .mp4 and .asf demuxers
2468 Access:
2469  * Fixes for v4l2 devices
2470  * Fixes for dvb-c channels-scanning
2472 Qt Interface:
2473  * Fix some playlist sorting issues
2475 Mac OS X Interface:
2476  * Fixed a crash when updating VLC
2477  * Fixed a crash related to QTKit when opening video files (10.6 only)
2478  * Added the ability to play 2nd media in sync to the primary item (input-slave)
2479  * Added the "Quit after Playback" feature
2481 Mac OS X Port:
2482  * The "Delete Preferences" script is now delivered as a Universal Binary
2483    with native code for PowerPC, Intel and Intel 64bit
2484  * Full 64bit runtime compatibility on both Mac OS X 10.5 and 10.6
2485    - no support for Goom and SDL
2486    - limited text rendering support
2487    - This port is still considered as EXPERIMENTAL despite its binary release.
2489 Encoders:
2490  * MPEG2 transrate stream output removed
2491  * x264 default-values closer to x264.exe defaults.
2492  * x264 rc-behaviour fixes:
2493    - if user defines qp-value, CQP-mode is used
2494    - otherwise if user defines vb=0, CRF-mode is used
2495    - otherwise ABR-mode is used
2496  * x264 set vbv-bufsize/vbv-maxsize better if user hasn't defined these:
2497    - ABR mode set vbv-max-bitrate=bitrate
2498    - vbv-bufsize is bitrate * seconds between keyframes (keyint/fps)
2501 Playlist:
2502  * Lua scripts for Mpora and Vimeo playback
2504 Unix builds:
2505  * Various fixes to enable 1.0 to build on Solaris and OpenBSD
2507 Translations:
2508  * New Kazakh and Croatian translations
2509  * Lithunanian translation is available on Windows
2510  * Galician, Korean, Nepali, Vietnamese, Ukrainian, Portuguese Brazilian,
2511    Arabic and French translation updates
2514 Changes between 1.0.0 and 1.0.1:
2515 --------------------------------
2517 Demuxers:
2518  * Fix wmv/asf issues that caused audio to drop
2519  * Various fixes for ac3, mp3, dts and stability for wav format
2520  * Fix seek in RTSP in conformity to RFC 2326
2521  * Fix Dailymotion access script
2522  * Fix crashes in xspf files handler
2523  * Fix seeking and timing issues in some flv files on Windows version
2525 Access:
2526  * Add extra caching for files on network shares
2527  * Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ,
2528    DZCORE Labs, Algeria
2530 Decoders:
2531  * Fix seeking in mpeg2 video files
2532  * Improve SSA subtitles rendering
2533  * Update most codecs for the Windows and Mac version
2535 Muxers:
2536  * Fix sound recording of .flv files with mp3 audio
2538 Qt Interface:
2539  * Possibility to change the opacity level of the Fullscreen controller
2540  * Fix various crashes and VIDEO_TS folders opening
2542 Mac OS X Interface:
2543  * Added options to disable support for Apple Remote and Media Keys
2544  * Fixed options for Volume, Last.fm password and Subtitle Encoding
2545  * Fixed redraw issues when autosizing the video window
2546  * Preferences panel now includes help through tool-tips
2547  * More reliable Information and Messages panels
2548  * Fix various crashes
2550 Windows port:
2551  * The ZVBI module is now available for Windows, for complete teletext support
2553 Translations updates for Brazillian, French, German, Korean, Norwegian Nynorsk,
2554 Lithuanian
2557 Changes between 0.9.10 and 1.0.0:
2558 ---------------------------------
2560 Important notes:
2561 ----------------
2562  * Alsa and OSS audio capture has been removed from the v4l and v4l2 accesses.
2563    See 'Access:' for more info.
2564  * Support for Mac OS X 10.4.x was dropped due to its technical limitations
2566 Playback:
2567  * Instantaneous pausing
2568  * Frame-by-Frame playback
2569  * Finer speed control
2570  * On-the-fly recording for all medias
2571  * Timeshift for most medias
2572  * RTSP trickplay support
2573  * Subtitles core improvements and fixes
2575 Decoders:
2576  * New AES3 (SMPTE 302M) decoder
2577  * New Dolby Digital Plus - E-AC-3 (A/52b) decoder
2578  * New True HD/MLP decoder and parser
2579  * New Blu-Ray Linear PCM decoder
2580  * New QCELP (Qualcomm PureVoice) decoder
2581  * Improved Real Video 3.0 & 4.0 decoder
2582  * New WMA v1/2 fixed point integer decoder
2583  * Closed Captions using the SCTE-20 standard are now correctly decoded
2584  * Improvement of WavPack decoder to support all integer modes and float mode
2585  * Corrections on 5.1 and 7.1 channel decoding and ordering
2587 Demuxers:
2588  * Support for Dirac, MLP and RealVideo in Matroska files
2589  * Major improvements in RealMedia files opening (.rm and .rmvb)
2590  * Improvements of the TS demuxer for M2TS files from Blu-Ray and AVCHD
2591  * Metadata for mod files are supported
2592  * GSM codecs in Wav files are supported
2593  * New raw audio demuxer supporting raw PCM streams
2594  * New Dirac demuxer for raw Dirac streams
2596 Encoders:
2597  * Dirac encoding using libdirac (supported in Ogg and in TS)
2598  * Shine mp3 fixed-point encoder
2600 Access:
2601  * RTSP authentication with Darwin Streaming Server
2602  * On-the-fly gzip and bzip2 file decompression (except on Windows)
2603  * Playback for video in uncompressed multi-RAR archives
2604  * DVB-S and ATSC cards support on Windows
2605  * New OSS and Alsa accesses. The v4l2 and v4l modules no longer support
2606    OSS or Alsa audio input. Use --input-slave alsa:// or oss:// if needed.
2607  * DVB scanning on linux
2608  * EXPERIMENTAL Blu-Ray Disc and AVCHD Folders support
2609  * On-the-fly zip file decompression and browsing (MRL of the form
2610    zip://file.zip!/file.avi to specify the file - the development form of
2611    zip://file.zip|file.avi is not supported anymore)
2612  * Opening of any file descriptor using 'fd://'
2613  * MTP device access on Unix
2614  * CD-Text support on the cdda module (CD-Audio)
2615  * :start-time and :stop-time can handle sub-second values
2617 Inputs:
2618  * Mouse cursor support in x11 and win32 screen modules
2619  * Screen module now features partial screen capture and mouse following on
2620    Windows and Mac OS X.
2622 Playlist:
2623  * Export the playlist in HTML
2624  * Lua script for BBC radio playback
2625  * Better metadata handling and reading
2627 Linux/Windows interface:
2628  * Global Hotkeys on Windows and Linux
2629  * Various fixes for skins2 interface
2630  * Recently played items list
2631  * Interface toolbar customizations
2632  * Various Improvements on the Qt interface:
2633     - More menus actions
2634     - Finer speed slider
2635     - Improvements on many dialogs
2636     - New dialog for plugins listing
2637     - Fixed-size mode for videos
2638     - Better Teletext, trickplay and encrypted streams control
2639  * Better integration in GTK environments
2641 Mac OS X Interface:
2642  * Controllable by the Media Keys on modern Apple keyboards (brushed Aluminium)
2643  * Reveal-in-Finder functionality for locally stored items.
2644  * Easy addition of subtitles through the Video menu
2645  * Additional usability improvements
2647 Stream output:
2648  * Restored the old mpeg2 transrating module.
2649  * Multiple bridge-in instances are now possible.
2650  * bridge-in can be used to configure a placeholder stream.
2651  * Remote Audio Output Protocol (AirTunes) module.
2652  * Fixed mosaic memleak. Mosaics are now usable again.
2654 Maemo Port:
2655  * New Maemo port with:
2656    - an interface based on Hildon framework.
2657    - scaler based on the swscale_nokia770 library.
2659 Windows CE Port:
2660  EXPERIMENTAL work for the winCE port has been done.
2662 Mac OS X Port:
2663  * EXPERIMENTAL 64bit support
2664  * Speed improvements by using llvm-gcc
2665  * New document icons by Dominic Spitaler
2666  * Support for latest iSight models
2668 Audio output:
2669  * Removed obsolete Esound and aRts plugins
2670  * Surround support for PulseAudio
2672 Video output:
2673  * Effects (cube, torus, etc.) removed from OpenGL video output
2674  * Video is able to stay in original size and to zoom in fullscreen
2675    (hotkey 'o') while keeping black borders
2676  * Image video output has been rewritten into a video-filter named 'scene'.
2677    The old image video output has been removed.
2678  * Support for scaling and converting video chromas with FFMPEG imgresample was
2679    withdrawn due to bugs. Please use the newer FFMPEG swscale instead.
2681 Miscellaneous:
2682  * Invmem, a fake codec to display images from external applications
2684 New Localization:
2685  * Khmer
2686  * Mongolian
2687  * Sorani
2690 Changes between 0.9.9a and 0.9.10:
2691 --------------------------------------
2693 HTTP Interface:
2694  * Fixed default ACL
2696 Mac OS X:
2697  * Fixed crashes on multi-screen setups
2698  * Corrected volume and subtitle encoding options in the Preferences
2699  * Improved Information panel behavior, when playlist is not displayed
2700  * Fixed QTCapture input support for the latest iSight models
2701  * Added a menu-item to unlock the video window's aspect ratio
2702  * Fixed redraw issues when autosizing the video window
2703  * Updated libpng, libgpg-error, libgcrypt, fribidi
2705 Various fixes to the following modules:
2706  * access:
2707    - HTTP, SMB
2708    - updated and additional access scripts (BBC radio, dailymotion, ...)
2709    - Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ,
2710      DZCORE Labs, Algeria
2711  * stream out:
2712    - RTP, RTSP VoD, Mosaic Bridge
2713  * decoder:
2714    - TSCC
2717 Changes between 0.9.9 and 0.9.9a:
2718 ---------------------------------
2720 Mac OS X:
2721  * Updated multiple 3rd party libraries to keep in sync with the Win32 port
2722  * Playback fixes for PowerPC-based Macs
2725 Changes between 0.9.8a and 0.9.9:
2726 ---------------------------------
2728 Decoders:
2729  * Experimental new decoder for Real Video 3.0 & 4.0
2731 Demuxers:
2732  * Various fixes related to real demuxer
2734 Mac OS X Interface:
2735  * Fixed circumstances, which could lead to an empty Information panel
2736    - Note that VLC will show information on the currently _selected_ item
2737      instead of the currently _playing_ item, if the playlist is visible in the
2738      main controller window.
2739  * Fixed multiple UTF8 issues in the Streaming / Exporting Wizard
2741 Mac OS X Port:
2742  * Improved video playback performance on Intel-based Macs
2744 New Localizations:
2745  * Indonesian
2746  * Bengali
2747  * Updates of other localizations
2749 Various bugfixes:
2750  * Support for receiving RTP packets on odd port numbers.
2751  * Lots of small bugfixes.
2752  * Correct Fullscreen behaviour on Multi-Screen setups on Windows
2753  * Telnet fixes on Windows
2754  * Resampling fixes when transcoding
2757 Changes between 0.9.6 and 0.9.8a:
2758 ---------------------------------
2760 Security update:
2761  * Fixed buffer overflow in Real demuxer (SA-0811, CVE-2008-5276)
2763 Bunch of small bugfixes.
2766 Changes between 0.9.5 and 0.9.6:
2767 --------------------------------
2768 New Localizations:
2769  * Ukrainian
2771 Security updates:
2772  * Fixed overflow in CUE support from VCD access (SA-0810, CVE-2008-5032)
2773  * Fixed overflow in RealText subtitles support (SA-0810, CVE-2008-5036)
2776 Changes between 0.9.4 and 0.9.5:
2777 --------------------------------
2778 Security updates:
2779  * Fixed buffer overflow in TiVo demuxer (SA-0809, CVE-2008-4686, CVE-2008-4654)
2780  * Fixed libpng CVE-2008-3964 in Win32 and MacOS builds
2782 Features:
2783  * Closed Caption EIA 608/708 parsing enabled for libmpeg2
2785 Various bugfixes:
2786  * Fixed various potential crashes and memleaks
2787  * Fixed issues with reading from files (especially non-local)
2789 Windows port:
2790  * Fix bug where interface was "eating" some media keys
2791  * Fix some crashes in DirectShow access
2793 Qt Interface:
2794  * Fix bug when the resetting of preferences didn't reset the dialog states
2795  * Right-click menu to select playlist columns reenabled
2796  * Various fixed in playlist
2798 Access:
2799  * MMAP module is now deactivated by default
2801 Translations:
2802  * Update of Brazillian, Swedish translation
2805 Changes between 0.9.3 and 0.9.4:
2806 ------------------------------------
2807 Various bugfixes:
2808  * Crashes fixed in ogg, vobsub, dvdread
2809  * Fixes several memory leaks.
2811 Mac OS X port:
2812  * Apple machines without Quartz Extreme are no longer supported (use 0.9.2 or earlier )
2813  * Fixed a crash with deletion of old preferences.
2814  * Fixed targetname for downloaded updates
2816 Windows port:
2817  * Stability fix for the video output.
2820 Changes between 0.9.2 and 0.9.3:
2821 --------------------------------
2823 Various bugfixes:
2824  * Fixed DTS channel order on 5.1 systems
2825  * Fixed pausing behavior for subtitles and for Audio-CD
2826  * Multiple subtitles and podcast fixes
2827  * Various crashes fixed in PS, SSA, mkv, xspf, freetype
2828  * Fixed update system bugs
2829  * Other bug fixes (dvd language selection, subtitle colours, HTTP keep-alive...+)
2831 Mac OS X port:
2832  * Fixed ffmpeg slowness on PowerPC-based Macs
2833  * Fixed crash on startup when installed on old preferences
2834  * Fixed bug in directory opening on Mac OS X
2835  * Fixed font selection in the Simple Preferences
2836  * Thicker border to the subtitle renderer
2837  * Fixed the appearance of playlist items in the Streaming/Transcoding Wizard
2838  * Fixed AC3 passthrough on Mac OS X
2839  * Fixed behavior of the Volume Normalizer settings on Mac OS X
2840  * Removed the deprecated QuickDraw video output module to avoid crashes on
2841    modern Mac OS X versions
2843 Windows port:
2844  * Fixed sensitivity of Fullscreen Controller
2845  * Fixed error messages on startup when VLC wasn't correctly uninstalled
2846    before installation
2847  * Fix showing of controller when returning from fullscreen playback
2848  * Multiple directory and path location fixes.
2850 Qt4 interface:
2851  * Added Faster/Slower icons to the controller panel
2852  * Fixed lost playlist columns when switching the playlist view
2853  * Added needed options to Simple preferences (to avoid NVIDIA drivers issues)
2854  * Fullscreen controller: added time label, remembering of last position
2855  * Fixed drag'n drop behaviour on the playlist
2856  * Multiple other fixes (Enter hotkey in preferences, Skins selection...)
2859 Changes between 0.9.1 and 0.9.2:
2860 --------------------------------
2862  * Restored the old behavior of --sout-keep. It is now de-activated by default.
2863  * Skins2 interface repaired on Windows.
2864  * Multiple bugfixes.
2867 Changes between 0.9.1 and 0.9.0:
2868 --------------------------------
2870  * Multiple bug fixes.
2873 Changes between 0.8.6i and 0.9.0:
2874 ---------------------------------
2876 Important notes:
2877 ----------------
2878  * This release will need Windows 2000 and Mac OS X 10.4 (Tiger), or more
2879    recent to work correctly
2880  * The HTTP interface is now only available on the local machine by default.
2881    If you want to make it available from other machines, you will have to
2882    edit the ".hosts" file.
2883    - On UNIX/Linux, the file is in /usr/share/vlc/http/.hosts
2884      If you're using the old http interface, it's located in
2885      /usr/share/vlc/http/old/.hosts
2886    - On Windows they are in C:\Program Files\VideoLAN\VLC\http\.hosts and
2887      C:\Program Files\VideoLAN\VLC\http\old\.hosts
2888    - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts
2889      and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts
2890  * This version of VLC contains a new interface for Windows and Linux.
2891    This interface has a fullscreen controller and simplified preferences.
2892    This interface lacks the "Streaming Wizard" that used to be present in VLC
2893    0.8.6, but provides basic profiles.
2894  * The behavior of --sout-keep was changed. It's now activated by default.
2895  * The marq, mosaic and logo commands in the rc interface changed. They
2896    now require a target name as their first argument. Example:
2897    vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
2898    You can then use commands like: @test marq-marquee Goodbye
2899    If you didn't name the object using @test, its name will default to the
2900    plugin name (hence 'marq') in this example.
2901    These new commands are also available in the telnet interface.
2902  * The "rtp" access output module has been removed.
2903    Please use the RTP stream output instead, e.g.:
2904      Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
2905      New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}'
2906  * You now need to append --m3u-extvlcopt to your command line to enable
2907    EXTVLCOPT options parsing in m3u playlists. Note that only a limited set
2908    of options is available to m3u playlists (CVE-2007-6683).
2909  * The old access:url syntax is no longer supported to resolve ambiguities
2910    with some file names. Use access://url instead.
2911     E.g.:  vlc:quit -> vlc://quit ;
2912            udp:@239.255.12.12 -> udp://@239.255.12.12
2913  * The ffmpeg module has been removed and replaced by the new avcodec,
2914    avformat, swscale (or imgresample if you use a swscale-less ffmpeg build)
2915    and postproc modules.
2916  * The web plugins ActiveX (IE)/Firefox/Mozilla/Safari now recognize the
2917    following states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4,
2918    STOPPING=5, FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and
2919    BACKWARD being reserved for future implementations and are thus not
2920    functional atm.
2921  * Croping and padding in transcode are now done using the croppadd video
2922    filter. For example:
2923    transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}}
2924  * Canvas setting in transcode is now done using the canvas video filter.
2925    For example:
2926    transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}}
2927  * Glide video output module has been removed.
2929 Changes:
2930 --------
2932 Security updates:
2933  * Updated libfreetype on Windows and Mac OS X (CVE-2008-1806, CVE-2008-1806,
2934    CVE-2008-1807)
2935  * TTA Parser improvements (CVE-2008-3732)
2936  * MMS Access Module improvements (CVE-2008-3794 )
2938 Playlist:
2939  * Vastly improved playlist support:
2940     * Media library creation to save all your playlist items
2941     * "Live search"
2942     * Shoutcast TV listings
2943     * Audioscrobbler/Last.FM support
2944  * Album art support
2945  * User definable Lua playlist scripts. See share/lua/playlist/README.txt
2946    (Default scripts open YouTube, DailyMotion, metacafe, Google Video and
2947    lots of other URLs)
2948  * User definable Lua album art fetcher scripts. See share/lua/meta/README.txt
2950 Inputs:
2951  * Video for Linux 2 (V4L2) input support
2952  * UDP-Lite transport for RTP/AVP
2953  * DCCP transport for RTP/AVP
2954  * Proxy support for MMSH stream
2955  * JACK audio input support
2956  * Input run time option (improved live stream recording)
2957  * BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows
2958  * Re-written Screen access module for Mac OS X
2959    using OpenGL instead of QuickDraw
2960  * Screen module now supports partial screen capture and mouse following on X11.
2961  * Experimental EyeTV access module
2962    This requires the user to install a plugin to EyeTV.app
2963    (available as a separate download).
2964  * Simple RTP input (with MPEG A/V, G.711 and PCM support).
2965  * RTMP input support
2966  * QTKit-based Input module for Mac OS X allowing display and streaming of video
2967    taken from all iSight-labelled video cameras (no audio support)
2968  * HTTP access now supports gzip compressed data and Digest Access
2969    Authentication.
2970  * New options to reduce latency between arrival of raw data and display of
2971    frames. (--auto-adjust-pts-delay and --use-stream-immediate)
2973 Demuxers:
2974  * MP4 gpac and Apple chapter support
2975  * Fixed playback of AIFF stereo files
2976  * Fixed audio glitch on seek
2977  * Improved FLAC demuxer (duration / current time / meta data)
2978  * AAC tags support
2979  * APEv1/2 tags support
2980  * Improved ID3v2 tags support
2981  * Improved Ogg/Vorbis tags support
2982  * Raw video support
2983  * Standard MIDI File (types 0 & 1) support
2984  * TiVo Series 2 support
2985  * CD+G karaoke Files support
2986  * MXF files support
2987  * OMA support
2989 Decoders:
2990  * VP60/VP61/VP6F/VP62 support
2991  * Flash Screen Video support
2992  * CamStudio Screen Video support
2993  * DosBox Capture support
2994  * Karl Morton's Video support
2995  * limited atrac3 support
2996  * Fraps support
2997  * Fluidsynth MIDI software synthesis (with external sound fonts)
2998  * New codec FOURCCs to support more specific files:
2999    Avid, FCP, Sony, Samsung, ...
3000  * H.264 PAFF support
3001  * DNxHD / VC-3 support
3002  * NellyMoser ASAO support
3003  * APE (Monkey audio) support
3004  * RealVideo support (with the RealVideo run-time)
3005  * Dirac video support using libschroedinger
3007 Subtitles:
3008  * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC)
3009  * VBI & EBU (Teletext) support (*nix, Mac OS)
3010  * Ogg/Kate subtitles support
3011  * AQTitle subtitles support
3012  * MKV USF subtitles support
3013  * HTML-based subtitles support
3014  * MPSub subtitles support
3015  * JacoSub subtitles basic support
3016  * MPL2 subtitles support
3017  * Rewrite of ASS/SSA scripts and subtitles support
3018  * PowerDivx (.psb) Subtitles support
3019  * Realtext subtitle support
3020  * DKS subtitle support
3021  * SubViewer 1.0 (SubRip09) subtitles support
3022  * Correct Right-to-left languages in subtitles support
3024 Encoders:
3025  * Flash Screen Video support
3026  * Improved H.264 encoding speed
3028 Video outputs and filters:
3029  * New CoreAnimation-based output module (VLCKit framework on OS X only)
3030  * Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and
3031    Psychedelic) video filters can now be streamed
3032  * New puzzle video output filter
3033  * Re-written motion detection video filter
3034  * New extract video filter (extract Red, Green and Blue components from a
3035    video)
3036  * New sharpen video filter (increase the contrast of adjacent pixels)
3037  * New erase video filter (removes logos from a video)
3038  * Enhanced subtitles' renderer to support bold, italic and some HTML tags
3039    (Google Summer of Code Student project)
3040  * Support for RGBA and I420 blending.
3041    The latter improves Mosaic CPU usage *a lot*.
3042  * New transparency mask video filter (for use with the mosaic_bridge module).
3043  * New bluescreen video filter (for use with the mosaic_bridge module).
3044    This was previously part of the mosaic module.
3045  * Fixed random characters problem in RSS filter.
3046  * Add rotate-deciangle for more precision on rotate filter
3047  * Support for Intel SSE2 instruction set in chroma converters
3048  * Improved use of Intel MMX instruction set in chroma converters
3049  * New croppadd and canvas video filters.
3051 Audio outputs and filters:
3052  * Replay gain support
3053  * Audio playback when going slower/faster (with pitch correction via
3054    new scaletempo audio filter)
3055  * New spatializer audio filter
3056  * Correct DTS output via S/PDIF
3058 Stream output:
3059  * RTSP for TS-multiplexed broadcast streams
3060  * New RTP payload formats:
3061    * Speex voice audio codec
3062    * ITU T.140 (for text, subtitles) output
3063    * G.711 (both A-law and Âµ-law) output
3064  * UDP-Lite transport for RTP
3065  * DCCP transport for RTP
3066  * Lots of fixes for RTSP broadcasting
3067  * RTMP output
3069 Interfaces:
3070  * All
3071    * New Simple Preferences dialogs showing the most important settings in an
3072      end-user suitable way.
3073    * Improved user interaction
3074    * Improved mouse gestures
3075    * Vastly improved Update checker
3076    * Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2)
3077  * Windows/Linux
3078    * Brand new interface for Linux and Windows, based on the Qt toolkit
3079    * Fullscreen controller (transparency on Linux+Composite)
3080  * Mac OS X
3081    * Improved video output features
3082    * Online access to VideoLAN's Help Wiki within VLC
3083    * New setting to disable the "Recent Items" service
3084    * When playing Radio (live) streams, the current track is shown correctly
3085    * Correct appearance on Macs using Aqua's graphite theme
3086    * Simplified Extended Controls panel
3087  * Ncurses:
3088    * Correctly displays wide characters when using an UTF-8 locale,
3089      if libncursesw is available.
3090    * Some nice colors if the terminal supports it (most do)
3091  * Experimental Lua interface modules. See vlc -I lua and
3092    share/lua/intf/README.txt for more info.
3093  * Unix
3094    * Option to allow only one running instance, using D-Bus interface.
3095    * D-Bus Interface implementing the MPRIS
3096      (Media Player Remote Interfacing specification), a common dbus control
3097      interface for media players that intends to become an xdg standard when
3098      finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces .
3099    * Motion module using disk accelerometers to keep video horizontal
3100    * Plugin to set Telepathy presence message using MissionControl
3101  * Fixed VLM schedule time on Linux
3103 Linux Port:
3104  * VLC now complies with the XDG Base Directory Specification version 0.6
3105    http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
3106    (which means that VLC doesn't use the $HOME/.vlc directory anymore)
3108 Mac OS X Port:
3109  * Mac OS X Framework "VLCKit" that can be used to embed VLC in third party
3110    applications (Google Summer of Code Student project, Mac OS X 10.5 only)
3111  * New text renderer based on Quartz replacing the existing Freetype solution
3112  * Complete compatibility with Mac OS X 10.5 Leopard
3113    * It is now required to compile a fully featured build
3114  * The support of Mac OS X 10.3.9 and QuickTime 6.x was discontinued.
3116 LibVLC:
3117  * Event management and various improvements in libvlc
3118    (Part of a Google Summer of Code Student project)
3120 New Localizations:
3121  * Finnish
3122  * Persian
3123  * Polish
3124  * Punjabi
3125  * Bulgarian
3127 Developers:
3128   * LibVLC now supports externally built plugins properly.
3129     A "vlc-plugin" pkg-config package is provided.
3130   * Java bindings are now built from a separate source.
3133 Changes between 0.8.6h and 0.8.6i:
3134 ----------------------------------
3136 Security updates:
3137  * Fixed integer overflow in WAV demuxer (CVE-2008-2430)
3139 Various bugfixes:
3140  * Fixed option to use shared memory within the GLX video output module
3141  * Improved galaktos-based audio visualizations on FreeBSD
3142  * Miscellaneous bugfixes in multiple modules and in libvlc
3143    (transcode stream output, OSD menu video filter, VCD input,
3144     SAP services discovery, http control interface)
3145  * Updated Polish translation
3148 Changes between 0.8.6g and 0.8.6h:
3149 ----------------------------------
3151 Security updates:
3152  * Updated GnuTLS and libgcrypt on Windows and Mac OS X (CVE-2008-1948,
3153    CVE-2008-1949, CVE-2008-1950)
3154  * Updated libxml2 on Windows and Mac OS X (CVE-2007-6284)
3156 Goodies:
3157  * Updated libebml and libmatroska on Mac OS X. Reliability improvements.
3158  * Miscellaneous bugfixes in multiple modules and in libvlc
3159    (ftp access, record access filter, video filters, RC interface,
3160     playlist demuxer, IP networking, MPJPEG muxer, stream outputs)
3161  * Improved support for MPEG2 content created by Final Cut Pro
3162  * More reliable audio reception for MPEG TS streams
3163  * Fixed a regression in 0.8.6g where usage of the snapshot feature could lead
3164    to an unexpected application termination
3165  * New Serbian translation
3166  * Updated Romanian translation
3169 Changes between 0.8.6f and 0.8.6g:
3170 ----------------------------------
3172 Security updates:
3173  * Removed VLC variable settings from Mozilla and ActiveX
3174    (CVE-2007-6683, VideoLAN-SA-0804)
3175  * Removed loading plugins from the current directory
3176    (CVE-2008-2147, VideoLAN-SA-0805)
3177  * Updated libpng on Windows and Mac OS X (CVE-2008-1382)
3178  * Fixed libid3tag denial of service (CVE-2008-2109)
3179  * Fixed libvorbis vulnerabilities (CVE-2008-1419, CVE-2008-1420, CVE-2008-1423)
3180  * Fixed speex insufficient boundary check (CVE-2008-1686, oCERT-2008-004)
3182 Various bugfixes:
3183  * Fixed various memory leaks, improving stability when running as a server
3184  * Fixed compilation with recent versions of FFmpeg
3185  * Correctly parses SAP announcements from MPEG-TS
3186  * Fixed AAC resampling
3187  * The Fullscreen Controller appears correctly on Mac OS X,
3188    if the 'Always-on-top' video option was selected.
3191 Changes between 0.8.6e and 0.8.6f:
3192 ----------------------------------
3194 Security updates:
3195  * Really fixed subtitle buffer overflow (CVE-2007-6681, CVE-2008-1881)
3196  * Fixed Real RTSP code execution problem (CVE-2008-0073)
3197  * Fixed MP4 integer overflows (CVE-2008-1489, CVE-2008-1768)
3198  * Fixed cinepak vulnerabilities (CVE-2008-1769)
3199  - More information can be found in VideoLAN-SA-0801 and VideoLAN-SA-0803.
3201 Various bugfixes:
3202  * The Mozilla plugin registers a usable range of MIME-types on Mac OS X
3203  * Improved VLC's video output behavior on multi-screen setups running Mac OS X
3204  * Fixed crashes in H264 packetizer
3205  * Close MMS access on network timeout
3206  * Fix some problems with AAC decoder & packetizer
3209 Changes between 0.8.6d and 0.8.6e:
3210 ----------------------------------
3212 Various bugfixes:
3213  * Resume playback for viewing content over FTP
3214  * Fixed XShm detection with remote X11
3216 Security updates:
3217  * Subtitle demuxers overflow (CVE-2007-6681)
3218  * HTTP listener format string injection (CVE-2007-6682)
3219  * Fixed buffer overflow in the SDL_image library (CVE-2006-4484)
3220  * Real RTSP overflows (CVE-2008-0225, CVE-2008-0295, CVE-2008-0296,
3221    VideoLAN-SA-0801)
3222  * Arbitrary memory overwrite in the MP4 demuxer (CORE-2008-0130,
3223    VideoLAN-SA-0802)
3225 Audio filter:
3226  * Fixed DTS to S/PDIF converter
3228 Audio output:
3229  * Fixed 5.1 audio on ALSA
3231 Access:
3232  * Fixed some RTSP hanging and user/password passing through RTSP URLs
3234 Stream output:
3235  * Fixed waiting for SPS/PPS problem in H.264 packetizer
3237 Encoders:
3238  * Improved compatibility for creating H.264 video files playable on iPhones
3239  * Improved detection of optimal amount of threads for multi-threaded H.264
3240    encoding on multi-cpu systems
3241     - Note that this is used when transcode threads is set to 0 (default)
3242     - Not supported on Windows (multiple threads require manual configuration)
3244 Mac OS X Interface & Port:
3245  * Restored compatibility with Mac OS X 10.3.9
3246  * Corrected behavior of the Preferences panel
3247  * VLC no longer crashes on quit while playing
3249 Localization:
3250  * Updated Romanian and Polish translations
3253 Changes between 0.8.6c and 0.8.6d:
3254 ----------------------------------
3256 Various bugfixes:
3257  * Mozilla plugin: supports a reasonable amount of MIME types on Windows
3258  * Linux: Fixed S/PDIF passthrough with ALSA
3259  * Automatic recovery on unexpected stream discontinuity (clock gap) occurrences
3260    in input
3261  * Use field order (top/bottom) for correct bob/linear deinterlacing
3262  * Fix invalid free in bookmarks loading code
3264 Windows and Mac OS Binaries
3265  * FLAC Security Update (CVE-2007-4619) to prevent multiple integer overflows
3267 Active X plugin:
3268  * Security update (VideoLAN-SA-0703, CVE-2007-6262)
3270 Mac OS X Interface & Port:
3271  * Apple Remote support on Mac OS X 10.5 Leopard with enhanced functionality
3272  * Improved Video Output compatibility for Mac OS X 10.5 Leopard
3273  * Improved behavior of the Fullscreen Controller and mode changes between
3274    Fullscreen and Windowed Video Output
3275  * Softened the white flash artifacts that may appear during the transition of
3276    two different movies
3277  * Support for current Ogg file formats
3278  NOTE: This release requires Mac OS X 10.4 or higher.
3279        Mac OS X 10.3.9 is not supported anymore.
3281 Encoders:
3282  * Improved H.264 encoding speed on Mac OS X
3284 Other changes:
3285  * The automatic updating facility was removed
3286  * You now need to append --m3u-extvlcopt to your command line to enable
3287    EXTVLCOPT options parsing in m3u playlists.
3288  * RTSP server remote denial of service fixed (CVE-2007-6684).
3291 Changes between 0.8.6b and 0.8.6c:
3292 ----------------------------------
3294 Various bugfixes, notably:
3295  * Windows Vista compatibility
3296  * Cropping in Direct3D
3297  * Fullscreen change crash on Mac OS X
3298  * RSS filter string overflow
3299  * Few memory leaks
3300  * MKV demuxer crash (related to seeking)
3302 CDDA / Vorbis / Theora / SAP plugins:
3303  * Security updates (VideoLAN-SA-0702, CVE-2007-3316, US-CERT VU#200928)
3305 Demuxers:
3306  * Fixed a problem with detecting embedded subtitles (GAB2 format) in AVI
3307  * Prevent WAV file integer overflow (CVE-2007-3467 & CVE-2007-3468)
3309 Decoders:
3310  * Updated FLAC API compatibility
3312 Input:
3313  * Support for new v4l2 encoder API
3315 Localisation:
3316  * New localisation: Arabic, Persian
3319 Changes between 0.8.6a and 0.8.6b:
3320 ----------------------------------
3322 Various bugfixes, notably:
3323  * Out-of-bound read in demuxers
3324  * Demuxers crashes (incl. CVE-2007-0256)
3325  * Mac OS X Interface crashes
3326  * VP31 decoding on Windows platforms
3327  * Direct3D Video Output modifications for Vista compatibility
3328  * Correct behaviour for feeding streams to Icecast or Shoutcast servers
3330 Decoders:
3331  * Enhanced Flash Video support incl. VP61 and VP60
3332  * Teletext subtitles (telx) support
3334 Webbrowser plugins:
3335  * Rectified behaviour and improved usability
3337 Mac OS X Interface & Port:
3338  * Diverse usability improvements
3339  * New wizard option to embed subtitles
3340  * Screensaver/automatic sleep mode is enabled when a video is paused
3341  * Improved Delete-Preferences-Script
3344 Changes between 0.8.6 and 0.8.6a:
3345 ---------------------------------
3347 CDDA / VCDX plugins:
3348  * Security updates (VideoLAN-SA-0701, CVE-2007-0017)
3350 Mac OS X Interface:
3351  * Fullscreen controller improvements
3354 Changes between 0.8.5 and 0.8.6:
3355 --------------------------------
3357 Playlist:
3358  * Shoutcast TV listings support
3360 Input:
3361  * Support for RTSP authentication
3362  * Support for adding subtitles on the fly
3363  * Fixed MPEG-PS duration calculation
3364  * ATSC support for DVB input
3365  * Partial reading support for DVR-ms recordings
3366  * Partial reading support for MXF and GXF fileformat
3367  * Improved support for Flash Video files
3369 Decoders:
3370  * Native WMV9/VC-1 support
3371  * WMA Speech support (through binary codecs)
3372  * VP5/VP6 - Flash Video support (not VP61)
3373  * The True Audio Lossless codec support
3374  * Matroska WavPack support
3375  * Improved H.264 support (interlaced, speed improvements etc but no PAFF)
3376  * Fixed a problem with MPEG2 field pictures
3377  * Fixed swapped colors on DVB subtitles
3379 Video output:
3380  * Additional OpenGL effects (cylinder, torus, sphere, ...)
3381  * Experimental Direct3D 9 video output (win32). Best served on Vista :)
3382  * Improved libcaca support
3384 Interfaces:
3385  * All
3386    * New hotkeys for crop and zoom
3387    * Support for snapshots from the HTTP interface
3388  * Windows
3389    * Systray support in skins
3390  * OS X
3391    * Support for Apple Remote control
3392    * Fullscreen controller panel (artwork by Simon Damkjær Andersen)
3393    * New playmode buttons (artwork by Simon Damkjær Andersen)
3394    * right/ctrl-click menu in video outputs
3395    * Main Menu uses autohide when playing videos in fullscreen mode
3396  * Linux
3397    * Notifications using notification-daemon
3399 Windows port:
3400  * Support for Unicode filenames (Windows NT and above)
3401    Windows 9x/ME users:
3402      - Please note that these versions of Windows are not officially supported
3403      - Unicode support for Windows 9x/ME applications is available through the
3404        Microsoft Layer for Unicode available from the following location:
3405        http://www.microsoft.com.nsatc.net/globaldev/handson/dev/mslu_announce.mspx
3406        Download the MSLU package (unicows) and extract the content into the folder
3407        C:\Windows\System
3408  * Fixed IPv6 support on the client side
3409  * Fixed disable screensaver (Direct3D and DirectX video output)
3411 Localization:
3412  * Add Czech
3413  * Add Slovak
3414  * Add Malay
3415  * Add Slovenian
3417 Developers:
3418  * Updates to the libvlc API
3419  * Fixes for the mozilla and activeX plugins
3422 Changes between 0.8.4a and 0.8.5
3423 --------------------------------
3425 Core support:
3426  * Statistics collection (bitrates, packets, connections, ...)
3427  * Support for downloading updates
3428  * Updated strings
3430 Input:
3431  * Initial support for RTSP-over-HTTP (to allow NAT traversal)
3432  * Linux DV (Digital Video - Firewire) input
3433  * Improvements to the Audio CD input
3434      - Separate playlist entries for the tracks
3435      - Support for CDDB
3436  * Support for more DVB (satellite) encryption modules
3437  * Improved subtitles encoding support
3438  * Improved support for playing MP4 files from the Web
3440 Decoders:
3441  * Cook (Real audio) support
3443 Playlist / Services discovery:
3444  * XSPF playlist support
3445  * Podcast support
3446  * Updated Shoutcast to use new listing
3448 Audio output:
3449  * New JACK audio output
3451 Video output:
3452  * New video filters:
3453     - magnify: allows you to zoom on part of the image
3454     - gradient and edge detection: "cartoon-like" effect
3455     - bluescreen: overlay parts of a video transparently on another one
3456  * Logo video filter: can now loop through multiple images
3457  * RSS video filter: display feed images. Support for Atom feeds.
3458  * Improvements to the subtitles rendering
3460 Stream output:
3461  * Initial support for throttling users on VOD streams
3463 Interfaces:
3464  * System to inform the user and request information
3465     - HTTP authentication
3466     - Fatal errors
3467     - ...
3468  * wxWidgets
3469     - VLM (VideoLAN Media Manager) control panel
3470     - Improved media information panel (shows statistics, metadata, ...)
3471     - Drag & Drop support in the playlist
3472  * Skins2
3473     - New default skin
3474     - Support for Winamp 2 skins
3475     - Improved playlist handling
3476     - Support for popup menus, animated bitmaps, equalizer, ...
3477  * OS X
3478     - Embedded Video output
3479     - new Go-To-Specific-Time feature
3480     - Video cropping and aspect ratio changing while playing
3481     - Improved media information panel (shows statistics, metadata, ...)
3482     - support for processing multiple items with the wizard in a single run
3483     - option to save selections in the wizard for a session (default enabled)
3484  * HTTP
3485     - New default interface pages for VLC and VLM (including a mosaic wizard)
3486     - A bunch of new RPN functions
3488 Windows Port:
3489  * MSN messenger "Now playing" support
3491 OS X Port:
3492  * Mac-Intel compatibility
3493  * Enhanced support of various audio output devices
3494  * Growl "Now playing" support
3496 *Nix port:
3497  * Ability to log to syslog
3498  * Root wrapper to avoid running VLC as root
3500 Developers:
3501  * New libvlc API (not finished yet)
3502  * Java bindings
3503  * A bit more automatic testing
3506 Changes between 0.8.4 and 0.8.4a:
3507 ---------------------------------
3509 Audio output:
3510  * Fix a52 over spdif in alsa
3511  * SPDIF output available again in the Mac OS X Audio menu.
3513 Decoder:
3514  * Add support for new BMP and Cook (RealAudio G2) decoders in ffmpeg
3515  * Add support for some non-standard FOURCCs used for H.264/H.263
3517 Demux:
3518  * Fix bug with some HE-AAC audio tracks
3520 Services Discovery:
3521  * HAL fixes, should now work with new API
3522  * SAP, fix 20 second freeze on windows
3523  * UPnP fixes
3524  * Avahi 0.6 support
3526 Interfaces:
3527  * Mac OS X
3528     - fixed encoding of H.264/H.263 content when using the wizard
3531 Changes between 0.8.2 and 0.8.4:
3532 --------------------------------
3534 Core support:
3535  * Internal strings handling is now UTF-8 based
3536  * New OSD system
3538 Video output:
3539  * Fixed problems with OpenGL output
3540  * New --monitor-par (pixel aspect ratio) option
3541  * Fixed display problems with HDTV-1080 format
3543 Input:
3544  * Improved DVB support for satellite bands other than Ku-band
3545  * IPv6 and Extended passive mode support for FTP
3546  * IPv6 Source Specific Multicast support
3547  * GnomeVFS input module
3548  * Support for RTP packet reordering
3549  * Fixed syntax for FTP URLs
3551 Decoders:
3552  * Support for libSDL_image to import different image types
3553  * Musepack decoder using libmpdec
3554  * QDM2 audio support (needs ffmpeg from 19th Oct 2005 or later)
3556 Services discovery:
3557  * UPnP service discovery (Linux only at the moment)
3558  * Bonjour service discovery using avahi (Linux only)
3560 Video filters:
3561  * RSS feed overlay
3563 Audio filters:
3564 * Fixes, enhancements and new options related to the Headphone Channel
3565   Mixer and Dolby Surround
3567 Stream output:
3568  * New shout output module to forward streams to icecast servers
3569  * Fixed several SAP and SDP announcement bugs
3570  * Fixed MTU handling to avoid IP fragments
3572 Interfaces:
3573 - new cone icon by Richard Â¯iestad (Eurodata, retron.info)
3574  * Mac OS X
3575     - New streaming and transcoding wizard
3576     - New extended controls panel
3577     - New bookmarks window
3578     - Fixed playlist sorting
3579     - Fixed drag-and-drop inside the playlist
3580  * wxWidgets
3581     - Rename wxWindows interface in wxWidgets.
3582     - All the --wxwin-* options are now --wx-*
3583     - Support for RTP streaming in Stream Ouput dialog
3584     - Now require wx2.6 with Unicode support
3585  * Skins2
3586     - Tree playlist
3587  * HTTP
3588     - New RPN functions to control VLC features (see play-howto)
3589     - Facilities to correctly handle non-ASCII characters and spaces in
3590       the names of files
3591     - Include macro to include other files
3592     - CGI 1.0 support
3594 ActiveX plugin:
3595 * Should now work outside IE as well
3597 Mac OS X port:
3598 * New script to delete the preferences automatically
3600 Windows port:
3601 * Fixed bandwidth problems of HTTP streaming
3602 * Fixed audio problems with DirectX audio output
3604 Translations:
3605  The following languages were added:
3606  * Galician
3607  * Korean
3608  * Romanian
3609  * Simplified Chinese
3610  The following languages were re-added:
3611  * Swedish
3614 Changes between 0.8.1 and 0.8.2:
3615 --------------------------------
3617 Core support:
3618  * Rewrite of the playlist
3619     - Tree structure
3620     - Input preparsing (for meta-data)
3621     - Grouping (by artist, ...) support
3622  * Preferences improvements:
3623     - New organization, designed to improve usability
3624     - New configuration types (list of modules, ...)
3625  * XML parsers
3626  * Core image manipulation support
3627  * Client-side SSL/TLS support
3628  * SSL Client certificates checking support (allows for secure VoD)
3629  * Renamed --spu-channel to --sub-track
3630  * Renamed --spumargin to --sub-margin
3631  * Renamed --audio-channel to --audio-track
3632  * Renamed --filter to --vout-filter
3633  * filters, extra interfaces, visualizations and service discovery modules are
3634    now separated by ':' instead of ','
3635  * Access filter architecture
3636  * Track selection based on preferred language (--sub-language and --audio-language)
3637  * Zsh autocompletion for VLC's arguments
3638  * Many bugfixes...
3640 Input/Demuxers:
3641  * Support for SOCKS proxy
3642  * Support for Shoutcast Meta-data
3643  * Support for (HE-)AAC raw-audio streams
3644  * Support for images on a HTTP server that get refreshed on the server
3645  * Better support for Kasenna streams
3646  * RTSP UDP->TCP rollover support
3647  * Massive Matroska improvements
3648  * Support for XA and VOC audio files
3649  * TiVo demuxer
3650  * Samba (Windows shares) access module
3651  * Improved CDDAX module (uses several playlist items)
3652  * Fixes to Linux DVB support
3653  * Fix the "negative subtitles delay" bug
3654  * Support for FTP over IPv6
3656 Decoders / Encoders:
3657  * Dirac decoder and encoder
3658  * PNG decoder/encoder
3659  * Improvements to DVB subtitles encoder
3660  * Support for Apple Lossless Audio Codec
3662 Access filters:
3663  * New Record and Timeshift filters
3665 Services discovery:
3666  * New type of modules, that add items to the playlist
3667  * Brand new SAP module
3668      * To enable SAP, you now need to use "-S sap" or add SAP in
3669        the "Manage->Services Discovery" menu
3670      ( IPv6 SAP is now enabled by default )
3671      * Non-standard support for HTTP streams SAP announces removed
3672  * HAL (Hardware Abstraction Layer) discovery
3673  * DAAP (iTunes shares) support
3674  * Shoutcast
3676 Audio output:
3677  * Support for 20/24 bits LPCM
3679 Video output:
3680  * Video snapshot support (png or jpg)
3681  * Image file video output (png)
3682  * Motion detection filter (can trigger playlist actions)
3683  * Improvements to wall video filter
3684  * Support for font color and opacity
3686 Stream output:
3687  * Muxers
3688     - ASF improvements
3689  * VLM / VoD
3690     - Ability to load a configuration file on startup
3691     - Seeking support in VoD streams
3692  * Mosaic (picture-in-picture system)
3694 Interfaces:
3695  * wxWidgets
3696     - Redesigned playlist : add playlist, add directory, ...
3697     - Improved preferences
3698     - Improvements to the wizard
3699     - DVD, VCD and Audio CD navigation buttons
3700  * MacOS X
3701     - Redesigned playlist
3702     - Improved preferences
3703  * Skins
3704     - Support for multiple actions
3705     - Fixes
3706  * HTTP
3707     - Support for the new playlist system
3708  * Lirc
3709     - Now uses new config settings. See doc/lirc/example.lirc
3711 Windows port:
3712  * Screensaver disabling fix
3713  * DirectShow tuner configuration
3714  * Support for no-decoration windows
3716 MacOS X port:
3717  * Many Mac OS X 10.4 Tiger related fixes
3718  * The OpenGL video output is back
3719  * A new audio module that should work more reliable for analog audio output in various configurations.
3720    - Supports multichannel discrete analog output
3721    - Digital audio output requires you to change a preference setting because it
3722      is not yet available in the new module
3723    - Please read the README.MacOSX.rtf file for more information.
3725 BeOS port:
3726  * Support for single-buffered overlay
3728 Pocket PC port:
3729  * Many fixes
3730  * New interface
3731  * New video output
3733 Mozilla Plugin:
3734  * Javascript fixes
3735  * Mozilla plugin for MacOS X is back (not yet distributed)
3737 IE Plugin:
3738  * Brand new Internet Explorer ActiveX plugin
3740 Translations:
3741  The following languages were added:
3742  * Catalan
3743  * Danish
3744  * Turkish
3747 Changes between 0.8.0 and 0.8.1:
3748 --------------------------------
3750 Core support:
3751  * Include TLS/SSL API (on plattforms where libgnutls is available)
3752  * SSL support in the HTTP daemon (HTTP stream output and HTTP interface)
3754 Windows port:
3755  * Fixed win32 multichannel audio output support (which was broken in 0.8.0)
3756  * Fixed DV and MPEG (WinTV PVR 250/350) support in the dshow input
3757  * Fixed spurious taskbar item after switching to fullscreen
3759 WinCE port:
3760  * A few more updates (we still miss an interface and a fast video output).
3762 Audio Output:
3763  * Portaudio audio output plugin improvements
3765 Video Output:
3766  * Proper subpictures scaling using the aspect-ratio info when available
3768 Demuxers:
3769  * Fixed crash with ODML avi files
3770  * Fixed autodetection of VCD/SVCD bin files
3771  * Supports Kasenna VoD (MPEG2 only) and simulcast streaming
3773 Stream Output:
3774  * Encoders:
3775    * Fixed aspect ratio and interlaced support in ffmpeg encoder module
3776  * Stream output:
3777    * Support of playlist group announcement
3780 Changes between 0.7.2 and 0.8.0:
3781 --------------------------------
3783 Core support:
3784  * Major work on libvlc. Changed/renamed/added functions
3785  * Complete switch to the new input core (better seeking, multi-input, ...)
3786  * New plugins cache to speed up launch time
3787  * New --play-and-stop feature which stops the playlist after each played item
3788  * Daemon mode (to run vlc in the background)
3789  * Major improvements to the subtitle/OSD subsystem
3791 Input:
3792  * New screen capture input plugin for X11, Win32, BeOS and Mac OS X
3793     (Stream your desktop)
3794  * Improved DVD support:
3795     - uses libdvdnav for playing DVDs with menus support
3796     - uses libdvdread for simple playback with menus (eg. for streaming)
3797  * Experimental multi-input support ( use --input-slave to play with it )
3798  * Automatic MTU discovery for UDP streams
3799  * More powerful MRL syntax for DVD/VCD/CDDA access
3800     (selection of titles/chapters).
3802 Demuxers:
3803  * Support for iTunes Music Store previews
3804  * Support for MJPEG webcams (i.e. AXIS cams)
3805  * Added initial mp4 and mpeg-ts text track support
3806  * Windows Media Server RTSP support
3807  * Support for MPEG TS streams with error correction (204/192 bytes TS packets)
3808  * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
3809  * Skins2 .vlt file loader (only when skins2 is the current interface)
3810  * Improved Ogg demuxer
3811  * Support for MPEG PS streams with MPEG 4 video.
3812  * Support for so called AACPlus webstreams
3814 Codecs:
3815  * G.726 audio support
3816  * 14496-17 MPEG TS text support
3817  * MPEG-4 text support
3818  * Vastly improved DVB subtitles decoder (ETS 300 743)
3819  * Enabled color in DVB subtitles rendering
3820  * VobSub supported both externally and in Matroska
3822 Stream Output:
3823  Encoders:
3824   * Re-use audio/video/spu decoders in transcoder module. From now on,
3825      everything that is playable by VLC should be transcodable as well
3826   * Subtitles overlaying in transcoder
3827   * Subpictures overlaying in transcoder (see video output)
3828   * Frame rate selection in the transcoder
3829   * DVB subtitles encoder
3830   * MPEG 1 layer 2 audio encoder using libtoolame
3831   * Improved vorbis/theora encoding
3832  Muxers:
3833   * Text track muxing for mp4
3834   * Multipart mjpeg muxing. Your video is directly viewable in a Mozilla Browser
3835   * 14496-17 text track muxing for MPEG TS
3836   * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
3837   * Teletext (0x56 descriptor) streaming support in MPEG TS.
3838   * New WAV muxer (supports multi-channel audio)
3839   * Improved ASF muxer
3840  Misc:
3841   * H.263 RTP streaming support
3842   * SDP generation outputs more compliant SDPs and can create SDP files now
3843   * Improved RTSP and VoD server (experimental)
3845 Audio Output:
3846  * New audio equalizer filter
3847  * Very trivial volume normalizer
3848  * True channel downmixing when playing 5:1 material on Stereo
3849  * More gradual resampling which should improve the pitch changing effect
3850  * New audio output plugin using portaudio v19
3852 Video Output:
3853  * Roku HD1000 Video output
3854  * Experimental generic OpenGL video output (X11, Win32, MacOS X)
3855    with support for effects.
3856  * Improved filter and subpictures support :
3857     - New filters can be streamed.
3858     - "Subpicture filters" to overlay subpictures on video
3859     - Centralized scaling and blending
3860  * New filters :
3861     - "time", to display current time
3862     - "marq", to display a marquee
3864 Interfaces:
3865  * OSD sliders for volume and postition information
3866  * OSD icons for Play and Pause
3867  * New Streaming Wizard for Windows and Linux default interfaces (wxWindows)
3868  * A few skins2 improvements
3869  * Added search, volume, loop and random functions to the ncurses interface
3870  * Added a filesystem browser to the ncurses interface
3871  * The remote control interface can now listen for commands on sockets
3872  * Improved CORBA control module
3874 Mac OS X port:
3875  * Fixed the "cannot set buffersize:[nope]" coreaudio problem
3876  * Major speed improvements to the Quartz video output
3877  * The Mac OS X interface is no longer required to display video
3879 Linux port:
3880  * New galaktos visualization plugin (MilkDrop-compatible)
3881  * Experimental SVG rendering module
3882  * Support for DVB CAM modules.
3884 Windows port:
3885  * DirectX Media Object decoder (allows playing some media types, like WMV3)
3886  * DirectX Media Object audio and video encoder
3887  * Fixed long standing win32 thread handles leak
3888  * Fixed problem with CPU usage with subtitles rendering
3889  * Wallpaper mode for the DirectX video output (only in overlay mode)
3891 WinCE port:
3892  * Massive update (we still miss an interface and a fast video output).
3894 Mozilla plugin:
3895  * Added a lot of Javascript accessible funtionality
3896  * Volume, position, length, seek etc etc etc.
3898 Misc:
3899  * Server/client network synchronization module
3900  * VBrick streams fully supported
3901  * Cisco IP/TV streams supported
3902  * VLM enhancements
3905 Changes between 0.7.1 and 0.7.2:
3906 --------------------------------
3908 Core support:
3909  * Bookmarks feature for easier seeking/access inside medias.
3910  * Support for video output embedded in interfaces.
3911  * Improved HTTP daemon.
3912  * Saved playlists now remember VLC-specific options.
3914 Codecs:
3915  * New Continuous Media Markup Language (CMML) codec.
3916    (http://www.annodex.net/overview.html)
3917  * New H.261 video decoder using openmash.
3918  * H264 encoder, demuxer and packetizer.
3919  * Packetizer interfaces between demux and codec when needed
3920    (allows using ffmpeg plugin to decode MPEG streams and better aac decoding).
3921  * Support for Theora alpha3 (both decoding and encoding).
3923 Input:
3924  * --start-time <sec> and --stop-time <sec> to start and stop playing a
3925    file at the specified amount of seconds. Only works with a few
3926    fileformats (avi, mov, mkv, mp4 )
3927  * Improved directory access module.
3928  * New "file-cat" option to play truncated movies.
3929  * Better handling of meta info (title, author, description, etc...).
3930  * New options to pass meta info to the input.
3931  * It is now possible to stream programs from a DVB-S/C/T stream
3932    (satellite, cable, or digital terestrial television)
3934 Demux:
3935  * Annodex (http://www.annodex.net) support.
3936  * mmsh streaming fixes.
3937  * Fixed infinite loop in the AVI demux on broken/incomplete files.
3939 Subtitles:
3940  * Subviewer and subviewer v2 subtitles support.
3941  * Ability to choose autodetected subtitles path.
3942  * Subtitles delay can be changed in real time with hotkeys.
3944 Stream output:
3945  * Improved session announcement system.
3946  * Minimize threads usage by default.
3947  * Added faster than realtime stream output (limited by CPU) for file output.
3948  * Improved MOV/MP4 muxer.
3949  * Improved MPEG TS muxer.
3950  * Improved transrater.
3951  * Meta info options used by the muxers.
3952  * New configuration system.
3953  * Better audio channels downmixing when transcoding.
3955 VideoLAN manager:
3956  * New videolan (media) manager (vlm): a little manager designed to launch
3957    and manage multiple streams from within one instance of VLC.
3958  * Supports live streams and VoD.
3959  * Supports scheduling.
3960  * Telnet interface for vlm.
3961  * HTTP interface for vlm.
3963 Interfaces:
3964  * Skins II (Windows and Linux only)
3965     - Ability to embed video output.
3966     - Support for bitmap fonts.
3967     - Lots of improvements.
3968  * wxWindows (default Windows and Linux interface)
3969     - New design and set of icons.
3970     - Ability to embed video output.
3971     - Support for hotkeys.
3972     - Support for bookmarks.
3973  * Mac OS X
3974     - Support for 'groups' and playlist item properties.
3975     - Better hotkeys handling.
3977 Mac OS X port:
3978  * OpenGL video output is now the default when available.
3979  * Added FAAC encoder (mp4a).
3980  * Audio output fix to work with multiple streams on a HAL device.
3981  * Possible fix for conflict with CodeTek VirtualDesktop (untested).
3983 Win32 port:
3984  * DirectShow input plugin should work with more devices.
3985  * Disable monitor power down when watching movies.
3986  * Improved Windows installer.
3988 Linux port:
3989  * PowerPC fixes.
3991 Misc:
3992  * Improvements to the Goom visualisation plugin.
3993  * Roku HD1000 audio output.
3996 Changes between 0.7.1 and 0.7.1a:
3997 ---------------------------------
3999 Mac OS X:
4000  * Fixed the infamous 'mp3 takes twice the CPU it should take' bug
4001  * Playing MOD files is working now.
4004 Changes between 0.7.0 and 0.7.1:
4005 --------------------------------
4007 Core support:
4008  * Fixed a nasty bug that causes preferences not to be saved some times.
4009  * IGMPv3 support for VLC under Windows XP and Linux.
4011 Codecs:
4012  * Brand new DTS Coherent Acoustics audio decoder based on libdts
4013    (http://www.videolan.org/dtsdec.html)
4014  * Fixed DTS S/PDIF output
4015  * SVCD (Philips OGT) and CVD subtitles
4017 Playlist:
4018  * Internal improvments
4019  * Improved import/export
4021 Input:
4022  * Experimental support for Nullsoft streaming video(.nsv) and real media(.rm)
4023    container formars.
4024  * New demux module that uses libavformat from ffmpeg. Adds support for many
4025    small and strange formats.
4026  * New PVA demux.
4027  * New MOD audio demux.
4028  * Support for DTS and A52/AC3 wav files.
4029  * Support for DTS and A52/AC3 audio CD.
4030  * New and experimental DVD input plugin with menus support (using libdvdnav).
4031  * Added back DV audio support in raw DV demuxer.
4033 Stream output:
4034  * MP4/MOV muxer improvements (fast-start, aac in mov, etc...).
4035  * Fixed a nasty bug in the mpeg video packetizer.
4036  * Improved transcoding (multithreading, more tuning, etc...).
4038 Service discovery:
4039  * Fixed sdp in SAP.
4041 Mac OS X port:
4042  * New opengl video output plugin.
4044 Win32 port:
4045  * A few improvements to the DirectShow input plugin.
4046  * Fixed ipv6 name resolution.
4049 Changes between 0.6.2 and 0.7.0:
4050 --------------------------------
4052 Core support:
4053  * Brand new decoder/packetizer api.
4054    Adds a lot more flexibility while also simplifying the decoder plugins.
4055  * New encoder api (Ffmpeg, Vorbis, Theora, Flac and Speex encoders available).
4056  * Video outputs are recycled if possible.
4057    This removes any 'flicker' between two similiar video files.
4058  * Fixed the video filters. Video should no longer go black when using filters.
4059  * New input core. Advantages are: better seeking, more responsive, support for
4060    subtitle files at the core, and much much more.
4062 Playlist:
4063  * Added a repeat mode to repeat a single file over and over.
4064  * Playlist sorting
4066 Input:
4067  * RTP/RTSP support.
4068  * Fixed annoying seeking problem with Ogg files (seeking would take ages).
4069  * Support for Flac in Ogg files.
4070  * MPEG TS demuxer also handles A52 and AAC audio in DVB streams.
4071  * Rewrite of the Flac demuxer.
4072  * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo. (Linux only)
4073  * Reworked DVB tuning.
4074  * Better Icecast support.
4075  * New MPEG video elementary streams demuxer.
4076  * New DTS audio elementary streams demuxer.
4078 Codecs:
4079  * Support for Theora video encoding.
4080  * Support for Speex audio decoding/encoding.
4081  * Rewrite of the Flac decoder + encoding support.
4082  * Support for MPEG2 422 decoding which was recently added to libmpeg2 (cvs).
4083  * Support for AAC + SBR and proper multi-channel re-ordering.
4084  * MPEG 2.5 audio support.
4085  * Removed deprecated decoders (a52_old, mpeg_video and mpeg_audio).
4087 Stream output:
4088  * Improvements to the MPEG TS muxer.
4089  * New transrating module for MPEG2 video.
4090  * Added packetization for MPEG AAC ADTS streams.
4091  * Added packetizers for Flac, Speex, Theora, LPCM, DTS and SPU streams.
4092  * Improved mp4 muxing and added AAC/MP4V support when transcoding.
4093  * Improved Ogg muxing and added Theora, Speex, Flac and subtitles support.
4094  * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio.
4095  * --sout-keep option to keep the stream open while changing input.
4096  * Preliminary RTP support.
4097  * Fixes to SAP announces.
4099 Interface:
4100  * Skins:
4101     - Bugfixes
4102     - misc improvements (eg, "stay on top" option).
4103  * New standardized and customizable hotkeys.
4104  * wxWindows
4105     - Playlist improvements (Sort, Search, mode buttons).
4106     - Improvements and help in preferences
4107     - New streaming wizard
4108     - Revised Disc Open menu
4109  * HTTP
4110     - Improvements of the standard pages
4111     - Support for new commands
4112  * OSD ( OS X and hotkeys only atm ).
4114 Service discovery:
4115  * Many fixes to the SAP module
4116  * SAP now supports HTTP streams
4118 Subtitles:
4119  * Text subtitles now have a black outline.
4120  * Text subtitles autodetection.
4121  * Text subtitles charset autodetection.
4122  * Text subtitles for all videofiles. Results may vary.
4123  * Text subtitles in Hebrew are supported. Arabic partially.
4124  * Automatic fontsize selection for text subtitles.
4125  * Fixed SAMI text subtitles support.
4126  * Support for subtitles in Matroska files.
4127  * Support for subtitles in DVB streams.
4129 Mac OS X port:
4130  * New controller designed by Max Rudberg from www.maxthemes.com
4131  * Save playlist.
4132  * Works on 10.1.x again. Apologies for that problem.
4133  * Support for Panther.
4134  * Support for raw dumping of streams to disk.
4135  * Mozilla plugin for Mac OS X (experimental).
4137 Win32 port:
4138  * New DirectShow input module (for video acquisition cards, webcams, PVRs...).
4139  * VLC can be installed as a Windows NT service.
4140  * Allow on the fly switching of the main interface.
4141  * Support for 3F2R in audio output.
4142  * New --one-instance option to "force" only one running instance of VLC.
4143  * Mozilla plugin for Windows (experimental).
4144  * Multimonitor support (untested).
4145  * Fixed nasty timing bug on some dual-cpu / P4 with hyperthreading systems.
4147 Linux port:
4148  * Improved Video4Linux input. Also added support for an audio only input.
4149  * Support for real-time priority when running with root privileges.
4150  * Allow on the fly switching of the main interface.
4152 iPaq port:
4153  * Brand new Gtk 2 interface
4155 Miscellaneous:
4156  * Audio visual effects filters (spectrum, scope and random).
4157  * Audio visual effects filter using goom.
4158  * Spanish, Portuguese Brazilian and Hungarian translations.
4159  * libcaca video output (colored ascii)
4162 Changes between 0.6.1 and 0.6.2:
4163 --------------------------------
4165 Core support:
4166  * Fixed a nasty regression in 0.6.1 which made some streams unplayable.
4168 Stream output:
4169  * Transcoder now generates proper pts/dts thus should work a lot better.
4170  * Improved MPEG TS muxer.
4172 Access input:
4173  * Support for DVB-S/C/T cards using v4l2 API for Linux 2.6.x kernels.
4174  * Few fixes to the VCD navigation.
4176 Interfaces:
4177  * Support for DVD menus navigation added to the wxWindows interface.
4179 UNIX ports:
4180  * ALSA multi-channel support fixed and tested.
4181  * Fixed fullscreen with gnome metacity.
4183 Win32 port:
4184  * Fixed VCD support which was broken on some machines.
4186 iPaq port:
4187  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
4189 Miscellaneous:
4190  * Text subtitles now centered on the picture.
4191  * Ffmpeg decoder now generates proper pts and can be used to play
4192    mpeg1/2 videos.
4195 Changes between 0.6.0 and 0.6.1:
4196 --------------------------------
4198 Core support:
4199  * There should be less bogus resampling, particularly on DVDs.
4200  * VLC will now wait for the medium to wake up before starting its clock
4201    after a pause.
4203 Stream output:
4204  * Added vorbis audio support in Ogg streaming.
4205  * Added vorbis audio transcoding support.
4206  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
4207 UNIX ports:
4208  * ALSA multi-channel support fixed and tested.
4209  * Fixed fullscreen with gnome metacity.
4211 Win32 port:
4212  * Fixed VCD support which was broken on some machines.
4214 iPaq port:
4215  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
4217 Miscellaneous:
4218  * Text subtitles now centered on the picture.
4219  * Ffmpeg decoder now generates proper pts and can be used to play
4220    mpeg1/2 videos.
4223 Changes between 0.6.0 and 0.6.1:
4224 --------------------------------
4226 Core support:
4227  * There should be less bogus resampling, particularly on DVDs.
4228  * VLC will now wait for the medium to wake up before starting its clock
4229    after a pause.
4231 Stream output:
4232  * Added vorbis audio support in Ogg streaming.
4233  * Added vorbis audio transcoding support.
4234  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
4235  * PS muxer can create mpeg1 files now and produce streams with system headers.
4236  * You can transcode a52 with more than two channels to mpga now.
4238 Win32 port:
4239  * Fixed DVD support which was partly broken due to a bug in libdvdcss
4240  * Fixed 5.1 audio support for the sblive/audigy soundcards.
4241  * Fixed sound on Windows NT.
4243 UNIX ports:
4244  * Fixed/improved ALSA support and enabled multi-channel audio output.
4245  * X11/Xvideo: Should now work on big endian machines, and you can now
4246    use the arrow keys to browse through the DVD menus.
4248 iPaq port:
4249  * Gtk+2 interface called PDA
4250  * Familiar Gtk+ is now deprecreated
4251  * Codec a52, Faad2 and flac added
4252  * Video4Linux enabled (demux and transcode)
4253  * Stream Out with transcode support enabled (use codecs: HuffYuvv and A-law).
4255 Interfaces:
4256  * Small updates/fixes to the wxWindows interface.
4257  * Improved HTTP remote control interface. You can now create your own HTML pages.
4258  * A new CORBA control plugin.
4260 Input demux:
4261  * Improved support for the Matroska container format.
4263 Miscellaneous:
4264  * Improved build system.
4265  * New video filter plugin to overlay logos.
4266  * Added support for Winamp 3 B4S files.
4267  * New subtitle module which uses freetype2 to render arbitrary fonts in any size.
4268    Should also work with languages like russion for instance.
4271 Changes between 0.5.3 and 0.6.0:
4272 --------------------------------
4274 Core Support:
4275  * Channel Server support was removed (was deprecated)
4277 Input access:
4278  * Fixed a big bug in ftp and http access that prevented many platforms
4279    (OSX most prominently) to view ftp and http streams.
4280  * Fixed large file support on Windows
4281  * Video 4 Linux support
4282  * CD Digital Audio support
4283  * Fixed IPv6 multicasting on Windows and OSX.
4285 Input demux:
4286  * Better detection of AAC and mp3 files
4287  * Support for OpenDML avi files
4288  * More complete .mp4/.mov support
4289  * Very early support for the Matroska container format (don't complain if it doesn't work ;)
4291 Codecs:
4292  * VLC's own MPEG1/2 decoder has been replaced with libmpeg2
4293  * Support for Sorenson 3 (SVQ3 or Quicktime content) via ffmpeg
4294  * OSX support for QDM2 and QDMC sound, often used in QT content.
4295  * Fixed a bug which was causing artefacts in DivX video (ffmpeg)
4296  * Updated our theora decoder to use the alpha 2 release of libtheora
4297  * If ffmpeg cannot keep up, skip and try to recover instead of stopping altogether
4298  * Indeo Video 3 (IV32) support for little-endian computers. (so not for OSX)
4300 Interfaces:
4301  * The wxWindows interface is now fully useable as well as Unicode safe
4302  * New HTTP remote control interface
4304 Stream output:
4305  * New stream output scheme. It is now possible to build a chain of stream outputs
4306    allowing for instance to stream and display some content at the same time.
4307  * The stream output now allows to transcode content on the fly.
4308  * Fixed major bug that prevented streaming mpeg 1/2 video with pulldown content.
4309  * SAP/SDP announcing support. (both IPv4 and IPv6)
4311 Miscellaneous:
4312  * New reset option for the preferences
4313  * You can set your language in the prefences
4314  * New video chroma conversion module using ffmpeg
4315  * Added a Gentoo ebuild to the distribution
4316  * Added a new smaller subtitles font (now the default) + scripts to generate your own
4317  * SAP/SDP IPv6 support
4319 UNIX ports:
4320  * Basic support for the X11 Xinerama extension.
4321  * New skinable interface ported to X11.
4322  * Run opie-vlc and zaurus-vlc as GuiServer
4324 Mac OS X port:
4325  * When you add several items to the playlist, they are sorted alphabetically.
4326  * New about panel and revamped preferences panel.
4327  * Fixed the deinterlace menu.
4328  * Float on top, Fit to Screen and a Transparency option for video out.
4329  * New output dialog for transcode and display while stream capabilities.
4330  * New icons by Davor Orel.
4331  * New audio resampler. Should make VLC much faster.
4332  * Fixed disappearing and crackling sound (PTS is out of range bug)
4333  * We no longer automatically save the preferences when you quit the application
4334  * Arrow keys are now use to browse the menus in a DVD
4336 Win32 port:
4337  * the wxWindows interface is now the default interface
4338  * The keyboard shortcuts are now identical to the linux version
4339  * Fixed the "no sound" problem on NT4
4340  * Improved skinnable interface (it now uses the wxWindows interface dialogs).
4341  * Added support for compressed skins files (.vlt files)
4342  * Fixed SVCD chapters support.
4343  * Fixed memory leak with 5.1 audio.
4345 BeOS port:
4346  * Interface localization
4347  * Screensaver disabled if playing in fullscreen
4348  * A few new keyboard shortcuts
4349  * New full-featured Preferences window
4352 Changes between 0.5.2 and 0.5.3:
4353 --------------------------------
4355 Core Support:
4356  * fixed DTS S/PDIF output on little-endian machines
4357  * support for skins at the interface level
4358  * new OSD module using Freetype2
4359  * video outputs are now destroyed when the associated input ends
4360  * the video output takes into account the caching delay introduced at the
4361    input level before dropping out of date frames.
4362  * configuration option to disable the translation of the interface
4364 Input access:
4365  * fixed HTTP redirects
4366  * support for opening an entire directory
4367  * EOF should be detected more reliably
4368  * new video4linux access plug-in
4369  * new kfir access plug-in designed to work around a bug in the kfir driver
4371 Input demux:
4372  * added stream type for some Motorola MPEG-2 video encoders
4373  * fix for some ogg web radio streams
4374  * fixed reading TS streams over HTTP
4376 Codecs:
4377  * support for 3ivx D4 (not previous versions)
4378  * support for '3ivd' and '3vid' encodings
4379  * support for 'MSS1' codec ( same as WMV2 )
4380  * support for SAMI subtitles (untested and incomplete)
4381  * better SSA4 subtitles recognition
4382  * new codec for raw I420 video
4383  * improvements to the libmpeg2-based MPEG video decoder
4385 Interfaces:
4386  * improvements to wxWindows based interface
4387    (although it still misses some important features)
4388  * skeleton for a Gnome2/GTK2 plug-in
4390 Stream output:
4391  * new HTTP output support
4392  * fixed a segfault in the AVI muxer
4393  * fixed AV synchronization issues
4395 Miscellaneous:
4396  * support for oldstyle id3 genres
4398 UNIX ports:
4399  * the SDL vout plug-in will now work on big-endian machines
4401 Mac OS X port:
4402  * reorderable playlist
4403  * fixed the hiding of the mouse on multiple monitors
4404  * fixed a big issue with some USB speakers
4405  * support for mono audio output devices
4406  * reset the audio-device to its default mode before quitting VLC
4407  * fixed several cosmetic issues
4408  * you can drag the controller window by its background (as it should be)
4409  * the messages window remembers more lines
4410  * delay and fps can now be overruled with subtitles files
4411  * http and ogg stream output options
4412  * Apple menu and friends will now be translated as well
4414 Win32 port:
4415  * new skinnable interface
4416  * the directx video output doesn't crash anymore on ctrl+alt+del events.
4418 iPAQ familiar Linux port:
4419  * support for FLAC audio format
4420  * the interface adapts to the screen size/rotation
4421  * playlist
4422  * network tab in the interface
4423  * "apply" handling in preferences
4426 Changes between 0.5.1a and 0.5.2:
4427 ---------------------------------
4429 Core support:
4430  * advanced config options are now hidden by default
4431  * new --spdif option to use the S/PDIF audio output by default
4432  * fixed a 'clicking' sound when switching between streams
4433  * new bandlimited resampler that should improve audio quality on primarily
4434    Mac OS X
4435  * fixed a problem with audio over http that caused some web radios to not work
4436  * DTS S/PDIF support
4438 Codecs:
4439  * support for DV audio through the ffmpeg library
4440  * support for FLAC audio through libflac
4441  * new but basic MPEG video decoder based on libmpeg2
4442  * fixed a major bug in LPCM code (fixes a problem with iDVD disks)
4444 Stream output:
4445  * support for streaming DivX 1/2/3, wmv1/2, h/i263 over MPEG-2 TS
4446  * new --ttl option for Time To Live
4448 DVD support:
4449  * fixed quite a few problems with the dvd menu support
4451 UNIX ports:
4452  * fixed the GNU-pth support
4454 Win32 port:
4455  * multi-channel audio and S/PDIF support for both the DirectX and Waveout
4456    plugins
4457  * localization support via gettext is now fully working
4458  * rc interface is now fully useable
4459  * fixed the MSVC project files generation
4461 Mac OS X port:
4462  * several fixes for multi channel audio devices. AC3 over SPDIF with
4463    M-Audio Sonica Theater still does not work. this is most likely a driver
4464    bug and has been reported to M-Audio. (Sonica, Revolution, Delta, Griffin
4465    iMate and MOTU firewire devices should work)
4466  * VLC now uses the default audio device
4467  * new info panel
4468  * very preliminary support for VLC control via applescript
4469  * support for mouse gestures
4470  * new priority scheme allowing to avoid lock-ups on low-end machines
4472 Linupy port:
4473  * there is a whole new port for the linupy distribution used by o.a. the
4474    YOPY PDA. It is still experimental, please test it
4476 Miscellaneous:
4477  * improved ID3 tag detection
4478  * changed several errors into warnings ; the frequently reported "this is
4479    not a PS stream, continuing" is one of these
4480  * mouse gestures work on windows and osx, but there still isn't any useful
4481    gestures
4482  * some support for .pls playlists used by shoutcast
4485 Changes between 0.5.1 and 0.5.1a:
4486 ---------------------------------
4488 Mac OS X port:
4489  * fixed a problem that caused VLC to select the wrong language when
4490    English was set as the preferred language
4493 Changes between 0.5.0 and 0.5.1:
4494 --------------------------------
4496 Core support:
4497  * new mouse gesture interface
4498  * audio volume can now be changed at any time, even when no file is
4499    playing
4501 Input access:
4502  * various minor fixes on the network inputs
4503  * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
4504  * VCD: fixed track number and chapter indexing
4506 Input demux:
4507  * fixed a bad initialization in the mp4 plug-in
4508  * new --buggy-psi option for TS streams which do not update their
4509    continuity counter
4511 Codecs:
4512  * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
4514 DVD support:
4515  * fixed a bug which turned the default interface command-line only
4516    without the user consent
4518 UNIX ports:
4519  * GTK: fixed a crash when going fullscreen or changing volume from the
4520    popup menu
4521  * X11: new screen saver disabling plug-in (--extraintf screensaver)
4522  * KDE: fixed compilation with KDE 3.1
4523  * ALSA: fixed mono files output
4525 Mac OS X port:
4526  * fixed a crash on start-up on some localized systems
4527  * lowered real-time priorities to avoid lock-ups on slow machines
4528  * VLC can now be made the handler of ftp http mms and udp URLs
4529  * playlist enhancements
4530  * added half, normal and double video window menu items
4531  * new step forward/step backward commands
4532  * the dock should no longer be visible in fullscreen mode
4533  * the Mac OS X binary is now compiled with Ogg/Theora support
4534  * vlc.app is now VLC.app
4536 Win32 port:
4537  * fixed the "RichEdit line insertion error" bug
4538  * VLC can now be run from outside its installation directory
4539  * fixed a bug that prevented to find the default subtitle font
4541 BeOS port:
4542  * smarter BeOS priorities to avoid lock-ups
4543  * few enhancements in the interface (especially the Settings window)
4545 Opie port:
4546  * native video output is working again
4547  * only commandline interface support
4548  * support for MPEG4, DivX through ffmpeg package
4551 Changes between 0.4.6 and 0.5.0:
4552 --------------------------------
4554 Core structure:
4555   * object structure which allows for full re-entrancy, known as libvlc
4556   * new audio output architecture based on filter pipelines, providing
4557     S/PDIF and multi-channel support
4558   * localization support via gettext on most architectures
4559   * new stream output architecture, allowing to use VLC to unicast,
4560     multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
4561     and A/52 streams are supported)
4562   * build system now uses autoconf/automake/autopoint
4564 Input access:
4565   * mms:// support
4566   * ftp:// support
4567   * stability fixes in the HTTP access
4568   * auto-detection of RTP encapsulation
4569   * VCD entry points support
4570   * VCD image file support
4572 Input demux:
4573   * support for *.asf format
4574   * improved support for *.avi, especially over an HTTP connection
4575   * support for *.mp4 and *.mov format
4576   * support for ogg encapsulation
4577   * support for raw DV format
4578   * support for *.wav format
4579   * new demuxdump demux allowing to save a stream to a file
4580   * raw AAC support
4582 Stream discovery & playlists:
4583   * support for the SAP/SDP and SLP protocols
4584   * support for .m3u file format
4585   * support for .asx file format
4586   * hack to find the streaming sources in html-pages with embedded wmp
4588 Codecs:
4589   * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
4590     (only available with the .avi demux)
4591   * support for ADPCM audio codec
4592   * support for raw PCM data
4593   * support for Cinepak video codec
4594   * support for DV video codec via libdv or ffmpeg
4595   * support for AAC audio codec via libfaad2
4596   * support for Xvid codec
4597   * support for Xiph.org's Vorbis audio codec
4598   * support for Xiph.org's Tremor audio codec (when compiling from sources)
4599   * support for Xiph.org's Tarkin and Theora video codecs (when compiling
4600     from sources)
4601   * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
4602     H263i, MJPEG A/B
4603   * fixed an endianness bug in LPCM codec
4605 DVD support:
4606   * experimental preliminary support for DVD menus via libdvdplay
4608 Miscellaneous:
4609   * new WxWindows interface
4610   * all interfaces allow to dynamically change the volume, the audio
4611     device and the channels configuration
4612   * headphone channel mixer with virtual spatialization effect
4613   * Mozilla plugin based on libvlc for embedded playback in webpages of any
4614     format that VLC can play
4615   * new swedish translation
4616   * enhancements of the playlist window
4617   * new messages window to see debug info
4618   * fixed a few crashes
4620 iPaq port:
4621   * slider bar in GTK+/GPE Familiar interface
4622   * fixed crash on directory change in Familiar interface
4623   * added qte_main module for use in all modules that need Opie or Qte support
4624   * native video output module for Qt Embedded/Opie is not working