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