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