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