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