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