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