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