]> git.sesse.net Git - vlc/blob - NEWS
wasapi: enlist the plugin
[vlc] / NEWS
1 Changes between 2.0.x and 2.1.0-git:
2 --------------------------------
3
4 3rd party libraries (contrib):
5  * /extras/contrib has been replaced by a better system in /contrib
6
7 Audio output:
8  * Windows Audio Session API audio output support
9  * OpenBSD sndio audio output support
10
11 Encoders:
12  * high10,high422 and high444 encoding support in h264
13
14 Audio Filters:
15  * new remapping channel filter
16  * new filter to enhance stereo effect by mono suppression and delay effect
17  * new VSXu visualization plugin
18
19 Codecs:
20  * Support for CDXL, Ut Video, VBLE, Dxtory codecs via libavcodec.
21
22 Access:
23  * Screen: Added support for OS X Lion
24
25 Video Filters:
26  * new anaglyph video filter which transforms side by side 3D video streams in
27    anaglyph glasses (aka red/blue) compatible images.
28
29 Interfaces:
30  * configurable password for the HTTP server.
31  * .hosts removed from the HTTP server.
32  * fixed Lua command line interface console mode under Windows.
33
34 Mac OS X Interface:
35  * added a GUI for the QTSound access module to process audio captured locally
36
37 Removed modules:
38  * portaudio audio output
39  * X11 On Screen Display notifications (xosd)
40  * Linux Framebuffer On Screen Display interface (fbosd)
41
42
43 Changes between 2.0.0 and 2.0.1:
44 --------------------------------
45
46 Access:
47  * fix and improve the CDDB information retrieval
48  * fix the samba module compilation
49  * fix UDP / RTP multicast stream reception on Mac OS X when using the 10.7 SDK
50  * multiple fixes for HLS support, notably on Win32 and for encryption
51  * multiple fixes for Bluray discs playback
52  * fix for DVD decryption on some RPC-I drives
53
54 Codecs:
55  * Support for MXPEG files
56  * limit auto-detected threads to 4 in avcodec module
57  * fix quicktime audio codecs in RTSP streams
58
59 Demuxers:
60  * Fix multi-file splitted RAR archive support
61  * Fix a crash when seeking in mka
62  * Improve MKV multi-video tracks support
63
64 Muxers:
65  * Fix ogm header creation
66
67 Audio filters:
68  * limit spatializer filter distortions
69  * Use fastest SinC algorithm for samplerate module
70
71 Audio output:
72  * Fix S/PDIF passthrough with ALSA.
73  * Remove flawed ALSA channels autodetection.
74    The available ALSA channels MUST be configured now (stereo by default).
75  * Fix delay when changing the volume on Mac OS X
76
77 Video filters:
78  * Fix gradfun unloading on Windows platform
79
80 Mac OS X interface:
81  * allow to hide the playlist to get a small controller window
82  * allow to hide the sidebar
83  * disable Lion fullscreen mode by default, since its behavior is misleading
84    - this fixes fullscreen video output on a secondary screen
85  * noticebly faster launch time
86  * correct a few visual glitches and accessibility support
87  * re-enable visual feedback on seek and volume changes
88  * improve track synchronization panel
89  * fix fontconfig cache dialog, closure of the interface and numerous crashes
90  * fix crop, aspect ratio handling, DVD (no menu) support and Open subtitle menu
91
92 Qt interface:
93  * allow a native seek slider instead of the blue one
94  * fixes in the playlist, the addons dialog, the menus, the main toolbar
95    the open dialogs, preferences and customization dialogs
96  * fix for fontconfig cache dialog, when rebuilding ASS fonts
97
98 Skins interface:
99  * fix for menus display
100  * Addition of $R to display current playback speed
101  * documentation update
102
103 Web interface:
104  * fix mobiles display for remote control mode
105  * support for .drc and .3ga extensions
106
107 Service discovery:
108  * fix SAP discovery, where an item was added multiple times
109  * fix SAP discovery on Mac OS X when using the 10.7 SDK
110  * Update Jamendo selections
111
112 Miscellaneous:
113  * fix DBus crash
114  * fix build issues on BSD, Linux/PPC and Linux/Sparc
115  * fix a crash on VLM close
116
117 Security:
118  * Update libpng to 1.5.9 (CVE-2011-3026)
119  * Update freetype to 2.4.9 (CVE-2012-1126 up to CVE-2012-1144)
120  * Fix MMS stack overflow (SA-1201)
121  * Fix RealRTSP heap overflow (SA-1202)
122
123 Translations:
124  * Update of Czech, Spanish, Swedish, Turkish and Walloon translations
125
126
127 Changes between 1.1.13 and 2.0.0:
128 ---------------------------------
129
130 Important notes:
131  * The licenses of libVLC and libVLCcore have changed from GPLv2+ to LGPLv2.1+
132  * Start/end titles/chapters are now specified with # rather than @ to fix
133    conflicts with some URLs and file names. For instance, this plays a DVD
134    from the 2nd chapter of the 1st title up to the 4th chapter of the 3rd
135    title:  vlc dvd://#1:2-3:4
136  * The 40+ --*-caching options were simplified and dumbed down to 4 options:
137    - --file-caching specifies caching for local files,
138    - --network-caching specifies caching for network resources,
139    - --live-caching specifies caching for capture devices and
140    - --disc-caching specifies caching for local optical media.
141    All values are expressed in milliseconds as in previous versions.
142  * HTTP server IP address, port, and TLS configuration is now centralized:
143    - The --http-host option sets the address, e.g. "--http-host=[2001:db8::1]".
144      By default, both :: and 0.0.0.0 are used.
145    - The --http-port and --https-port options set the port numbers.
146      By default, 8080 is used for HTTP, and 8443 for HTTPS.
147    - The TLS credentials are configured with --http-cert (public certificate),
148      --http-key (private key), --http-ca (optional CA) and
149      --http-crl (optional CRL).
150  * RTSP server IP address and port are updated similarly.
151    Use --rtsp-host and --rtsp-port respectively.
152  * The --miface-addr option does not exist anymore. To select the multicast
153    output interface, use --miface instead, e.g. --miface=eth0.
154  * The Windows version will only work with Windows XP SP2 or later.
155    Windows 2000 SP4, Windows XP < SP2, Windows 2003 SP0 are now unsupported.
156  * The Mac OS version will require Quartz Extreme compatible machines.
157
158 Important changes for packagers:
159  * The default builds now assume that the operating system uses UTF-8 for
160    its file systems and files content (except the Windows port). If this is
161    not acceptable, pass --enable-non-utf8 to the configure script.
162    Non-UTF-8 file systems support will be removed in future versions.
163  * The VLC plugins path can be overridden with the VLC_PLUGIN_PATH environment
164    variable. The --plugin-path command line option was removed.
165  * The default tarballs are now compressed with XZ/LZMA: .tar.xz
166  * OSS support is not compiled on Linux by default, pass --enable-oss to the
167    configure script if you use OSSv4 or really want to use OSS emulation.
168  * The webplugins have moved to: git://git.videolan.org/npapi-vlc.git
169
170 Core:
171  * Major Video Core and Outputs rework and rewrite:
172    Subtitles, subpictures and OSD can now be sized and blent inside outputs
173    x11 (Unix), OpenGL (Unix) and Direct3D (Windows) are such video outputs.
174  * Almost every video filter can now be transcoded
175  * Playback rate doesn't get resetted to 1 between items anymore
176  * Option --sub-filter was renamed --sub-source
177  * Port to Android, iOS, OS/2 and Win64.
178
179 Access:
180  * Multiple files are now supported inside RAR files
181  * Experimental support for ClearQam devices in the BDA/DTV module
182  * DVB-S scanning support on Unix
183  * DVB-C scanning on Unix scans correct modulation/symbolrate if needed
184  * Support for freq and video standard selection in DirectShow
185  * Support for VDR recordings (http://www.tvdr.de/) folders
186  * Experimental Blu-Ray Discs support using libbluray
187  * HTTP Live Streaming (IETF draft) playback support
188  * Blackmagic DeckLink SDI cards input support (Linux only currently)
189  * Linear Systems (HD-)SDI cards input support (Linux)
190  * PulseAudio audio input support
191  * Support for RTP dynamic payload types by specifying the payload format
192    in an option (no autodetection): only Theora supported for now
193  * Basic HTCPCP implementation for Coffee Pot control
194  * Support for all QTKit-compatible video input devices, aka QTCapture
195  * Support for all QTKit-compatible audio input devices, aka QTSound
196  * Support for capturing partially hidden windows in the X11 Screen input
197  * MPEG DASH (Dynamic Adaptive Streaming over HTTP) support
198  * Support for HTTPS is now fixed in the Windows port
199
200 Codecs:
201  * One can now use ffmpeg-mt in conjunction with vlc, to split decoding load
202    on multiple cores. H.264, VP3, VP8, JPEG-2000, Mpeg-4 ASP/DivX and RV3/RV4
203    are notably concerned.
204  * Important fixes for RealVideo 3.0 and 4.0 playback, notably in MKV
205  * Experimental Hardware decoding using Broadcom CrystalHD cards
206  * New module for decoding EBU subtitles (.stl)
207  * Support for 9bits and 10bits H.264/AVC decoding
208  * Support for 20-bits PCM and DAT-12 (digital magnetic tapes) from RTP
209  * New module for Dirac encoding, using the faster libschroedinger
210    The Schroedinger module should be prefered to the Dirac one
211  * Support for WMV Images, aka WMVP and WVP2, as used by Photo Story
212  * Support for Lagarith Lossless video codec
213  * Support for ProRes 422 video codec in 10bits
214  * Support for DNxHD (VC-3) and JPEG-2000 in 10bits
215  * EIA-608 closed captions improvements
216  * Support for JPEG-2000 and Motion JPEG-2000 in the Windows and Mac binaries
217  * Experimental support of IOMX for OpenMAX IL codecs on Android
218  * One can use "mp2 " fourcc to encode in mpeg1/2 layer 2
219
220 Demuxers:
221  * New images demuxer supporting jpeg, png, targa, xcf, git, tiff, bmp, pcx, lbm
222  * C64 SID file playback support of using sidplay2
223  * Support for images/cover art in wma/wmv/asf files
224  * Improvements in .ape files metadata reading and writing
225  * New demuxer module for EBU subtitles (.stl)
226  * Support for caf, mtv, awb, f4v, amr, vro (DVD-VR) files
227  * Ogg, flv, mxf, amr seeking improvements
228  * Major improvements in Matroska (mkv) chapters/segments handling and seeking
229  * Support for duration and better seeking in Mpeg-TS files (.ts, .m2ts, .mts)
230  * Mov improvements, notably for aspect-ratio handling and Audio DV tracks
231  * Improved support of tracker files
232  * Real Media (.rm and .rmvb) demuxer is now based on libavformat
233
234 Interfaces:
235  * Qt: effects dialogs rework
236  * Qt: new CoverFlow-like view of the playlist
237  * Qt: port to MacOS X platform
238  * Qt: various interface improvements, notably on the seek bar
239  * Skins2 / Qt: misc improvements and usability fixes
240  * Skins2: fullscreen controller support, relative placement support
241    and important cleanups and optimisations
242  * Mac OS X: re-written Main Window, which also includes the Video Windows
243    It is available in 2 looks, one grey (Lion style) and one black (QTX style)
244  * Mac OS X: new Audio Effects panel adding Compressor and Spatializer filters
245  * Mac OS X: new Track Synchronization panel
246  * Mac OS X: new Video Effects panel for color and geometry adjustments
247  * Mac OS X: re-written Open Disc functionality with automatic media detection
248  * Mac OS X: support for the native fullscreen mode on OS X Lion
249  * Mac OS X: enhanced AppleScript support
250  * Mac OS X: support for lua extensions
251  * The rc and telnet lua interfaces were merged into a new "cli" interface
252  * lua: the recommended way to run custom interface scripts is now to pass
253    -I luaintf --lua-intf myscript
254  * ncurses: heavy refactor of the complete interface
255  * dbus: Upgrade to an mpris2 compliant interface, see http://www.mpris.org
256  * dbus: Rewrite of the main loop to use a more efficient poll-based model
257  * webUI/http: Rewrite of the web interface, using jQuery
258  * webUI/http: some requests are now supported in JSON in addition to XML
259  * webUI/http: path values for input and output are deprecated in favour of uri
260  * Qt/Win32: the update system now downloads the updates in the temp folder
261  * Qt: preferences are now searchable
262  * Qt: the fullscreen controller is now stackable, full-width, at the bottom
263
264 Video Output:
265  * New video output based on Direct2D for Windows 7 and Vista (with Platform Update)
266  * New video output for iOS platform
267  * Experimental work in progress on a video output using EGL
268  * Adaptation of the OpenGL layer for OpenGL ES 1.1
269  * Various vmem improvements
270  * OpenGL video output now accepts YUV as input and uses fragment programs for
271    chroma conversion between YUV and RGB
272  * New video output for Android platform, based on Surface
273  * Support for 9/10bits output in the OpenGL output
274  * Updated OpenGL video output for Mac, requires a Quartz Extreme capable machine
275  * New video output based on kva API for OS/2
276
277 Audio Output and Filters:
278  * New audio output based on AudioQueue API for iOS
279  * New audio output in memory (amem)
280  * Important simplification and improvements in the core audio output
281  * New audio output based on OpenSL ES API for Android
282  * New audio resampler using Speex (DSP)
283  * New audio resampler using the Secret Rabbit Code (a.k.a. libsamplerate)
284  * New Compressor filter, a dynamic range compressor
285  * New simplistic Karaoke filter
286  * New audio output based on kai API for OS/2
287  * Automatic handover from S/PDIF to PCM with PulseAudio 1.0
288
289 Video Filter:
290  * New gradfun filter for debanding videos using dithering
291  * Rewrite of the grain filter, faster and with better quality
292  * New posterize filter for lowering the number of colors
293  * Atmo ambilight: improve Fnordlicht support up to 254 channels
294  * New sepia filter for creating sepia effect in videos
295  * New deinterlacer mode Phosphor, a framerate doubling CRT TV simulator
296  * New deinterlacer mode IVTC, to do live inverse telecine for NTSC films
297  * New subsdelay filter to change subtitles delay
298  * New anti-flickering filter
299  * New OpenMAX DL IPCS filter for color space conversion and resizing
300  * New video filter for denoising, based on the famous hqdn3d filter
301  * Major improvements in the freetype text-rendering module, notably supporting
302    blackbox and customizable shadow.
303    NB: The freetype module is now used by default on the Mac OS X instead of
304    the quartztext module, which can still be enabled manually.
305    The Win32 font selection was improved too.
306
307 Stream output:
308  * New livehttp-module for HTTP Live Streaming (IETF draft) output
309    example: vlc inputfile :sout="#transcode{vcodec=h264,acodec=mp3,
310     venc=x264{profile=baseline},width=320,vb=256,ab=96}:std{
311     access=livehttp{index=public_html/iphonestream.m3u8,
312     index-url=http://url-to-iphonestreamfile-###.ts},mux=ts{use-key-frames},
313     dst=public_html/iphonestreamfile-###.ts}"
314  * Support for Vorbis and Theora in RTP
315  * Major rework of VoD support
316  * New delay module, to introduce delays of one ES, when streaming:
317        #delay{id=12,delay=500}:standard...
318  * New setlang, setid modules to change lang or id of one ES, when streaming:
319        #setid{id=12,new-id=42}:std...
320  * New langfromtelx module, to change lang of one ES, when streaming, based on
321    a telextex page: #langfromtelx{id=12,magazine=7,page=0x99,row=1}:std...
322  * New select module, to replace an existing ES with another ES in the same track
323    #duplicate{dst=bridge-out{id=1},select=video,dst=bridge-out{id=0xa3},select=audio}
324    #transcode{...}:bridge-in{id-offset=0}:select{disable=0}:setid{id=0,newid=0xa3}:autodel:std{...}
325  * New libavformat/avio access_output module for network streaming
326
327 Services Discovery:
328  * Search API to be able to query distant search APIs from the interfaces
329  * Upnp module was ported to Win32
330
331 libVLC:
332  * New capabilities for libVLC:
333   ** libvlc_media_player_navigate for DVD navigation
334   ** libvlc_audio_filter_list_get, libvlc_video_filter_list_get to get the
335      list of available audio and video filters
336   ** libvlc_audio_set_format, libvlc_audio_set_format_callbacks,
337      libvlc_audio_set_callbacks
338      allow grabbing audio data from a chosen memory location in real-time.
339
340 Removed modules:
341  * asademux, subsass: use libass
342  * fake, invmem: use the new image demuxers
343  * hal, v4l, gapi, omapfb, hd1000a, hd1000v: obsolete unmaintained modules
344  * id3tag: use taglib
345  * upnp: use upnp_intel
346  * removal of old telnet interface in favor of the new lua CLI
347  * removal of http interface in favor of luahttp
348  * removal of the noise filter
349  * removal of the SDL audio output, use the native outputs
350  * growl_udp: use Growl for local notifications on the Mac. UDP support will be
351               removed in Growl's next release, too.
352  * removal of the OSSO screensave module, use the MCE one
353
354 Translations:
355  * Update of translations for most languages.
356  * New Telugu and Kurmanji translations.
357
358
359 Changes between 1.1.12 and 1.1.13:
360 ----------------------------------
361
362 Security:
363  * Heap overflow in TiVo demuxer fixed.
364  * Same default ACL for HTTP requests as for the rest of the HTTP interface.
365
366 Audio outputs:
367  * PulseAudio channels mapping (non-stereo) fix.
368  * PulseAudio stream accidental overflow recovery.
369
370 Video outputs:
371  * XVideo support for mixed CPU/GPU endianess (especially on PowerPC).
372  * XVideo support for automatic color keying.
373  * xosd Xlib initialization failure fix.
374
375 Decoders:
376  * Camtasia decoding fix.
377
378 Qt interface:
379  * Rare crash while seeking fixed.
380  * V4L2 video standard selection fixed.
381
382 Translations:
383  * Update of Chinese simplified, Estonian, German and Polish languages.
384
385
386 Changes between 1.1.11 and 1.1.12:
387 ----------------------------------
388
389 Audio outputs:
390  * Mac OS X / auhal: multiple fixes for the Digital Audio output (S/PDIF)
391                      including support for OS X Lion
392  * Multiple fixes and improved synchronization for PulseAudio support
393  * Support for AC-3 and DTS passthrough with PulseAudio 1.0
394
395 Unix port:
396  * Fix build compatibility with taglib < 1.6 and Xulrunner 1.9.1
397
398 Misc:
399  * Fix crashes with Japanese locale on OS X
400  * Minor fixes for Webplugin under Win32, AVI demuxer, smem and AudioScrobbler
401  * Fix crash in HTTP and RTSP server (stream output or Web interface)
402
403 Translations:
404  * Update of Breton, Chinese Simplified and Basque
405
406
407 Changes between 1.1.10 and 1.1.11:
408 ----------------------------------
409
410 Security:
411  * Fix buffer overflows in the RealMedia demuxer (CVE-2011-2587)
412    and the AVI one (CVE-2011-2588).
413
414 Mac OS X:
415  * Fixed scrolling direction if the input device's signal is inverted
416  * Update Auhal audio output to the latest API
417  * Fix images disappearing issue on the interface
418  * Reduced installation size by up to 30 MB
419  * Resolved conflict between iTunes and VLC wrt Media Key handling
420
421 Mozilla/ActiveX webplugin:
422  * Fullscreen mode is fixed on Win32
423  * Very simple fullscreen controller is visible on Win32
424
425 Demuxers/Meta Readers:
426  * Better support for cover art embedded in mp4, wma
427
428 Muxers/Output:
429  * Fix AVI muxer so the generated files are readable on other players
430
431 Extensions:
432  * Multiple fixes for crashes and malfunctionning issues
433
434 Qt Interface:
435  * Fix quitting on Linux
436  * Fix opening of VIDEO_TS folders through the open disc dialog on Windows
437  * Miscellaneous
438
439 Win32 port:
440  * Update of codecs, fixing the mpeg-2 decoder crash
441
442 Translations:
443  * Update of Slovak, Lithunanian, Russian, Brazillian Portuguese, Serbian
444
445
446 Changes between 1.1.9 and 1.1.10:
447 ---------------------------------
448
449 Windows and Mac OS X:
450  * Update of external library modplug, to address multiple security issues
451
452 Mac OS X Interface:
453  * Improved Media Key handling based upon SPMediaKeyTap by Spotify AB
454  * Fix for various crashes and small issues
455
456 Demuxer:
457  * Fix heap corruption / integer overflow in XSPF playlist parser
458
459 Audio output:
460  * PulseAudio output re-written due to unstability of the current one
461
462 Win32 port:
463  * Remove the fontconfig dependency from the freetype module
464
465 Miscellaneous fixes in:
466  * Windows 7 taskbar buttons
467  * Qt interface
468  * asx, live555, dvdnav demuxer
469  * RTP output and XML export
470  * Subtitles colours when using GPU decoding on Windows
471  * v4l2 access
472
473 Translations:
474  * Update of Norwegian BokmÃ¥l, Slovak, Afrikaans, Luganda,
475    Brazillian Portuguese, Irish, Thai, Estonian, Chinese, Polish,
476    Dutch, German, Galician, Bulgarian, Lithuanian and Japanese translations
477  * Initial Basque, Zulu, Peul, Amharic, Acoli, Chiga translations
478
479
480 Changes between 1.1.8 and 1.1.9:
481 --------------------------------
482
483 Windows and Mac OS X:
484  * Update of external library modplug, to address a security issue
485
486 Demuxers:
487  * mp4: Fix heap-based buffer overflow (VideoLAN-SA-1103)
488
489 Mac OS X Interface:
490  * Miscellaneous interface look adjustments
491  * Improve Apple Remote handling
492  * Fixe bugs in the Streaming / Transcoding wizard
493  * Layout fixes in the Preferences and Controls windows
494  * Fix incomplete list of hotkeys in the Preferences dialog
495  * Fix quitting through Apple Events (Dock menu, App Switcher, AppleScript, etc.)
496
497 Mac OS X Port:
498  * Fix Growl local notification plugin
499  * VLC bundle now includes the Growl framework
500  * Fixes for eyeTV
501
502 Translations:
503  * Updates of Lithuanian, Estonian, Chinese, Japanese, Bengali, Dutch, Polish,
504    German, Galician, Traditional Chinese translations
505  * New Luganda Translation
506
507
508 Changes between 1.1.7 and 1.1.8:
509 --------------------------------
510
511 Mac OS X Interface:
512  * New UI graphics by Damien Erambert
513
514 Interfaces:
515  * Oldrc interface is again the default RC interface, on Windows
516  * Luarc, luahttp and luatelnet fixes
517  * Qt and Mac OS X fixes
518  * numerous Skins2 fixes, notably winamp2 skins
519
520 Encoder:
521  * new libschroedinger-based Dirac codec encoder, faster than the current one
522
523 Access/Demuxers/Codecs:
524  * Subtitles auto-detection is back for .txt files
525  * vod/rtsp server and rtsp input fixes
526  * mp4 demuxer improvements
527  * ogg, rstp input, video filters minor fixes
528  * taglib's replaygain is fixed for mp3
529  * vobsub support has an improved auto-detection
530  * fix a crash in malformed ape files
531
532 Miscellaneous fixes in:
533  * Pulseaudio audio output, notably for usb cards
534  * Stacktraces are now limited in size on Windows
535  * Video resolution is now limited to 8192x8192, for security reasons
536    See CORE-2011-0208, CVE-2010-3275, CVE-2010-3276
537  * Configure and build system improvements
538  * DirectShow and BDA build headers have been updated
539
540 Translations:
541  * Update for Finnish, Galician, Dutch, Chinese, German, Japanese, Lithuanian,
542    Slovak, French, Polish, Estonian, Brazillian Portuguese and Hebrew
543  * New icelandic translation
544
545
546 Changes between 1.1.6 and 1.1.7:
547 --------------------------------
548
549 Linux port:
550  * Integration with the KDE GUI platform is disabled due to KDE bugs
551    #234484 and #260719.
552
553 Mac OS X port:
554  * Updated live555 library to fix playback of RTSP and Freebox streams
555  * Running VLC in 64bit mode requires Mac OS X 10.6.0 or later for speed
556    and stability reasons
557
558 Demuxers:
559  * Fix for Matroska / WebM remote code execution vulnerability.
560    VideoLAN-SA-1102
561
562 Translations:
563  * Update for Hebrew, Japanese, Danish and Russian translations
564
565
566 Changes between 1.1.6 and 1.1.6.1:
567 ----------------------------------
568
569 Source:
570  * Fix libnotify, lirc, pulse compilation and packaging for Unix/Linux
571
572
573 Changes between 1.1.5 and 1.1.6:
574 ---------------------------------
575
576 Audio output:
577  * Multiple fixes and improvements on PulseAudio output
578    PACKAGERS are VERY STRONGLY advised to update libpulse to 0.9.22.
579    Update is required to use PulseAudio with the Phonon-VLC backend (KDE)
580    and with the Mozilla VLC web browser plugin.
581
582 Access:
583  * Fix the Audio CD crash when looking for CDDB metadata on Windows
584
585 Decoders:
586  * Support for MPC SV7 and SV8 on Windows and Mac OS X (Unix was already working)
587  * Enabled FluidSynth MIDI playback plugin on Mac OS X
588  * Faster VP8/Webm decoding with recent codecs libraries
589  * Fix heap corruption in CD+G decoder - CVE-2011-0021 / VideoLAN-SA-1101
590
591 Demuxers:
592  * Fix Buffer overflow in Real demuxer - CVE-2010-3907 / VideoLAN-SA-1007
593  * Fix some asf/wmv seeking issues, notably when seek didn't go to a keyframe
594  * Support for 24-bits PCM over RTP (audio/L24)
595
596 Subtitles and renderer:
597  * Do not auto-detect .txt files for subtitles
598  * Mark more freetype options as safe
599  * Mac OS X: fixed fontconfig cache creation
600  * Fix heap corruption in subtitle decoders, potentially exploitable,
601    discovered by Harry Sintonen - sintonen at iki.fi - CVE-2011-0522
602
603 Visualization:
604  * Fix projectM visualization for Linux in all locales
605  * Fix projectM visualization support for Windows
606  * Various projectM improvements: the module should be working now
607  * Fix goom crash on Windows XP and Mac OS X
608
609 Interfaces:
610  * Qt4: fixes for media keys processing and MCE remotes
611  * Qt4: various fixes and portability improvements
612
613 Miscellaneous fixes:
614  * KDE device solid actions
615  * XDG screensaver
616  * Transcode integer overflow
617  * HTTP Icy metadata reading
618  * Windows: revert to 1.1.4 performance timers
619
620 Translations:
621  * Update translations for Chinese, Nippon, Slovak, Estonian, Spanish, Galician,
622    Swedish, Bulgarian, French, Bengalese, German, Slovak, Japanese, Dutch,
623    Polish, Hungarian, Indonesian, Sinhala and Irish
624
625
626 Changes between 1.1.4.1 and 1.1.5:
627 ----------------------------------
628
629 Security:
630  * Fix a Windows crash on accessing Network Shared files/drives,
631    VideoLAN-SA-1006
632
633 Access:
634  * Support for RTP access for H264 streams by specifying the demux in the MRL
635
636 Services Discovery:
637  * Integration in the playlist, of a list of web shows, provided by channels.com
638
639 Demuxers:
640  * Game Music Emu (GME) plugin rewritten, using the proper C API
641  * DVDnav and DVDread fixes for encoding and misc issues
642  * Playback of live http .Webm streams
643  * Taglib thread-safety fix
644
645 Decoders:
646  * Fix decoding of H264 using DxVA2 using Intel IGP, thanks to the donation from
647    "Puget Systems"
648
649 Skins:
650  * Add an icon to VLC on Linux
651
652 Video Output:
653  * fix a bug that could lead to 100% CPU usage on XCB
654
655 Interfaces:
656  * fix for Qt bug where VLC didn't exit properly on some Windows XP configuration
657  * fixes on luatelnet and luarc
658
659 Miscellaneous crashes and fixes in various plugins (telnet, live555, theora and
660  TS-mux, Qt)
661
662 libLVC:
663  * add libvlc_media_new_fd() to play directly file descriptors (not Win32/Win64)
664  * Miscellaneous fixes
665
666 Translations:
667  * Update translations for Walloon, Lithuanian, Spanish, Turkish, Estonian, Dutch,
668    Bengali, German, Polish, Brazillian Portuguese, Japanese, Italian, Galician,
669    French and Ukrainian
670  * Major update and activation on Windows of Modern Greek
671  * New Asturian translation
672
673
674 Changes between 1.1.4 and 1.1.4.1:
675 ----------------------------------
676
677 Mac OS X:
678  * Fixed video output on PowerPC-based Macs for videos with widths divisible
679    by 16
680  * Fixed an issue with the Equalizer's 170Hz slider
681
682 Demuxer:
683  * Fix crash when closing rtsp streams
684
685 Qt interface:
686  * Fix Windows 7 jumplists with Unicode files
687  * Various fixes for Windows
688
689 Translations:
690  * New Armenian translation
691  * Update translations for Dutch, Estonian, Lithuanian, Japanese, Nynorsk,
692    Brazillian Portuguese, Armenian, Wallon
693
694
695 Changes between 1.1.3 and 1.1.4:
696 --------------------------------
697
698 Win32:
699  * Fix a security issue when loading DLLs, especially in Qt4 and dmo modules,
700    See VideoLAN-SA-1005
701  * Fix folders opening from the interface
702
703 Translations:
704  * Update translations for Lithuanian, Bengali, Slovak, French, Dutch, Ukranian
705    Polish, Simplified Chinese, German and Galician
706
707
708 Changes between 1.1.2 and 1.1.3:
709 --------------------------------
710
711 Access and demuxers:
712  * fixes for FTP relatives path and FTP directory support
713  * fix for podcasts parsing
714  * DVD: fix an assert error and various memory leaks
715
716 Taglib:
717  * fix NULL dereferences, as reported by FortiGuard Lab,
718    CVE-2010-2937 / VideoLAN-SA-1004
719
720 Playlist:
721  * fix a regression where the wrong entry was played
722  * fix m3u playlists exports
723
724 Skins2:
725  * fix video autoresize behaviour
726
727 Translations:
728  * Update translations for Dutch, Sinhala, Hebrew, Estonian, Spanish and Bengali
729
730 Windows and Mac:
731  * Update of many codecs libraries, fixing bugs and improving speed
732
733 Mac:
734  * architecture-specific installations will now be replaced by specific updates
735
736 BSD:
737  * Add AltiVec detetion for OpenBSD/powerpc
738
739
740 Changes between 1.1.1 and 1.1.2:
741 --------------------------------
742
743 Demuxers:
744  * Avformat fps displaying fix
745  * TS, fix an issue where some programs would get dropped (fixes DVB issues too)
746
747 Audio filters:
748  * fix timestamps handling on some filters that provoked issues when playback
749    of mono streams, especially on Windows
750
751 Windows:
752  * fix a bug in direct3d video output with old nVidia drivers that broke video
753    playback with overlay (YUV->RGB)
754  * fix console output encoding
755
756 Interface and extensions:
757  * Youtube and other scripts updates
758  * Misc fixes in Qt4 (especially VLM and EPG dialogs) and MacOS interface
759
760
761 Changes between 1.1.0 and 1.1.1:
762 --------------------------------
763
764 libVLC:
765  * New capabilities for libVLC:
766    * Adjust video filter control: libvlc_adjust_Enable,
767      libvlc_adjust_Contrast, libvlc_adjust_Brightness, libvlc_adjust_Hue,
768      libvlc_adjust_Saturation, libvlc_adjust_Gamma
769    * libvlc_media_player_set_pause() can force the pause state, whereas
770      libvlc_media_player_pause() would only toggle it.
771    * libvlc_set_user_agent() configures the "user agent" strings used for some
772      protocols (HTTP, PulseAudio...). This replaces the --http-user-agent and
773      the former --user-agent libvlc_new() parameters.
774    * libvlc_video_set_callbacks() and libvlc_video_set_format() allow grabbing
775      video frames from a chosen memory location in real-time. This replace the
776      ugly --vmem-* libvlc_new() parameters in previous versions.
777      See http://wiki.videolan.org/LibVLC_SampleCode_SDL as an example.
778    * libvlc_audio_get_delay() and libvlc_audio_set_delay() configure the delay
779      between audio and video/subpictures for the current input.
780  * Various fixes and crash preventions, especially when video functions were
781    called early
782
783 Decoders/Demuxers:
784  * Fix performance issues with GPU decoding using DxVA2 using ATI graphic cards
785    You NEED ATI Catalyst 10.7
786  * Fix :program selection in TS and DVB-T
787  * Fixes and improvements for MKV, Avformat and Avcodec modules
788  * Fix mod (.xm, .s3m, .it) files support on Windows and Mac builds
789
790 Stream output:
791  * Fix h264 streaming in ts
792
793 Interfaces:
794  * Qt: fix preferences, hotkeys, messages and some fulscreen behaviour
795  * Skins: support for mousewheel in fullscreen, fix radialsliders
796  * Http: fix fullscreen toggle
797
798 Linux:
799  * Fix pulse closing
800  * VAAPI small improvements, notably for extraction mode selection
801
802 MacOS:
803  * Multiple interface and crash fixes
804  * Deinterlace selection is repaired
805  * Crashes when playing multi-channel tracks fixes
806
807 Windows:
808  * Activation of DEP on XP SP3
809  * Fix opening of .m3u and .pls playlists
810  * Fix crash when My Document isn't available
811  * Fix crash when Windows was getting into standby while playing video
812
813 Translations:
814  * Update translations for Spanish, Polish, German, Sinhala, Hungarian, Khmer,
815    Brazilian Portuguese, Chinese, Hebrew, Slovak, Galician
816
817
818 Changes between 1.0.6 and 1.1.0:
819 --------------------------------
820
821 Important changes for users:
822  * On Linux, known bugs in the ALSA library might prevent audio output.
823    Update to alsa-lib 1.0.24 or later, or use the PulseAudio output instead.
824
825 Important changes for packagers:
826  * The module cache has moved to ${libdir}/vlc/. The module cache can now be
827    generated at install time except if you use staged installation. In the
828    later case, you can generate the module cache in your post-inst script
829    by invoking 'vlc-cache-gen'. If the module cache is not present and vlc
830    can't write in ${libdir}/vlc/, it will result it vlc taking a long time to
831    launch each time.
832  * Most X11-related plugins now use XCB instead of Xlib. VLC now uses
833    - xproto,
834    - xcb, xcb-shm, xcb-xv, xcb-randr (from libxcb),
835    - xcb-keysyms (from xcb-utils),
836    - x11-xcb (from libx11) - only for GLX support.
837  * On X11 platforms, a _working_ version of xdg-screensaver is typically
838    required to inhibit the screensaver during video playback.
839
840 Access:
841  * Support for the sftp protocol
842  * Support for CDDB servers for Audio-CD on the Windows port
843  * New memory input (imem) access and access_demux module to feed VLC from data in memory
844  * New avio module to use libavformat capabilities for network streams, like rtmp://
845  * Port of the screen module from Xlib to XCB
846  * Port of the dc1394 module from libdc1394 to libdc1394 v2.0
847
848 Decoders:
849  * Support for DxVA2 for H.264 decoding on GPU on Windows Vista and 7
850  * Support for VAAPI for H.264 decoding on GPU on GNU/Linux
851  * Support for Audio/Video decoders and encoders using OpenMAX IL components for DSP
852
853  * Support PGS subtitles for Blu-Ray
854  * Support for HD-DVB subtitles - Display Definition Segment
855  * Invmem module improvements
856  * Support for Atrac1 audio codec
857  * Support for SSE3 and SSE4 capabilities in some codecs
858  * Multiple improvements for subtitles styles in .SRT and .SSA
859  * Support for native decoding of Windows Media Speech (Voice) audio codec
860  * Support for AMR-NB audio codec on the Windows and Mac port
861  * Support for Indeo5 video codec
862  * Improvements on the FLAC format (7.1 channels and 88.2/176.4/192 kHz support)
863  * Direct rendering is used more often with H.264 in avcodec module
864  * Support for MPEG-4 ALS lossless audio codec
865  * Support for VP8 codec
866  * Support for 7.1 channels in vorbis audio
867
868 Demuxers:
869  * Many fixes on Matroska support (notably seeking) and support for Webm format
870  * Support for .aob files from DVD-Audio (MLP and LPCM) (Full disc support is NOT present yet)
871  * Support for ADPCM in .flv streams
872  * Support for TwinVQ (.vqf) and AMV (.amv) files
873  * Various EGP improvements
874  * Support for embedded subtitles in OpenDML and legacy .avi files
875  * Metadata and cover art improvements
876
877 Playlist:
878  * WPL and ZPL playlist support
879  * Lua scripts for Mpora, Vimeo playback and Rockbox FM radios
880  * New Play-And-Pause function to stop playback on latest video image
881  * Podcast images are now displayed
882
883 Video Output:
884  * Rewrite of the video output core and most video outputs
885  * Added desktop mode to the Direct3D output module. It differs from DirectX
886    desktop mode, because it hides the desktop icons, but reacts to mouse clicks.
887  * New x11, glx and xv modules based on XCB
888  * New deinterlacing modes based on yadif and yadif(x2)
889  * New audio/video filter to show audio level on the video output
890  * Enhanced AtmoLight filter with hardware support for
891      Classic AtmoLight (http://www.vdr-wiki.de/wiki/index.php/Atmo-plugin)
892      Quattro AtmoLight (use just 4 Classic AtmoLights as one)
893      MoMoLight (http://www.ambilight4pc.com/momolight/momolight.html)
894      Simple serial DMX controller (http://www.ulrichradig.de/ search for DMX)
895
896 Extensions:
897  * New content extensions lua framework
898
899 Audio filters:
900  * Chorus/Flanger audio filter
901  * 3F1R to stereo down-mix filter
902  * Dolby mixer, parameterized equalizer, trivial mixer, scaletempo, bandlimited
903    resampler, linear resampler, ugly resampler, converter_fixed, DTS to SPDIF
904    and A/52 to SPDIF filters have been upgraded to the "audio filter2" API
905  * NEON assembly audio converter module
906  * Converter filters have been rewritten and extended to support s32 as input
907
908 Service discovery:
909  * Service discoveries can now be written in lua
910  * Service discovery for Picture/Music/Video user directories
911  * Service discovery based on libudev
912  * Shoutcast Service discoveries are now removed
913
914 Encoders:
915  * x264, add psy-rd parameter and change default settings
916  * x264, add profile-limitter same way as x264.exe has, for example
917     #transcode{vcodec=h264,venc=x264{profile=baseline,level=1.2},vb=384,width=320,height=176}
918  * x264, defaults to crf=23 as x264.exe-does, if bitrate is given,
919    uses ABR and if qp-value is set uses CQP
920  * libx264-version 0.76 or higher is required
921  * x264 has tune/preset parameters supported
922
923 Stream output:
924  * New smem module, streaming to memory
925  * Allow duplicate outputs to be merged, like:
926    --sout "#duplicate{dst=transcode{vcodec=mp2v},select=es=0,dst=transcode,select=es=1}:std{...}"
927
928 Interfaces:
929  * Renamed the legacy rc, telnet and http interfaces to oldrc, oldtelnet
930    and oldhttp.
931  * rc, telnet and http are now implemented using the lua interface system.
932  * qt4 interface contains new iconview and listview mode for playlist
933
934 Visualization:
935  * Support of .milk visualization files using projectM libraries
936
937 Mac OS X Port:
938  * Vastly improved VLCKit framework
939  * A new dialog provider for libvlc-internal interaction without full interface
940  * Improved update detection and installation by using the Sparkle framework
941    by Andy Matuschak et al.
942  * New CoreText based text renderer replacing the former ATSUI renderer
943  * New Video output module (mostly targetting VLCKit)
944  * Optimised behavior when using the 2009 Apple Remote
945
946 Windows port:
947  * Integration in Windows 7 taskbar
948  * Playback of .Midi files is supported through fluidsynth's module
949
950 Maemo port:
951  * Multiple improvements for N900 compliance and efficiency
952  * Support for HW accelerated video decoding on N900
953  * Improvements to the maemo/hildon interface
954
955 Misc:
956  * new sqlite module
957  * --save-config command line option not supported anymore.
958  * Fixed and reenabled netsync module.
959  * Improved Solaris port
960
961 Bindings:
962  * new C++ wrapper around libVLC: libVLCpp
963  * phonon-VLC backend is now usable
964
965 Removed modules:
966  * csri codec: use the libass module instead.
967  * galaktos visualisation: use the new projectM module instead.
968  * showintf: Useless in Qt and on Mac OS X
969  * transrate: broken since too long
970  * Xlib x11, Xlib xvideo, Xlib glx: Use the new XCB modules instead.
971  * HAL: Use libudev instead.
972  * gtk_main, gtk_main2, gnome_main, gnome_main2 and pda interfaces
973  * WinCE, BeOS and qnx interfaces
974  * opie, qte and qte_main interfaces
975  * linear_resampler and trivial_resampler are removed: use the ugly one.
976  * XvMC accelerated modules: use VAAPI instead.
977  * MGA (Matroska) for Linux: use Linux Framebuffer (or X) instead.
978  * opengllayer: use macosx_video instead.
979  * cddax: use cdda instead.
980  * cmml and tarkin codecs are removed because they are dead codecs.
981  * realaudio codecs: use libavcodec
982  * access_file removed in favor of filesystem
983  * RTMP input and output: use avio module
984
985
986 Changes between 1.0.5 and 1.0.6:
987 --------------------------------
988
989 Access:
990  * Fix crash on FTP URI with no file path
991
992 Decoders/Packetizers:
993  * Fix overflows in A/52, DTS, MPEG Audio and subtitles support
994
995 Demuxers:
996  * Update LUA script for Youtube pages
997  * Fix crashes in AVI, ASF and Matroska files
998  * Fix crashes on malformatted ZIP archives
999  * Fix crashes and leaks in the FFmpeg/avformat plugin
1000  * Fix crash on invalid XSPF playlist
1001
1002 X11 port:
1003  * Partial Xlib threading fixes
1004    More complete fixes are available in VLC 1.1.0. Please update!
1005
1006 Interfaces:
1007  * Fix crash (use after free) in Qt4 bookmarks
1008  * Fix a few crashes in Qt4 playlist
1009
1010 Translations:
1011  * Simplified Chinese, Estonian, French, Japanese, Korean, Spanish, Swedish
1012    and Walloon translations updated
1013  * Sinhala translation started
1014
1015 Removed modules:
1016  * RTMP input and output are removed due to security problems. Please update
1017    to VLC 1.1.0 which provides an FFmpeg-based RTMP input if needed.
1018
1019
1020 Changes between 1.0.4 and 1.0.5:
1021 --------------------------------
1022
1023 Decoders:
1024  * SubRip extra styles improvements
1025  * Fix potential crashes in SSA and svg decoders
1026
1027 Mac OS X Interface:
1028  * Improved support for the 2009 Apple Remote
1029
1030 Windows port:
1031  * Use of gcc 4.4.2 to compile instead of gcc 4.2. This might slightly
1032    increase performance and fix x264 issues
1033
1034 Translations:
1035  * Portuguese Brazilian, Lithuanian, Romanian, Ukrainian, Japanese, Bengali,
1036    Walloon, Galician, Danish, Khmer, Polish, Slovenian, Vietnamese, Finnish
1037    Russian, Slovak translation updates
1038  * New Malayalam, Macedoninan, Nynorsk translations
1039
1040
1041 Changes between 1.0.3 and 1.0.4:
1042 --------------------------------
1043
1044 Audio outputs:
1045  * Fix deadlocks in the audio output core
1046  * Make PulseAudio the default output if available
1047
1048 Video outputs:
1049  * Fix fullscreen mode with KDE 4.3.3 and other window managers
1050  * Fix incompatibility with cairo-dock and compositing
1051
1052 Input:
1053  * Fix DVB scanning regression from VLC 1.0.3
1054  * Support for XZ-compressed byte stream (LZMA algorithm)
1055
1056 Playlist:
1057  * Support for .m3u8 playlist files (UTF-8 M3U)
1058
1059 Unix:
1060  * Support for xcb-keysyms version 0.3.4 or higher
1061  * Fix globalhotkeys on FreeBSD
1062
1063 Qt4 interface:
1064  * Fix opening V4L version 1 devices
1065  * Fix default destination ports in the streaming wizard
1066
1067 Translations:
1068   * New Walloon translation
1069   * Swedish, Ukrainian and French translation updates
1070
1071
1072 Changes between 1.0.2 and 1.0.3:
1073 --------------------------------
1074
1075 Video outputs:
1076  * Fix video quality when resizing the video on Windows Vista and 7, due to
1077    regressions in most popular drivers
1078  * New deinterlacers modules based on yadif and yadif(x2) algorithms
1079
1080 Decoders:
1081  * Windows version supports now natively the WMA Professional codec, as it
1082    didn't work in the packaged version of 1.0.2
1083  * Fix downmixing of particual 4.0 AC-3 audio tracks
1084
1085 Encoders:
1086  * x264 has profile-limitter, like:
1087     #transcode{vcodec=h264,venc=x264{profile=baseline,level=12}..}
1088
1089 Input:
1090  * Update for appletrailers lua script
1091  * Fixes on the RAR stream filter
1092  * Fix for E-AC3 in ATSC/TS streams
1093  * Various fixes for v4l and v4l2
1094  * Fix a crash in mjpeg demuxer
1095
1096 Service discovery:
1097  * New udev module for linux
1098
1099 Qt4 interface:
1100  * Fixes on the playlist and the stream output panels
1101
1102 Translations:
1103  * French, Galician, Korean, Polish, Russian, Romanian, Slovak and Ukrainian updates
1104
1105
1106 Changes between 1.0.1 and 1.0.2:
1107 --------------------------------
1108
1109 Decoders:
1110  * Native support for WMA Professional, without the use of the Win32 dlls
1111  * Fix issues in subtitles, especially SSA ones
1112  * Various fixes on theora and ogg
1113
1114 Demuxers:
1115  * Various fixes for EPG support in MPEG-TS demuxer
1116  * Fixes for potential stack overflow in .avi, .mp4 and .asf demuxers
1117
1118 Access:
1119  * Fixes for v4l2 devices
1120  * Fixes for dvb-c channels-scanning
1121
1122 Qt Interface:
1123  * Fix some playlist sorting issues
1124
1125 Mac OS X Interface:
1126  * Fixed a crash when updating VLC
1127  * Fixed a crash related to QTKit when opening video files (10.6 only)
1128  * Added the ability to play 2nd media in sync to the primary item (input-slave)
1129  * Added the "Quit after Playback" feature
1130
1131 Mac OS X Port:
1132  * The "Delete Preferences" script is now delivered as a Universal Binary
1133    with native code for PowerPC, Intel and Intel 64bit
1134  * Full 64bit runtime compatibility on both Mac OS X 10.5 and 10.6
1135    - no support for Goom and SDL
1136    - limited text rendering support
1137    - This port is still considered as EXPERIMENTAL despite its binary release.
1138
1139 Encoders:
1140  * MPEG2 transrate stream output removed
1141  * x264 default-values closer to x264.exe defaults.
1142  * x264 rc-behaviour fixes:
1143    - if user defines qp-value, CQP-mode is used
1144    - otherwise if user defines vb=0, CRF-mode is used
1145    - otherwise ABR-mode is used
1146  * x264 set vbv-bufsize/vbv-maxsize better if user hasn't defined these:
1147    - ABR mode set vbv-max-bitrate=bitrate
1148    - vbv-bufsize is bitrate * seconds between keyframes (keyint/fps)
1149
1150
1151 Playlist:
1152  * Lua scripts for Mpora and Vimeo playback
1153
1154 Unix builds:
1155  * Various fixes to enable 1.0 to build on Solaris and OpenBSD
1156
1157 Translations:
1158  * New Kazakh and Croatian translations
1159  * Lithunanian translation is available on Windows
1160  * Galician, Korean, Nepali, Vietnamese, Ukrainian, Portuguese Brazilian,
1161    Arabic and French translation updates
1162
1163
1164 Changes between 1.0.0 and 1.0.1:
1165 --------------------------------
1166
1167 Demuxers:
1168  * Fix wmv/asf issues that caused audio to drop
1169  * Various fixes for ac3, mp3, dts and stability for wav format
1170  * Fix seek in RTSP in conformity to RFC 2326
1171  * Fix Dailymotion access script
1172  * Fix crashes in xspf files handler
1173  * Fix seeking and timing issues in some flv files on Windows version
1174
1175 Access:
1176  * Add extra caching for files on network shares
1177  * Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ,
1178    DZCORE Labs, Algeria
1179
1180 Decoders:
1181  * Fix seeking in mpeg2 video files
1182  * Improve SSA subtitles rendering
1183  * Update most codecs for the Windows and Mac version
1184
1185 Muxers:
1186  * Fix sound recording of .flv files with mp3 audio
1187
1188 Qt Interface:
1189  * Possibility to change the opacity level of the Fullscreen controller
1190  * Fix various crashes and VIDEO_TS folders opening
1191
1192 Mac OS X Interface:
1193  * Added options to disable support for Apple Remote and Media Keys
1194  * Fixed options for Volume, Last.fm password and Subtitle Encoding
1195  * Fixed redraw issues when autosizing the video window
1196  * Preferences panel now includes help through tool-tips
1197  * More reliable Information and Messages panels
1198  * Fix various crashes
1199
1200 Windows port:
1201  * The ZVBI module is now available for Windows, for complete teletext support
1202
1203 Translations updates for Brazillian, French, German, Korean, Norwegian Nynorsk,
1204 Lithuanian
1205
1206
1207 Changes between 0.9.10 and 1.0.0:
1208 ---------------------------------
1209
1210 Important notes:
1211 ----------------
1212  * Alsa and OSS audio capture has been removed from the v4l and v4l2 accesses.
1213    See 'Access:' for more info.
1214  * Support for Mac OS X 10.4.x was dropped due to its technical limitations
1215
1216 Playback:
1217  * Instantaneous pausing
1218  * Frame-by-Frame playback
1219  * Finer speed control
1220  * On-the-fly recording for all medias
1221  * Timeshift for most medias
1222  * RTSP trickplay support
1223  * Subtitles core improvements and fixes
1224
1225 Decoders:
1226  * New AES3 (SMPTE 302M) decoder
1227  * New Dolby Digital Plus - E-AC-3 (A/52b) decoder
1228  * New True HD/MLP decoder and parser
1229  * New Blu-Ray Linear PCM decoder
1230  * New QCELP (Qualcomm PureVoice) decoder
1231  * Improved Real Video 3.0 & 4.0 decoder
1232  * New WMA v1/2 fixed point integer decoder
1233  * Closed Captions using the SCTE-20 standard are now correctly decoded
1234  * Improvement of WavPack decoder to support all integer modes and float mode
1235  * Corrections on 5.1 and 7.1 channel decoding and ordering
1236
1237 Demuxers:
1238  * Support for Dirac, MLP and RealVideo in Matroska files
1239  * Major improvements in RealMedia files opening (.rm and .rmvb)
1240  * Improvements of the TS demuxer for M2TS files from Blu-Ray and AVCHD
1241  * Metadata for mod files are supported
1242  * GSM codecs in Wav files are supported
1243  * New raw audio demuxer supporting raw PCM streams
1244  * New Dirac demuxer for raw Dirac streams
1245
1246 Encoders:
1247  * Dirac encoding using libdirac (supported in Ogg and in TS)
1248  * Shine mp3 fixed-point encoder
1249
1250 Access:
1251  * RTSP authentication with Darwin Streaming Server
1252  * On-the-fly gzip and bzip2 file decompression (except on Windows)
1253  * Playback for video in uncompressed multi-RAR archives
1254  * DVB-S and ATSC cards support on Windows
1255  * New OSS and Alsa accesses. The v4l2 and v4l modules no longer support
1256    OSS or Alsa audio input. Use --input-slave alsa:// or oss:// if needed.
1257  * DVB scanning on linux
1258  * EXPERIMENTAL Blu-Ray Disc and AVCHD Folders support
1259  * On-the-fly zip file decompression and browsing (MRL of the form
1260    zip://file.zip!/file.avi to specify the file - the development form of
1261    zip://file.zip|file.avi is not supported anymore)
1262  * Opening of any file descriptor using 'fd://'
1263  * MTP device access on Unix
1264  * CD-Text support on the cdda module (CD-Audio)
1265  * :start-time and :stop-time can handle sub-second values
1266
1267 Inputs:
1268  * Mouse cursor support in x11 and win32 screen modules
1269  * Screen module now features partial screen capture and mouse following on
1270    Windows and Mac OS X.
1271
1272 Playlist:
1273  * Export the playlist in HTML
1274  * Lua script for BBC radio playback
1275  * Better metadata handling and reading
1276
1277 Linux/Windows interface:
1278  * Global Hotkeys on Windows and Linux
1279  * Various fixes for skins2 interface
1280  * Recently played items list
1281  * Interface toolbar customizations
1282  * Various Improvements on the Qt interface:
1283     - More menus actions
1284     - Finer speed slider
1285     - Improvements on many dialogs
1286     - New dialog for plugins listing
1287     - Fixed-size mode for videos
1288     - Better Teletext, trickplay and encrypted streams control
1289  * Better integration in GTK environments
1290
1291 Mac OS X Interface:
1292  * Controllable by the Media Keys on modern Apple keyboards (brushed Aluminium)
1293  * Reveal-in-Finder functionality for locally stored items.
1294  * Easy addition of subtitles through the Video menu
1295  * Additional usability improvements
1296
1297 Stream output:
1298  * Restored the old mpeg2 transrating module.
1299  * Multiple bridge-in instances are now possible.
1300  * bridge-in can be used to configure a placeholder stream.
1301  * Remote Audio Output Protocol (AirTunes) module.
1302  * Fixed mosaic memleak. Mosaics are now usable again.
1303
1304 Maemo Port:
1305  * New Maemo port with:
1306    - an interface based on Hildon framework.
1307    - scaler based on the swscale_nokia770 library.
1308
1309 Windows CE Port:
1310  EXPERIMENTAL work for the winCE port has been done.
1311
1312 Mac OS X Port:
1313  * EXPERIMENTAL 64bit support
1314  * Speed improvements by using llvm-gcc
1315  * New document icons by Dominic Spitaler
1316  * Support for latest iSight models
1317
1318 Audio output:
1319  * Removed obsolete Esound and aRts plugins
1320  * Surround support for PulseAudio
1321
1322 Video output:
1323  * Effects (cube, torus, etc.) removed from OpenGL video output
1324  * Video is able to stay in original size and to zoom in fullscreen
1325    (hotkey 'o') while keeping black borders
1326  * Image video output has been rewritten into a video-filter named 'scene'.
1327    The old image video output has been removed.
1328  * Support for scaling and converting video chromas with FFMPEG imgresample was
1329    withdrawn due to bugs. Please use the newer FFMPEG swscale instead.
1330
1331 Miscellaneous:
1332  * Invmem, a fake codec to display images from external applications
1333
1334 New Localization:
1335  * Khmer
1336  * Mongolian
1337  * Sorani
1338
1339
1340 Changes between 0.9.9a and 0.9.10:
1341 --------------------------------------
1342
1343 HTTP Interface:
1344  * Fixed default ACL
1345
1346 Mac OS X:
1347  * Fixed crashes on multi-screen setups
1348  * Corrected volume and subtitle encoding options in the Preferences
1349  * Improved Information panel behavior, when playlist is not displayed
1350  * Fixed QTCapture input support for the latest iSight models
1351  * Added a menu-item to unlock the video window's aspect ratio
1352  * Fixed redraw issues when autosizing the video window
1353  * Updated libpng, libgpg-error, libgcrypt, fribidi
1354
1355 Various fixes to the following modules:
1356  * access:
1357    - HTTP, SMB
1358    - updated and additional access scripts (BBC radio, dailymotion, ...)
1359    - Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ,
1360      DZCORE Labs, Algeria
1361  * stream out:
1362    - RTP, RTSP VoD, Mosaic Bridge
1363  * decoder:
1364    - TSCC
1365
1366
1367 Changes between 0.9.9 and 0.9.9a:
1368 ---------------------------------
1369
1370 Mac OS X:
1371  * Updated multiple 3rd party libraries to keep in sync with the Win32 port
1372  * Playback fixes for PowerPC-based Macs
1373
1374
1375 Changes between 0.9.8a and 0.9.9:
1376 ---------------------------------
1377
1378 Decoders:
1379  * Experimental new decoder for Real Video 3.0 & 4.0
1380
1381 Demuxers:
1382  * Various fixes related to real demuxer
1383
1384 Mac OS X Interface:
1385  * Fixed circumstances, which could lead to an empty Information panel
1386    - Note that VLC will show information on the currently _selected_ item
1387      instead of the currently _playing_ item, if the playlist is visible in the
1388      main controller window.
1389  * Fixed multiple UTF8 issues in the Streaming / Exporting Wizard
1390
1391 Mac OS X Port:
1392  * Improved video playback performance on Intel-based Macs
1393
1394 New Localizations:
1395  * Indonesian
1396  * Bengali
1397  * Updates of other localizations
1398
1399 Various bugfixes:
1400  * Support for receiving RTP packets on odd port numbers.
1401  * Lots of small bugfixes.
1402  * Correct Fullscreen behaviour on Multi-Screen setups on Windows
1403  * Telnet fixes on Windows
1404  * Resampling fixes when transcoding
1405
1406
1407 Changes between 0.9.6 and 0.9.8a:
1408 ---------------------------------
1409
1410 Security update:
1411  * Fixed buffer overflow in Real demuxer (SA-0811, CVE-2008-5276)
1412
1413 Bunch of small bugfixes.
1414
1415
1416 Changes between 0.9.5 and 0.9.6:
1417 --------------------------------
1418 New Localizations:
1419  * Ukranian
1420
1421 Security updates:
1422  * Fixed overflow in CUE support from VCD access (SA-0810, CVE-2008-5032)
1423  * Fixed overflow in RealText subtitles support (SA-0810, CVE-2008-5036)
1424
1425
1426 Changes between 0.9.4 and 0.9.5:
1427 --------------------------------
1428 Security updates:
1429  * Fixed buffer overflow in TiVo demuxer (SA-0809, CVE-2008-4686, CVE-2008-4654)
1430  * Fixed libpng CVE-2008-3964 in Win32 and MacOS builds
1431
1432 Features:
1433  * Closed Caption EIA 608/708 parsing enabled for libmpeg2
1434
1435 Various bugfixes:
1436  * Fixed various potential crashes and memleaks
1437  * Fixed issues with reading from files (especially non-local)
1438
1439 Windows port:
1440  * Fix bug where interface was "eating" some media keys
1441  * Fix some crashes in DirectShow access
1442
1443 Qt Interface:
1444  * Fix bug when the resetting of preferences didn't reset the dialog states
1445  * Right-click menu to select playlist columns reenabled
1446  * Various fixed in playlist
1447
1448 Access:
1449  * MMAP module is now deactivated by default
1450
1451 Translations:
1452  * Update of Brazillian, Swedish translation
1453
1454
1455 Changes between 0.9.3 and 0.9.4:
1456 ------------------------------------
1457 Various bugfixes:
1458  * Crashes fixed in ogg, vobsub, dvdread
1459  * Fixes several memory leaks.
1460
1461 Mac OS X port:
1462  * Apple machines without Quartz Extreme are no longer supported (use 0.9.2 or earlier )
1463  * Fixed a crash with deletion of old preferences.
1464  * Fixed targetname for downloaded updates
1465
1466 Windows port:
1467  * Stability fix for the video output.
1468
1469
1470 Changes between 0.9.2 and 0.9.3:
1471 --------------------------------
1472
1473 Various bugfixes:
1474  * Fixed DTS channel order on 5.1 systems
1475  * Fixed pausing behavior for subtitles and for Audio-CD
1476  * Multiple subtitles and podcast fixes
1477  * Various crashes fixed in PS, SSA, mkv, xspf, freetype
1478  * Fixed update system bugs
1479  * Other bug fixes (dvd language selection, subtitle colours, HTTP keep-alive...+)
1480
1481 Mac OS X port:
1482  * Fixed ffmpeg slowness on PowerPC-based Macs
1483  * Fixed crash on startup when installed on old preferences
1484  * Fixed bug in directory opening on Mac OS X
1485  * Fixed font selection in the Simple Preferences
1486  * Thicker border to the subtitle renderer
1487  * Fixed the appearance of playlist items in the Streaming/Transcoding Wizard
1488  * Fixed AC3 passthrough on Mac OS X
1489  * Fixed behavior of the Volume Normalizer settings on Mac OS X
1490  * Removed the deprecated QuickDraw video output module to avoid crashes on
1491    modern Mac OS X versions
1492
1493 Windows port:
1494  * Fixed sensitivity of Fullscreen Controller
1495  * Fixed error messages on startup when VLC wasn't correctly uninstalled
1496    before installation
1497  * Fix showing of controller when returning from fullscreen playback
1498  * Multiple directory and path location fixes.
1499
1500 Qt4 interface:
1501  * Added Faster/Slower icons to the controller panel
1502  * Fixed lost playlist columns when switching the playlist view
1503  * Added needed options to Simple preferences (to avoid NVIDIA drivers issues)
1504  * Fullscreen controller: added time label, remembering of last position
1505  * Fixed drag'n drop behaviour on the playlist
1506  * Multiple other fixes (Enter hotkey in preferences, Skins selection...)
1507
1508
1509 Changes between 0.9.1 and 0.9.2:
1510 --------------------------------
1511
1512  * Restored the old behavior of --sout-keep. It is now de-activated by default.
1513  * Skins2 interface repaired on Windows.
1514  * Multiple bugfixes.
1515
1516
1517 Changes between 0.9.1 and 0.9.0:
1518 --------------------------------
1519
1520  * Multiple bug fixes.
1521
1522
1523 Changes between 0.8.6i and 0.9.0:
1524 ---------------------------------
1525
1526 Important notes:
1527 ----------------
1528  * This release will need Windows 2000 and Mac OS X 10.4 (Tiger), or more
1529    recent to work correctly
1530  * The HTTP interface is now only available on the local machine by default.
1531    If you want to make it available from other machines, you will have to
1532    edit the ".hosts" file.
1533    - On UNIX/Linux, the file is in /usr/share/vlc/http/.hosts
1534      If you're using the old http interface, it's located in
1535      /usr/share/vlc/http/old/.hosts
1536    - On Windows they are in C:\Program Files\VideoLAN\VLC\http\.hosts and
1537      C:\Program Files\VideoLAN\VLC\http\old\.hosts
1538    - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts
1539      and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts
1540  * This version of VLC contains a new interface for Windows and Linux.
1541    This interface has a fullscreen controller and simplified preferences.
1542    This interface lacks the "Streaming Wizard" that used to be present in VLC
1543    0.8.6, but provides basic profiles.
1544  * The behavior of --sout-keep was changed. It's now activated by default.
1545  * The marq, mosaic and logo commands in the rc interface changed. They
1546    now require a target name as their first argument. Example:
1547    vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
1548    You can then use commands like: @test marq-marquee Goodbye
1549    If you didn't name the object using @test, its name will default to the
1550    plugin name (hence 'marq') in this example.
1551    These new commands are also available in the telnet interface.
1552  * The "rtp" access output module has been removed.
1553    Please use the RTP stream output instead, e.g.:
1554      Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
1555      New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}'
1556  * You now need to append --m3u-extvlcopt to your command line to enable
1557    EXTVLCOPT options parsing in m3u playlists. Note that only a limited set
1558    of options is available to m3u playlists (CVE-2007-6683).
1559  * The old access:url syntax is no longer supported to resolve ambiguities
1560    with some file names. Use access://url instead.
1561     E.g.:  vlc:quit -> vlc://quit ;
1562            udp:@239.255.12.12 -> udp://@239.255.12.12
1563  * The ffmpeg module has been removed and replaced by the new avcodec,
1564    avformat, swscale (or imgresample if you use a swscale-less ffmpeg build)
1565    and postproc modules.
1566  * The web plugins ActiveX (IE)/Firefox/Mozilla/Safari now recognize the
1567    following states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4,
1568    STOPPING=5, FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and
1569    BACKWARD being reserved for future implementations and are thus not
1570    functional atm.
1571  * Croping and padding in transcode are now done using the croppadd video
1572    filter. For example:
1573    transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}}
1574  * Canvas setting in transcode is now done using the canvas video filter.
1575    For example:
1576    transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}}
1577  * Glide video output module has been removed.
1578
1579 Changes:
1580 --------
1581
1582 Security updates:
1583  * Updated libfreetype on Windows and Mac OS X (CVE-2008-1806, CVE-2008-1806,
1584    CVE-2008-1807)
1585  * TTA Parser improvements (CVE-2008-3732)
1586  * MMS Access Module improvements (CVE-2008-3794 )
1587
1588 Playlist:
1589  * Vastly improved playlist support:
1590     * Media library creation to save all your playlist items
1591     * "Live search"
1592     * Shoutcast TV listings
1593     * Audioscrobbler/Last.FM support
1594  * Album art support
1595  * User definable Lua playlist scripts. See share/lua/playlist/README.txt
1596    (Default scripts open YouTube, DailyMotion, metacafe, Google Video and
1597    lots of other URLs)
1598  * User definable Lua album art fetcher scripts. See share/lua/meta/README.txt
1599
1600 Inputs:
1601  * Video for Linux 2 (V4L2) input support
1602  * UDP-Lite transport for RTP/AVP
1603  * DCCP transport for RTP/AVP
1604  * Proxy support for MMSH stream
1605  * JACK audio input support
1606  * Input run time option (improved live stream recording)
1607  * BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows
1608  * Re-written Screen access module for Mac OS X
1609    using OpenGL instead of QuickDraw
1610  * Screen module now supports partial screen capture and mouse following on X11.
1611  * Experimental EyeTV access module
1612    This requires the user to install a plugin to EyeTV.app
1613    (available as a separate download).
1614  * Simple RTP input (with MPEG A/V, G.711 and PCM support).
1615  * RTMP input support
1616  * QTKit-based Input module for Mac OS X allowing display and streaming of video
1617    taken from all iSight-labelled video cameras (no audio support)
1618  * HTTP access now supports gzip compressed data and Digest Access
1619    Authentication.
1620  * New options to reduce latency between arrival of raw data and display of
1621    frames. (--auto-adjust-pts-delay and --use-stream-immediate)
1622
1623 Demuxers:
1624  * MP4 gpac and Apple chapter support
1625  * Fixed playback of AIFF stereo files
1626  * Fixed audio glitch on seek
1627  * Improved FLAC demuxer (duration / current time / meta data)
1628  * AAC tags support
1629  * APEv1/2 tags support
1630  * Improved ID3v2 tags support
1631  * Improved Ogg/Vorbis tags support
1632  * Raw video support
1633  * Standard MIDI File (types 0 & 1) support
1634  * TiVo Series 2 support
1635  * CD+G karaoke Files support
1636  * MXF files support
1637  * OMA support
1638
1639 Decoders:
1640  * VP60/VP61/VP6F/VP62 support
1641  * Flash Screen Video support
1642  * CamStudio Screen Video support
1643  * DosBox Capture support
1644  * Karl Morton's Video support
1645  * limited atrac3 support
1646  * Fraps support
1647  * Fluidsynth MIDI software synthesis (with external sound fonts)
1648  * New codec FOURCCs to support more specific files:
1649    Avid, FCP, Sony, Samsung, ...
1650  * H.264 PAFF support
1651  * DNxHD / VC-3 support
1652  * NellyMoser ASAO support
1653  * APE (Monkey audio) support
1654  * RealVideo support (with the RealVideo run-time)
1655  * Dirac video support using libschroedinger
1656
1657 Subtitles:
1658  * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC)
1659  * VBI & EBU (Teletext) support (*nix, Mac OS)
1660  * Ogg/Kate subtitles support
1661  * AQTitle subtitles support
1662  * MKV USF subtitles support
1663  * HTML-based subtitles support
1664  * MPSub subtitles support
1665  * JacoSub subtitles basic support
1666  * MPL2 subtitles support
1667  * Rewrite of ASS/SSA scripts and subtitles support
1668  * PowerDivx (.psb) Subtitles support
1669  * Realtext subtitle support
1670  * DKS subtitle support
1671  * SubViewer 1.0 (SubRip09) subtitles support
1672  * Correct Right-to-left languages in subtitles support
1673
1674 Encoders:
1675  * Flash Screen Video support
1676  * Improved H.264 encoding speed
1677
1678 Video outputs and filters:
1679  * New CoreAnimation-based output module (VLCKit framework on OS X only)
1680  * Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and
1681    Psychedelic) video filters can now be streamed
1682  * New puzzle video output filter
1683  * Re-written motion detection video filter
1684  * New extract video filter (extract Red, Green and Blue components from a
1685    video)
1686  * New sharpen video filter (increase the contrast of adjacent pixels)
1687  * New erase video filter (removes logos from a video)
1688  * Enhanced subtitles' renderer to support bold, italic and some HTML tags
1689    (Google Summer of Code Student project)
1690  * Support for RGBA and I420 blending.
1691    The latter improves Mosaic CPU usage *a lot*.
1692  * New transparency mask video filter (for use with the mosaic_bridge module).
1693  * New bluescreen video filter (for use with the mosaic_bridge module).
1694    This was previously part of the mosaic module.
1695  * Fixed random characters problem in RSS filter.
1696  * Add rotate-deciangle for more precision on rotate filter
1697  * Support for Intel SSE2 instruction set in chroma converters
1698  * Improved use of Intel MMX instruction set in chroma converters
1699  * New croppadd and canvas video filters.
1700
1701 Audio outputs and filters:
1702  * Replay gain support
1703  * Audio playback when going slower/faster (with pitch correction via
1704    new scaletempo audio filter)
1705  * New spatializer audio filter
1706  * Correct DTS output via S/PDIF
1707
1708 Stream output:
1709  * RTSP for TS-multiplexed broadcast streams
1710  * New RTP payload formats:
1711    * Speex voice audio codec
1712    * ITU T.140 (for text, subtitles) output
1713    * G.711 (both A-law and Âµ-law) output
1714  * UDP-Lite transport for RTP
1715  * DCCP transport for RTP
1716  * Lots of fixes for RTSP broadcasting
1717  * RTMP output
1718
1719 Interfaces:
1720  * All
1721    * New Simple Preferences dialogs showing the most important settings in an
1722      end-user suitable way.
1723    * Improved user interaction
1724    * Improved mouse gestures
1725    * Vastly improved Update checker
1726    * Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2)
1727  * Windows/Linux
1728    * Brand new interface for Linux and Windows, based on the Qt toolkit
1729    * Fullscreen controller (transparency on Linux+Composite)
1730  * Mac OS X
1731    * Improved video output features
1732    * Online access to VideoLAN's Help Wiki within VLC
1733    * New setting to disable the "Recent Items" service
1734    * When playing Radio (live) streams, the current track is shown correctly
1735    * Correct appearance on Macs using Aqua's graphite theme
1736    * Simplified Extended Controls panel
1737  * Ncurses:
1738    * Correctly displays wide characters when using an UTF-8 locale,
1739      if libncursesw is available.
1740    * Some nice colors if the terminal supports it (most do)
1741  * Experimental Lua interface modules. See vlc -I lua and
1742    share/lua/intf/README.txt for more info.
1743  * Unix
1744    * Option to allow only one running instance, using D-Bus interface.
1745    * D-Bus Interface implementing the MPRIS
1746      (Media Player Remote Interfacing specification), a common dbus control
1747      interface for media players that intends to become an xdg standard when
1748      finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces .
1749    * Motion module using disk accelerometers to keep video horizontal
1750    * Plugin to set Telepathy presence message using MissionControl
1751  * Fixed VLM schedule time on Linux
1752
1753 Linux Port:
1754  * VLC now complies with the XDG Base Directory Specification version 0.6
1755    http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
1756    (which means that VLC doesn't use the $HOME/.vlc directory anymore)
1757
1758 Mac OS X Port:
1759  * Mac OS X Framework "VLCKit" that can be used to embed VLC in third party
1760    applications (Google Summer of Code Student project, Mac OS X 10.5 only)
1761  * New text renderer based on Quartz replacing the existing Freetype solution
1762  * Complete compatibility with Mac OS X 10.5 Leopard
1763    * It is now required to compile a fully featured build
1764  * The support of Mac OS X 10.3.9 and QuickTime 6.x was discontinued.
1765
1766 LibVLC:
1767  * Event management and various improvements in libvlc
1768    (Part of a Google Summer of Code Student project)
1769
1770 New Localizations:
1771  * Finnish
1772  * Persian
1773  * Polish
1774  * Punjabi
1775  * Bulgarian
1776
1777 Developers:
1778   * LibVLC now supports externally built plugins properly.
1779     A "vlc-plugin" pkg-config package is provided.
1780   * Java bindings are now built from a separate source.
1781
1782
1783 Changes between 0.8.6h and 0.8.6i:
1784 ----------------------------------
1785
1786 Security updates:
1787  * Fixed integer overflow in WAV demuxer (CVE-2008-2430)
1788
1789 Various bugfixes:
1790  * Fixed option to use shared memory within the GLX video output module
1791  * Improved galaktos-based audio visualizations on FreeBSD
1792  * Miscellaneous bugfixes in multiple modules and in libvlc
1793    (transcode stream output, OSD menu video filter, VCD input,
1794     SAP services discovery, http control interface)
1795  * Updated Polish translation
1796
1797
1798 Changes between 0.8.6g and 0.8.6h:
1799 ----------------------------------
1800
1801 Security updates:
1802  * Updated GnuTLS and libgcrypt on Windows and Mac OS X (CVE-2008-1948,
1803    CVE-2008-1949, CVE-2008-1950)
1804  * Updated libxml2 on Windows and Mac OS X (CVE-2007-6284)
1805
1806 Goodies:
1807  * Updated libebml and libmatroska on Mac OS X. Reliability improvements.
1808  * Miscellaneous bugfixes in multiple modules and in libvlc
1809    (ftp access, record access filter, video filters, RC interface,
1810     playlist demuxer, IP networking, MPJPEG muxer, stream outputs)
1811  * Improved support for MPEG2 content created by Final Cut Pro
1812  * More reliable audio reception for MPEG TS streams
1813  * Fixed a regression in 0.8.6g where usage of the snapshot feature could lead
1814    to an unexpected application termination
1815  * New Serbian translation
1816  * Updated Romanian translation
1817
1818
1819 Changes between 0.8.6f and 0.8.6g:
1820 ----------------------------------
1821
1822 Security updates:
1823  * Removed VLC variable settings from Mozilla and ActiveX
1824    (CVE-2007-6683, VideoLAN-SA-0804)
1825  * Removed loading plugins from the current directory
1826    (CVE-2008-2147, VideoLAN-SA-0805)
1827  * Updated libpng on Windows and Mac OS X (CVE-2008-1382)
1828  * Fixed libid3tag denial of service (CVE-2008-2109)
1829  * Fixed libvorbis vulnerabilities (CVE-2008-1419, CVE-2008-1420, CVE-2008-1423)
1830  * Fixed speex insufficient boundary check (CVE-2008-1686, oCERT-2008-004)
1831
1832 Various bugfixes:
1833  * Fixed various memory leaks, improving stability when running as a server
1834  * Fixed compilation with recent versions of FFmpeg
1835  * Correctly parses SAP announcements from MPEG-TS
1836  * Fixed AAC resampling
1837  * The Fullscreen Controller appears correctly on Mac OS X,
1838    if the 'Always-on-top' video option was selected.
1839
1840
1841 Changes between 0.8.6e and 0.8.6f:
1842 ----------------------------------
1843
1844 Security updates:
1845  * Really fixed subtitle buffer overflow (CVE-2007-6681, CVE-2008-1881)
1846  * Fixed Real RTSP code execution problem (CVE-2008-0073)
1847  * Fixed MP4 integer overflows (CVE-2008-1489, CVE-2008-1768)
1848  * Fixed cinepak vulnerabilities (CVE-2008-1769)
1849  - More information can be found in VideoLAN-SA-0801 and VideoLAN-SA-0803.
1850
1851 Various bugfixes:
1852  * The Mozilla plugin registers a usable range of MIME-types on Mac OS X
1853  * Improved VLC's video output behavior on multi-screen setups running Mac OS X
1854  * Fixed crashes in H264 packetizer
1855  * Close MMS access on network timeout
1856  * Fix some problems with AAC decoder & packetizer
1857
1858
1859 Changes between 0.8.6d and 0.8.6e:
1860 ----------------------------------
1861
1862 Various bugfixes:
1863  * Resume playback for viewing content over FTP
1864  * Fixed XShm detection with remote X11
1865
1866 Security updates:
1867  * Subtitle demuxers overflow (CVE-2007-6681)
1868  * HTTP listener format string injection (CVE-2007-6682)
1869  * Fixed buffer overflow in the SDL_image library (CVE-2006-4484)
1870  * Real RTSP overflows (CVE-2008-0225, CVE-2008-0295, CVE-2008-0296,
1871    VideoLAN-SA-0801)
1872  * Arbitrary memory overwrite in the MP4 demuxer (CORE-2008-0130,
1873    VideoLAN-SA-0802)
1874
1875 Audio filter:
1876  * Fixed DTS to S/PDIF converter
1877
1878 Audio output:
1879  * Fixed 5.1 audio on ALSA
1880
1881 Access:
1882  * Fixed some RTSP hanging and user/password passing through RTSP URLs
1883
1884 Stream output:
1885  * Fixed waiting for SPS/PPS problem in H.264 packetizer
1886
1887 Encoders:
1888  * Improved compatibility for creating H.264 video files playable on iPhones
1889  * Improved detection of optimal amount of threads for multi-threaded H.264
1890    encoding on multi-cpu systems
1891     - Note that this is used when transcode threads is set to 0 (default)
1892     - Not supported on Windows (multiple threads require manual configuration)
1893
1894 Mac OS X Interface & Port:
1895  * Restored compatibility with Mac OS X 10.3.9
1896  * Corrected behavior of the Preferences panel
1897  * VLC no longer crashes on quit while playing
1898
1899 Localization:
1900  * Updated Romanian and Polish translations
1901
1902
1903 Changes between 0.8.6c and 0.8.6d:
1904 ----------------------------------
1905
1906 Various bugfixes:
1907  * Mozilla plugin: supports a reasonable amount of MIME types on Windows
1908  * Linux: Fixed S/PDIF passthrough with ALSA
1909  * Automatic recovery on unexpected stream discontinuity (clock gap) occurrences
1910    in input
1911  * Use field order (top/bottom) for correct bob/linear deinterlacing
1912  * Fix invalid free in bookmarks loading code
1913
1914 Windows and Mac OS Binaries
1915  * FLAC Security Update (CVE-2007-4619) to prevent multiple integer overflows
1916
1917 Active X plugin:
1918  * Security update (VideoLAN-SA-0703, CVE-2007-6262)
1919
1920 Mac OS X Interface & Port:
1921  * Apple Remote support on Mac OS X 10.5 Leopard with enhanced functionality
1922  * Improved Video Output compatibility for Mac OS X 10.5 Leopard
1923  * Improved behavior of the Fullscreen Controller and mode changes between
1924    Fullscreen and Windowed Video Output
1925  * Softened the white flash artifacts that may appear during the transition of
1926    two different movies
1927  * Support for current Ogg file formats
1928  NOTE: This release requires Mac OS X 10.4 or higher.
1929        Mac OS X 10.3.9 is not supported anymore.
1930
1931 Encoders:
1932  * Improved H.264 encoding speed on Mac OS X
1933
1934 Other changes:
1935  * The automatic updating facility was removed
1936  * You now need to append --m3u-extvlcopt to your command line to enable
1937    EXTVLCOPT options parsing in m3u playlists.
1938  * RTSP server remote denial of service fixed (CVE-2007-6684).
1939
1940
1941 Changes between 0.8.6b and 0.8.6c:
1942 ----------------------------------
1943
1944 Various bugfixes, notably:
1945  * Windows Vista compatibility
1946  * Cropping in Direct3D
1947  * Fullscreen change crash on Mac OS X
1948  * RSS filter string overflow
1949  * Few memory leaks
1950  * MKV demuxer crash (related to seeking)
1951
1952 CDDA / Vorbis / Theora / SAP plugins:
1953  * Security updates (VideoLAN-SA-0702, CVE-2007-3316, US-CERT VU#200928)
1954
1955 Demuxers:
1956  * Fixed a problem with detecting embedded subtitles (GAB2 format) in AVI
1957  * Prevent WAV file integer overflow (CVE-2007-3467 & CVE-2007-3468)
1958
1959 Decoders:
1960  * Updated FLAC API compatibility
1961
1962 Input:
1963  * Support for new v4l2 encoder API
1964
1965 Localisation:
1966  * New localisation: Arabic, Persian
1967
1968
1969 Changes between 0.8.6a and 0.8.6b:
1970 ----------------------------------
1971
1972 Various bugfixes, notably:
1973  * Out-of-bound read in demuxers
1974  * Demuxers crashes (incl. CVE-2007-0256)
1975  * Mac OS X Interface crashes
1976  * VP31 decoding on Windows platforms
1977  * Direct3D Video Output modifications for Vista compatibility
1978  * Correct behaviour for feeding streams to Icecast or Shoutcast servers
1979
1980 Decoders:
1981  * Enhanced Flash Video support incl. VP61 and VP60
1982  * Teletext subtitles (telx) support
1983
1984 Webbrowser plugins:
1985  * Rectified behaviour and improved usability
1986
1987 Mac OS X Interface & Port:
1988  * Diverse usability improvements
1989  * New wizard option to embed subtitles
1990  * Screensaver/automatic sleep mode is enabled when a video is paused
1991  * Improved Delete-Preferences-Script
1992
1993
1994 Changes between 0.8.6 and 0.8.6a:
1995 ---------------------------------
1996
1997 CDDA / VCDX plugins:
1998  * Security updates (VideoLAN-SA-0701, CVE-2007-0017)
1999
2000 Mac OS X Interface:
2001  * Fullscreen controller improvements
2002
2003
2004 Changes between 0.8.5 and 0.8.6:
2005 --------------------------------
2006
2007 Playlist:
2008  * Shoutcast TV listings support
2009
2010 Input:
2011  * Support for RTSP authentication
2012  * Support for adding subtitles on the fly
2013  * Fixed MPEG-PS duration calculation
2014  * ATSC support for DVB input
2015  * Partial reading support for DVR-ms recordings
2016  * Partial reading support for MXF and GXF fileformat
2017  * Improved support for Flash Video files
2018
2019 Decoders:
2020  * Native WMV9/VC-1 support
2021  * WMA Speech support (through binary codecs)
2022  * VP5/VP6 - Flash Video support (not VP61)
2023  * The True Audio Lossless codec support
2024  * Matroska WavPack support
2025  * Improved H.264 support (interlaced, speed improvements etc but no PAFF)
2026  * Fixed a problem with MPEG2 field pictures
2027  * Fixed swapped colors on DVB subtitles
2028
2029 Video output:
2030  * Additional OpenGL effects (cylinder, torus, sphere, ...)
2031  * Experimental Direct3D 9 video output (win32). Best served on Vista :)
2032  * Improved libcaca support
2033
2034 Interfaces:
2035  * All
2036    * New hotkeys for crop and zoom
2037    * Support for snapshots from the HTTP interface
2038  * Windows
2039    * Systray support in skins
2040  * OS X
2041    * Support for Apple Remote control
2042    * Fullscreen controller panel (artwork by Simon Damkjær Andersen)
2043    * New playmode buttons (artwork by Simon Damkjær Andersen)
2044    * right/ctrl-click menu in video outputs
2045    * Main Menu uses autohide when playing videos in fullscreen mode
2046  * Linux
2047    * Notifications using notification-daemon
2048
2049 Windows port:
2050  * Support for Unicode filenames (Windows NT and above)
2051    Windows 9x/ME users:
2052      - Please note that these versions of Windows are not officially supported
2053      - Unicode support for Windows 9x/ME applications is available through the
2054        Microsoft Layer for Unicode available from the following location:
2055        http://www.microsoft.com.nsatc.net/globaldev/handson/dev/mslu_announce.mspx
2056        Download the MSLU package (unicows) and extract the content into the folder
2057        C:\Windows\System
2058  * Fixed IPv6 support on the client side
2059  * Fixed disable screensaver (Direct3D and DirectX video output)
2060
2061 Localization:
2062  * Add Czech
2063  * Add Slovak
2064  * Add Malay
2065  * Add Slovenian
2066
2067 Developers:
2068  * Updates to the libvlc API
2069  * Fixes for the mozilla and activeX plugins
2070
2071
2072 Changes between 0.8.4a and 0.8.5
2073 --------------------------------
2074
2075 Core support:
2076  * Statistics collection (bitrates, packets, connections, ...)
2077  * Support for downloading updates
2078  * Updated strings
2079
2080 Input:
2081  * Initial support for RTSP-over-HTTP (to allow NAT traversal)
2082  * Linux DV (Digital Video - Firewire) input
2083  * Improvements to the Audio CD input
2084      - Separate playlist entries for the tracks
2085      - Support for CDDB
2086  * Support for more DVB (satellite) encryption modules
2087  * Improved subtitles encoding support
2088  * Improved support for playing MP4 files from the Web
2089
2090 Decoders:
2091  * Cook (Real audio) support
2092
2093 Playlist / Services discovery:
2094  * XSPF playlist support
2095  * Podcast support
2096  * Updated Shoutcast to use new listing
2097
2098 Audio output:
2099  * New JACK audio output
2100
2101 Video output:
2102  * New video filters:
2103     - magnify: allows you to zoom on part of the image
2104     - gradient and edge detection: "cartoon-like" effect
2105     - bluescreen: overlay parts of a video transparently on another one
2106  * Logo video filter: can now loop through multiple images
2107  * RSS video filter: display feed images. Support for Atom feeds.
2108  * Improvements to the subtitles rendering
2109
2110 Stream output:
2111  * Initial support for throttling users on VOD streams
2112
2113 Interfaces:
2114  * System to inform the user and request information
2115     - HTTP authentication
2116     - Fatal errors
2117     - ...
2118  * wxWidgets
2119     - VLM (VideoLAN Media Manager) control panel
2120     - Improved media information panel (shows statistics, metadata, ...)
2121     - Drag & Drop support in the playlist
2122  * Skins2
2123     - New default skin
2124     - Support for Winamp 2 skins
2125     - Improved playlist handling
2126     - Support for popup menus, animated bitmaps, equalizer, ...
2127  * OS X
2128     - Embedded Video output
2129     - new Go-To-Specific-Time feature
2130     - Video cropping and aspect ratio changing while playing
2131     - Improved media information panel (shows statistics, metadata, ...)
2132     - support for processing multiple items with the wizard in a single run
2133     - option to save selections in the wizard for a session (default enabled)
2134  * HTTP
2135     - New default interface pages for VLC and VLM (including a mosaic wizard)
2136     - A bunch of new RPN functions
2137
2138 Windows Port:
2139  * MSN messenger "Now playing" support
2140
2141 OS X Port:
2142  * Mac-Intel compatibility
2143  * Enhanced support of various audio output devices
2144  * Growl "Now playing" support
2145
2146 *Nix port:
2147  * Ability to log to syslog
2148  * Root wrapper to avoid running VLC as root
2149
2150 Developers:
2151  * New libvlc API (not finished yet)
2152  * Java bindings
2153  * A bit more automatic testing
2154
2155
2156 Changes between 0.8.4 and 0.8.4a:
2157 ---------------------------------
2158
2159 Audio output:
2160  * Fix a52 over spdif in alsa
2161  * SPDIF output available again in the Mac OS X Audio menu.
2162
2163 Decoder:
2164  * Add support for new BMP and Cook (RealAudio G2) decoders in ffmpeg
2165  * Add support for some non-standard FOURCCs used for H.264/H.263
2166
2167 Demux:
2168  * Fix bug with some HE-AAC audio tracks
2169
2170 Services Discovery:
2171  * HAL fixes, should now work with new API
2172  * SAP, fix 20 second freeze on windows
2173  * UPnP fixes
2174  * Avahi 0.6 support
2175
2176 Interfaces:
2177  * Mac OS X
2178     - fixed encoding of H.264/H.263 content when using the wizard
2179
2180
2181 Changes between 0.8.2 and 0.8.4:
2182 --------------------------------
2183
2184 Core support:
2185  * Internal strings handling is now UTF-8 based
2186  * New OSD system
2187
2188 Video output:
2189  * Fixed problems with OpenGL output
2190  * New --monitor-par (pixel aspect ratio) option
2191  * Fixed display problems with HDTV-1080 format
2192
2193 Input:
2194  * Improved DVB support for satellite bands other than Ku-band
2195  * IPv6 and Extended passive mode support for FTP
2196  * IPv6 Source Specific Multicast support
2197  * GnomeVFS input module
2198  * Support for RTP packet reordering
2199  * Fixed syntax for FTP URLs
2200
2201 Decoders:
2202  * Support for libSDL_image to import different image types
2203  * Musepack decoder using libmpdec
2204  * QDM2 audio support (needs ffmpeg from 19th Oct 2005 or later)
2205
2206 Services discovery:
2207  * UPnP service discovery (Linux only at the moment)
2208  * Bonjour service discovery using avahi (Linux only)
2209
2210 Video filters:
2211  * RSS feed overlay
2212
2213 Audio filters:
2214 * Fixes, enhancements and new options related to the Headphone Channel
2215   Mixer and Dolby Surround
2216
2217 Stream output:
2218  * New shout output module to forward streams to icecast servers
2219  * Fixed several SAP and SDP announcement bugs
2220  * Fixed MTU handling to avoid IP fragments
2221
2222 Interfaces:
2223 - new cone icon by Richard Â¯iestad (Eurodata, retron.info)
2224  * Mac OS X
2225     - New streaming and transcoding wizard
2226     - New extended controls panel
2227     - New bookmarks window
2228     - Fixed playlist sorting
2229     - Fixed drag-and-drop inside the playlist
2230  * wxWidgets
2231     - Rename wxWindows interface in wxWidgets.
2232     - All the --wxwin-* options are now --wx-*
2233     - Support for RTP streaming in Stream Ouput dialog
2234     - Now require wx2.6 with Unicode support
2235  * Skins2
2236     - Tree playlist
2237  * HTTP
2238     - New RPN functions to control VLC features (see play-howto)
2239     - Facilities to correctly handle non-ASCII characters and spaces in
2240       the names of files
2241     - Include macro to include other files
2242     - CGI 1.0 support
2243
2244 ActiveX plugin:
2245 * Should now work outside IE as well
2246
2247 Mac OS X port:
2248 * New script to delete the preferences automatically
2249
2250 Windows port:
2251 * Fixed bandwidth problems of HTTP streaming
2252 * Fixed audio problems with DirectX audio output
2253
2254 Translations:
2255  The following languages were added:
2256  * Galician
2257  * Korean
2258  * Romanian
2259  * Simplified Chinese
2260  The following languages were re-added:
2261  * Swedish
2262
2263
2264 Changes between 0.8.1 and 0.8.2:
2265 --------------------------------
2266
2267 Core support:
2268  * Rewrite of the playlist
2269     - Tree structure
2270     - Input preparsing (for meta-data)
2271     - Grouping (by artist, ...) support
2272  * Preferences improvements:
2273     - New organization, designed to improve usability
2274     - New configuration types (list of modules, ...)
2275  * XML parsers
2276  * Core image manipulation support
2277  * Client-side SSL/TLS support
2278  * SSL Client certificates checking support (allows for secure VoD)
2279  * Renamed --spu-channel to --sub-track
2280  * Renamed --spumargin to --sub-margin
2281  * Renamed --audio-channel to --audio-track
2282  * Renamed --filter to --vout-filter
2283  * filters, extra interfaces, visualizations and service discovery modules are
2284    now separated by ':' instead of ','
2285  * Access filter architecture
2286  * Track selection based on preferred language (--sub-language and --audio-language)
2287  * Zsh autocompletion for VLC's arguments
2288  * Many bugfixes...
2289
2290 Input/Demuxers:
2291  * Support for SOCKS proxy
2292  * Support for Shoutcast Meta-data
2293  * Support for (HE-)AAC raw-audio streams
2294  * Support for images on a HTTP server that get refreshed on the server
2295  * Better support for Kasenna streams
2296  * RTSP UDP->TCP rollover support
2297  * Massive Matroska improvements
2298  * Support for XA and VOC audio files
2299  * TiVo demuxer
2300  * Samba (Windows shares) access module
2301  * Improved CDDAX module (uses several playlist items)
2302  * Fixes to Linux DVB support
2303  * Fix the "negative subtitles delay" bug
2304  * Support for FTP over IPv6
2305
2306 Decoders / Encoders:
2307  * Dirac decoder and encoder
2308  * PNG decoder/encoder
2309  * Improvements to DVB subtitles encoder
2310  * Support for Apple Lossless Audio Codec
2311
2312 Access filters:
2313  * New Record and Timeshift filters
2314
2315 Services discovery:
2316  * New type of modules, that add items to the playlist
2317  * Brand new SAP module
2318      * To enable SAP, you now need to use "-S sap" or add SAP in
2319        the "Manage->Services Discovery" menu
2320      ( IPv6 SAP is now enabled by default )
2321      * Non-standard support for HTTP streams SAP announces removed
2322  * HAL (Hardware Abstraction Layer) discovery
2323  * DAAP (iTunes shares) support
2324  * Shoutcast
2325
2326 Audio output:
2327  * Support for 20/24 bits LPCM
2328
2329 Video output:
2330  * Video snapshot support (png or jpg)
2331  * Image file video output (png)
2332  * Motion detection filter (can trigger playlist actions)
2333  * Improvements to wall video filter
2334  * Support for font color and opacity
2335
2336 Stream output:
2337  * Muxers
2338     - ASF improvements
2339  * VLM / VoD
2340     - Ability to load a configuration file on startup
2341     - Seeking support in VoD streams
2342  * Mosaic (picture-in-picture system)
2343
2344 Interfaces:
2345  * wxWidgets
2346     - Redesigned playlist : add playlist, add directory, ...
2347     - Improved preferences
2348     - Improvements to the wizard
2349     - DVD, VCD and Audio CD navigation buttons
2350  * MacOS X
2351     - Redesigned playlist
2352     - Improved preferences
2353  * Skins
2354     - Support for multiple actions
2355     - Fixes
2356  * HTTP
2357     - Support for the new playlist system
2358  * Lirc
2359     - Now uses new config settings. See doc/lirc/example.lirc
2360
2361 Windows port:
2362  * Screensaver disabling fix
2363  * DirectShow tuner configuration
2364  * Support for no-decoration windows
2365
2366 MacOS X port:
2367  * Many Mac OS X 10.4 Tiger related fixes
2368  * The OpenGL video output is back
2369  * A new audio module that should work more reliable for analog audio output in various configurations.
2370    - Supports multichannel discrete analog output
2371    - Digital audio output requires you to change a preference setting because it
2372      is not yet available in the new module
2373    - Please read the README.MacOSX.rtf file for more information.
2374
2375 BeOS port:
2376  * Support for single-buffered overlay
2377
2378 Pocket PC port:
2379  * Many fixes
2380  * New interface
2381  * New video output
2382
2383 Mozilla Plugin:
2384  * Javascript fixes
2385  * Mozilla plugin for MacOS X is back (not yet distributed)
2386
2387 IE Plugin:
2388  * Brand new Internet Explorer ActiveX plugin
2389
2390 Translations:
2391  The following languages were added:
2392  * Catalan
2393  * Danish
2394  * Turkish
2395
2396
2397 Changes between 0.8.0 and 0.8.1:
2398 --------------------------------
2399
2400 Core support:
2401  * Include TLS/SSL API (on plattforms where libgnutls is available)
2402  * SSL support in the HTTP daemon (HTTP stream output and HTTP interface)
2403
2404 Windows port:
2405  * Fixed win32 multichannel audio output support (which was broken in 0.8.0)
2406  * Fixed DV and MPEG (WinTV PVR 250/350) support in the dshow input
2407  * Fixed spurious taskbar item after switching to fullscreen
2408
2409 WinCE port:
2410  * A few more updates (we still miss an interface and a fast video output).
2411
2412 Audio Output:
2413  * Portaudio audio output plugin improvements
2414
2415 Video Output:
2416  * Proper subpictures scaling using the aspect-ratio info when available
2417
2418 Demuxers:
2419  * Fixed crash with ODML avi files
2420  * Fixed autodetection of VCD/SVCD bin files
2421  * Supports Kasenna VoD (MPEG2 only) and simulcast streaming
2422
2423 Stream Output:
2424  * Encoders:
2425    * Fixed aspect ratio and interlaced support in ffmpeg encoder module
2426  * Stream output:
2427    * Support of playlist group announcement
2428
2429
2430 Changes between 0.7.2 and 0.8.0:
2431 --------------------------------
2432
2433 Core support:
2434  * Major work on libvlc. Changed/renamed/added functions
2435  * Complete switch to the new input core (better seeking, multi-input, ...)
2436  * New plugins cache to speed up launch time
2437  * New --play-and-stop feature which stops the playlist after each played item
2438  * Daemon mode (to run vlc in the background)
2439  * Major improvements to the subtitle/OSD subsystem
2440
2441 Input:
2442  * New screen capture input plugin for X11, Win32, BeOS and Mac OS X
2443     (Stream your desktop)
2444  * Improved DVD support:
2445     - uses libdvdnav for playing DVDs with menus support
2446     - uses libdvdread for simple playback with menus (eg. for streaming)
2447  * Experimental multi-input support ( use --input-slave to play with it )
2448  * Automatic MTU discovery for UDP streams
2449  * More powerful MRL syntax for DVD/VCD/CDDA access
2450     (selection of titles/chapters).
2451
2452 Demuxers:
2453  * Support for iTunes Music Store previews
2454  * Support for MJPEG webcams (i.e. AXIS cams)
2455  * Added initial mp4 and mpeg-ts text track support
2456  * Windows Media Server RTSP support
2457  * Support for MPEG TS streams with error correction (204/192 bytes TS packets)
2458  * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
2459  * Skins2 .vlt file loader (only when skins2 is the current interface)
2460  * Improved Ogg demuxer
2461  * Support for MPEG PS streams with MPEG 4 video.
2462  * Support for so called AACPlus webstreams
2463
2464 Codecs:
2465  * G.726 audio support
2466  * 14496-17 MPEG TS text support
2467  * MPEG-4 text support
2468  * Vastly improved DVB subtitles decoder (ETS 300 743)
2469  * Enabled color in DVB subtitles rendering
2470  * VobSub supported both externally and in Matroska
2471
2472 Stream Output:
2473  Encoders:
2474   * Re-use audio/video/spu decoders in transcoder module. From now on,
2475      everything that is playable by VLC should be transcodable as well
2476   * Subtitles overlaying in transcoder
2477   * Subpictures overlaying in transcoder (see video output)
2478   * Frame rate selection in the transcoder
2479   * DVB subtitles encoder
2480   * MPEG 1 layer 2 audio encoder using libtoolame
2481   * Improved vorbis/theora encoding
2482  Muxers:
2483   * Text track muxing for mp4
2484   * Multipart mjpeg muxing. Your video is directly viewable in a Mozilla Browser
2485   * 14496-17 text track muxing for MPEG TS
2486   * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
2487   * Teletext (0x56 descriptor) streaming support in MPEG TS.
2488   * New WAV muxer (supports multi-channel audio)
2489   * Improved ASF muxer
2490  Misc:
2491   * H.263 RTP streaming support
2492   * SDP generation outputs more compliant SDPs and can create SDP files now
2493   * Improved RTSP and VoD server (experimental)
2494
2495 Audio Output:
2496  * New audio equalizer filter
2497  * Very trivial volume normalizer
2498  * True channel downmixing when playing 5:1 material on Stereo
2499  * More gradual resampling which should improve the pitch changing effect
2500  * New audio output plugin using portaudio v19
2501
2502 Video Output:
2503  * Roku HD1000 Video output
2504  * Experimental generic OpenGL video output (X11, Win32, MacOS X)
2505    with support for effects.
2506  * Improved filter and subpictures support :
2507     - New filters can be streamed.
2508     - "Subpicture filters" to overlay subpictures on video
2509     - Centralized scaling and blending
2510  * New filters :
2511     - "time", to display current time
2512     - "marq", to display a marquee
2513
2514 Interfaces:
2515  * OSD sliders for volume and postition information
2516  * OSD icons for Play and Pause
2517  * New Streaming Wizard for Windows and Linux default interfaces (wxWindows)
2518  * A few skins2 improvements
2519  * Added search, volume, loop and random functions to the ncurses interface
2520  * Added a filesystem browser to the ncurses interface
2521  * The remote control interface can now listen for commands on sockets
2522  * Improved CORBA control module
2523
2524 Mac OS X port:
2525  * Fixed the "cannot set buffersize:[nope]" coreaudio problem
2526  * Major speed improvements to the Quartz video output
2527  * The Mac OS X interface is no longer required to display video
2528
2529 Linux port:
2530  * New galaktos visualization plugin (MilkDrop-compatible)
2531  * Experimental SVG rendering module
2532  * Support for DVB CAM modules.
2533
2534 Windows port:
2535  * DirectX Media Object decoder (allows playing some media types, like WMV3)
2536  * DirectX Media Object audio and video encoder
2537  * Fixed long standing win32 thread handles leak
2538  * Fixed problem with CPU usage with subtitles rendering
2539  * Wallpaper mode for the DirectX video output (only in overlay mode)
2540
2541 WinCE port:
2542  * Massive update (we still miss an interface and a fast video output).
2543
2544 Mozilla plugin:
2545  * Added a lot of Javascript accessible funtionality
2546  * Volume, position, length, seek etc etc etc.
2547
2548 Misc:
2549  * Server/client network synchronization module
2550  * VBrick streams fully supported
2551  * Cisco IP/TV streams supported
2552  * VLM enhancements
2553
2554
2555 Changes between 0.7.1 and 0.7.2:
2556 --------------------------------
2557
2558 Core support:
2559  * Bookmarks feature for easier seeking/access inside medias.
2560  * Support for video output embedded in interfaces.
2561  * Improved HTTP daemon.
2562  * Saved playlists now remember VLC-specific options.
2563
2564 Codecs:
2565  * New Continuous Media Markup Language (CMML) codec.
2566    (http://www.annodex.net/overview.html)
2567  * New H.261 video decoder using openmash.
2568  * H264 encoder, demuxer and packetizer.
2569  * Packetizer interfaces between demux and codec when needed
2570    (allows using ffmpeg plugin to decode MPEG streams and better aac decoding).
2571  * Support for Theora alpha3 (both decoding and encoding).
2572
2573 Input:
2574  * --start-time <sec> and --stop-time <sec> to start and stop playing a
2575    file at the specified amount of seconds. Only works with a few
2576    fileformats (avi, mov, mkv, mp4 )
2577  * Improved directory access module.
2578  * New "file-cat" option to play truncated movies.
2579  * Better handling of meta info (title, author, description, etc...).
2580  * New options to pass meta info to the input.
2581  * It is now possible to stream programs from a DVB-S/C/T stream
2582    (satellite, cable, or digital terestrial television)
2583
2584 Demux:
2585  * Annodex (http://www.annodex.net) support.
2586  * mmsh streaming fixes.
2587  * Fixed infinite loop in the AVI demux on broken/incomplete files.
2588
2589 Subtitles:
2590  * Subviewer and subviewer v2 subtitles support.
2591  * Ability to choose autodetected subtitles path.
2592  * Subtitles delay can be changed in real time with hotkeys.
2593
2594 Stream output:
2595  * Improved session announcement system.
2596  * Minimize threads usage by default.
2597  * Added faster than realtime stream output (limited by CPU) for file output.
2598  * Improved MOV/MP4 muxer.
2599  * Improved MPEG TS muxer.
2600  * Improved transrater.
2601  * Meta info options used by the muxers.
2602  * New configuration system.
2603  * Better audio channels downmixing when transcoding.
2604
2605 VideoLAN manager:
2606  * New videolan (media) manager (vlm): a little manager designed to launch
2607    and manage multiple streams from within one instance of VLC.
2608  * Supports live streams and VoD.
2609  * Supports scheduling.
2610  * Telnet interface for vlm.
2611  * HTTP interface for vlm.
2612
2613 Interfaces:
2614  * Skins II (Windows and Linux only)
2615     - Ability to embed video output.
2616     - Support for bitmap fonts.
2617     - Lots of improvements.
2618  * wxWindows (default Windows and Linux interface)
2619     - New design and set of icons.
2620     - Ability to embed video output.
2621     - Support for hotkeys.
2622     - Support for bookmarks.
2623  * Mac OS X
2624     - Support for 'groups' and playlist item properties.
2625     - Better hotkeys handling.
2626
2627 Mac OS X port:
2628  * OpenGL video output is now the default when available.
2629  * Added FAAC encoder (mp4a).
2630  * Audio output fix to work with multiple streams on a HAL device.
2631  * Possible fix for conflict with CodeTek VirtualDesktop (untested).
2632
2633 Win32 port:
2634  * DirectShow input plugin should work with more devices.
2635  * Disable monitor power down when watching movies.
2636  * Improved Windows installer.
2637
2638 Linux port:
2639  * PowerPC fixes.
2640
2641 Misc:
2642  * Improvements to the Goom visualisation plugin.
2643  * Roku HD1000 audio output.
2644
2645
2646 Changes between 0.7.1 and 0.7.1a:
2647 ---------------------------------
2648
2649 Mac OS X:
2650  * Fixed the infamous 'mp3 takes twice the CPU it should take' bug
2651  * Playing MOD files is working now.
2652
2653
2654 Changes between 0.7.0 and 0.7.1:
2655 --------------------------------
2656
2657 Core support:
2658  * Fixed a nasty bug that causes preferences not to be saved some times.
2659  * IGMPv3 support for VLC under Windows XP and Linux.
2660
2661 Codecs:
2662  * Brand new DTS Coherent Acoustics audio decoder based on libdts
2663    (http://www.videolan.org/dtsdec.html)
2664  * Fixed DTS S/PDIF output
2665  * SVCD (Philips OGT) and CVD subtitles
2666
2667 Playlist:
2668  * Internal improvments
2669  * Improved import/export
2670
2671 Input:
2672  * Experimental support for Nullsoft streaming video(.nsv) and real media(.rm)
2673    container formars.
2674  * New demux module that uses libavformat from ffmpeg. Adds support for many
2675    small and strange formats.
2676  * New PVA demux.
2677  * New MOD audio demux.
2678  * Support for DTS and A52/AC3 wav files.
2679  * Support for DTS and A52/AC3 audio CD.
2680  * New and experimental DVD input plugin with menus support (using libdvdnav).
2681  * Added back DV audio support in raw DV demuxer.
2682
2683 Stream output:
2684  * MP4/MOV muxer improvements (fast-start, aac in mov, etc...).
2685  * Fixed a nasty bug in the mpeg video packetizer.
2686  * Improved transcoding (multithreading, more tuning, etc...).
2687
2688 Service discovery:
2689  * Fixed sdp in SAP.
2690
2691 Mac OS X port:
2692  * New opengl video output plugin.
2693
2694 Win32 port:
2695  * A few improvements to the DirectShow input plugin.
2696  * Fixed ipv6 name resolution.
2697
2698
2699 Changes between 0.6.2 and 0.7.0:
2700 --------------------------------
2701
2702 Core support:
2703  * Brand new decoder/packetizer api.
2704    Adds a lot more flexibility while also simplifying the decoder plugins.
2705  * New encoder api (Ffmpeg, Vorbis, Theora, Flac and Speex encoders available).
2706  * Video outputs are recycled if possible.
2707    This removes any 'flicker' between two similiar video files.
2708  * Fixed the video filters. Video should no longer go black when using filters.
2709  * New input core. Advantages are: better seeking, more responsive, support for
2710    subtitle files at the core, and much much more.
2711
2712 Playlist:
2713  * Added a repeat mode to repeat a single file over and over.
2714  * Playlist sorting
2715
2716 Input:
2717  * RTP/RTSP support.
2718  * Fixed annoying seeking problem with Ogg files (seeking would take ages).
2719  * Support for Flac in Ogg files.
2720  * MPEG TS demuxer also handles A52 and AAC audio in DVB streams.
2721  * Rewrite of the Flac demuxer.
2722  * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo. (Linux only)
2723  * Reworked DVB tuning.
2724  * Better Icecast support.
2725  * New MPEG video elementary streams demuxer.
2726  * New DTS audio elementary streams demuxer.
2727
2728 Codecs:
2729  * Support for Theora video encoding.
2730  * Support for Speex audio decoding/encoding.
2731  * Rewrite of the Flac decoder + encoding support.
2732  * Support for MPEG2 422 decoding which was recently added to libmpeg2 (cvs).
2733  * Support for AAC + SBR and proper multi-channel re-ordering.
2734  * MPEG 2.5 audio support.
2735  * Removed deprecated decoders (a52_old, mpeg_video and mpeg_audio).
2736
2737 Stream output:
2738  * Improvements to the MPEG TS muxer.
2739  * New transrating module for MPEG2 video.
2740  * Added packetization for MPEG AAC ADTS streams.
2741  * Added packetizers for Flac, Speex, Theora, LPCM, DTS and SPU streams.
2742  * Improved mp4 muxing and added AAC/MP4V support when transcoding.
2743  * Improved Ogg muxing and added Theora, Speex, Flac and subtitles support.
2744  * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio.
2745  * --sout-keep option to keep the stream open while changing input.
2746  * Preliminary RTP support.
2747  * Fixes to SAP announces.
2748
2749 Interface:
2750  * Skins:
2751     - Bugfixes
2752     - misc improvements (eg, "stay on top" option).
2753  * New standardized and customizable hotkeys.
2754  * wxWindows
2755     - Playlist improvements (Sort, Search, mode buttons).
2756     - Improvements and help in preferences
2757     - New streaming wizard
2758     - Revised Disc Open menu
2759  * HTTP
2760     - Improvements of the standard pages
2761     - Support for new commands
2762  * OSD ( OS X and hotkeys only atm ).
2763
2764 Service discovery:
2765  * Many fixes to the SAP module
2766  * SAP now supports HTTP streams
2767
2768 Subtitles:
2769  * Text subtitles now have a black outline.
2770  * Text subtitles autodetection.
2771  * Text subtitles charset autodetection.
2772  * Text subtitles for all videofiles. Results may vary.
2773  * Text subtitles in Hebrew are supported. Arabic partially.
2774  * Automatic fontsize selection for text subtitles.
2775  * Fixed SAMI text subtitles support.
2776  * Support for subtitles in Matroska files.
2777  * Support for subtitles in DVB streams.
2778
2779 Mac OS X port:
2780  * New controller designed by Max Rudberg from www.maxthemes.com
2781  * Save playlist.
2782  * Works on 10.1.x again. Apologies for that problem.
2783  * Support for Panther.
2784  * Support for raw dumping of streams to disk.
2785  * Mozilla plugin for Mac OS X (experimental).
2786
2787 Win32 port:
2788  * New DirectShow input module (for video acquisition cards, webcams, PVRs...).
2789  * VLC can be installed as a Windows NT service.
2790  * Allow on the fly switching of the main interface.
2791  * Support for 3F2R in audio output.
2792  * New --one-instance option to "force" only one running instance of VLC.
2793  * Mozilla plugin for Windows (experimental).
2794  * Multimonitor support (untested).
2795  * Fixed nasty timing bug on some dual-cpu / P4 with hyperthreading systems.
2796
2797 Linux port:
2798  * Improved Video4Linux input. Also added support for an audio only input.
2799  * Support for real-time priority when running with root privileges.
2800  * Allow on the fly switching of the main interface.
2801
2802 iPaq port:
2803  * Brand new Gtk 2 interface
2804
2805 Miscellaneous:
2806  * Audio visual effects filters (spectrum, scope and random).
2807  * Audio visual effects filter using goom.
2808  * Spanish, Portuguese Brazilian and Hungarian translations.
2809  * libcaca video output (colored ascii)
2810
2811
2812 Changes between 0.6.1 and 0.6.2:
2813 --------------------------------
2814
2815 Core support:
2816  * Fixed a nasty regression in 0.6.1 which made some streams unplayable.
2817
2818 Stream output:
2819  * Transcoder now generates proper pts/dts thus should work a lot better.
2820  * Improved MPEG TS muxer.
2821
2822 Access input:
2823  * Support for DVB-S/C/T cards using v4l2 API for Linux 2.6.x kernels.
2824  * Few fixes to the VCD navigation.
2825
2826 Interfaces:
2827  * Support for DVD menus navigation added to the wxWindows interface.
2828
2829 UNIX ports:
2830  * ALSA multi-channel support fixed and tested.
2831  * Fixed fullscreen with gnome metacity.
2832
2833 Win32 port:
2834  * Fixed VCD support which was broken on some machines.
2835
2836 iPaq port:
2837  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
2838
2839 Miscellaneous:
2840  * Text subtitles now centered on the picture.
2841  * Ffmpeg decoder now generates proper pts and can be used to play
2842    mpeg1/2 videos.
2843
2844
2845 Changes between 0.6.0 and 0.6.1:
2846 --------------------------------
2847
2848 Core support:
2849  * There should be less bogus resampling, particularly on DVDs.
2850  * VLC will now wait for the medium to wake up before starting its clock
2851    after a pause.
2852
2853 Stream output:
2854  * Added vorbis audio support in Ogg streaming.
2855  * Added vorbis audio transcoding support.
2856  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
2857 UNIX ports:
2858  * ALSA multi-channel support fixed and tested.
2859  * Fixed fullscreen with gnome metacity.
2860
2861 Win32 port:
2862  * Fixed VCD support which was broken on some machines.
2863
2864 iPaq port:
2865  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
2866
2867 Miscellaneous:
2868  * Text subtitles now centered on the picture.
2869  * Ffmpeg decoder now generates proper pts and can be used to play
2870    mpeg1/2 videos.
2871
2872
2873 Changes between 0.6.0 and 0.6.1:
2874 --------------------------------
2875
2876 Core support:
2877  * There should be less bogus resampling, particularly on DVDs.
2878  * VLC will now wait for the medium to wake up before starting its clock
2879    after a pause.
2880
2881 Stream output:
2882  * Added vorbis audio support in Ogg streaming.
2883  * Added vorbis audio transcoding support.
2884  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
2885  * PS muxer can create mpeg1 files now and produce streams with system headers.
2886  * You can transcode a52 with more than two channels to mpga now.
2887
2888 Win32 port:
2889  * Fixed DVD support which was partly broken due to a bug in libdvdcss
2890  * Fixed 5.1 audio support for the sblive/audigy soundcards.
2891  * Fixed sound on Windows NT.
2892
2893 UNIX ports:
2894  * Fixed/improved ALSA support and enabled multi-channel audio output.
2895  * X11/Xvideo: Should now work on big endian machines, and you can now
2896    use the arrow keys to browse through the DVD menus.
2897
2898 iPaq port:
2899  * Gtk+2 interface called PDA
2900  * Familiar Gtk+ is now deprecreated
2901  * Codec a52, Faad2 and flac added
2902  * Video4Linux enabled (demux and transcode)
2903  * Stream Out with transcode support enabled (use codecs: HuffYuvv and A-law).
2904
2905 Interfaces:
2906  * Small updates/fixes to the wxWindows interface.
2907  * Improved HTTP remote control interface. You can now create your own HTML pages.
2908  * A new CORBA control plugin.
2909
2910 Input demux:
2911  * Improved support for the Matroska container format.
2912
2913 Miscellaneous:
2914  * Improved build system.
2915  * New video filter plugin to overlay logos.
2916  * Added support for Winamp 3 B4S files.
2917  * New subtitle module which uses freetype2 to render arbitrary fonts in any size.
2918    Should also work with languages like russion for instance.
2919
2920
2921 Changes between 0.5.3 and 0.6.0:
2922 --------------------------------
2923
2924 Core Support:
2925  * Channel Server support was removed (was deprecated)
2926
2927 Input access:
2928  * Fixed a big bug in ftp and http access that prevented many platforms
2929    (OSX most prominently) to view ftp and http streams.
2930  * Fixed large file support on Windows
2931  * Video 4 Linux support
2932  * CD Digital Audio support
2933  * Fixed IPv6 multicasting on Windows and OSX.
2934
2935 Input demux:
2936  * Better detection of AAC and mp3 files
2937  * Support for OpenDML avi files
2938  * More complete .mp4/.mov support
2939  * Very early support for the Matroska container format (don't complain if it doesn't work ;)
2940
2941 Codecs:
2942  * VLC's own MPEG1/2 decoder has been replaced with libmpeg2
2943  * Support for Sorenson 3 (SVQ3 or Quicktime content) via ffmpeg
2944  * OSX support for QDM2 and QDMC sound, often used in QT content.
2945  * Fixed a bug which was causing artefacts in DivX video (ffmpeg)
2946  * Updated our theora decoder to use the alpha 2 release of libtheora
2947  * If ffmpeg cannot keep up, skip and try to recover instead of stopping altogether
2948  * Indeo Video 3 (IV32) support for little-endian computers. (so not for OSX)
2949
2950 Interfaces:
2951  * The wxWindows interface is now fully useable as well as Unicode safe
2952  * New HTTP remote control interface
2953
2954 Stream output:
2955  * New stream output scheme. It is now possible to build a chain of stream outputs
2956    allowing for instance to stream and display some content at the same time.
2957  * The stream output now allows to transcode content on the fly.
2958  * Fixed major bug that prevented streaming mpeg 1/2 video with pulldown content.
2959  * SAP/SDP announcing support. (both IPv4 and IPv6)
2960
2961 Miscellaneous:
2962  * New reset option for the preferences
2963  * You can set your language in the prefences
2964  * New video chroma conversion module using ffmpeg
2965  * Added a Gentoo ebuild to the distribution
2966  * Added a new smaller subtitles font (now the default) + scripts to generate your own
2967  * SAP/SDP IPv6 support
2968
2969 UNIX ports:
2970  * Basic support for the X11 Xinerama extension.
2971  * New skinable interface ported to X11.
2972  * Run opie-vlc and zaurus-vlc as GuiServer
2973
2974 Mac OS X port:
2975  * When you add several items to the playlist, they are sorted alphabetically.
2976  * New about panel and revamped preferences panel.
2977  * Fixed the deinterlace menu.
2978  * Float on top, Fit to Screen and a Transparency option for video out.
2979  * New output dialog for transcode and display while stream capabilities.
2980  * New icons by Davor Orel.
2981  * New audio resampler. Should make VLC much faster.
2982  * Fixed disappearing and crackling sound (PTS is out of range bug)
2983  * We no longer automatically save the preferences when you quit the application
2984  * Arrow keys are now use to browse the menus in a DVD
2985
2986 Win32 port:
2987  * the wxWindows interface is now the default interface
2988  * The keyboard shortcuts are now identical to the linux version
2989  * Fixed the "no sound" problem on NT4
2990  * Improved skinnable interface (it now uses the wxWindows interface dialogs).
2991  * Added support for compressed skins files (.vlt files)
2992  * Fixed SVCD chapters support.
2993  * Fixed memory leak with 5.1 audio.
2994
2995 BeOS port:
2996  * Interface localization
2997  * Screensaver disabled if playing in fullscreen
2998  * A few new keyboard shortcuts
2999  * New full-featured Preferences window
3000
3001
3002 Changes between 0.5.2 and 0.5.3:
3003 --------------------------------
3004
3005 Core Support:
3006  * fixed DTS S/PDIF output on little-endian machines
3007  * support for skins at the interface level
3008  * new OSD module using Freetype2
3009  * video outputs are now destroyed when the associated input ends
3010  * the video output takes into account the caching delay introduced at the
3011    input level before dropping out of date frames.
3012  * configuration option to disable the translation of the interface
3013
3014 Input access:
3015  * fixed HTTP redirects
3016  * support for opening an entire directory
3017  * EOF should be detected more reliably
3018  * new video4linux access plug-in
3019  * new kfir access plug-in designed to work around a bug in the kfir driver
3020
3021 Input demux:
3022  * added stream type for some Motorola MPEG-2 video encoders
3023  * fix for some ogg web radio streams
3024  * fixed reading TS streams over HTTP
3025
3026 Codecs:
3027  * support for 3ivx D4 (not previous versions)
3028  * support for '3ivd' and '3vid' encodings
3029  * support for 'MSS1' codec ( same as WMV2 )
3030  * support for SAMI subtitles (untested and incomplete)
3031  * better SSA4 subtitles recognition
3032  * new codec for raw I420 video
3033  * improvements to the libmpeg2-based MPEG video decoder
3034
3035 Interfaces:
3036  * improvements to wxWindows based interface
3037    (although it still misses some important features)
3038  * skeleton for a Gnome2/GTK2 plug-in
3039
3040 Stream output:
3041  * new HTTP output support
3042  * fixed a segfault in the AVI muxer
3043  * fixed AV synchronization issues
3044
3045 Miscellaneous:
3046  * support for oldstyle id3 genres
3047
3048 UNIX ports:
3049  * the SDL vout plug-in will now work on big-endian machines
3050
3051 Mac OS X port:
3052  * reorderable playlist
3053  * fixed the hiding of the mouse on multiple monitors
3054  * fixed a big issue with some USB speakers
3055  * support for mono audio output devices
3056  * reset the audio-device to its default mode before quitting VLC
3057  * fixed several cosmetic issues
3058  * you can drag the controller window by its background (as it should be)
3059  * the messages window remembers more lines
3060  * delay and fps can now be overruled with subtitles files
3061  * http and ogg stream output options
3062  * Apple menu and friends will now be translated as well
3063
3064 Win32 port:
3065  * new skinnable interface
3066  * the directx video output doesn't crash anymore on ctrl+alt+del events.
3067
3068 iPAQ familiar Linux port:
3069  * support for FLAC audio format
3070  * the interface adapts to the screen size/rotation
3071  * playlist
3072  * network tab in the interface
3073  * "apply" handling in preferences
3074
3075
3076 Changes between 0.5.1a and 0.5.2:
3077 ---------------------------------
3078
3079 Core support:
3080  * advanced config options are now hidden by default
3081  * new --spdif option to use the S/PDIF audio output by default
3082  * fixed a 'clicking' sound when switching between streams
3083  * new bandlimited resampler that should improve audio quality on primarily
3084    Mac OS X
3085  * fixed a problem with audio over http that caused some web radios to not work
3086  * DTS S/PDIF support
3087
3088 Codecs:
3089  * support for DV audio through the ffmpeg library
3090  * support for FLAC audio through libflac
3091  * new but basic MPEG video decoder based on libmpeg2
3092  * fixed a major bug in LPCM code (fixes a problem with iDVD disks)
3093
3094 Stream output:
3095  * support for streaming DivX 1/2/3, wmv1/2, h/i263 over MPEG-2 TS
3096  * new --ttl option for Time To Live
3097
3098 DVD support:
3099  * fixed quite a few problems with the dvd menu support
3100
3101 UNIX ports:
3102  * fixed the GNU-pth support
3103
3104 Win32 port:
3105  * multi-channel audio and S/PDIF support for both the DirectX and Waveout
3106    plugins
3107  * localization support via gettext is now fully working
3108  * rc interface is now fully useable
3109  * fixed the MSVC project files generation
3110
3111 Mac OS X port:
3112  * several fixes for multi channel audio devices. AC3 over SPDIF with
3113    M-Audio Sonica Theater still does not work. this is most likely a driver
3114    bug and has been reported to M-Audio. (Sonica, Revolution, Delta, Griffin
3115    iMate and MOTU firewire devices should work)
3116  * VLC now uses the default audio device
3117  * new info panel
3118  * very preliminary support for VLC control via applescript
3119  * support for mouse gestures
3120  * new priority scheme allowing to avoid lock-ups on low-end machines
3121
3122 Linupy port:
3123  * there is a whole new port for the linupy distribution used by o.a. the
3124    YOPY PDA. It is still experimental, please test it
3125
3126 Miscellaneous:
3127  * improved ID3 tag detection
3128  * changed several errors into warnings ; the frequently reported "this is
3129    not a PS stream, continuing" is one of these
3130  * mouse gestures work on windows and osx, but there still isn't any useful
3131    gestures
3132  * some support for .pls playlists used by shoutcast
3133
3134
3135 Changes between 0.5.1 and 0.5.1a:
3136 ---------------------------------
3137
3138 Mac OS X port:
3139  * fixed a problem that caused VLC to select the wrong language when
3140    English was set as the preferred language
3141
3142
3143 Changes between 0.5.0 and 0.5.1:
3144 --------------------------------
3145
3146 Core support:
3147  * new mouse gesture interface
3148  * audio volume can now be changed at any time, even when no file is
3149    playing
3150
3151 Input access:
3152  * various minor fixes on the network inputs
3153  * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
3154  * VCD: fixed track number and chapter indexing
3155
3156 Input demux:
3157  * fixed a bad initialization in the mp4 plug-in
3158  * new --buggy-psi option for TS streams which do not update their
3159    continuity counter
3160
3161 Codecs:
3162  * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
3163
3164 DVD support:
3165  * fixed a bug which turned the default interface command-line only
3166    without the user consent
3167
3168 UNIX ports:
3169  * GTK: fixed a crash when going fullscreen or changing volume from the
3170    popup menu
3171  * X11: new screen saver disabling plug-in (--extraintf screensaver)
3172  * KDE: fixed compilation with KDE 3.1
3173  * ALSA: fixed mono files output
3174
3175 Mac OS X port:
3176  * fixed a crash on start-up on some localized systems
3177  * lowered real-time priorities to avoid lock-ups on slow machines
3178  * VLC can now be made the handler of ftp http mms and udp URLs
3179  * playlist enhancements
3180  * added half, normal and double video window menu items
3181  * new step forward/step backward commands
3182  * the dock should no longer be visible in fullscreen mode
3183  * the Mac OS X binary is now compiled with Ogg/Theora support
3184  * vlc.app is now VLC.app
3185
3186 Win32 port:
3187  * fixed the "RichEdit line insertion error" bug
3188  * VLC can now be run from outside its installation directory
3189  * fixed a bug that prevented to find the default subtitle font
3190
3191 BeOS port:
3192  * smarter BeOS priorities to avoid lock-ups
3193  * few enhancements in the interface (especially the Settings window)
3194
3195 Opie port:
3196  * native video output is working again
3197  * only commandline interface support
3198  * support for MPEG4, DivX through ffmpeg package
3199
3200
3201 Changes between 0.4.6 and 0.5.0:
3202 --------------------------------
3203
3204 Core structure:
3205   * object structure which allows for full re-entrancy, known as libvlc
3206   * new audio output architecture based on filter pipelines, providing
3207     S/PDIF and multi-channel support
3208   * localization support via gettext on most architectures
3209   * new stream output architecture, allowing to use VLC to unicast,
3210     multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
3211     and A/52 streams are supported)
3212   * build system now uses autoconf/automake/autopoint
3213
3214 Input access:
3215   * mms:// support
3216   * ftp:// support
3217   * stability fixes in the HTTP access
3218   * auto-detection of RTP encapsulation
3219   * VCD entry points support
3220   * VCD image file support
3221
3222 Input demux:
3223   * support for *.asf format
3224   * improved support for *.avi, especially over an HTTP connection
3225   * support for *.mp4 and *.mov format
3226   * support for ogg encapsulation
3227   * support for raw DV format
3228   * support for *.wav format
3229   * new demuxdump demux allowing to save a stream to a file
3230   * raw AAC support
3231
3232 Stream discovery & playlists:
3233   * support for the SAP/SDP and SLP protocols
3234   * support for .m3u file format
3235   * support for .asx file format
3236   * hack to find the streaming sources in html-pages with embedded wmp
3237
3238 Codecs:
3239   * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
3240     (only available with the .avi demux)
3241   * support for ADPCM audio codec
3242   * support for raw PCM data
3243   * support for Cinepak video codec
3244   * support for DV video codec via libdv or ffmpeg
3245   * support for AAC audio codec via libfaad2
3246   * support for Xvid codec
3247   * support for Xiph.org's Vorbis audio codec
3248   * support for Xiph.org's Tremor audio codec (when compiling from sources)
3249   * support for Xiph.org's Tarkin and Theora video codecs (when compiling
3250     from sources)
3251   * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
3252     H263i, MJPEG A/B
3253   * fixed an endianness bug in LPCM codec
3254
3255 DVD support:
3256   * experimental preliminary support for DVD menus via libdvdplay
3257
3258 Miscellaneous:
3259   * new WxWindows interface
3260   * all interfaces allow to dynamically change the volume, the audio
3261     device and the channels configuration
3262   * headphone channel mixer with virtual spatialization effect
3263   * Mozilla plugin based on libvlc for embedded playback in webpages of any
3264     format that VLC can play
3265   * new swedish translation
3266   * enhancements of the playlist window
3267   * new messages window to see debug info
3268   * fixed a few crashes
3269
3270 iPaq port:
3271   * slider bar in GTK+/GPE Familiar interface
3272   * fixed crash on directory change in Familiar interface
3273   * added qte_main module for use in all modules that need Opie or Qte support
3274   * native video output module for Qt Embedded/Opie is not working
3275