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