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