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