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