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