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