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