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