]> git.sesse.net Git - vlc/blob - NEWS
NEWS: add mention about live-http module with example
[vlc] / NEWS
1 Changes between 1.1.0 and 1.2.0-git:
2 ------------------------------------
3
4 Codecs
5  * You can now use ffmpeg-mt in conjunction with vlc
6
7 Video Filter:
8  * New gradfun filter for debanding videos using dithering
9
10 Stream output:
11  * New livehttp-module for HTTP Live Streamin (iphone-stuff),
12    example: vlc inputfile :sout="#transcode{vcodec=h264,acodec=mp3,
13     venc=x264{profile=baseline},width=320,vb=256,ab=96}:std{
14     access=livehttp{index=public_html/iphonestream.m3u8,
15     index-url=http://url-to-iphonestreamfile-###.ts},mux=ts{use-key-frames},
16     dst=public_html/iphonestreamfile-###.ts}"
17
18
19 Changes between 1.0.5 and 1.1.0-pre1:
20 ------------------------------------
21 Important changes for users:
22
23 Important changes for packagers:
24  * The module cache has moved to ${libdir}/vlc/. The module cache can now be
25    generated at install time except if you use staged installation. In the
26    later case, you can generate the module cache in your post-inst script
27    by invoking 'vlc-cache-gen'. If the module cache is not present and vlc
28    can't write in ${libdir}/vlc/, it will result it vlc taking a long time to
29    launch each time.
30
31 Access:
32  * Support for the sftp protocol
33  * Support for CDDB servers for Audio-CD on the Windows port
34  * New memory input (imem) access and access_demux module to feed VLC from data in memory
35  * New avio module to use libavformat capabilities for network streams, like rtmp://
36  * Port of the screen module from Xlib to XCB
37  * Port of the dc1394 module from libdc1394 to libdc1394 v2.0
38
39 Decoders:
40  * Support for DxVA2 for H.264 decoding on GPU on Windows Vista and 7
41  * Support for VAAPI for H.264 decoding on GPU on GNU/Linux
42  * Audio/Video decoders and encoders using OpenMAX IL components for DSP usage
43
44  * Support for HD-DVB subtitles - Display Definition Segment
45  * Support PGS subtitles for Blu-Ray
46  * Invmem module improvements
47  * Support for Atrac1 audio codec
48  * Support for SSE3 and SSE4 capabilities in some codecs
49  * Multiple improvements for subtitles styles .SRT and .SSA
50  * Support for Indeo5 video codec
51  * Support for Windows Media Speech (Voice) audio codec natively on all platforms
52  * Support for AMR-NB audio codec on the Windows and Mac port
53  * Improvements on the FLAC format (7.1 channels and 88.2/176.4/192 kHz support)
54  * Direct rendering is always used with H.264 in avcodec module
55  * Support for MPEG-4 ALS lossless audio codec
56
57 Demuxers:
58  * Support for .aob files from DVD-Audio (MLP and LPCM) (Full disc support is NOT present yet)
59  * Support for ADPCM in .flv streams
60  * Support for TwinVQ (.vqf) and AMV (.amv) files
61  * Various EGP improvements
62  * Support for embedded subtitles in OpenDML and legacy .avi files
63
64 Playlist:
65  * WPL and ZPL playlist support
66  * Lua scripts for Mpora, Vimeo playback and Rockbox FM radios
67  * New Play-And-Pause function to stop playback on latest video image
68  * Podcast images are now displayed
69
70 Video Output:
71  * Rewrite of the video output core and most video outputs
72  * Added desktop mode to the Direct3D output module. It differs from DirectX
73    desktop mode, because it hides the desktop icons, but reacts to mouse clicks.
74  * New x11, glx and xv modules based on XCB
75  * New deinterlacing modes based on yadif and yadif(x2)
76  * New audio/video filter to show audio level on the video output
77  * Enhanced AtmoLight filter with hardware support for
78      Classic AtmoLight (http://www.vdr-wiki.de/wiki/index.php/Atmo-plugin)
79      Quattro AtmoLight (use just 4 Classic AtmoLights as one)
80      MoMoLight (http://www.ambilight4pc.com/momolight/momolight.html)
81      Simple serial DMX controller (http://www.ulrichradig.de/ search for DMX)
82
83 Extensions:
84  * New content extensions lua framework
85  * IMDb extension
86
87 Audio filters:
88  * Chorus/Flanger audio filter
89  * 3F1R to stereo down-mix filter
90  * Dolby mixer, parameterized equalizer, trivial mixer, scaletempo, bandlimited 
91    resampler, linear resampler, ugly resampler, converter_fixed, DTS to SPDIF 
92    and A/52 to SPDIF filters have been upgraded to the "audio filter2" API
93  * NEON assembly audio converter module
94  * Converter filters have been rewritten and extended to support s32 as input
95
96 Visualization:
97  * Support of .milk visualization files using projectM libraries
98
99 Service discovery:
100  * Service discoveries can now be written in lua
101  * Service discovery for Picture/Music/Video user directories
102  * Service discovery based on libudev
103  * Shoutcast Service discoveries are now removed
104
105 Encoders:
106  * x264, add psy-rd parameter and change default settings
107  * x264, add profile-limitter same way as x264.exe has, for example
108     #transcode{vcodec=h264,venc=x264{profile=baseline,level=1.2},vb=384,width=320,height=176}
109  * x264, defaults to crf=23 as x264.exe-does, if bitrate is given,
110    uses ABR and if qp-value is set uses CQP
111  * libx264-version 0.76 or higher is required
112  * x264 has tune/preset parameters supported
113
114 Stream output:
115  * New smem module, streaming to memory
116  * Allow duplicate outputs to be merged, like:
117    --sout "#duplicate{dst=transcode{vcodec=mp2v},select=es=0,dst=transcode,select=es=1}:std{...}"
118
119 Interfaces:
120  * Renamed the legacy rc, telnet and http interfaces to oldrc, oldtelnet
121    and oldhttp.
122  * rc, telnet and http are now implemented using the lua interface system.
123
124 Mac OS X Port:
125  * Vastly improved VLCKit framework
126  * A new dialog provider for libvlc-internal interaction without full interface
127  * Improved update detection and installation by using the Sparkle framework
128    by Andy Matuschak et al.
129  * New CoreText based text renderer replacing the former ATSUI renderer
130  * New Video output module (mostly targetting VLCKit)
131  * Optimised behavior when using the 2009 Apple Remote
132
133 Windows port:
134  * Integration in Windows 7 taskbar
135  * Experimental playback of .Midi files is supported through fluidsynth's module
136
137 Maemo port:
138  * Multiple improvements for N900 compliance and efficiency
139  * Support for HW accelerated video decoding on N900
140  * Improvements to the maemo/hildon interface
141
142 Misc:
143  * new sqlite module
144  * --save-config command line option not supported anymore.
145  * Fixed and reenabled netsync module.
146
147 Bindings:
148  * new C++ wrapper around libVLC: libVLCpp
149  * phonon bindings are now usable
150
151 Removed modules:
152  * csri codec: use the libass module instead.
153  * galaktos visualisation: use the new projectM module instead.
154  * showintf: Useless in Qt and on Mac OS X
155  * transrate: broken since too long
156  * Xlib x11, Xlib xvideo, Xlib glx: Use the new XCB modules instead.
157  * HAL: Use libudev instead.
158  * gtk_main, gtk_main2, gnome_main, gnome_main2 and pda interfaces
159  * WinCE, BeOS and qnx interfaces
160  * opie, qte and qte_main interfaces
161  * linear_resampler and trivial_resampler are removed: use the ugly one.
162  * XvMC accelerated modules: use VAAPI instead.
163  * MGA (Matroska) for Linux: use Linux Framebuffer (or X) instead.
164  * opengllayer: use macosx_video instead.
165  * cddax: use cdda instead.
166  * cmml and tarkin codecs are removed because they are dead codecs.
167  * realaudio codecs: use libavcodec
168  * access_file removed in favor of filesystem
169  * RTMP input and output: use avio module
170
171
172 Changes between 1.0.4 and 1.0.5:
173 --------------------------------
174
175 Decoders:
176  * SubRip extra styles improvements
177  * Fix potential crashes in SSA and svg decoders
178
179 Mac OS X Interface:
180  * Improved support for the 2009 Apple Remote
181
182 Windows port:
183  * Use of gcc 4.4.2 to compile instead of gcc 4.2. This might slightly
184    increase performance and fix x264 issues
185
186 Translations:
187  * Portuguese Brazilian, Lithuanian, Romanian, Ukrainian, Japanese, Bengali,
188    Walloon, Galician, Danish, Khmer, Polish, Slovenian, Vietnamese, Finnish
189    Russian, Slovak translation updates
190  * New Malayalam, Macedoninan, Nynorsk translations
191
192
193 Changes between 1.0.3 and 1.0.4:
194 --------------------------------
195
196 Audio outputs:
197  * Fix deadlocks in the audio output core
198  * Make PulseAudio the default output if available
199
200 Video outputs:
201  * Fix fullscreen mode with KDE 4.3.3 and other window managers
202  * Fix incompatibility with cairo-dock and compositing
203
204 Input:
205  * Fix DVB scanning regression from VLC 1.0.3
206  * Support for XZ-compressed byte stream (LZMA algorithm)
207
208 Playlist:
209  * Support for .m3u8 playlist files (UTF-8 M3U)
210
211 Unix:
212  * Support for xcb-keysyms version 0.3.4 or higher
213  * Fix globalhotkeys on FreeBSD
214
215 Qt4 interface:
216  * Fix opening V4L version 1 devices
217  * Fix default destination ports in the streaming wizard
218
219 Translations:
220   * New Walloon translation
221   * Swedish, Ukrainian and French translation updates
222
223
224 Changes between 1.0.2 and 1.0.3:
225 --------------------------------
226
227 Video outputs:
228  * Fix video quality when resizing the video on Windows Vista and 7, due to
229    regressions in most popular drivers
230  * New deinterlacers modules based on yadif and yadif(x2) algorithms
231
232 Decoders:
233  * Windows version supports now natively the WMA Professional codec, as it
234    didn't work in the packaged version of 1.0.2
235  * Fix downmixing of particual 4.0 AC-3 audio tracks
236
237 Encoders:
238  * x264 has profile-limitter, like:
239     #transcode{vcodec=h264,venc=x264{profile=baseline,level=12}..}
240
241 Input:
242  * Update for appletrailers lua script
243  * Fixes on the RAR stream filter
244  * Fix for E-AC3 in ATSC/TS streams
245  * Various fixes for v4l and v4l2
246  * Fix a crash in mjpeg demuxer
247
248 Service discovery:
249  * New udev module for linux
250
251 Qt4 interface:
252  * Fixes on the playlist and the stream output panels
253
254 Translations:
255  * French, Galician, Korean, Polish, Russian, Romanian, Slovak and Ukrainian updates
256
257
258 Changes between 1.0.1 and 1.0.2:
259 --------------------------------
260
261 Decoders:
262  * Native support for WMA Professional, without the use of the Win32 dlls
263  * Fix issues in subtitles, especially SSA ones
264  * Various fixes on theora and ogg
265
266 Demuxers:
267  * Various fixes for EPG support in MPEG-TS demuxer
268  * Fixes for potential stack overflow in .avi, .mp4 and .asf demuxers
269
270 Access:
271  * Fixes for v4l2 devices
272  * Fixes for dvb-c channels-scanning
273
274 Qt Interface:
275  * Fix some playlist sorting issues
276
277 Mac OS X Interface:
278  * Fixed a crash when updating VLC
279  * Fixed a crash related to QTKit when opening video files (10.6 only)
280  * Added the ability to play 2nd media in sync to the primary item (input-slave)
281  * Added the "Quit after Playback" feature
282
283 Mac OS X Port:
284  * The "Delete Preferences" script is now delivered as a Universal Binary
285    with native code for PowerPC, Intel and Intel 64bit
286  * Full 64bit runtime compatibility on both Mac OS X 10.5 and 10.6
287    - no support for Goom and SDL
288    - limited text rendering support
289    - This port is still considered as EXPERIMENTAL despite its binary release.
290
291 Encoders:
292  * MPEG2 transrate stream output removed
293  * x264 default-values closer to x264.exe defaults.
294  * x264 rc-behaviour fixes:
295    - if user defines qp-value, CQP-mode is used
296    - otherwise if user defines vb=0, CRF-mode is used
297    - otherwise ABR-mode is used
298  * x264 set vbv-bufsize/vbv-maxsize better if user hasn't defined these:
299    - ABR mode set vbv-max-bitrate=bitrate
300    - vbv-bufsize is bitrate * seconds between keyframes (keyint/fps)
301
302
303 Playlist:
304  * Lua scripts for Mpora and Vimeo playback
305
306 Unix builds:
307  * Various fixes to enable 1.0 to build on Solaris and OpenBSD
308
309 Translations:
310  * New Kazakh and Croatian translations
311  * Lithunanian translation is available on Windows
312  * Galician, Korean, Nepali, Vietnamese, Ukrainian, Portuguese Brazilian,
313    Arabic and French translation updates
314
315
316 Changes between 1.0.0 and 1.0.1:
317 --------------------------------
318
319 Demuxers:
320  * Fix wmv/asf issues that caused audio to drop
321  * Various fixes for ac3, mp3, dts and stability for wav format
322  * Fix seek in RTSP in conformity to RFC 2326
323  * Fix Dailymotion access script
324  * Fix crashes in xspf files handler
325  * Fix seeking and timing issues in some flv files on Windows version
326
327 Access:
328  * Add extra caching for files on network shares
329  * Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ, DZCORE Labs, Algeria
330
331 Decoders:
332  * Fix seeking in mpeg2 video files
333  * Improve SSA subtitles rendering
334  * Update most codecs for the Windows and Mac version
335
336 Muxers:
337  * Fix sound recording of .flv files with mp3 audio
338
339 Qt Interface:
340  * Possibility to change the opacity level of the Fullscreen controller
341  * Fix various crashes and VIDEO_TS folders opening
342
343 Mac OS X Interface:
344  * Added options to disable support for Apple Remote and Media Keys
345  * Fixed options for Volume, Last.fm password and Subtitle Encoding
346  * Fixed redraw issues when autosizing the video window
347  * Preferences panel now includes help through tool-tips
348  * More reliable Information and Messages panels
349  * Fix various crashes
350
351 Windows port:
352  * The ZVBI module is now available for Windows, for complete teletext support
353
354 Translations updates for Brazillian, French, German, Korean, Norwegian Nynorsk, Lithuanian
355
356
357 Changes between 0.9.10 and 1.0.0:
358 ---------------------------------
359
360 Important notes:
361 ----------------
362  * Alsa and OSS audio capture has been removed from the v4l and v4l2 accesses.
363    See 'Access:' for more info.
364  * Support for Mac OS X 10.4.x was dropped due to its technical limitations
365
366 Playback:
367  * Instantaneous pausing
368  * Frame-by-Frame playback
369  * Finer speed control
370  * On-the-fly recording for all medias
371  * Timeshift for most medias
372  * RTSP trickplay support
373  * Subtitles core improvements and fixes
374
375 Decoders:
376  * New AES3 (SMPTE 302M) decoder
377  * New Dolby Digital Plus - E-AC-3 (A/52b) decoder
378  * New True HD/MLP decoder and parser
379  * New Blu-Ray Linear PCM decoder
380  * New QCELP (Qualcomm PureVoice) decoder
381  * Improved Real Video 3.0 & 4.0 decoder
382  * New WMA v1/2 fixed point integer decoder
383  * Closed Captions using the SCTE-20 standard are now correctly decoded
384  * Improvement of WavPack decoder to support all integer modes and float mode
385  * Corrections on 5.1 and 7.1 channel decoding and ordering
386
387 Demuxers:
388  * Support for Dirac, MLP and RealVideo in Matroska files
389  * Major improvements in RealMedia files opening (.rm and .rmvb)
390  * Improvements of the TS demuxer for M2TS files from Blu-Ray and AVCHD
391  * Metadata for mod files are supported
392  * GSM codecs in Wav files are supported
393  * New raw audio demuxer supporting raw PCM streams
394  * New Dirac demuxer for raw Dirac streams
395
396 Encoders:
397  * Dirac encoding using libdirac (supported in Ogg and in TS)
398  * Shine mp3 fixed-point encoder
399
400 Access:
401  * RTSP authentication with Darwin Streaming Server
402  * On-the-fly gzip and bzip2 file decompression (except on Windows)
403  * Playback for video in uncompressed multi-RAR archives
404  * DVB-S and ATSC cards support on Windows
405  * New OSS and Alsa accesses. The v4l2 and v4l modules no longer support
406    OSS or Alsa audio input. Use --input-slave alsa:// or oss:// if needed.
407  * DVB scanning on linux
408  * EXPERIMENTAL Blu-Ray Disc and AVCHD Folders support
409  * On-the-fly zip file decompression and browsing (MRL of the form
410    zip://file.zip!/file.avi to specify the file - the development form of
411    zip://file.zip|file.avi is not supported anymore)
412  * Opening of any file descriptor using 'fd://'
413  * MTP device access on Unix
414  * CD-Text support on the cdda module (CD-Audio)
415  * :start-time and :stop-time can handle sub-second values
416
417 Inputs:
418  * Mouse cursor support in x11 and win32 screen modules
419  * Screen module now features partial screen capture and mouse following on
420    Windows and Mac OS X.
421
422 Playlist:
423  * Export the playlist in HTML
424  * Lua script for BBC radio playback
425  * Better metadata handling and reading
426
427 Linux/Windows interface:
428  * Global Hotkeys on Windows and Linux
429  * Various fixes for skins2 interface
430  * Recently played items list
431  * Interface toolbar customizations
432  * Various Improvements on the Qt interface:
433     - More menus actions
434     - Finer speed slider
435     - Improvements on many dialogs
436     - New dialog for plugins listing
437     - Fixed-size mode for videos
438     - Better Teletext, trickplay and encrypted streams control
439  * Better integration in GTK environments
440
441 Mac OS X Interface:
442  * Controllable by the Media Keys on modern Apple keyboards (brushed Aluminium)
443  * Reveal-in-Finder functionality for locally stored items.
444  * Easy addition of subtitles through the Video menu
445  * Additional usability improvements
446
447 Stream output:
448  * Restored the old mpeg2 transrating module.
449  * Multiple bridge-in instances are now possible.
450  * bridge-in can be used to configure a placeholder stream.
451  * Remote Audio Output Protocol (AirTunes) module.
452  * Fixed mosaic memleak. Mosaics are now usable again.
453
454 Maemo Port:
455  * New Maemo port with:
456    - an interface based on Hildon framework.
457    - scaler based on the swscale_nokia770 library.
458
459 Windows CE Port:
460  EXPERIMENTAL work for the winCE port has been done.
461
462 Mac OS X Port:
463  * EXPERIMENTAL 64bit support
464  * Speed improvements by using llvm-gcc
465  * New document icons by Dominic Spitaler
466  * Support for latest iSight models
467
468 Audio output:
469  * Removed obsolete Esound and aRts plugins
470  * Surround support for PulseAudio
471
472 Video output:
473  * Effects (cube, torus, etc.) removed from OpenGL video output
474  * Video is able to stay in original size and to zoom in fullscreen
475    (hotkey 'o') while keeping black borders
476  * Image video output has been rewritten into a video-filter named 'scene'.
477    The old image video output has been removed.
478  * Support for scaling and converting video chromas with FFMPEG imgresample was
479    withdrawn due to bugs. Please use the newer FFMPEG swscale instead.
480
481 Miscellaneous:
482  * Invmem, a fake codec to display images from external applications
483
484 New Localization:
485  * Khmer
486  * Mongolian
487  * Sorani
488
489
490 Changes between 0.9.9a and 0.9.10:
491 --------------------------------------
492
493 HTTP Interface:
494  * Fixed default ACL
495
496 Mac OS X:
497  * Fixed crashes on multi-screen setups
498  * Corrected volume and subtitle encoding options in the Preferences
499  * Improved Information panel behavior, when playlist is not displayed
500  * Fixed QTCapture input support for the latest iSight models
501  * Added a menu-item to unlock the video window's aspect ratio
502  * Fixed redraw issues when autosizing the video window
503  * Updated libpng, libgpg-error, libgcrypt, fribidi
504
505 Various fixes to the following modules:
506  * access:
507    - HTTP, SMB
508    - updated and additional access scripts (BBC radio, dailymotion, ...)
509    - Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ,
510      DZCORE Labs, Algeria
511  * stream out:
512    - RTP, RTSP VoD, Mosaic Bridge
513  * decoder:
514    - TSCC
515
516
517 Changes between 0.9.9 and 0.9.9a:
518 ---------------------------------
519
520 Mac OS X:
521  * Updated multiple 3rd party libraries to keep in sync with the Win32 port
522  * Playback fixes for PowerPC-based Macs
523
524
525 Changes between 0.9.8a and 0.9.9:
526 ---------------------------------
527
528 Decoders:
529  * Experimental new decoder for Real Video 3.0 & 4.0
530
531 Demuxers:
532  * Various fixes related to real demuxer
533
534 Mac OS X Interface:
535  * Fixed circumstances, which could lead to an empty Information panel
536    - Note that VLC will show information on the currently _selected_ item 
537      instead of the currently _playing_ item, if the playlist is visible in the
538      main controller window.
539  * Fixed multiple UTF8 issues in the Streaming / Exporting Wizard
540
541 Mac OS X Port:
542  * Improved video playback performance on Intel-based Macs
543
544 New Localizations:
545  * Indonesian
546  * Bengali
547  * Updates of other localizations
548
549 Various bugfixes:
550  * Support for receiving RTP packets on odd port numbers.
551  * Lots of small bugfixes.
552  * Correct Fullscreen behaviour on Multi-Screen setups on Windows
553  * Telnet fixes on Windows
554  * Resampling fixes when transcoding
555
556
557 Changes between 0.9.6 and 0.9.8a:
558 ---------------------------------
559
560 Security update:
561  * Fixed buffer overflow in Real demuxer (SA-0811, CVE-2008-5276)
562
563 Bunch of small bugfixes.
564
565
566 Changes between 0.9.5 and 0.9.6:
567 --------------------------------
568 New Localizations:
569  * Ukranian
570
571 Security updates:
572  * Fixed overflow in CUE support from VCD access (SA-0810, CVE-2008-5032)
573  * Fixed overflow in RealText subtitles support (SA-0810, CVE-2008-5036)
574
575
576 Changes between 0.9.4 and 0.9.5:
577 --------------------------------
578 Security updates:
579  * Fixed buffer overflow in TiVo demuxer (SA-0809, CVE-2008-4686, CVE-2008-4654)
580  * Fixed libpng CVE-2008-3964 in Win32 and MacOS builds
581
582 Features:
583  * Closed Caption EIA 608/708 parsing enabled for libmpeg2
584
585 Various bugfixes:
586  * Fixed various potential crashes and memleaks
587  * Fixed issues with reading from files (especially non-local)
588
589 Windows port:
590  * Fix bug where interface was "eating" some media keys
591  * Fix some crashes in DirectShow access
592
593 Qt Interface:
594  * Fix bug when the resetting of preferences didn't reset the dialog states
595  * Right-click menu to select playlist columns reenabled
596  * Various fixed in playlist
597
598 Access:
599  * MMAP module is now deactivated by default
600
601 Translations:
602  * Update of Brazillian, Swedish translation
603
604
605 Changes between 0.9.3 and 0.9.4:
606 ------------------------------------
607 Various bugfixes:
608  * Crashes fixed in ogg, vobsub, dvdread
609  * Fixes several memory leaks.
610
611 Mac OS X port:
612  * Apple machines without Quartz Extreme are no longer supported (use 0.9.2 or earlier )
613  * Fixed a crash with deletion of old preferences.
614  * Fixed targetname for downloaded updates
615
616 Windows port:
617  * Stability fix for the video output.
618
619
620 Changes between 0.9.2 and 0.9.3:
621 --------------------------------
622
623 Various bugfixes:
624  * Fixed DTS channel order on 5.1 systems
625  * Fixed pausing behavior for subtitles and for Audio-CD
626  * Multiple subtitles and podcast fixes
627  * Various crashes fixed in PS, SSA, mkv, xspf, freetype
628  * Fixed update system bugs
629  * Other bug fixes (dvd language selection, subtitle colours, HTTP keep-alive...+)
630
631 Mac OS X port:
632  * Fixed ffmpeg slowness on PowerPC-based Macs
633  * Fixed crash on startup when installed on old preferences
634  * Fixed bug in directory opening on Mac OS X
635  * Fixed font selection in the Simple Preferences
636  * Thicker border to the subtitle renderer
637  * Fixed the appearance of playlist items in the Streaming/Transcoding Wizard
638  * Fixed AC3 passthrough on Mac OS X
639  * Fixed behavior of the Volume Normalizer settings on Mac OS X
640  * Removed the deprecated QuickDraw video output module to avoid crashes on
641    modern Mac OS X versions
642
643 Windows port:
644  * Fixed sensitivity of Fullscreen Controller
645  * Fixed error messages on startup when VLC wasn't correctly uninstalled
646    before installation
647  * Fix showing of controller when returning from fullscreen playback
648  * Multiple directory and path location fixes.
649
650 Qt4 interface:
651  * Added Faster/Slower icons to the controller panel
652  * Fixed lost playlist columns when switching the playlist view
653  * Added needed options to Simple preferences (to avoid NVIDIA drivers issues)
654  * Fullscreen controller: added time label, remembering of last position
655  * Fixed drag'n drop behaviour on the playlist
656  * Multiple other fixes (Enter hotkey in preferences, Skins selection...)
657
658
659 Changes between 0.9.1 and 0.9.2:
660 --------------------------------
661
662  * Restored the old behavior of --sout-keep. It is now de-activated by default.
663  * Skins2 interface repaired on Windows.
664  * Multiple bugfixes.
665
666
667 Changes between 0.9.1 and 0.9.0:
668 --------------------------------
669
670  * Multiple bug fixes.
671
672
673 Changes between 0.8.6i and 0.9.0:
674 ---------------------------------
675
676 Important notes:
677 ----------------
678  * This release will need Windows 2000 and Mac OS X 10.4 (Tiger), or more
679    recent to work correctly
680  * The HTTP interface is now only available on the local machine by default.
681    If you want to make it available from other machines, you will have to
682    edit the ".hosts" file.
683    - On UNIX/Linux, the file is in /usr/share/vlc/http/.hosts
684      If you're using the old http interface, it's located in
685      /usr/share/vlc/http/old/.hosts
686    - On Windows they are in C:\Program Files\VideoLAN\VLC\http\.hosts and
687      C:\Program Files\VideoLAN\VLC\http\old\.hosts
688    - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts
689      and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts
690  * This version of VLC contains a new interface for Windows and Linux.
691    This interface has a fullscreen controller and simplified preferences.
692    This interface lacks the "Streaming Wizard" that used to be present in VLC
693    0.8.6, but provides basic profiles.
694  * The behavior of --sout-keep was changed. It's now activated by default.
695  * The marq, mosaic and logo commands in the rc interface changed. They
696    now require a target name as their first argument. Example:
697    vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
698    You can then use commands like: @test marq-marquee Goodbye
699    If you didn't name the object using @test, its name will default to the
700    plugin name (hence 'marq') in this example.
701    These new commands are also available in the telnet interface.
702  * The "rtp" access output module has been removed.
703    Please use the RTP stream output instead, e.g.:
704      Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
705      New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}'
706  * You now need to append --m3u-extvlcopt to your command line to enable
707    EXTVLCOPT options parsing in m3u playlists. Note that only a limited set
708    of options is available to m3u playlists (CVE-2007-6683).
709  * The old access:url syntax is no longer supported to resolve ambiguities
710    with some file names. Use access://url instead.
711     E.g.:  vlc:quit -> vlc://quit ;
712            udp:@239.255.12.12 -> udp://@239.255.12.12
713  * The ffmpeg module has been removed and replaced by the new avcodec,
714    avformat, swscale (or imgresample if you use a swscale-less ffmpeg build)
715    and postproc modules.
716  * The web plugins ActiveX (IE)/Firefox/Mozilla/Safari now recognize the
717    following states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4,
718    STOPPING=5, FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and
719    BACKWARD being reserved for future implementations and are thus not
720    functional atm.
721  * Croping and padding in transcode are now done using the croppadd video
722    filter. For example:
723    transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}}
724  * Canvas setting in transcode is now done using the canvas video filter.
725    For example:
726    transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}}
727  * Glide video output module has been removed.
728
729 Changes:
730 --------
731
732 Security updates:
733  * Updated libfreetype on Windows and Mac OS X (CVE-2008-1806, CVE-2008-1806,
734    CVE-2008-1807)
735  * TTA Parser improvements (CVE-2008-3732)
736  * MMS Access Module improvements (CVE-2008-3794 )
737
738 Playlist:
739  * Vastly improved playlist support:
740     * Media library creation to save all your playlist items
741     * "Live search"
742     * Shoutcast TV listings
743     * Audioscrobbler/Last.FM support
744  * Album art support
745  * User definable Lua playlist scripts. See share/lua/playlist/README.txt
746    (Default scripts open YouTube, DailyMotion, metacafe, Google Video and
747    lots of other URLs)
748  * User definable Lua album art fetcher scripts. See share/lua/meta/README.txt
749
750 Inputs:
751  * Video for Linux 2 (V4L2) input support
752  * UDP-Lite transport for RTP/AVP
753  * DCCP transport for RTP/AVP
754  * Proxy support for MMSH stream
755  * JACK audio input support
756  * Input run time option (improved live stream recording)
757  * BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows
758  * Re-written Screen access module for Mac OS X 
759    using OpenGL instead of QuickDraw
760  * Screen module now supports partial screen capture and mouse following on X11.
761  * Experimental EyeTV access module
762    This requires the user to install a plugin to EyeTV.app
763    (available as a separate download).
764  * Simple RTP input (with MPEG A/V, G.711 and PCM support).
765  * RTMP input support
766  * QTKit-based Input module for Mac OS X allowing display and streaming of video
767    taken from all iSight-labelled video cameras (no audio support)
768  * HTTP access now supports gzip compressed data and Digest Access
769    Authentication.
770  * New options to reduce latency between arrival of raw data and display of
771    frames. (--auto-adjust-pts-delay and --use-stream-immediate)
772
773 Demuxers:
774  * MP4 gpac and Apple chapter support
775  * Fixed playback of AIFF stereo files
776  * Fixed audio glitch on seek
777  * Improved FLAC demuxer (duration / current time / meta data)
778  * AAC tags support
779  * APEv1/2 tags support
780  * Improved ID3v2 tags support
781  * Improved Ogg/Vorbis tags support
782  * Raw video support
783  * Standard MIDI File (types 0 & 1) support
784  * TiVo Series 2 support
785  * CD+G karaoke Files support
786  * MXF files support
787  * OMA support
788
789 Decoders:
790  * VP60/VP61/VP6F/VP62 support
791  * Flash Screen Video support
792  * CamStudio Screen Video support
793  * DosBox Capture support
794  * Karl Morton's Video support
795  * limited atrac3 support
796  * Fraps support
797  * Fluidsynth MIDI software synthesis (with external sound fonts)
798  * New codec FOURCCs to support more specific files:
799    Avid, FCP, Sony, Samsung, ...
800  * H.264 PAFF support
801  * DNxHD / VC-3 support
802  * NellyMoser ASAO support
803  * APE (Monkey audio) support
804  * RealVideo support (with the RealVideo run-time)
805  * Dirac video support using libschroedinger
806
807 Subtitles:
808  * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC)
809  * VBI & EBU (Teletext) support (*nix, Mac OS)
810  * Ogg/Kate subtitles support
811  * AQTitle subtitles support
812  * MKV USF subtitles support
813  * HTML-based subtitles support
814  * MPSub subtitles support
815  * JacoSub subtitles basic support
816  * MPL2 subtitles support
817  * Rewrite of ASS/SSA scripts and subtitles support
818  * PowerDivx (.psb) Subtitles support
819  * Realtext subtitle support
820  * DKS subtitle support
821  * SubViewer 1.0 (SubRip09) subtitles support
822  * Correct Right-to-left languages in subtitles support
823
824 Encoders:
825  * Flash Screen Video support
826  * Improved H.264 encoding speed
827
828 Video outputs and filters:
829  * New CoreAnimation-based output module (VLCKit framework on OS X only)
830  * Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and
831    Psychedelic) video filters can now be streamed
832  * New puzzle video output filter
833  * Re-written motion detection video filter
834  * New extract video filter (extract Red, Green and Blue components from a
835    video)
836  * New sharpen video filter (increase the contrast of adjacent pixels)
837  * New erase video filter (removes logos from a video)
838  * Enhanced subtitles' renderer to support bold, italic and some HTML tags
839    (Google Summer of Code Student project)
840  * Support for RGBA and I420 blending.
841    The latter improves Mosaic CPU usage *a lot*.
842  * New transparency mask video filter (for use with the mosaic_bridge module).
843  * New bluescreen video filter (for use with the mosaic_bridge module). 
844    This was previously part of the mosaic module.
845  * Fixed random characters problem in RSS filter.
846  * Add rotate-deciangle for more precision on rotate filter
847  * Support for Intel SSE2 instruction set in chroma converters
848  * Improved use of Intel MMX instruction set in chroma converters
849  * New croppadd and canvas video filters.
850
851 Audio outputs and filters:
852  * Replay gain support
853  * Audio playback when going slower/faster (with pitch correction via
854    new scaletempo audio filter)
855  * New spatializer audio filter
856  * Correct DTS output via S/PDIF
857
858 Stream output:
859  * RTSP for TS-multiplexed broadcast streams
860  * New RTP payload formats:
861    * Speex voice audio codec
862    * ITU T.140 (for text, subtitles) output
863    * G.711 (both A-law and Âµ-law) output
864  * UDP-Lite transport for RTP
865  * DCCP transport for RTP
866  * Lots of fixes for RTSP broadcasting
867  * RTMP output
868
869 Interfaces:
870  * All
871    * New Simple Preferences dialogs showing the most important settings in an
872      end-user suitable way.
873    * Improved user interaction
874    * Improved mouse gestures
875    * Vastly improved Update checker
876    * Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2)
877  * Windows/Linux
878    * Brand new interface for Linux and Windows, based on the Qt toolkit
879    * Fullscreen controller (transparency on Linux+Composite)
880  * Mac OS X
881    * Improved video output features
882    * Online access to VideoLAN's Help Wiki within VLC
883    * New setting to disable the "Recent Items" service
884    * When playing Radio (live) streams, the current track is shown correctly
885    * Correct appearance on Macs using Aqua's graphite theme
886    * Simplified Extended Controls panel
887  * Ncurses:
888    * Correctly displays wide characters when using an UTF-8 locale, 
889      if libncursesw is available.
890    * Some nice colors if the terminal supports it (most do)
891  * Experimental Lua interface modules. See vlc -I lua and
892    share/lua/intf/README.txt for more info.
893  * Unix
894    * Option to allow only one running instance, using D-Bus interface.
895    * D-Bus Interface implementing the MPRIS 
896      (Media Player Remote Interfacing specification), a common dbus control 
897      interface for media players that intends to become an xdg standard when 
898      finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces .
899    * Motion module using disk accelerometers to keep video horizontal
900    * Plugin to set Telepathy presence message using MissionControl
901  * Fixed VLM schedule time on Linux
902
903 Linux Port:
904  * VLC now complies with the XDG Base Directory Specification version 0.6
905    http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
906    (which means that VLC doesn't use the $HOME/.vlc directory anymore)
907
908 Mac OS X Port:
909  * Mac OS X Framework "VLCKit" that can be used to embed VLC in third party
910    applications (Google Summer of Code Student project, Mac OS X 10.5 only)
911  * New text renderer based on Quartz replacing the existing Freetype solution
912  * Complete compatibility with Mac OS X 10.5 Leopard
913    * It is now required to compile a fully featured build
914  * The support of Mac OS X 10.3.9 and QuickTime 6.x was discontinued.
915
916 LibVLC:
917  * Event management and various improvements in libvlc
918    (Part of a Google Summer of Code Student project)
919
920 New Localizations:
921  * Finnish
922  * Persian
923  * Polish
924  * Punjabi
925  * Bulgarian
926
927 Developers:
928   * LibVLC now supports externally built plugins properly.
929     A "vlc-plugin" pkg-config package is provided.
930   * Java bindings are now built from a separate source.
931
932
933 Changes between 0.8.6h and 0.8.6i:
934 ----------------------------------
935
936 Security updates:
937  * Fixed integer overflow in WAV demuxer (CVE-2008-2430)
938
939 Various bugfixes:
940  * Fixed option to use shared memory within the GLX video output module
941  * Improved galaktos-based audio visualizations on FreeBSD 
942  * Miscellaneous bugfixes in multiple modules and in libvlc
943    (transcode stream output, OSD menu video filter, VCD input, 
944     SAP services discovery, http control interface)
945  * Updated Polish translation
946
947
948 Changes between 0.8.6g and 0.8.6h:
949 ----------------------------------
950
951 Security updates:
952  * Updated GnuTLS and libgcrypt on Windows and Mac OS X (CVE-2008-1948, 
953    CVE-2008-1949, CVE-2008-1950)
954  * Updated libxml2 on Windows and Mac OS X (CVE-2007-6284)
955
956 Goodies:
957  * Updated libebml and libmatroska on Mac OS X. Reliability improvements.
958  * Miscellaneous bugfixes in multiple modules and in libvlc
959    (ftp access, record access filter, video filters, RC interface, 
960     playlist demuxer, IP networking, MPJPEG muxer, stream outputs)
961  * Improved support for MPEG2 content created by Final Cut Pro
962  * More reliable audio reception for MPEG TS streams
963  * Fixed a regression in 0.8.6g where usage of the snapshot feature could lead
964    to an unexpected application termination
965  * New Serbian translation
966  * Updated Romanian translation
967
968
969 Changes between 0.8.6f and 0.8.6g:
970 ----------------------------------
971
972 Security updates:
973  * Removed VLC variable settings from Mozilla and ActiveX 
974    (CVE-2007-6683, VideoLAN-SA-0804)
975  * Removed loading plugins from the current directory 
976    (CVE-2008-2147, VideoLAN-SA-0805)
977  * Updated libpng on Windows and Mac OS X (CVE-2008-1382)
978  * Fixed libid3tag denial of service (CVE-2008-2109)
979  * Fixed libvorbis vulnerabilities (CVE-2008-1419, CVE-2008-1420, CVE-2008-1423)
980  * Fixed speex insufficient boundary check (CVE-2008-1686, oCERT-2008-004)
981
982 Various bugfixes:
983  * Fixed various memory leaks, improving stability when running as a server
984  * Fixed compilation with recent versions of FFmpeg
985  * Correctly parses SAP announcements from MPEG-TS
986  * Fixed AAC resampling
987  * The Fullscreen Controller appears correctly on Mac OS X, 
988    if the 'Always-on-top' video option was selected.
989
990
991 Changes between 0.8.6e and 0.8.6f:
992 ----------------------------------
993
994 Security updates:
995  * Really fixed subtitle buffer overflow (CVE-2007-6681, CVE-2008-1881)
996  * Fixed Real RTSP code execution problem (CVE-2008-0073)
997  * Fixed MP4 integer overflows (CVE-2008-1489, CVE-2008-1768)
998  * Fixed cinepak vulnerabilities (CVE-2008-1769)
999  - More information can be found in VideoLAN-SA-0801 and VideoLAN-SA-0803.
1000
1001 Various bugfixes:
1002  * The Mozilla plugin registers a usable range of MIME-types on Mac OS X
1003  * Improved VLC's video output behavior on multi-screen setups running Mac OS X
1004  * Fixed crashes in H264 packetizer
1005  * Close MMS access on network timeout
1006  * Fix some problems with AAC decoder & packetizer
1007
1008
1009 Changes between 0.8.6d and 0.8.6e:
1010 ----------------------------------
1011
1012 Various bugfixes:
1013  * Resume playback for viewing content over FTP
1014  * Fixed XShm detection with remote X11
1015
1016 Security updates:
1017  * Subtitle demuxers overflow (CVE-2007-6681)
1018  * HTTP listener format string injection (CVE-2007-6682)
1019  * Fixed buffer overflow in the SDL_image library (CVE-2006-4484)
1020  * Real RTSP overflows (CVE-2008-0225, CVE-2008-0295, CVE-2008-0296,
1021    VideoLAN-SA-0801)
1022  * Arbitrary memory overwrite in the MP4 demuxer (CORE-2008-0130, 
1023    VideoLAN-SA-0802)
1024
1025 Audio filter:
1026  * Fixed DTS to S/PDIF converter
1027
1028 Audio output:
1029  * Fixed 5.1 audio on ALSA
1030
1031 Access:
1032  * Fixed some RTSP hanging and user/password passing through RTSP URLs
1033
1034 Stream output:
1035  * Fixed waiting for SPS/PPS problem in H.264 packetizer
1036
1037 Encoders:
1038  * Improved compatibility for creating H.264 video files playable on iPhones
1039  * Improved detection of optimal amount of threads for multi-threaded H.264 
1040    encoding on multi-cpu systems
1041     - Note that this is used when transcode threads is set to 0 (default)
1042     - Not supported on Windows (multiple threads require manual configuration)
1043
1044 Mac OS X Interface & Port:
1045  * Restored compatibility with Mac OS X 10.3.9
1046  * Corrected behavior of the Preferences panel
1047  * VLC no longer crashes on quit while playing
1048
1049 Localization:
1050  * Updated Romanian and Polish translations
1051
1052
1053 Changes between 0.8.6c and 0.8.6d:
1054 ----------------------------------
1055
1056 Various bugfixes:
1057  * Mozilla plugin: supports a reasonable amount of MIME types on Windows
1058  * Linux: Fixed S/PDIF passthrough with ALSA
1059  * Automatic recovery on unexpected stream discontinuity (clock gap) occurrences
1060    in input
1061  * Use field order (top/bottom) for correct bob/linear deinterlacing
1062  * Fix invalid free in bookmarks loading code
1063
1064 Windows and Mac OS Binaries
1065  * FLAC Security Update (CVE-2007-4619) to prevent multiple integer overflows 
1066
1067 Active X plugin:
1068  * Security update (VideoLAN-SA-0703, CVE-2007-6262)
1069  
1070 Mac OS X Interface & Port:
1071  * Apple Remote support on Mac OS X 10.5 Leopard with enhanced functionality
1072  * Improved Video Output compatibility for Mac OS X 10.5 Leopard
1073  * Improved behavior of the Fullscreen Controller and mode changes between 
1074    Fullscreen and Windowed Video Output
1075  * Softened the white flash artifacts that may appear during the transition of 
1076    two different movies
1077  * Support for current Ogg file formats
1078  NOTE: This release requires Mac OS X 10.4 or higher. 
1079        Mac OS X 10.3.9 is not supported anymore.
1080
1081 Encoders:
1082  * Improved H.264 encoding speed on Mac OS X
1083
1084 Other changes:
1085  * The automatic updating facility was removed
1086  * You now need to append --m3u-extvlcopt to your command line to enable
1087    EXTVLCOPT options parsing in m3u playlists.
1088  * RTSP server remote denial of service fixed (CVE-2007-6684).
1089
1090
1091 Changes between 0.8.6b and 0.8.6c:
1092 ----------------------------------
1093
1094 Various bugfixes, notably:
1095  * Windows Vista compatibility
1096  * Cropping in Direct3D
1097  * Fullscreen change crash on Mac OS X
1098  * RSS filter string overflow
1099  * Few memory leaks
1100  * MKV demuxer crash (related to seeking)
1101
1102 CDDA / Vorbis / Theora / SAP plugins:
1103  * Security updates (VideoLAN-SA-0702, CVE-2007-3316, US-CERT VU#200928)
1104
1105 Demuxers:
1106  * Fixed a problem with detecting embedded subtitles (GAB2 format) in AVI
1107  * Prevent WAV file integer overflow (CVE-2007-3467 & CVE-2007-3468)
1108
1109 Decoders:
1110  * Updated FLAC API compatibility
1111
1112 Input:
1113  * Support for new v4l2 encoder API
1114
1115 Localisation:
1116  * New localisation: Arabic, Persian
1117
1118
1119 Changes between 0.8.6a and 0.8.6b:
1120 ----------------------------------
1121
1122 Various bugfixes, notably:
1123  * Out-of-bound read in demuxers
1124  * Demuxers crashes (incl. CVE-2007-0256)
1125  * Mac OS X Interface crashes
1126  * VP31 decoding on Windows platforms
1127  * Direct3D Video Output modifications for Vista compatibility
1128  * Correct behaviour for feeding streams to Icecast or Shoutcast servers
1129
1130 Decoders:
1131  * Enhanced Flash Video support incl. VP61 and VP60
1132  * Teletext subtitles (telx) support
1133
1134 Webbrowser plugins:
1135  * Rectified behaviour and improved usability
1136
1137 Mac OS X Interface & Port:
1138  * Diverse usability improvements
1139  * New wizard option to embed subtitles
1140  * Screensaver/automatic sleep mode is enabled when a video is paused
1141  * Improved Delete-Preferences-Script
1142
1143
1144 Changes between 0.8.6 and 0.8.6a:
1145 ---------------------------------
1146
1147 CDDA / VCDX plugins:
1148  * Security updates (VideoLAN-SA-0701, CVE-2007-0017)
1149
1150 Mac OS X Interface:
1151  * Fullscreen controller improvements
1152
1153
1154 Changes between 0.8.5 and 0.8.6:
1155 --------------------------------
1156
1157 Playlist:
1158  * Shoutcast TV listings support
1159
1160 Input:
1161  * Support for RTSP authentication
1162  * Support for adding subtitles on the fly
1163  * Fixed MPEG-PS duration calculation
1164  * ATSC support for DVB input
1165  * Partial reading support for DVR-ms recordings
1166  * Partial reading support for MXF and GXF fileformat
1167  * Improved support for Flash Video files
1168
1169 Decoders:
1170  * Native WMV9/VC-1 support
1171  * WMA Speech support (through binary codecs)
1172  * VP5/VP6 - Flash Video support (not VP61)
1173  * The True Audio Lossless codec support
1174  * Matroska WavPack support
1175  * Improved H.264 support (interlaced, speed improvements etc but no PAFF)
1176  * Fixed a problem with MPEG2 field pictures
1177  * Fixed swapped colors on DVB subtitles
1178  
1179 Video output:
1180  * Additional OpenGL effects (cylinder, torus, sphere, ...)
1181  * Experimental Direct3D 9 video output (win32). Best served on Vista :)
1182  * Improved libcaca support
1183
1184 Interfaces:
1185  * All
1186    * New hotkeys for crop and zoom
1187    * Support for snapshots from the HTTP interface
1188  * Windows
1189    * Systray support in skins
1190  * OS X
1191    * Support for Apple Remote control
1192    * Fullscreen controller panel (artwork by Simon Damkjær Andersen)
1193    * New playmode buttons (artwork by Simon Damkjær Andersen)
1194    * right/ctrl-click menu in video outputs
1195    * Main Menu uses autohide when playing videos in fullscreen mode
1196  * Linux
1197    * Notifications using notification-daemon
1198
1199 Windows port:
1200  * Support for Unicode filenames (Windows NT and above)
1201    Windows 9x/ME users: 
1202      - Please note that these versions of Windows are not officially supported
1203      - Unicode support for Windows 9x/ME applications is available through the
1204        Microsoft Layer for Unicode available from the following location:
1205        http://www.microsoft.com.nsatc.net/globaldev/handson/dev/mslu_announce.mspx
1206        Download the MSLU package (unicows) and extract the content into the folder
1207        C:\Windows\System
1208  * Fixed IPv6 support on the client side
1209  * Fixed disable screensaver (Direct3D and DirectX video output)
1210
1211 Localization:
1212  * Add Czech
1213  * Add Slovak
1214  * Add Malay
1215  * Add Slovenian
1216
1217 Developers:
1218  * Updates to the libvlc API
1219  * Fixes for the mozilla and activeX plugins
1220
1221
1222 Changes between 0.8.4a and 0.8.5
1223 --------------------------------
1224
1225 Core support:
1226  * Statistics collection (bitrates, packets, connections, ...)
1227  * Support for downloading updates
1228  * Updated strings
1229
1230 Input:
1231  * Initial support for RTSP-over-HTTP (to allow NAT traversal)
1232  * Linux DV (Digital Video - Firewire) input
1233  * Improvements to the Audio CD input
1234      - Separate playlist entries for the tracks 
1235      - Support for CDDB 
1236  * Support for more DVB (satellite) encryption modules
1237  * Improved subtitles encoding support
1238  * Improved support for playing MP4 files from the Web
1239
1240 Decoders:
1241  * Cook (Real audio) support
1242
1243 Playlist / Services discovery:
1244  * XSPF playlist support
1245  * Podcast support
1246  * Updated Shoutcast to use new listing
1247
1248 Audio output:
1249  * New JACK audio output
1250
1251 Video output:
1252  * New video filters: 
1253     - magnify: allows you to zoom on part of the image
1254     - gradient and edge detection: "cartoon-like" effect
1255     - bluescreen: overlay parts of a video transparently on another one
1256  * Logo video filter: can now loop through multiple images
1257  * RSS video filter: display feed images. Support for Atom feeds.
1258  * Improvements to the subtitles rendering
1259
1260 Stream output:
1261  * Initial support for throttling users on VOD streams
1262
1263 Interfaces:
1264  * System to inform the user and request information 
1265     - HTTP authentication
1266     - Fatal errors
1267     - ...
1268  * wxWidgets
1269     - VLM (VideoLAN Media Manager) control panel
1270     - Improved media information panel (shows statistics, metadata, ...)
1271     - Drag & Drop support in the playlist
1272  * Skins2 
1273     - New default skin
1274     - Support for Winamp 2 skins
1275     - Improved playlist handling
1276     - Support for popup menus, animated bitmaps, equalizer, ...
1277  * OS X
1278     - Embedded Video output
1279     - new Go-To-Specific-Time feature
1280     - Video cropping and aspect ratio changing while playing
1281     - Improved media information panel (shows statistics, metadata, ...)
1282     - support for processing multiple items with the wizard in a single run
1283     - option to save selections in the wizard for a session (default enabled)
1284  * HTTP
1285     - New default interface pages for VLC and VLM (including a mosaic wizard)
1286     - A bunch of new RPN functions
1287
1288 Windows Port:
1289  * MSN messenger "Now playing" support
1290
1291 OS X Port:
1292  * Mac-Intel compatibility
1293  * Enhanced support of various audio output devices 
1294  * Growl "Now playing" support
1295
1296 *Nix port:
1297  * Ability to log to syslog
1298  * Root wrapper to avoid running VLC as root
1299
1300 Developers:
1301  * New libvlc API (not finished yet)
1302  * Java bindings
1303  * A bit more automatic testing
1304
1305
1306 Changes between 0.8.4 and 0.8.4a:
1307 ---------------------------------
1308
1309 Audio output:
1310  * Fix a52 over spdif in alsa
1311  * SPDIF output available again in the Mac OS X Audio menu.
1312
1313 Decoder:
1314  * Add support for new BMP and Cook (RealAudio G2) decoders in ffmpeg
1315  * Add support for some non-standard FOURCCs used for H.264/H.263
1316
1317 Demux:
1318  * Fix bug with some HE-AAC audio tracks
1319
1320 Services Discovery:
1321  * HAL fixes, should now work with new API
1322  * SAP, fix 20 second freeze on windows
1323  * UPnP fixes
1324  * Avahi 0.6 support
1325  
1326 Interfaces:
1327  * Mac OS X
1328     - fixed encoding of H.264/H.263 content when using the wizard 
1329
1330
1331 Changes between 0.8.2 and 0.8.4:
1332 --------------------------------
1333
1334 Core support:
1335  * Internal strings handling is now UTF-8 based
1336  * New OSD system
1337
1338 Video output:
1339  * Fixed problems with OpenGL output
1340  * New --monitor-par (pixel aspect ratio) option
1341  * Fixed display problems with HDTV-1080 format
1342
1343 Input:
1344  * Improved DVB support for satellite bands other than Ku-band
1345  * IPv6 and Extended passive mode support for FTP
1346  * IPv6 Source Specific Multicast support
1347  * GnomeVFS input module
1348  * Support for RTP packet reordering
1349  * Fixed syntax for FTP URLs
1350
1351 Decoders:
1352  * Support for libSDL_image to import different image types
1353  * Musepack decoder using libmpdec
1354  * QDM2 audio support (needs ffmpeg from 19th Oct 2005 or later)
1355
1356 Services discovery:
1357  * UPnP service discovery (Linux only at the moment)
1358  * Bonjour service discovery using avahi (Linux only)
1359
1360 Video filters:
1361  * RSS feed overlay
1362
1363 Audio filters:
1364 * Fixes, enhancements and new options related to the Headphone Channel
1365   Mixer and Dolby Surround
1366
1367 Stream output:
1368  * New shout output module to forward streams to icecast servers
1369  * Fixed several SAP and SDP announcement bugs
1370  * Fixed MTU handling to avoid IP fragments
1371  
1372 Interfaces:
1373 - new cone icon by Richard Â¯iestad (Eurodata, retron.info)
1374  * Mac OS X
1375     - New streaming and transcoding wizard
1376     - New extended controls panel
1377     - New bookmarks window
1378     - Fixed playlist sorting
1379     - Fixed drag-and-drop inside the playlist
1380  * wxWidgets
1381     - Rename wxWindows interface in wxWidgets.
1382     - All the --wxwin-* options are now --wx-*
1383     - Support for RTP streaming in Stream Ouput dialog
1384     - Now require wx2.6 with Unicode support
1385  * Skins2
1386     - Tree playlist
1387  * HTTP
1388     - New RPN functions to control VLC features (see play-howto)
1389     - Facilities to correctly handle non-ASCII characters and spaces in
1390       the names of files
1391     - Include macro to include other files
1392     - CGI 1.0 support
1393
1394 ActiveX plugin:
1395 * Should now work outside IE as well
1396
1397 Mac OS X port:
1398 * New script to delete the preferences automatically
1399
1400 Windows port:
1401 * Fixed bandwidth problems of HTTP streaming
1402 * Fixed audio problems with DirectX audio output
1403
1404 Translations:
1405  The following languages were added:
1406  * Galician
1407  * Korean
1408  * Romanian
1409  * Simplified Chinese
1410  The following languages were re-added:
1411  * Swedish
1412
1413
1414 Changes between 0.8.1 and 0.8.2:
1415 --------------------------------
1416
1417 Core support:
1418  * Rewrite of the playlist
1419     - Tree structure
1420     - Input preparsing (for meta-data)
1421     - Grouping (by artist, ...) support 
1422  * Preferences improvements: 
1423     - New organization, designed to improve usability
1424     - New configuration types (list of modules, ...)
1425  * XML parsers
1426  * Core image manipulation support
1427  * Client-side SSL/TLS support
1428  * SSL Client certificates checking support (allows for secure VoD)
1429  * Renamed --spu-channel to --sub-track
1430  * Renamed --spumargin to --sub-margin
1431  * Renamed --audio-channel to --audio-track
1432  * Renamed --filter to --vout-filter
1433  * filters, extra interfaces, visualizations and service discovery modules are
1434    now separated by ':' instead of ','
1435  * Access filter architecture
1436  * Track selection based on preferred language (--sub-language and --audio-language)
1437  * Zsh autocompletion for VLC's arguments
1438  * Many bugfixes...
1439
1440 Input/Demuxers:
1441  * Support for SOCKS proxy
1442  * Support for Shoutcast Meta-data
1443  * Support for (HE-)AAC raw-audio streams
1444  * Support for images on a HTTP server that get refreshed on the server
1445  * Better support for Kasenna streams
1446  * RTSP UDP->TCP rollover support
1447  * Massive Matroska improvements
1448  * Support for XA and VOC audio files
1449  * TiVo demuxer
1450  * Samba (Windows shares) access module
1451  * Improved CDDAX module (uses several playlist items)
1452  * Fixes to Linux DVB support
1453  * Fix the "negative subtitles delay" bug
1454  * Support for FTP over IPv6
1455
1456 Decoders / Encoders:
1457  * Dirac decoder and encoder
1458  * PNG decoder/encoder
1459  * Improvements to DVB subtitles encoder
1460  * Support for Apple Lossless Audio Codec
1461
1462 Access filters:
1463  * New Record and Timeshift filters
1464
1465 Services discovery:
1466  * New type of modules, that add items to the playlist
1467  * Brand new SAP module
1468      * To enable SAP, you now need to use "-S sap" or add SAP in 
1469        the "Manage->Services Discovery" menu
1470      ( IPv6 SAP is now enabled by default )
1471      * Non-standard support for HTTP streams SAP announces removed
1472  * HAL (Hardware Abstraction Layer) discovery
1473  * DAAP (iTunes shares) support
1474  * Shoutcast
1475
1476 Audio output:
1477  * Support for 20/24 bits LPCM
1478
1479 Video output:
1480  * Video snapshot support (png or jpg)
1481  * Image file video output (png)
1482  * Motion detection filter (can trigger playlist actions)
1483  * Improvements to wall video filter
1484  * Support for font color and opacity
1485
1486 Stream output:
1487  * Muxers
1488     - ASF improvements
1489  * VLM / VoD
1490     - Ability to load a configuration file on startup
1491     - Seeking support in VoD streams
1492  * Mosaic (picture-in-picture system)
1493
1494 Interfaces:
1495  * wxWidgets
1496     - Redesigned playlist : add playlist, add directory, ...
1497     - Improved preferences
1498     - Improvements to the wizard
1499     - DVD, VCD and Audio CD navigation buttons
1500  * MacOS X
1501     - Redesigned playlist
1502     - Improved preferences
1503  * Skins
1504     - Support for multiple actions
1505     - Fixes
1506  * HTTP
1507     - Support for the new playlist system
1508  * Lirc
1509     - Now uses new config settings. See doc/lirc/example.lirc
1510
1511 Windows port:
1512  * Screensaver disabling fix
1513  * DirectShow tuner configuration
1514  * Support for no-decoration windows
1515
1516 MacOS X port:
1517  * Many Mac OS X 10.4 Tiger related fixes
1518  * The OpenGL video output is back
1519  * A new audio module that should work more reliable for analog audio output in various configurations.
1520    - Supports multichannel discrete analog output
1521    - Digital audio output requires you to change a preference setting because it
1522      is not yet available in the new module
1523    - Please read the README.MacOSX.rtf file for more information.
1524
1525 BeOS port:
1526  * Support for single-buffered overlay
1527
1528 Pocket PC port:
1529  * Many fixes
1530  * New interface
1531  * New video output
1532
1533 Mozilla Plugin:
1534  * Javascript fixes
1535  * Mozilla plugin for MacOS X is back (not yet distributed)
1536
1537 IE Plugin:
1538  * Brand new Internet Explorer ActiveX plugin
1539
1540 Translations:
1541  The following languages were added:
1542  * Catalan
1543  * Danish
1544  * Turkish
1545
1546
1547 Changes between 0.8.0 and 0.8.1:
1548 --------------------------------
1549
1550 Core support:
1551  * Include TLS/SSL API (on plattforms where libgnutls is available)
1552  * SSL support in the HTTP daemon (HTTP stream output and HTTP interface)
1553
1554 Windows port:
1555  * Fixed win32 multichannel audio output support (which was broken in 0.8.0)
1556  * Fixed DV and MPEG (WinTV PVR 250/350) support in the dshow input
1557  * Fixed spurious taskbar item after switching to fullscreen
1558
1559 WinCE port:
1560  * A few more updates (we still miss an interface and a fast video output).
1561
1562 Audio Output:
1563  * Portaudio audio output plugin improvements
1564
1565 Video Output:
1566  * Proper subpictures scaling using the aspect-ratio info when available
1567
1568 Demuxers:
1569  * Fixed crash with ODML avi files
1570  * Fixed autodetection of VCD/SVCD bin files
1571  * Supports Kasenna VoD (MPEG2 only) and simulcast streaming
1572
1573 Stream Output:
1574  * Encoders:
1575    * Fixed aspect ratio and interlaced support in ffmpeg encoder module
1576  * Stream output:
1577    * Support of playlist group announcement
1578
1579
1580 Changes between 0.7.2 and 0.8.0:
1581 --------------------------------
1582
1583 Core support:
1584  * Major work on libvlc. Changed/renamed/added functions
1585  * Complete switch to the new input core (better seeking, multi-input, ...)
1586  * New plugins cache to speed up launch time
1587  * New --play-and-stop feature which stops the playlist after each played item
1588  * Daemon mode (to run vlc in the background)
1589  * Major improvements to the subtitle/OSD subsystem
1590
1591 Input:
1592  * New screen capture input plugin for X11, Win32, BeOS and Mac OS X 
1593     (Stream your desktop)
1594  * Improved DVD support:
1595     - uses libdvdnav for playing DVDs with menus support
1596     - uses libdvdread for simple playback with menus (eg. for streaming)
1597  * Experimental multi-input support ( use --input-slave to play with it )
1598  * Automatic MTU discovery for UDP streams
1599  * More powerful MRL syntax for DVD/VCD/CDDA access 
1600     (selection of titles/chapters).
1601
1602 Demuxers:
1603  * Support for iTunes Music Store previews
1604  * Support for MJPEG webcams (i.e. AXIS cams)
1605  * Added initial mp4 and mpeg-ts text track support
1606  * Windows Media Server RTSP support
1607  * Support for MPEG TS streams with error correction (204/192 bytes TS packets)
1608  * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
1609  * Skins2 .vlt file loader (only when skins2 is the current interface)
1610  * Improved Ogg demuxer
1611  * Support for MPEG PS streams with MPEG 4 video.
1612  * Support for so called AACPlus webstreams
1613
1614 Codecs:
1615  * G.726 audio support
1616  * 14496-17 MPEG TS text support
1617  * MPEG-4 text support
1618  * Vastly improved DVB subtitles decoder (ETS 300 743)
1619  * Enabled color in DVB subtitles rendering
1620  * VobSub supported both externally and in Matroska
1621
1622 Stream Output:
1623  Encoders:
1624   * Re-use audio/video/spu decoders in transcoder module. From now on,
1625      everything that is playable by VLC should be transcodable as well
1626   * Subtitles overlaying in transcoder
1627   * Subpictures overlaying in transcoder (see video output)
1628   * Frame rate selection in the transcoder
1629   * DVB subtitles encoder
1630   * MPEG 1 layer 2 audio encoder using libtoolame
1631   * Improved vorbis/theora encoding
1632  Muxers: 
1633   * Text track muxing for mp4
1634   * Multipart mjpeg muxing. Your video is directly viewable in a Mozilla Browser
1635   * 14496-17 text track muxing for MPEG TS
1636   * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
1637   * Teletext (0x56 descriptor) streaming support in MPEG TS.
1638   * New WAV muxer (supports multi-channel audio)
1639   * Improved ASF muxer
1640  Misc:
1641   * H.263 RTP streaming support
1642   * SDP generation outputs more compliant SDPs and can create SDP files now
1643   * Improved RTSP and VoD server (experimental)
1644
1645 Audio Output:
1646  * New audio equalizer filter
1647  * Very trivial volume normalizer
1648  * True channel downmixing when playing 5:1 material on Stereo
1649  * More gradual resampling which should improve the pitch changing effect
1650  * New audio output plugin using portaudio v19
1651
1652 Video Output:
1653  * Roku HD1000 Video output
1654  * Experimental generic OpenGL video output (X11, Win32, MacOS X)
1655    with support for effects.
1656  * Improved filter and subpictures support :
1657     - New filters can be streamed.
1658     - "Subpicture filters" to overlay subpictures on video 
1659     - Centralized scaling and blending
1660  * New filters : 
1661     - "time", to display current time 
1662     - "marq", to display a marquee
1663
1664 Interfaces:
1665  * OSD sliders for volume and postition information
1666  * OSD icons for Play and Pause
1667  * New Streaming Wizard for Windows and Linux default interfaces (wxWindows)
1668  * A few skins2 improvements
1669  * Added search, volume, loop and random functions to the ncurses interface
1670  * Added a filesystem browser to the ncurses interface
1671  * The remote control interface can now listen for commands on sockets
1672  * Improved CORBA control module
1673
1674 Mac OS X port:
1675  * Fixed the "cannot set buffersize:[nope]" coreaudio problem
1676  * Major speed improvements to the Quartz video output
1677  * The Mac OS X interface is no longer required to display video
1678
1679 Linux port:
1680  * New galaktos visualization plugin (MilkDrop-compatible)
1681  * Experimental SVG rendering module
1682  * Support for DVB CAM modules.
1683
1684 Windows port:
1685  * DirectX Media Object decoder (allows playing some media types, like WMV3)
1686  * DirectX Media Object audio and video encoder
1687  * Fixed long standing win32 thread handles leak
1688  * Fixed problem with CPU usage with subtitles rendering
1689  * Wallpaper mode for the DirectX video output (only in overlay mode)
1690
1691 WinCE port:
1692  * Massive update (we still miss an interface and a fast video output).
1693
1694 Mozilla plugin:
1695  * Added a lot of Javascript accessible funtionality
1696  * Volume, position, length, seek etc etc etc.
1697
1698 Misc:
1699  * Server/client network synchronization module
1700  * VBrick streams fully supported
1701  * Cisco IP/TV streams supported
1702  * VLM enhancements
1703
1704
1705 Changes between 0.7.1 and 0.7.2:
1706 --------------------------------
1707
1708 Core support:
1709  * Bookmarks feature for easier seeking/access inside medias.
1710  * Support for video output embedded in interfaces.
1711  * Improved HTTP daemon.
1712  * Saved playlists now remember VLC-specific options.
1713
1714 Codecs:
1715  * New Continuous Media Markup Language (CMML) codec.
1716    (http://www.annodex.net/overview.html)
1717  * New H.261 video decoder using openmash.
1718  * H264 encoder, demuxer and packetizer.
1719  * Packetizer interfaces between demux and codec when needed
1720    (allows using ffmpeg plugin to decode MPEG streams and better aac decoding).
1721  * Support for Theora alpha3 (both decoding and encoding).
1722
1723 Input:
1724  * --start-time <sec> and --stop-time <sec> to start and stop playing a 
1725    file at the specified amount of seconds. Only works with a few
1726    fileformats (avi, mov, mkv, mp4 )
1727  * Improved directory access module.
1728  * New "file-cat" option to play truncated movies.
1729  * Better handling of meta info (title, author, description, etc...).
1730  * New options to pass meta info to the input.
1731  * It is now possible to stream programs from a DVB-S/C/T stream
1732    (satellite, cable, or digital terestrial television)
1733
1734 Demux:
1735  * Annodex (http://www.annodex.net) support.
1736  * mmsh streaming fixes.
1737  * Fixed infinite loop in the AVI demux on broken/incomplete files.
1738
1739 Subtitles:
1740  * Subviewer and subviewer v2 subtitles support.
1741  * Ability to choose autodetected subtitles path.
1742  * Subtitles delay can be changed in real time with hotkeys.
1743
1744 Stream output:
1745  * Improved session announcement system.
1746  * Minimize threads usage by default.
1747  * Added faster than realtime stream output (limited by CPU) for file output.
1748  * Improved MOV/MP4 muxer.
1749  * Improved MPEG TS muxer.
1750  * Improved transrater.
1751  * Meta info options used by the muxers.
1752  * New configuration system.
1753  * Better audio channels downmixing when transcoding.
1754
1755 VideoLAN manager:
1756  * New videolan (media) manager (vlm): a little manager designed to launch
1757    and manage multiple streams from within one instance of VLC.
1758  * Supports live streams and VoD.
1759  * Supports scheduling.
1760  * Telnet interface for vlm.
1761  * HTTP interface for vlm.
1762
1763 Interfaces:
1764  * Skins II (Windows and Linux only)
1765     - Ability to embed video output.
1766     - Support for bitmap fonts.
1767     - Lots of improvements.
1768  * wxWindows (default Windows and Linux interface)
1769     - New design and set of icons.
1770     - Ability to embed video output.
1771     - Support for hotkeys.
1772     - Support for bookmarks.
1773  * Mac OS X
1774     - Support for 'groups' and playlist item properties.
1775     - Better hotkeys handling.
1776
1777 Mac OS X port:
1778  * OpenGL video output is now the default when available.
1779  * Added FAAC encoder (mp4a).
1780  * Audio output fix to work with multiple streams on a HAL device.
1781  * Possible fix for conflict with CodeTek VirtualDesktop (untested).
1782
1783 Win32 port:
1784  * DirectShow input plugin should work with more devices.
1785  * Disable monitor power down when watching movies.
1786  * Improved Windows installer.
1787
1788 Linux port:
1789  * PowerPC fixes.
1790
1791 Misc:
1792  * Improvements to the Goom visualisation plugin.
1793  * Roku HD1000 audio output.
1794
1795
1796 Changes between 0.7.1 and 0.7.1a:
1797 ---------------------------------
1798
1799 Mac OS X:
1800  * Fixed the infamous 'mp3 takes twice the CPU it should take' bug
1801  * Playing MOD files is working now.
1802
1803
1804 Changes between 0.7.0 and 0.7.1:
1805 --------------------------------
1806
1807 Core support:
1808  * Fixed a nasty bug that causes preferences not to be saved some times.
1809  * IGMPv3 support for VLC under Windows XP and Linux.
1810
1811 Codecs:
1812  * Brand new DTS Coherent Acoustics audio decoder based on libdts
1813    (http://www.videolan.org/dtsdec.html)
1814  * Fixed DTS S/PDIF output
1815  * SVCD (Philips OGT) and CVD subtitles
1816
1817 Playlist:
1818  * Internal improvments
1819  * Improved import/export
1820
1821 Input:
1822  * Experimental support for Nullsoft streaming video(.nsv) and real media(.rm)
1823    container formars.
1824  * New demux module that uses libavformat from ffmpeg. Adds support for many
1825    small and strange formats.
1826  * New PVA demux.
1827  * New MOD audio demux.
1828  * Support for DTS and A52/AC3 wav files.
1829  * Support for DTS and A52/AC3 audio CD.
1830  * New and experimental DVD input plugin with menus support (using libdvdnav).
1831  * Added back DV audio support in raw DV demuxer.
1832
1833 Stream output:
1834  * MP4/MOV muxer improvements (fast-start, aac in mov, etc...).
1835  * Fixed a nasty bug in the mpeg video packetizer.
1836  * Improved transcoding (multithreading, more tuning, etc...).
1837
1838 Service discovery:
1839  * Fixed sdp in SAP.
1840
1841 Mac OS X port:
1842  * New opengl video output plugin.
1843
1844 Win32 port:
1845  * A few improvements to the DirectShow input plugin.
1846  * Fixed ipv6 name resolution.
1847
1848
1849 Changes between 0.6.2 and 0.7.0:
1850 --------------------------------
1851
1852 Core support:
1853  * Brand new decoder/packetizer api.
1854    Adds a lot more flexibility while also simplifying the decoder plugins.
1855  * New encoder api (Ffmpeg, Vorbis, Theora, Flac and Speex encoders available).
1856  * Video outputs are recycled if possible.
1857    This removes any 'flicker' between two similiar video files.
1858  * Fixed the video filters. Video should no longer go black when using filters.
1859  * New input core. Advantages are: better seeking, more responsive, support for
1860    subtitle files at the core, and much much more.
1861
1862 Playlist:
1863  * Added a repeat mode to repeat a single file over and over.
1864  * Playlist sorting 
1865
1866 Input:
1867  * RTP/RTSP support.
1868  * Fixed annoying seeking problem with Ogg files (seeking would take ages).
1869  * Support for Flac in Ogg files.
1870  * MPEG TS demuxer also handles A52 and AAC audio in DVB streams.
1871  * Rewrite of the Flac demuxer.
1872  * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo. (Linux only)
1873  * Reworked DVB tuning.
1874  * Better Icecast support.
1875  * New MPEG video elementary streams demuxer.
1876  * New DTS audio elementary streams demuxer.
1877
1878 Codecs:
1879  * Support for Theora video encoding.
1880  * Support for Speex audio decoding/encoding.
1881  * Rewrite of the Flac decoder + encoding support.
1882  * Support for MPEG2 422 decoding which was recently added to libmpeg2 (cvs).
1883  * Support for AAC + SBR and proper multi-channel re-ordering.
1884  * MPEG 2.5 audio support.
1885  * Removed deprecated decoders (a52_old, mpeg_video and mpeg_audio).
1886
1887 Stream output:
1888  * Improvements to the MPEG TS muxer.
1889  * New transrating module for MPEG2 video.
1890  * Added packetization for MPEG AAC ADTS streams.
1891  * Added packetizers for Flac, Speex, Theora, LPCM, DTS and SPU streams.
1892  * Improved mp4 muxing and added AAC/MP4V support when transcoding.
1893  * Improved Ogg muxing and added Theora, Speex, Flac and subtitles support.
1894  * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio.
1895  * --sout-keep option to keep the stream open while changing input.
1896  * Preliminary RTP support.
1897  * Fixes to SAP announces.
1898
1899 Interface:
1900  * Skins:
1901     - Bugfixes
1902     - misc improvements (eg, "stay on top" option).
1903  * New standardized and customizable hotkeys.
1904  * wxWindows
1905     - Playlist improvements (Sort, Search, mode buttons).
1906     - Improvements and help in preferences
1907     - New streaming wizard
1908     - Revised Disc Open menu
1909  * HTTP
1910     - Improvements of the standard pages
1911     - Support for new commands
1912  * OSD ( OS X and hotkeys only atm ).
1913
1914 Service discovery:
1915  * Many fixes to the SAP module
1916  * SAP now supports HTTP streams
1917
1918 Subtitles:
1919  * Text subtitles now have a black outline.
1920  * Text subtitles autodetection.
1921  * Text subtitles charset autodetection.
1922  * Text subtitles for all videofiles. Results may vary.
1923  * Text subtitles in Hebrew are supported. Arabic partially.
1924  * Automatic fontsize selection for text subtitles.
1925  * Fixed SAMI text subtitles support.
1926  * Support for subtitles in Matroska files.
1927  * Support for subtitles in DVB streams.
1928
1929 Mac OS X port:
1930  * New controller designed by Max Rudberg from www.maxthemes.com
1931  * Save playlist.
1932  * Works on 10.1.x again. Apologies for that problem.
1933  * Support for Panther.
1934  * Support for raw dumping of streams to disk.
1935  * Mozilla plugin for Mac OS X (experimental).
1936
1937 Win32 port:
1938  * New DirectShow input module (for video acquisition cards, webcams, PVRs...).
1939  * VLC can be installed as a Windows NT service.
1940  * Allow on the fly switching of the main interface.
1941  * Support for 3F2R in audio output.
1942  * New --one-instance option to "force" only one running instance of VLC.
1943  * Mozilla plugin for Windows (experimental).
1944  * Multimonitor support (untested).
1945  * Fixed nasty timing bug on some dual-cpu / P4 with hyperthreading systems.
1946
1947 Linux port:
1948  * Improved Video4Linux input. Also added support for an audio only input.
1949  * Support for real-time priority when running with root privileges.
1950  * Allow on the fly switching of the main interface.
1951
1952 iPaq port: 
1953  * Brand new Gtk 2 interface
1954
1955 Miscellaneous:
1956  * Audio visual effects filters (spectrum, scope and random).
1957  * Audio visual effects filter using goom.
1958  * Spanish, Portuguese Brazilian and Hungarian translations.
1959  * libcaca video output (colored ascii)
1960
1961
1962 Changes between 0.6.1 and 0.6.2:
1963 --------------------------------
1964
1965 Core support:
1966  * Fixed a nasty regression in 0.6.1 which made some streams unplayable.
1967
1968 Stream output:
1969  * Transcoder now generates proper pts/dts thus should work a lot better.
1970  * Improved MPEG TS muxer.
1971
1972 Access input:
1973  * Support for DVB-S/C/T cards using v4l2 API for Linux 2.6.x kernels.
1974  * Few fixes to the VCD navigation.
1975
1976 Interfaces:
1977  * Support for DVD menus navigation added to the wxWindows interface.
1978
1979 UNIX ports:
1980  * ALSA multi-channel support fixed and tested.
1981  * Fixed fullscreen with gnome metacity.
1982
1983 Win32 port:
1984  * Fixed VCD support which was broken on some machines.
1985
1986 iPaq port:
1987  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
1988
1989 Miscellaneous:
1990  * Text subtitles now centered on the picture.
1991  * Ffmpeg decoder now generates proper pts and can be used to play
1992    mpeg1/2 videos.
1993
1994
1995 Changes between 0.6.0 and 0.6.1:
1996 --------------------------------
1997
1998 Core support:
1999  * There should be less bogus resampling, particularly on DVDs.
2000  * VLC will now wait for the medium to wake up before starting its clock
2001    after a pause.
2002
2003 Stream output:
2004  * Added vorbis audio support in Ogg streaming.
2005  * Added vorbis audio transcoding support.
2006  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
2007 UNIX ports:
2008  * ALSA multi-channel support fixed and tested.
2009  * Fixed fullscreen with gnome metacity.
2010
2011 Win32 port:
2012  * Fixed VCD support which was broken on some machines.
2013
2014 iPaq port:
2015  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
2016
2017 Miscellaneous:
2018  * Text subtitles now centered on the picture.
2019  * Ffmpeg decoder now generates proper pts and can be used to play
2020    mpeg1/2 videos.
2021
2022
2023 Changes between 0.6.0 and 0.6.1:
2024 --------------------------------
2025
2026 Core support:
2027  * There should be less bogus resampling, particularly on DVDs.
2028  * VLC will now wait for the medium to wake up before starting its clock
2029    after a pause.
2030
2031 Stream output:
2032  * Added vorbis audio support in Ogg streaming.
2033  * Added vorbis audio transcoding support.
2034  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
2035  * PS muxer can create mpeg1 files now and produce streams with system headers.
2036  * You can transcode a52 with more than two channels to mpga now.
2037
2038 Win32 port:
2039  * Fixed DVD support which was partly broken due to a bug in libdvdcss
2040  * Fixed 5.1 audio support for the sblive/audigy soundcards.
2041  * Fixed sound on Windows NT.
2042
2043 UNIX ports:
2044  * Fixed/improved ALSA support and enabled multi-channel audio output.
2045  * X11/Xvideo: Should now work on big endian machines, and you can now
2046    use the arrow keys to browse through the DVD menus.
2047
2048 iPaq port:
2049  * Gtk+2 interface called PDA
2050  * Familiar Gtk+ is now deprecreated
2051  * Codec a52, Faad2 and flac added
2052  * Video4Linux enabled (demux and transcode)
2053  * Stream Out with transcode support enabled (use codecs: HuffYuvv and A-law).
2054
2055 Interfaces:
2056  * Small updates/fixes to the wxWindows interface.
2057  * Improved HTTP remote control interface. You can now create your own HTML pages.
2058  * A new CORBA control plugin.
2059
2060 Input demux:
2061  * Improved support for the Matroska container format.
2062
2063 Miscellaneous:
2064  * Improved build system.
2065  * New video filter plugin to overlay logos.
2066  * Added support for Winamp 3 B4S files.
2067  * New subtitle module which uses freetype2 to render arbitrary fonts in any size.
2068    Should also work with languages like russion for instance.
2069
2070
2071 Changes between 0.5.3 and 0.6.0:
2072 --------------------------------
2073
2074 Core Support:
2075  * Channel Server support was removed (was deprecated)
2076
2077 Input access:
2078  * Fixed a big bug in ftp and http access that prevented many platforms (OSX most prominently) to view ftp and http streams.
2079  * Fixed large file support on Windows
2080  * Video 4 Linux support
2081  * CD Digital Audio support
2082  * Fixed IPv6 multicasting on Windows and OSX.
2083
2084 Input demux:
2085  * Better detection of AAC and mp3 files
2086  * Support for OpenDML avi files
2087  * More complete .mp4/.mov support
2088  * Very early support for the Matroska container format (don't complain if it doesn't work ;)
2089
2090 Codecs:
2091  * VLC's own MPEG1/2 decoder has been replaced with libmpeg2
2092  * Support for Sorenson 3 (SVQ3 or Quicktime content) via ffmpeg
2093  * OSX support for QDM2 and QDMC sound, often used in QT content.
2094  * Fixed a bug which was causing artefacts in DivX video (ffmpeg)
2095  * Updated our theora decoder to use the alpha 2 release of libtheora
2096  * If ffmpeg cannot keep up, skip and try to recover instead of stopping altogether
2097  * Indeo Video 3 (IV32) support for little-endian computers. (so not for OSX)
2098
2099 Interfaces:
2100  * The wxWindows interface is now fully useable as well as Unicode safe
2101  * New HTTP remote control interface
2102
2103 Stream output:
2104  * New stream output scheme. It is now possible to build a chain of stream outputs allowing for instance to stream and display some content at the same time.
2105  * The stream output now allows to transcode content on the fly.
2106  * Fixed major bug that prevented streaming mpeg 1/2 video with pulldown content.
2107  * SAP/SDP announcing support. (both IPv4 and IPv6)
2108
2109 Miscellaneous:
2110  * New reset option for the preferences
2111  * You can set your language in the prefences
2112  * New video chroma conversion module using ffmpeg
2113  * Added a Gentoo ebuild to the distribution
2114  * Added a new smaller subtitles font (now the default) + scripts to generate your own
2115  * SAP/SDP IPv6 support
2116
2117 UNIX ports:
2118  * Basic support for the X11 Xinerama extension.
2119  * New skinable interface ported to X11.
2120  * Run opie-vlc and zaurus-vlc as GuiServer
2121
2122 Mac OS X port:
2123  * When you add several items to the playlist, they are sorted alphabetically.
2124  * New about panel and revamped preferences panel.
2125  * Fixed the deinterlace menu.
2126  * Float on top, Fit to Screen and a Transparency option for video out.
2127  * New output dialog for transcode and display while stream capabilities.
2128  * New icons by Davor Orel.
2129  * New audio resampler. Should make VLC much faster.
2130  * Fixed disappearing and crackling sound (PTS is out of range bug)
2131  * We no longer automatically save the preferences when you quit the application
2132  * Arrow keys are now use to browse the menus in a DVD
2133
2134 Win32 port:
2135  * the wxWindows interface is now the default interface
2136  * The keyboard shortcuts are now identical to the linux version
2137  * Fixed the "no sound" problem on NT4
2138  * Improved skinnable interface (it now uses the wxWindows interface dialogs).
2139  * Added support for compressed skins files (.vlt files)
2140  * Fixed SVCD chapters support.
2141  * Fixed memory leak with 5.1 audio.
2142
2143 BeOS port:
2144  * Interface localization
2145  * Screensaver disabled if playing in fullscreen
2146  * A few new keyboard shortcuts
2147  * New full-featured Preferences window
2148
2149
2150 Changes between 0.5.2 and 0.5.3:
2151 --------------------------------
2152
2153 Core Support:
2154  * fixed DTS S/PDIF output on little-endian machines
2155  * support for skins at the interface level
2156  * new OSD module using Freetype2
2157  * video outputs are now destroyed when the associated input ends
2158  * the video output takes into account the caching delay introduced at the
2159    input level before dropping out of date frames.
2160  * configuration option to disable the translation of the interface
2161
2162 Input access:
2163  * fixed HTTP redirects
2164  * support for opening an entire directory
2165  * EOF should be detected more reliably
2166  * new video4linux access plug-in
2167  * new kfir access plug-in designed to work around a bug in the kfir driver
2168
2169 Input demux:
2170  * added stream type for some Motorola MPEG-2 video encoders
2171  * fix for some ogg web radio streams
2172  * fixed reading TS streams over HTTP
2173
2174 Codecs:
2175  * support for 3ivx D4 (not previous versions)
2176  * support for '3ivd' and '3vid' encodings
2177  * support for 'MSS1' codec ( same as WMV2 )
2178  * support for SAMI subtitles (untested and incomplete)
2179  * better SSA4 subtitles recognition
2180  * new codec for raw I420 video
2181  * improvements to the libmpeg2-based MPEG video decoder
2182
2183 Interfaces:
2184  * improvements to wxWindows based interface
2185    (although it still misses some important features)
2186  * skeleton for a Gnome2/GTK2 plug-in
2187
2188 Stream output:
2189  * new HTTP output support
2190  * fixed a segfault in the AVI muxer
2191  * fixed AV synchronization issues
2192
2193 Miscellaneous:
2194  * support for oldstyle id3 genres
2195
2196 UNIX ports:
2197  * the SDL vout plug-in will now work on big-endian machines
2198
2199 Mac OS X port:
2200  * reorderable playlist
2201  * fixed the hiding of the mouse on multiple monitors
2202  * fixed a big issue with some USB speakers
2203  * support for mono audio output devices
2204  * reset the audio-device to its default mode before quitting VLC
2205  * fixed several cosmetic issues
2206  * you can drag the controller window by its background (as it should be)
2207  * the messages window remembers more lines
2208  * delay and fps can now be overruled with subtitles files
2209  * http and ogg stream output options
2210  * Apple menu and friends will now be translated as well
2211
2212 Win32 port:
2213  * new skinnable interface
2214  * the directx video output doesn't crash anymore on ctrl+alt+del events.
2215
2216 iPAQ familiar Linux port:
2217  * support for FLAC audio format
2218  * the interface adapts to the screen size/rotation
2219  * playlist
2220  * network tab in the interface
2221  * "apply" handling in preferences
2222
2223
2224 Changes between 0.5.1a and 0.5.2:
2225 ---------------------------------
2226
2227 Core support:
2228  * advanced config options are now hidden by default
2229  * new --spdif option to use the S/PDIF audio output by default
2230  * fixed a 'clicking' sound when switching between streams
2231  * new bandlimited resampler that should improve audio quality on primarily
2232    Mac OS X
2233  * fixed a problem with audio over http that caused some web radios to not work
2234  * DTS S/PDIF support
2235
2236 Codecs:
2237  * support for DV audio through the ffmpeg library
2238  * support for FLAC audio through libflac
2239  * new but basic MPEG video decoder based on libmpeg2
2240  * fixed a major bug in LPCM code (fixes a problem with iDVD disks)
2241
2242 Stream output:
2243  * support for streaming DivX 1/2/3, wmv1/2, h/i263 over MPEG-2 TS
2244  * new --ttl option for Time To Live
2245
2246 DVD support:
2247  * fixed quite a few problems with the dvd menu support
2248
2249 UNIX ports:
2250  * fixed the GNU-pth support
2251
2252 Win32 port:
2253  * multi-channel audio and S/PDIF support for both the DirectX and Waveout
2254    plugins
2255  * localization support via gettext is now fully working
2256  * rc interface is now fully useable
2257  * fixed the MSVC project files generation
2258
2259 Mac OS X port:
2260  * several fixes for multi channel audio devices. AC3 over SPDIF with
2261    M-Audio Sonica Theater still does not work. this is most likely a driver
2262    bug and has been reported to M-Audio. (Sonica, Revolution, Delta, Griffin
2263    iMate and MOTU firewire devices should work)
2264  * VLC now uses the default audio device
2265  * new info panel
2266  * very preliminary support for VLC control via applescript
2267  * support for mouse gestures
2268  * new priority scheme allowing to avoid lock-ups on low-end machines
2269
2270 Linupy port:
2271  * there is a whole new port for the linupy distribution used by o.a. the
2272    YOPY PDA. It is still experimental, please test it
2273
2274 Miscellaneous:
2275  * improved ID3 tag detection
2276  * changed several errors into warnings ; the frequently reported "this is
2277    not a PS stream, continuing" is one of these
2278  * mouse gestures work on windows and osx, but there still isn't any useful
2279    gestures
2280  * some support for .pls playlists used by shoutcast
2281
2282
2283 Changes between 0.5.1 and 0.5.1a:
2284 ---------------------------------
2285
2286 Mac OS X port:
2287  * fixed a problem that caused VLC to select the wrong language when
2288    English was set as the preferred language
2289
2290
2291 Changes between 0.5.0 and 0.5.1:
2292 --------------------------------
2293
2294 Core support:
2295  * new mouse gesture interface
2296  * audio volume can now be changed at any time, even when no file is
2297    playing
2298
2299 Input access:
2300  * various minor fixes on the network inputs
2301  * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
2302  * VCD: fixed track number and chapter indexing
2303
2304 Input demux:
2305  * fixed a bad initialization in the mp4 plug-in
2306  * new --buggy-psi option for TS streams which do not update their
2307    continuity counter
2308
2309 Codecs:
2310  * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
2311
2312 DVD support:
2313  * fixed a bug which turned the default interface command-line only
2314    without the user consent
2315
2316 UNIX ports:
2317  * GTK: fixed a crash when going fullscreen or changing volume from the
2318    popup menu
2319  * X11: new screen saver disabling plug-in (--extraintf screensaver)
2320  * KDE: fixed compilation with KDE 3.1
2321  * ALSA: fixed mono files output
2322
2323 Mac OS X port:
2324  * fixed a crash on start-up on some localized systems
2325  * lowered real-time priorities to avoid lock-ups on slow machines
2326  * VLC can now be made the handler of ftp http mms and udp URLs
2327  * playlist enhancements
2328  * added half, normal and double video window menu items
2329  * new step forward/step backward commands
2330  * the dock should no longer be visible in fullscreen mode
2331  * the Mac OS X binary is now compiled with Ogg/Theora support
2332  * vlc.app is now VLC.app
2333
2334 Win32 port:
2335  * fixed the "RichEdit line insertion error" bug
2336  * VLC can now be run from outside its installation directory
2337  * fixed a bug that prevented to find the default subtitle font
2338
2339 BeOS port:
2340  * smarter BeOS priorities to avoid lock-ups
2341  * few enhancements in the interface (especially the Settings window)
2342
2343 Opie port:
2344  * native video output is working again
2345  * only commandline interface support
2346  * support for MPEG4, DivX through ffmpeg package
2347
2348
2349 Changes between 0.4.6 and 0.5.0:
2350 --------------------------------
2351
2352 Core structure:
2353   * object structure which allows for full re-entrancy, known as libvlc
2354   * new audio output architecture based on filter pipelines, providing
2355     S/PDIF and multi-channel support
2356   * localization support via gettext on most architectures
2357   * new stream output architecture, allowing to use VLC to unicast,
2358     multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
2359     and A/52 streams are supported)
2360   * build system now uses autoconf/automake/autopoint
2361
2362 Input access:
2363   * mms:// support
2364   * ftp:// support
2365   * stability fixes in the HTTP access
2366   * auto-detection of RTP encapsulation
2367   * VCD entry points support
2368   * VCD image file support
2369
2370 Input demux:
2371   * support for *.asf format
2372   * improved support for *.avi, especially over an HTTP connection
2373   * support for *.mp4 and *.mov format
2374   * support for ogg encapsulation
2375   * support for raw DV format
2376   * support for *.wav format
2377   * new demuxdump demux allowing to save a stream to a file
2378   * raw AAC support
2379
2380 Stream discovery & playlists:
2381   * support for the SAP/SDP and SLP protocols
2382   * support for .m3u file format
2383   * support for .asx file format
2384   * hack to find the streaming sources in html-pages with embedded wmp
2385
2386 Codecs:
2387   * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
2388     (only available with the .avi demux)
2389   * support for ADPCM audio codec
2390   * support for raw PCM data
2391   * support for Cinepak video codec
2392   * support for DV video codec via libdv or ffmpeg
2393   * support for AAC audio codec via libfaad2
2394   * support for Xvid codec
2395   * support for Xiph.org's Vorbis audio codec
2396   * support for Xiph.org's Tremor audio codec (when compiling from sources)
2397   * support for Xiph.org's Tarkin and Theora video codecs (when compiling
2398     from sources)
2399   * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
2400     H263i, MJPEG A/B
2401   * fixed an endianness bug in LPCM codec
2402
2403 DVD support:
2404   * experimental preliminary support for DVD menus via libdvdplay
2405
2406 Miscellaneous:
2407   * new WxWindows interface
2408   * all interfaces allow to dynamically change the volume, the audio
2409     device and the channels configuration
2410   * headphone channel mixer with virtual spatialization effect
2411   * Mozilla plugin based on libvlc for embedded playback in webpages of any
2412     format that VLC can play
2413   * new swedish translation
2414   * enhancements of the playlist window
2415   * new messages window to see debug info
2416   * fixed a few crashes
2417
2418 iPaq port:
2419   * slider bar in GTK+/GPE Familiar interface
2420   * fixed crash on directory change in Familiar interface
2421   * added qte_main module for use in all modules that need Opie or Qte support
2422   * native video output module for Qt Embedded/Opie is not working
2423