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