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