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