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