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