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