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