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