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