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