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