]> git.sesse.net Git - vlc/blob - NEWS
Preferences: fix some memleaks and fix horrible video-filter bug. :D
[vlc] / NEWS
1 Changes between 0.8.6i and 0.9.0-test3:
2 ---------------------------------------
3
4 Important notes:
5 ----------------
6  * This release will not work with Windows 98/ME and Mac OS X 10.3.9 (Panther)
7  * The HTTP interface is now only available on the local machine by default.
8    If you want to make it available from other machines, you will have to
9    edit the ".hosts" file.
10    - On UNIX/Linux, the file is in /usr/share/vlc/http/.hosts
11      If you're using the old http interface, it's located in
12      /usr/share/vlc/http/old/.hosts
13    - On Windows they are in C:\Program Files\VideoLAN\VLC\http\.hosts and
14      C:\Program Files\VideoLAN\VLC\http\old\.hosts
15    - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts
16      and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts
17  * This version of VLC contains a new interface for Windows and Linux.
18    This interface has a fullscreen controller. This interface lacks the
19    "Streaming Wizard" that used to be present in VLC 0.8.6.
20    If you absolutely need it, we advise you to keep VLC 0.8.6.
21  * The behavior of --sout-keep was changed. It's now activated by default.
22  * The marq, mosaic and logo commands in the rc interface changed. They
23    now require a target name as their first argument. Example:
24    vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
25    You can then use commands like: @test marq-marquee Goodbye
26    These new commands are also available in the telnet interface.
27  * The "rtp" access output module has been removed.
28    Please use the RTP stream output instead, e.g.:
29      Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
30      New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}'
31  * You now need to append --m3u-extvlcopt to your command line to enable
32    EXTVLCOPT options parsing in m3u playlists. Note that only a limited set
33    of options is available to m3u playlists (CVE-2007-6683).
34  * The old access:url syntax is no longer supported. Use access://url instead.
35     E.g.:  vlc:quit -> vlc://quit ; 
36            udp:@239.255.12.12 -> udp://@239.255.12.12
37  * The ffmpeg module has been removed and replaced by avcodec, avformat, swscale
38    (or imgresample if you use a swscale-less ffmpeg build) and postproc modules.
39  * The web plugins ActiveX (IE)/Firefox/Mozilla/Safari now recognize the
40    following states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4,
41    STOPPING=5, FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and
42    BACKWARD being reserved for future implementations and are thus not
43    functional atm.
44  * Croping and padding in transcode are now done using the croppadd video
45    filter. For example:
46    transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}}
47  * Canvas setting in transcode is now done using the canvas video filter.
48    For example:
49    transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}}
50  * Glide video output module has been removed.
51
52 Changes:
53 --------
54
55 Security updates:
56  * Updated libfreetype on Windows and Mac OS X (CVE-??)
57
58 Playlist:
59  * Vastly improved playlist support:
60     * Media library creation to save all your playlist items
61     * "Live search"
62     * Shoutcast TV listings
63     * Audioscrobbler/Last.FM support
64  * Album art support
65  * User definable Lua playlist scripts. See share/lua/playlist/README.txt
66    (Default scripts open YouTube, DailyMotion, metacafe and Google Video URLs)
67  * User definable Lua metadata and album art fetcher scripts. See
68    share/lua/meta/README.txt
69
70 Inputs:
71  * Video for Linux 2 (V4L2) input support
72  * UDP-Lite transport for RTP/AVP
73  * DCCP transport for RTP/AVP
74  * Proxy support for MMSH stream
75  * JACK audio input support
76  * Input run time option (improved live stream recording)
77  * BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows
78  * Re-written Screen access module for Mac OS X 
79    using OpenGL instead of QuickDraw
80  * Screen module now supports partial screen capture and mouse following on X11.
81  * Experimental EyeTV access module
82    This requires the user to install a plugin to EyeTV.app
83    (available as a separate download).
84  * RTMP input support
85  * QTKit-based Input module for Mac OS X allowing display and streaming of video
86    taken from all iSight-labelled video cameras (no audio support)
87  * HTTP access now supports gzip compressed data and Digest Access
88    Authentication.
89  * New options to reduce latency between arrival of raw data and display of
90    frames. (--auto-adjust-pts-delay and --use-stream-immediate)
91
92 Demuxers:
93  * MP4 gpac and Apple chapter support
94  * Fixed playback of AIFF stereo files
95  * Fixed audio glitch on seek
96  * Improved FLAC demuxer (duration / current time / meta data)
97  * AAC tags support
98  * APEv1/2 tags support
99  * Improved ID3v2 tags support
100  * Improved Ogg/Vorbis tags support
101  * Raw video support
102  * Standard MIDI File (types 0 & 1) support
103  * TiVo Series 2 support
104  * CD+G karaoke Files support
105  * MXF files support
106  * OMA support
107
108 Decoders:
109  * VP60/VP61/VP6F/VP62 support
110  * Flash Screen Video support
111  * CamStudio Screen Video support
112  * DosBox Capture support
113  * Karl Morton's Video support
114  * limited atrac3 support
115  * Fraps support
116  * Fluidsynth MIDI software synthesis (with external sound fonts)
117  * New codec FOURCCs to support more specific files:
118    Avid, FCP, Sony, Samsung, ...
119  * H.264 PAFF support
120  * DNxHD / VC-3 support
121  * NellyMoser ASAO support
122  * APE (Monkey audio) support
123  * RealVideo support (with the RealVideo run-time)
124  * Dirac video support using libschroedinger
125
126 Subtitles:
127  * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC)
128  * VBI & EBU (Teletext) support (*nix, Mac OS)
129  * Ogg/Kate subtitles support
130  * AQTitle subtitles support
131  * MKV USF subtitles support
132  * HTML-based subtitles support
133  * MPSub subtitles support
134  * JacoSub subtitles basic support
135  * MPL2 subtitles support
136  * Rewrite of ASS/SSA scripts and subtitles support
137  * PowerDivx (.psb) Subtitles support
138  * Realtext subtitle support
139  * DKS subtitle support
140  * SubViewer 1.0 (SubRip09) subtitles support
141  * Correct Right-to-left languages in subtitles support
142
143 Encoders:
144  * Flash Screen Video support
145  * Improved H.264 encoding speed
146
147 Video outputs and filters:
148  * New CoreAnimation-based output module (VLCKit framework on OS X only)
149  * Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and
150    Psychedelic) video filters can now be streamed
151  * New puzzle video output filter
152  * Re-written motion detection video filter
153  * New extract video filter (extract Red, Green and Blue components from a
154    video)
155  * New sharpen video filter (increase the contrast of adjacent pixels)
156  * New erase video filter (removes logos from a video)
157  * Enhanced subtitles' renderer to support bold, italic and some HTML tags
158    (Google Summer of Code Student project)
159  * Support for RGBA and I420 blending. This improves Mosaic CPU usage *a lot*.
160  * New transparency mask video filter (for use with the mosaic_bridge module).
161  * New bluescreen video filter (for use with the mosaic_bridge module). 
162    This was previously part of the mosaic module.
163  * Fixed random characters problem in RSS filter.
164  * Add rotate-deciangle for more precision on rotate filter
165  * Support for Intel SSE2 instruction set in chroma converters
166  * Improved use of Intel MMX instruction set in chroma converters
167  * New croppadd and canvas video filters.
168
169 Audio outputs and filters:
170  * Replay gain support
171  * Audio playback when going slower/faster (no pitch filter yet)
172  * New spatializer audio filter
173  * Correct DTS output via S/PDIF
174
175 Stream output:
176  * RTSP for TS-multiplexed broadcast streams
177  * New RTP payload formats:
178    * Speex voice audio codec
179    * ITU T.140 (for text, subtitles) output
180    * G.711 (both A-law and ยต-law) output
181  * UDP-Lite transport for RTP
182  * DCCP transport for RTP
183  * Lots of fixes for RTSP broadcasting
184  * RTMP output
185
186 Interfaces:
187  * All
188    * New Simple Preferences dialogs showing the most important settings in an
189      end-user suitable way.
190    * Improved user interaction
191    * Improved mouse gestures
192    * Vastly improved Update checker
193    * Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2)
194  * Windows/Linux
195    * Brand new interface for Linux and Windows, based on the Qt toolkit
196    * Fullscreen controller (transparency on Linux+Composite)
197  * Mac OS X
198    * Improved video output features
199    * Online access to VideoLAN's Help Wiki within VLC
200    * New setting to disable the "Recent Items" service
201    * When playing Radio (live) streams, the current track is shown correctly
202    * Correct appearance on Macs using Aqua's graphite theme
203    * Simplified Extended Controls panel
204  * Ncurses:
205    * Correctly displays wide characters when using an UTF-8 locale, 
206      if libncursesw is available.
207    * Some nice colors if the terminal supports it (most do)
208  * Experimental Lua interface modules. See vlc -I lua for more info
209  * Unix
210    * Option to allow only one running instance, using D-Bus interface.
211    * D-Bus Interface implementing the MPRIS 
212      (Media Player Remote Interfacing specification), a common dbus control 
213      interface for media players that intends to become an xdg standard when 
214      finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces .
215    * Motion module using disk accelerometers to keep video horizontal
216    * Plugin to set Telepathy presence message using MissionControl
217  * Fixed VLM schedule time on Linux
218
219 Linux Port:
220  * VLC now complies with the XDG Base Directory Specification version 0.6
221    http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
222    (which means that VLC doesn't use the $HOME/.vlc directory anymore)
223
224 Mac OS X Port:
225  * Mac OS X Framework "VLCKit" that can be used to embed VLC in third party
226    applications (Google Summer of Code Student project, Mac OS X 10.5 only)
227  * New text renderer based on Quartz replacing the existing Freetype solution
228  * Complete compatibility with Mac OS X 10.5 Leopard
229    * It is now required to compile a fully featured build
230  * The support of Mac OS X 10.3.9 and QuickTime 6.x was discontinued.
231
232 LibVLC:
233  * Event management and various improvements in libvlc
234    (Part of a Google Summer of Code Student project)
235
236 New Localizations:
237  * Finnish
238  * Persian
239  * Polish
240
241 Developers:
242   * LibVLC now supports externally built plugins properly.
243     A "vlc-plugin" pkg-config package is provided.
244   * Java bindings are now built from a separate source.
245
246
247 Changes between 0.8.6h and 0.8.6i:
248 ----------------------------------
249
250 Security updates:
251  * Fixed integer overflow in WAV demuxer (CVE-2008-2430)
252
253 Various bugfixes:
254  * Fixed option to use shared memory within the GLX video output module
255  * Improved galaktos-based audio visualizations on FreeBSD 
256  * Miscellaneous bugfixes in multiple modules and in libvlc
257    (transcode stream output, OSD menu video filter, VCD input, 
258     SAP services discovery, http control interface)
259  * Updated Polish translation
260
261
262 Changes between 0.8.6g and 0.8.6h:
263 ----------------------------------
264
265 Security updates:
266  * Updated GnuTLS and libgcrypt on Windows and Mac OS X (CVE-2008-1948, 
267    CVE-2008-1949, CVE-2008-1950)
268  * Updated libxml2 on Windows and Mac OS X (CVE-2007-6284)
269
270 Goodies:
271  * Updated libebml and libmatroska on Mac OS X. Reliability improvements.
272  * Miscellaneous bugfixes in multiple modules and in libvlc
273    (ftp access, record access filter, video filters, RC interface, 
274     playlist demuxer, IP networking, MPJPEG muxer, stream outputs)
275  * Improved support for MPEG2 content created by Final Cut Pro
276  * More reliable audio reception for MPEG TS streams
277  * Fixed a regression in 0.8.6g where usage of the snapshot feature could lead
278    to an unexpected application termination
279  * New Serbian translation
280  * Updated Romanian translation
281
282
283 Changes between 0.8.6f and 0.8.6g:
284 ----------------------------------
285
286 Security updates:
287  * Removed VLC variable settings from Mozilla and ActiveX 
288    (CVE-2007-6683, VideoLAN-SA-0804)
289  * Removed loading plugins from the current directory 
290    (CVE-2008-2147, VideoLAN-SA-0805)
291  * Updated libpng on Windows and Mac OS X (CVE-2008-1382)
292  * Fixed libid3tag denial of service (CVE-2008-2109)
293  * Fixed libvorbis vulnerabilities (CVE-2008-1419, CVE-2008-1420, CVE-2008-1423)
294  * Fixed speex insufficient boundary check (CVE-2008-1686, oCERT-2008-004)
295
296 Various bugfixes:
297  * Fixed various memory leaks, improving stability when running as a server
298  * Fixed compilation with recent versions of FFmpeg
299  * Correctly parses SAP announcements from MPEG-TS
300  * Fixed AAC resampling
301  * The Fullscreen Controller appears correctly on Mac OS X, 
302    if the 'Always-on-top' video option was selected.
303
304
305 Changes between 0.8.6e and 0.8.6f:
306 ----------------------------------
307
308 Security updates:
309  * Really fixed subtitle buffer overflow (CVE-2007-6681, CVE-2008-1881)
310  * Fixed Real RTSP code execution problem (CVE-2008-0073)
311  * Fixed MP4 integer overflows (CVE-2008-1489, CVE-2008-1768)
312  * Fixed cinepak vulnerabilities (CVE-2008-1769)
313  - More information can be found in VideoLAN-SA-0801 and VideoLAN-SA-0803.
314
315 Various bugfixes:
316  * The Mozilla plugin registers a usable range of MIME-types on Mac OS X
317  * Improved VLC's video output behavior on multi-screen setups running Mac OS X
318  * Fixed crashes in H264 packetizer
319  * Close MMS access on network timeout
320  * Fix some problems with AAC decoder & packetizer
321
322
323 Changes between 0.8.6d and 0.8.6e:
324 ----------------------------------
325
326 Various bugfixes:
327  * Resume playback for viewing content over FTP
328  * Fixed XShm detection with remote X11
329
330 Security updates:
331  * Subtitle demuxers overflow (CVE-2007-6681)
332  * HTTP listener format string injection (CVE-2007-6682)
333  * Fixed buffer overflow in the SDL_image library (CVE-2006-4484)
334  * Real RTSP overflows (CVE-2008-0225, CVE-2008-0295, CVE-2008-0296,
335    VideoLAN-SA-0801)
336  * Arbitrary memory overwrite in the MP4 demuxer (CORE-2008-0130, 
337    VideoLAN-SA-0802)
338
339 Audio filter:
340  * Fixed DTS to S/PDIF converter
341
342 Audio output:
343  * Fixed 5.1 audio on ALSA
344
345 Access:
346  * Fixed some RTSP hanging and user/password passing through RTSP URLs
347
348 Stream output:
349  * Fixed waiting for SPS/PPS problem in H.264 packetizer
350
351 Encoders:
352  * Improved compatibility for creating H.264 video files playable on iPhones
353  * Improved detection of optimal amount of threads for multi-threaded H.264 
354    encoding on multi-cpu systems
355     - Note that this is used when transcode threads is set to 0 (default)
356     - Not supported on Windows (multiple threads require manual configuration)
357
358 Mac OS X Interface & Port:
359  * Restored compatibility with Mac OS X 10.3.9
360  * Corrected behavior of the Preferences panel
361  * VLC no longer crashes on quit while playing
362
363 Localization:
364  * Updated Romanian and Polish translations
365
366
367 Changes between 0.8.6c and 0.8.6d:
368 ----------------------------------
369
370 Various bugfixes:
371  * Mozilla plugin: supports a reasonable amount of MIME types on Windows
372  * Linux: Fixed S/PDIF passthrough with ALSA
373  * Automatic recovery on unexpected stream discontinuity (clock gap) occurrences
374    in input
375  * Use field order (top/bottom) for correct bob/linear deinterlacing
376  * Fix invalid free in bookmarks loading code
377
378 Windows and Mac OS Binaries
379  * FLAC Security Update (CVE-2007-4619) to prevent multiple integer overflows 
380
381 Active X plugin:
382  * Security update (VideoLAN-SA-0703, CVE-2007-6262)
383  
384 Mac OS X Interface & Port:
385  * Apple Remote support on Mac OS X 10.5 Leopard with enhanced functionality
386  * Improved Video Output compatibility for Mac OS X 10.5 Leopard
387  * Improved behavior of the Fullscreen Controller and mode changes between 
388    Fullscreen and Windowed Video Output
389  * Softened the white flash artifacts that may appear during the transition of 
390    two different movies
391  * Support for current Ogg file formats
392  NOTE: This release requires Mac OS X 10.4 or higher. 
393        Mac OS X 10.3.9 is not supported anymore.
394
395 Encoders:
396  * Improved H.264 encoding speed on Mac OS X
397
398 Other changes:
399  * The automatic updating facility was removed
400  * You now need to append --m3u-extvlcopt to your command line to enable
401    EXTVLCOPT options parsing in m3u playlists.
402  * RTSP server remote denial of service fixed (CVE-2007-6684).
403
404
405 Changes between 0.8.6b and 0.8.6c:
406 ----------------------------------
407
408 Various bugfixes, notably:
409  * Windows Vista compatibility
410  * Cropping in Direct3D
411  * Fullscreen change crash on Mac OS X
412  * RSS filter string overflow
413  * Few memory leaks
414  * MKV demuxer crash (related to seeking)
415
416 CDDA / Vorbis / Theora / SAP plugins:
417  * Security updates (VideoLAN-SA-0702, CVE-2007-3316, US-CERT VU#200928)
418
419 Demuxers:
420  * Fixed a problem with detecting embedded subtitles (GAB2 format) in AVI
421  * Prevent WAV file integer overflow (CVE-2007-3467 & CVE-2007-3468)
422
423 Decoders:
424  * Updated FLAC API compatibility
425
426 Input:
427  * Support for new v4l2 encoder API
428
429 Localisation:
430  * New localisation: Arabic, Persian
431
432
433 Changes between 0.8.6a and 0.8.6b:
434 ----------------------------------
435
436 Various bugfixes, notably:
437  * Out-of-bound read in demuxers
438  * Demuxers crashes (incl. CVE-2007-0256)
439  * Mac OS X Interface crashes
440  * VP31 decoding on Windows platforms
441  * Direct3D Video Output modifications for Vista compatibility
442  * Correct behaviour for feeding streams to Icecast or Shoutcast servers
443
444 Decoders:
445  * Enhanced Flash Video support incl. VP61 and VP60
446  * Teletext subtitles (telx) support
447
448 Webbrowser plugins:
449  * Rectified behaviour and improved usability
450
451 Mac OS X Interface & Port:
452  * Diverse usability improvements
453  * New wizard option to embed subtitles
454  * Screensaver/automatic sleep mode is enabled when a video is paused
455  * Improved Delete-Preferences-Script
456
457
458 Changes between 0.8.6 and 0.8.6a:
459 ---------------------------------
460
461 CDDA / VCDX plugins:
462  * Security updates (VideoLAN-SA-0701, CVE-2007-0017)
463
464 Mac OS X Interface:
465  * Fullscreen controller improvements
466
467
468 Changes between 0.8.5 and 0.8.6:
469 --------------------------------
470
471 Playlist:
472  * Shoutcast TV listings support
473
474 Input:
475  * Support for RTSP authentication
476  * Support for adding subtitles on the fly
477  * Fixed MPEG-PS duration calculation
478  * ATSC support for DVB input
479  * Partial reading support for DVR-ms recordings
480  * Partial reading support for MXF and GXF fileformat
481  * Improved support for Flash Video files
482
483 Decoders:
484  * Native WMV9/VC-1 support
485  * WMA Speech support (through binary codecs)
486  * VP5/VP6 - Flash Video support (not VP61)
487  * The True Audio Lossless codec support
488  * Matroska WavPack support
489  * Improved H.264 support (interlaced, speed improvements etc but no PAFF)
490  * Fixed a problem with MPEG2 field pictures
491  * Fixed swapped colors on DVB subtitles
492  
493 Video output:
494  * Additional OpenGL effects (cylinder, torus, sphere, ...)
495  * Experimental Direct3D 9 video output (win32). Best served on Vista :)
496  * Improved libcaca support
497
498 Interfaces:
499  * All
500    * New hotkeys for crop and zoom
501    * Support for snapshots from the HTTP interface
502  * Windows
503    * Systray support in skins
504  * OS X
505    * Support for Apple Remote control
506    * Fullscreen controller panel (artwork by Simon Damkjรฆr Andersen)
507    * New playmode buttons (artwork by Simon Damkjรฆr Andersen)
508    * right/ctrl-click menu in video outputs
509    * Main Menu uses autohide when playing videos in fullscreen mode
510  * Linux
511    * Notifications using notification-daemon
512
513 Windows port:
514  * Support for Unicode filenames (Windows NT and above)
515    Windows 9x/ME users: 
516      - Please note that these versions of Windows are not officially supported
517      - Unicode support for Windows 9x/ME applications is available through the
518        Microsoft Layer for Unicode available from the following location:
519        http://www.microsoft.com.nsatc.net/globaldev/handson/dev/mslu_announce.mspx
520        Download the MSLU package (unicows) and extract the content into the folder
521        C:\Windows\System
522  * Fixed IPv6 support on the client side
523  * Fixed disable screensaver (Direct3D and DirectX video output)
524
525 Localization:
526  * Add Czech
527  * Add Slovak
528  * Add Malay
529  * Add Slovenian
530
531 Developers:
532  * Updates to the libvlc API
533  * Fixes for the mozilla and activeX plugins
534
535
536 Changes between 0.8.4a and 0.8.5
537 --------------------------------
538
539 Core support:
540  * Statistics collection (bitrates, packets, connections, ...)
541  * Support for downloading updates
542  * Updated strings
543
544 Input:
545  * Initial support for RTSP-over-HTTP (to allow NAT traversal)
546  * Linux DV (Digital Video - Firewire) input
547  * Improvements to the Audio CD input
548      - Separate playlist entries for the tracks 
549      - Support for CDDB 
550  * Support for more DVB (satellite) encryption modules
551  * Improved subtitles encoding support
552  * Improved support for playing MP4 files from the Web
553
554 Decoders:
555  * Cook (Real audio) support
556
557 Playlist / Services discovery:
558  * XSPF playlist support
559  * Podcast support
560  * Updated Shoutcast to use new listing
561
562 Audio output:
563  * New JACK audio output
564
565 Video output:
566  * New video filters: 
567     - magnify: allows you to zoom on part of the image
568     - gradient and edge detection: "cartoon-like" effect
569     - bluescreen: overlay parts of a video transparently on another one
570  * Logo video filter: can now loop through multiple images
571  * RSS video filter: display feed images. Support for Atom feeds.
572  * Improvements to the subtitles rendering
573
574 Stream output:
575  * Initial support for throttling users on VOD streams
576
577 Interfaces:
578  * System to inform the user and request information 
579     - HTTP authentication
580     - Fatal errors
581     - ...
582  * wxWidgets
583     - VLM (VideoLAN Media Manager) control panel
584     - Improved media information panel (shows statistics, metadata, ...)
585     - Drag & Drop support in the playlist
586  * Skins2 
587     - New default skin
588     - Support for Winamp 2 skins
589     - Improved playlist handling
590     - Support for popup menus, animated bitmaps, equalizer, ...
591  * OS X
592     - Embedded Video output
593     - new Go-To-Specific-Time feature
594     - Video cropping and aspect ratio changing while playing
595     - Improved media information panel (shows statistics, metadata, ...)
596     - support for processing multiple items with the wizard in a single run
597     - option to save selections in the wizard for a session (default enabled)
598  * HTTP
599     - New default interface pages for VLC and VLM (including a mosaic wizard)
600     - A bunch of new RPN functions
601
602 Windows Port:
603  * MSN messenger "Now playing" support
604
605 OS X Port:
606  * Mac-Intel compatibility
607  * Enhanced support of various audio output devices 
608  * Growl "Now playing" support
609
610 *Nix port:
611  * Ability to log to syslog
612  * Root wrapper to avoid running VLC as root
613
614 Developers:
615  * New libvlc API (not finished yet)
616  * Java bindings
617  * A bit more automatic testing
618
619
620 Changes between 0.8.4 and 0.8.4a:
621 ---------------------------------
622
623 Audio output:
624  * Fix a52 over spdif in alsa
625  * SPDIF output available again in the Mac OS X Audio menu.
626
627 Decoder:
628  * Add support for new BMP and Cook (RealAudio G2) decoders in ffmpeg
629  * Add support for some non-standard FOURCCs used for H.264/H.263
630
631 Demux:
632  * Fix bug with some HE-AAC audio tracks
633
634 Services Discovery:
635  * HAL fixes, should now work with new API
636  * SAP, fix 20 second freeze on windows
637  * UPnP fixes
638  * Avahi 0.6 support
639  
640 Interfaces:
641  * Mac OS X
642     - fixed encoding of H.264/H.263 content when using the wizard 
643
644
645 Changes between 0.8.2 and 0.8.4:
646 --------------------------------
647
648 Core support:
649  * Internal strings handling is now UTF-8 based
650  * New OSD system
651
652 Video output:
653  * Fixed problems with OpenGL output
654  * New --monitor-par (pixel aspect ratio) option
655  * Fixed display problems with HDTV-1080 format
656
657 Input:
658  * Improved DVB support for satellite bands other than Ku-band
659  * IPv6 and Extended passive mode support for FTP
660  * IPv6 Source Specific Multicast support
661  * GnomeVFS input module
662  * Support for RTP packet reordering
663  * Fixed syntax for FTP URLs
664
665 Decoders:
666  * Support for libSDL_image to import different image types
667  * Musepack decoder using libmpdec
668  * QDM2 audio support (needs ffmpeg from 19th Oct 2005 or later)
669
670 Services discovery:
671  * UPnP service discovery (Linux only at the moment)
672  * Bonjour service discovery using avahi (Linux only)
673
674 Video filters:
675  * RSS feed overlay
676
677 Audio filters:
678 * Fixes, enhancements and new options related to the Headphone Channel
679   Mixer and Dolby Surround
680
681 Stream output:
682  * New shout output module to forward streams to icecast servers
683  * Fixed several SAP and SDP announcement bugs
684  * Fixed MTU handling to avoid IP fragments
685  
686 Interfaces:
687 - new cone icon by Richard ยฏiestad (Eurodata, retron.info)
688  * Mac OS X
689     - New streaming and transcoding wizard
690     - New extended controls panel
691     - New bookmarks window
692     - Fixed playlist sorting
693     - Fixed drag-and-drop inside the playlist
694  * wxWidgets
695     - Rename wxWindows interface in wxWidgets.
696     - All the --wxwin-* options are now --wx-*
697     - Support for RTP streaming in Stream Ouput dialog
698     - Now require wx2.6 with Unicode support
699  * Skins2
700     - Tree playlist
701  * HTTP
702     - New RPN functions to control VLC features (see play-howto)
703     - Facilities to correctly handle non-ASCII characters and spaces in
704       the names of files
705     - Include macro to include other files
706     - CGI 1.0 support
707
708 ActiveX plugin:
709 * Should now work outside IE as well
710
711 Mac OS X port:
712 * New script to delete the preferences automatically
713
714 Windows port:
715 * Fixed bandwidth problems of HTTP streaming
716 * Fixed audio problems with DirectX audio output
717
718 Translations:
719  The following languages were added:
720  * Galician
721  * Korean
722  * Romanian
723  * Simplified Chinese
724  The following languages were re-added:
725  * Swedish
726
727
728 Changes between 0.8.1 and 0.8.2:
729 --------------------------------
730
731 Core support:
732  * Rewrite of the playlist
733     - Tree structure
734     - Input preparsing (for meta-data)
735     - Grouping (by artist, ...) support 
736  * Preferences improvements: 
737     - New organization, designed to improve usability
738     - New configuration types (list of modules, ...)
739  * XML parsers
740  * Core image manipulation support
741  * Client-side SSL/TLS support
742  * SSL Client certificates checking support (allows for secure VoD)
743  * Renamed --spu-channel to --sub-track
744  * Renamed --spumargin to --sub-margin
745  * Renamed --audio-channel to --audio-track
746  * Renamed --filter to --vout-filter
747  * filters, extra interfaces, visualizations and service discovery modules are
748    now separated by ':' instead of ','
749  * Access filter architecture
750  * Track selection based on preferred language (--sub-language and --audio-language)
751  * Zsh autocompletion for VLC's arguments
752  * Many bugfixes...
753
754 Input/Demuxers:
755  * Support for SOCKS proxy
756  * Support for Shoutcast Meta-data
757  * Support for (HE-)AAC raw-audio streams
758  * Support for images on a HTTP server that get refreshed on the server
759  * Better support for Kasenna streams
760  * RTSP UDP->TCP rollover support
761  * Massive Matroska improvements
762  * Support for XA and VOC audio files
763  * TiVo demuxer
764  * Samba (Windows shares) access module
765  * Improved CDDAX module (uses several playlist items)
766  * Fixes to Linux DVB support
767  * Fix the "negative subtitles delay" bug
768  * Support for FTP over IPv6
769
770 Decoders / Encoders:
771  * Dirac decoder and encoder
772  * PNG decoder/encoder
773  * Improvements to DVB subtitles encoder
774  * Support for Apple Lossless Audio Codec
775
776 Access filters:
777  * New Record and Timeshift filters
778
779 Services discovery:
780  * New type of modules, that add items to the playlist
781  * Brand new SAP module
782      * To enable SAP, you now need to use "-S sap" or add SAP in 
783        the "Manage->Services Discovery" menu
784      ( IPv6 SAP is now enabled by default )
785      * Non-standard support for HTTP streams SAP announces removed
786  * HAL (Hardware Abstraction Layer) discovery
787  * DAAP (iTunes shares) support
788  * Shoutcast
789
790 Audio output:
791  * Support for 20/24 bits LPCM
792
793 Video output:
794  * Video snapshot support (png or jpg)
795  * Image file video output (png)
796  * Motion detection filter (can trigger playlist actions)
797  * Improvements to wall video filter
798  * Support for font color and opacity
799
800 Stream output:
801  * Muxers
802     - ASF improvements
803  * VLM / VoD
804     - Ability to load a configuration file on startup
805     - Seeking support in VoD streams
806  * Mosaic (picture-in-picture system)
807
808 Interfaces:
809  * wxWidgets
810     - Redesigned playlist : add playlist, add directory, ...
811     - Improved preferences
812     - Improvements to the wizard
813     - DVD, VCD and Audio CD navigation buttons
814  * MacOS X
815     - Redesigned playlist
816     - Improved preferences
817  * Skins
818     - Support for multiple actions
819     - Fixes
820  * HTTP
821     - Support for the new playlist system
822  * Lirc
823     - Now uses new config settings. See doc/lirc/example.lirc
824
825 Windows port:
826  * Screensaver disabling fix
827  * DirectShow tuner configuration
828  * Support for no-decoration windows
829
830 MacOS X port:
831  * Many Mac OS X 10.4 Tiger related fixes
832  * The OpenGL video output is back
833  * A new audio module that should work more reliable for analog audio output in various configurations.
834    - Supports multichannel discrete analog output
835    - Digital audio output requires you to change a preference setting because it
836      is not yet available in the new module
837    - Please read the README.MacOSX.rtf file for more information.
838
839 BeOS port:
840  * Support for single-buffered overlay
841
842 Pocket PC port:
843  * Many fixes
844  * New interface
845  * New video output
846
847 Mozilla Plugin:
848  * Javascript fixes
849  * Mozilla plugin for MacOS X is back (not yet distributed)
850
851 IE Plugin:
852  * Brand new Internet Explorer ActiveX plugin
853
854 Translations:
855  The following languages were added:
856  * Catalan
857  * Danish
858  * Turkish
859
860
861 Changes between 0.8.0 and 0.8.1:
862 --------------------------------
863
864 Core support:
865  * Include TLS/SSL API (on plattforms where libgnutls is available)
866  * SSL support in the HTTP daemon (HTTP stream output and HTTP interface)
867
868 Windows port:
869  * Fixed win32 multichannel audio output support (which was broken in 0.8.0)
870  * Fixed DV and MPEG (WinTV PVR 250/350) support in the dshow input
871  * Fixed spurious taskbar item after switching to fullscreen
872
873 WinCE port:
874  * A few more updates (we still miss an interface and a fast video output).
875
876 Audio Output:
877  * Portaudio audio output plugin improvements
878
879 Video Output:
880  * Proper subpictures scaling using the aspect-ratio info when available
881
882 Demuxers:
883  * Fixed crash with ODML avi files
884  * Fixed autodetection of VCD/SVCD bin files
885  * Supports Kasenna VoD (MPEG2 only) and simulcast streaming
886
887 Stream Output:
888  * Encoders:
889    * Fixed aspect ratio and interlaced support in ffmpeg encoder module
890  * Stream output:
891    * Support of playlist group announcement
892
893
894 Changes between 0.7.2 and 0.8.0:
895 --------------------------------
896
897 Core support:
898  * Major work on libvlc. Changed/renamed/added functions
899  * Complete switch to the new input core (better seeking, multi-input, ...)
900  * New plugins cache to speed up launch time
901  * New --play-and-stop feature which stops the playlist after each played item
902  * Daemon mode (to run vlc in the background)
903  * Major improvements to the subtitle/OSD subsystem
904
905 Input:
906  * New screen capture input plugin for X11, Win32, BeOS and Mac OS X 
907     (Stream your desktop)
908  * Improved DVD support:
909     - uses libdvdnav for playing DVDs with menus support
910     - uses libdvdread for simple playback with menus (eg. for streaming)
911  * Experimental multi-input support ( use --input-slave to play with it )
912  * Automatic MTU discovery for UDP streams
913  * More powerful MRL syntax for DVD/VCD/CDDA access 
914     (selection of titles/chapters).
915
916 Demuxers:
917  * Support for iTunes Music Store previews
918  * Support for MJPEG webcams (i.e. AXIS cams)
919  * Added initial mp4 and mpeg-ts text track support
920  * Windows Media Server RTSP support
921  * Support for MPEG TS streams with error correction (204/192 bytes TS packets)
922  * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
923  * Skins2 .vlt file loader (only when skins2 is the current interface)
924  * Improved Ogg demuxer
925  * Support for MPEG PS streams with MPEG 4 video.
926  * Support for so called AACPlus webstreams
927
928 Codecs:
929  * G.726 audio support
930  * 14496-17 MPEG TS text support
931  * MPEG-4 text support
932  * Vastly improved DVB subtitles decoder (ETS 300 743)
933  * Enabled color in DVB subtitles rendering
934  * VobSub supported both externally and in Matroska
935
936 Stream Output:
937  Encoders:
938   * Re-use audio/video/spu decoders in transcoder module. From now on,
939      everything that is playable by VLC should be transcodable as well
940   * Subtitles overlaying in transcoder
941   * Subpictures overlaying in transcoder (see video output)
942   * Frame rate selection in the transcoder
943   * DVB subtitles encoder
944   * MPEG 1 layer 2 audio encoder using libtoolame
945   * Improved vorbis/theora encoding
946  Muxers: 
947   * Text track muxing for mp4
948   * Multipart mjpeg muxing. Your video is directly viewable in a Mozilla Browser
949   * 14496-17 text track muxing for MPEG TS
950   * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
951   * Teletext (0x56 descriptor) streaming support in MPEG TS.
952   * New WAV muxer (supports multi-channel audio)
953   * Improved ASF muxer
954  Misc:
955   * H.263 RTP streaming support
956   * SDP generation outputs more compliant SDPs and can create SDP files now
957   * Improved RTSP and VoD server (experimental)
958
959 Audio Output:
960  * New audio equalizer filter
961  * Very trivial volume normalizer
962  * True channel downmixing when playing 5:1 material on Stereo
963  * More gradual resampling which should improve the pitch changing effect
964  * New audio output plugin using portaudio v19
965
966 Video Output:
967  * Roku HD1000 Video output
968  * Experimental generic OpenGL video output (X11, Win32, MacOS X)
969    with support for effects.
970  * Improved filter and subpictures support :
971     - New filters can be streamed.
972     - "Subpicture filters" to overlay subpictures on video 
973     - Centralized scaling and blending
974  * New filters : 
975     - "time", to display current time 
976     - "marq", to display a marquee
977
978 Interfaces:
979  * OSD sliders for volume and postition information
980  * OSD icons for Play and Pause
981  * New Streaming Wizard for Windows and Linux default interfaces (wxWindows)
982  * A few skins2 improvements
983  * Added search, volume, loop and random functions to the ncurses interface
984  * Added a filesystem browser to the ncurses interface
985  * The remote control interface can now listen for commands on sockets
986  * Improved CORBA control module
987
988 Mac OS X port:
989  * Fixed the "cannot set buffersize:[nope]" coreaudio problem
990  * Major speed improvements to the Quartz video output
991  * The Mac OS X interface is no longer required to display video
992
993 Linux port:
994  * New galaktos visualization plugin (MilkDrop-compatible)
995  * Experimental SVG rendering module
996  * Support for DVB CAM modules.
997
998 Windows port:
999  * DirectX Media Object decoder (allows playing some media types, like WMV3)
1000  * DirectX Media Object audio and video encoder
1001  * Fixed long standing win32 thread handles leak
1002  * Fixed problem with CPU usage with subtitles rendering
1003  * Wallpaper mode for the DirectX video output (only in overlay mode)
1004
1005 WinCE port:
1006  * Massive update (we still miss an interface and a fast video output).
1007
1008 Mozilla plugin:
1009  * Added a lot of Javascript accessible funtionality
1010  * Volume, position, length, seek etc etc etc.
1011
1012 Misc:
1013  * Server/client network synchronization module
1014  * VBrick streams fully supported
1015  * Cisco IP/TV streams supported
1016  * VLM enhancements
1017
1018
1019 Changes between 0.7.1 and 0.7.2:
1020 --------------------------------
1021
1022 Core support:
1023  * Bookmarks feature for easier seeking/access inside medias.
1024  * Support for video output embedded in interfaces.
1025  * Improved HTTP daemon.
1026  * Saved playlists now remember VLC-specific options.
1027
1028 Codecs:
1029  * New Continuous Media Markup Language (CMML) codec.
1030    (http://www.annodex.net/overview.html)
1031  * New H.261 video decoder using openmash.
1032  * H264 encoder, demuxer and packetizer.
1033  * Packetizer interfaces between demux and codec when needed
1034    (allows using ffmpeg plugin to decode MPEG streams and better aac decoding).
1035  * Support for Theora alpha3 (both decoding and encoding).
1036
1037 Input:
1038  * --start-time <sec> and --stop-time <sec> to start and stop playing a 
1039    file at the specified amount of seconds. Only works with a few
1040    fileformats (avi, mov, mkv, mp4 )
1041  * Improved directory access module.
1042  * New "file-cat" option to play truncated movies.
1043  * Better handling of meta info (title, author, description, etc...).
1044  * New options to pass meta info to the input.
1045  * It is now possible to stream programs from a DVB-S/C/T stream
1046    (satellite, cable, or digital terestrial television)
1047
1048 Demux:
1049  * Annodex (http://www.annodex.net) support.
1050  * mmsh streaming fixes.
1051  * Fixed infinite loop in the AVI demux on broken/incomplete files.
1052
1053 Subtitles:
1054  * Subviewer and subviewer v2 subtitles support.
1055  * Ability to choose autodetected subtitles path.
1056  * Subtitles delay can be changed in real time with hotkeys.
1057
1058 Stream output:
1059  * Improved session announcement system.
1060  * Minimize threads usage by default.
1061  * Added faster than realtime stream output (limited by CPU) for file output.
1062  * Improved MOV/MP4 muxer.
1063  * Improved MPEG TS muxer.
1064  * Improved transrater.
1065  * Meta info options used by the muxers.
1066  * New configuration system.
1067  * Better audio channels downmixing when transcoding.
1068
1069 VideoLAN manager:
1070  * New videolan (media) manager (vlm): a little manager designed to launch
1071    and manage multiple streams from within one instance of VLC.
1072  * Supports live streams and VoD.
1073  * Supports scheduling.
1074  * Telnet interface for vlm.
1075  * HTTP interface for vlm.
1076
1077 Interfaces:
1078  * Skins II (Windows and Linux only)
1079     - Ability to embed video output.
1080     - Support for bitmap fonts.
1081     - Lots of improvements.
1082  * wxWindows (default Windows and Linux interface)
1083     - New design and set of icons.
1084     - Ability to embed video output.
1085     - Support for hotkeys.
1086     - Support for bookmarks.
1087  * Mac OS X
1088     - Support for 'groups' and playlist item properties.
1089     - Better hotkeys handling.
1090
1091 Mac OS X port:
1092  * OpenGL video output is now the default when available.
1093  * Added FAAC encoder (mp4a).
1094  * Audio output fix to work with multiple streams on a HAL device.
1095  * Possible fix for conflict with CodeTek VirtualDesktop (untested).
1096
1097 Win32 port:
1098  * DirectShow input plugin should work with more devices.
1099  * Disable monitor power down when watching movies.
1100  * Improved Windows installer.
1101
1102 Linux port:
1103  * PowerPC fixes.
1104
1105 Misc:
1106  * Improvements to the Goom visualisation plugin.
1107  * Roku HD1000 audio output.
1108
1109
1110 Changes between 0.7.1 and 0.7.1a:
1111 ---------------------------------
1112
1113 Mac OS X:
1114  * Fixed the infamous 'mp3 takes twice the CPU it should take' bug
1115  * Playing MOD files is working now.
1116
1117
1118 Changes between 0.7.0 and 0.7.1:
1119 --------------------------------
1120
1121 Core support:
1122  * Fixed a nasty bug that causes preferences not to be saved some times.
1123  * IGMPv3 support for VLC under Windows XP and Linux.
1124
1125 Codecs:
1126  * Brand new DTS Coherent Acoustics audio decoder based on libdts
1127    (http://www.videolan.org/dtsdec.html)
1128  * Fixed DTS S/PDIF output
1129  * SVCD (Philips OGT) and CVD subtitles
1130
1131 Playlist:
1132  * Internal improvments
1133  * Improved import/export
1134
1135 Input:
1136  * Experimental support for Nullsoft streaming video(.nsv) and real media(.rm)
1137    container formars.
1138  * New demux module that uses libavformat from ffmpeg. Adds support for many
1139    small and strange formats.
1140  * New PVA demux.
1141  * New MOD audio demux.
1142  * Support for DTS and A52/AC3 wav files.
1143  * Support for DTS and A52/AC3 audio CD.
1144  * New and experimental DVD input plugin with menus support (using libdvdnav).
1145  * Added back DV audio support in raw DV demuxer.
1146
1147 Stream output:
1148  * MP4/MOV muxer improvements (fast-start, aac in mov, etc...).
1149  * Fixed a nasty bug in the mpeg video packetizer.
1150  * Improved transcoding (multithreading, more tuning, etc...).
1151
1152 Service discovery:
1153  * Fixed sdp in SAP.
1154
1155 Mac OS X port:
1156  * New opengl video output plugin.
1157
1158 Win32 port:
1159  * A few improvements to the DirectShow input plugin.
1160  * Fixed ipv6 name resolution.
1161
1162
1163 Changes between 0.6.2 and 0.7.0:
1164 --------------------------------
1165
1166 Core support:
1167  * Brand new decoder/packetizer api.
1168    Adds a lot more flexibility while also simplifying the decoder plugins.
1169  * New encoder api (Ffmpeg, Vorbis, Theora, Flac and Speex encoders available).
1170  * Video outputs are recycled if possible.
1171    This removes any 'flicker' between two similiar video files.
1172  * Fixed the video filters. Video should no longer go black when using filters.
1173  * New input core. Advantages are: better seeking, more responsive, support for
1174    subtitle files at the core, and much much more.
1175
1176 Playlist:
1177  * Added a repeat mode to repeat a single file over and over.
1178  * Playlist sorting 
1179
1180 Input:
1181  * RTP/RTSP support.
1182  * Fixed annoying seeking problem with Ogg files (seeking would take ages).
1183  * Support for Flac in Ogg files.
1184  * MPEG TS demuxer also handles A52 and AAC audio in DVB streams.
1185  * Rewrite of the Flac demuxer.
1186  * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo. (Linux only)
1187  * Reworked DVB tuning.
1188  * Better Icecast support.
1189  * New MPEG video elementary streams demuxer.
1190  * New DTS audio elementary streams demuxer.
1191
1192 Codecs:
1193  * Support for Theora video encoding.
1194  * Support for Speex audio decoding/encoding.
1195  * Rewrite of the Flac decoder + encoding support.
1196  * Support for MPEG2 422 decoding which was recently added to libmpeg2 (cvs).
1197  * Support for AAC + SBR and proper multi-channel re-ordering.
1198  * MPEG 2.5 audio support.
1199  * Removed deprecated decoders (a52_old, mpeg_video and mpeg_audio).
1200
1201 Stream output:
1202  * Improvements to the MPEG TS muxer.
1203  * New transrating module for MPEG2 video.
1204  * Added packetization for MPEG AAC ADTS streams.
1205  * Added packetizers for Flac, Speex, Theora, LPCM, DTS and SPU streams.
1206  * Improved mp4 muxing and added AAC/MP4V support when transcoding.
1207  * Improved Ogg muxing and added Theora, Speex, Flac and subtitles support.
1208  * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio.
1209  * --sout-keep option to keep the stream open while changing input.
1210  * Preliminary RTP support.
1211  * Fixes to SAP announces.
1212
1213 Interface:
1214  * Skins:
1215     - Bugfixes
1216     - misc improvements (eg, "stay on top" option).
1217  * New standardized and customizable hotkeys.
1218  * wxWindows
1219     - Playlist improvements (Sort, Search, mode buttons).
1220     - Improvements and help in preferences
1221     - New streaming wizard
1222     - Revised Disc Open menu
1223  * HTTP
1224     - Improvements of the standard pages
1225     - Support for new commands
1226  * OSD ( OS X and hotkeys only atm ).
1227
1228 Service discovery:
1229  * Many fixes to the SAP module
1230  * SAP now supports HTTP streams
1231
1232 Subtitles:
1233  * Text subtitles now have a black outline.
1234  * Text subtitles autodetection.
1235  * Text subtitles charset autodetection.
1236  * Text subtitles for all videofiles. Results may vary.
1237  * Text subtitles in Hebrew are supported. Arabic partially.
1238  * Automatic fontsize selection for text subtitles.
1239  * Fixed SAMI text subtitles support.
1240  * Support for subtitles in Matroska files.
1241  * Support for subtitles in DVB streams.
1242
1243 Mac OS X port:
1244  * New controller designed by Max Rudberg from www.maxthemes.com
1245  * Save playlist.
1246  * Works on 10.1.x again. Apologies for that problem.
1247  * Support for Panther.
1248  * Support for raw dumping of streams to disk.
1249  * Mozilla plugin for Mac OS X (experimental).
1250
1251 Win32 port:
1252  * New DirectShow input module (for video acquisition cards, webcams, PVRs...).
1253  * VLC can be installed as a Windows NT service.
1254  * Allow on the fly switching of the main interface.
1255  * Support for 3F2R in audio output.
1256  * New --one-instance option to "force" only one running instance of VLC.
1257  * Mozilla plugin for Windows (experimental).
1258  * Multimonitor support (untested).
1259  * Fixed nasty timing bug on some dual-cpu / P4 with hyperthreading systems.
1260
1261 Linux port:
1262  * Improved Video4Linux input. Also added support for an audio only input.
1263  * Support for real-time priority when running with root privileges.
1264  * Allow on the fly switching of the main interface.
1265
1266 iPaq port: 
1267  * Brand new Gtk 2 interface
1268
1269 Miscellaneous:
1270  * Audio visual effects filters (spectrum, scope and random).
1271  * Audio visual effects filter using goom.
1272  * Spanish, Portuguese Brazilian and Hungarian translations.
1273  * libcaca video output (colored ascii)
1274
1275
1276 Changes between 0.6.1 and 0.6.2:
1277 --------------------------------
1278
1279 Core support:
1280  * Fixed a nasty regression in 0.6.1 which made some streams unplayable.
1281
1282 Stream output:
1283  * Transcoder now generates proper pts/dts thus should work a lot better.
1284  * Improved MPEG TS muxer.
1285
1286 Access input:
1287  * Support for DVB-S/C/T cards using v4l2 API for Linux 2.6.x kernels.
1288  * Few fixes to the VCD navigation.
1289
1290 Interfaces:
1291  * Support for DVD menus navigation added to the wxWindows interface.
1292
1293 UNIX ports:
1294  * ALSA multi-channel support fixed and tested.
1295  * Fixed fullscreen with gnome metacity.
1296
1297 Win32 port:
1298  * Fixed VCD support which was broken on some machines.
1299
1300 iPaq port:
1301  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
1302
1303 Miscellaneous:
1304  * Text subtitles now centered on the picture.
1305  * Ffmpeg decoder now generates proper pts and can be used to play
1306    mpeg1/2 videos.
1307
1308
1309 Changes between 0.6.0 and 0.6.1:
1310 --------------------------------
1311
1312 Core support:
1313  * There should be less bogus resampling, particularly on DVDs.
1314  * VLC will now wait for the medium to wake up before starting its clock
1315    after a pause.
1316
1317 Stream output:
1318  * Added vorbis audio support in Ogg streaming.
1319  * Added vorbis audio transcoding support.
1320  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
1321 UNIX ports:
1322  * ALSA multi-channel support fixed and tested.
1323  * Fixed fullscreen with gnome metacity.
1324
1325 Win32 port:
1326  * Fixed VCD support which was broken on some machines.
1327
1328 iPaq port:
1329  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
1330
1331 Miscellaneous:
1332  * Text subtitles now centered on the picture.
1333  * Ffmpeg decoder now generates proper pts and can be used to play
1334    mpeg1/2 videos.
1335
1336
1337 Changes between 0.6.0 and 0.6.1:
1338 --------------------------------
1339
1340 Core support:
1341  * There should be less bogus resampling, particularly on DVDs.
1342  * VLC will now wait for the medium to wake up before starting its clock
1343    after a pause.
1344
1345 Stream output:
1346  * Added vorbis audio support in Ogg streaming.
1347  * Added vorbis audio transcoding support.
1348  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
1349  * PS muxer can create mpeg1 files now and produce streams with system headers.
1350  * You can transcode a52 with more than two channels to mpga now.
1351
1352 Win32 port:
1353  * Fixed DVD support which was partly broken due to a bug in libdvdcss
1354  * Fixed 5.1 audio support for the sblive/audigy soundcards.
1355  * Fixed sound on Windows NT.
1356
1357 UNIX ports:
1358  * Fixed/improved ALSA support and enabled multi-channel audio output.
1359  * X11/Xvideo: Should now work on big endian machines, and you can now
1360    use the arrow keys to browse through the DVD menus.
1361
1362 iPaq port:
1363  * Gtk+2 interface called PDA
1364  * Familiar Gtk+ is now deprecreated
1365  * Codec a52, Faad2 and flac added
1366  * Video4Linux enabled (demux and transcode)
1367  * Stream Out with transcode support enabled (use codecs: HuffYuvv and A-law).
1368
1369 Interfaces:
1370  * Small updates/fixes to the wxWindows interface.
1371  * Improved HTTP remote control interface. You can now create your own HTML pages.
1372  * A new CORBA control plugin.
1373
1374 Input demux:
1375  * Improved support for the Matroska container format.
1376
1377 Miscellaneous:
1378  * Improved build system.
1379  * New video filter plugin to overlay logos.
1380  * Added support for Winamp 3 B4S files.
1381  * New subtitle module which uses freetype2 to render arbitrary fonts in any size.
1382    Should also work with languages like russion for instance.
1383
1384
1385 Changes between 0.5.3 and 0.6.0:
1386 --------------------------------
1387
1388 Core Support:
1389  * Channel Server support was removed (was deprecated)
1390
1391 Input access:
1392  * Fixed a big bug in ftp and http access that prevented many platforms (OSX most prominently) to view ftp and http streams.
1393  * Fixed large file support on Windows
1394  * Video 4 Linux support
1395  * CD Digital Audio support
1396  * Fixed IPv6 multicasting on Windows and OSX.
1397
1398 Input demux:
1399  * Better detection of AAC and mp3 files
1400  * Support for OpenDML avi files
1401  * More complete .mp4/.mov support
1402  * Very early support for the Matroska container format (don't complain if it doesn't work ;)
1403
1404 Codecs:
1405  * VLC's own MPEG1/2 decoder has been replaced with libmpeg2
1406  * Support for Sorenson 3 (SVQ3 or Quicktime content) via ffmpeg
1407  * OSX support for QDM2 and QDMC sound, often used in QT content.
1408  * Fixed a bug which was causing artefacts in DivX video (ffmpeg)
1409  * Updated our theora decoder to use the alpha 2 release of libtheora
1410  * If ffmpeg cannot keep up, skip and try to recover instead of stopping altogether
1411  * Indeo Video 3 (IV32) support for little-endian computers. (so not for OSX)
1412
1413 Interfaces:
1414  * The wxWindows interface is now fully useable as well as Unicode safe
1415  * New HTTP remote control interface
1416
1417 Stream output:
1418  * New stream output scheme. It is now possible to build a chain of stream outputs allowing for instance to stream and display some content at the same time.
1419  * The stream output now allows to transcode content on the fly.
1420  * Fixed major bug that prevented streaming mpeg 1/2 video with pulldown content.
1421  * SAP/SDP announcing support. (both IPv4 and IPv6)
1422
1423 Miscellaneous:
1424  * New reset option for the preferences
1425  * You can set your language in the prefences
1426  * New video chroma conversion module using ffmpeg
1427  * Added a Gentoo ebuild to the distribution
1428  * Added a new smaller subtitles font (now the default) + scripts to generate your own
1429  * SAP/SDP IPv6 support
1430
1431 UNIX ports:
1432  * Basic support for the X11 Xinerama extension.
1433  * New skinable interface ported to X11.
1434  * Run opie-vlc and zaurus-vlc as GuiServer
1435
1436 Mac OS X port:
1437  * When you add several items to the playlist, they are sorted alphabetically.
1438  * New about panel and revamped preferences panel.
1439  * Fixed the deinterlace menu.
1440  * Float on top, Fit to Screen and a Transparency option for video out.
1441  * New output dialog for transcode and display while stream capabilities.
1442  * New icons by Davor Orel.
1443  * New audio resampler. Should make VLC much faster.
1444  * Fixed disappearing and crackling sound (PTS is out of range bug)
1445  * We no longer automatically save the preferences when you quit the application
1446  * Arrow keys are now use to browse the menus in a DVD
1447
1448 Win32 port:
1449  * the wxWindows interface is now the default interface
1450  * The keyboard shortcuts are now identical to the linux version
1451  * Fixed the "no sound" problem on NT4
1452  * Improved skinnable interface (it now uses the wxWindows interface dialogs).
1453  * Added support for compressed skins files (.vlt files)
1454  * Fixed SVCD chapters support.
1455  * Fixed memory leak with 5.1 audio.
1456
1457 BeOS port:
1458  * Interface localization
1459  * Screensaver disabled if playing in fullscreen
1460  * A few new keyboard shortcuts
1461  * New full-featured Preferences window
1462
1463
1464 Changes between 0.5.2 and 0.5.3:
1465 --------------------------------
1466
1467 Core Support:
1468  * fixed DTS S/PDIF output on little-endian machines
1469  * support for skins at the interface level
1470  * new OSD module using Freetype2
1471  * video outputs are now destroyed when the associated input ends
1472  * the video output takes into account the caching delay introduced at the
1473    input level before dropping out of date frames.
1474  * configuration option to disable the translation of the interface
1475
1476 Input access:
1477  * fixed HTTP redirects
1478  * support for opening an entire directory
1479  * EOF should be detected more reliably
1480  * new video4linux access plug-in
1481  * new kfir access plug-in designed to work around a bug in the kfir driver
1482
1483 Input demux:
1484  * added stream type for some Motorola MPEG-2 video encoders
1485  * fix for some ogg web radio streams
1486  * fixed reading TS streams over HTTP
1487
1488 Codecs:
1489  * support for 3ivx D4 (not previous versions)
1490  * support for '3ivd' and '3vid' encodings
1491  * support for 'MSS1' codec ( same as WMV2 )
1492  * support for SAMI subtitles (untested and incomplete)
1493  * better SSA4 subtitles recognition
1494  * new codec for raw I420 video
1495  * improvements to the libmpeg2-based MPEG video decoder
1496
1497 Interfaces:
1498  * improvements to wxWindows based interface
1499    (although it still misses some important features)
1500  * skeleton for a Gnome2/GTK2 plug-in
1501
1502 Stream output:
1503  * new HTTP output support
1504  * fixed a segfault in the AVI muxer
1505  * fixed AV synchronization issues
1506
1507 Miscellaneous:
1508  * support for oldstyle id3 genres
1509
1510 UNIX ports:
1511  * the SDL vout plug-in will now work on big-endian machines
1512
1513 Mac OS X port:
1514  * reorderable playlist
1515  * fixed the hiding of the mouse on multiple monitors
1516  * fixed a big issue with some USB speakers
1517  * support for mono audio output devices
1518  * reset the audio-device to its default mode before quitting VLC
1519  * fixed several cosmetic issues
1520  * you can drag the controller window by its background (as it should be)
1521  * the messages window remembers more lines
1522  * delay and fps can now be overruled with subtitles files
1523  * http and ogg stream output options
1524  * Apple menu and friends will now be translated as well
1525
1526 Win32 port:
1527  * new skinnable interface
1528  * the directx video output doesn't crash anymore on ctrl+alt+del events.
1529
1530 iPAQ familiar Linux port:
1531  * support for FLAC audio format
1532  * the interface adapts to the screen size/rotation
1533  * playlist
1534  * network tab in the interface
1535  * "apply" handling in preferences
1536
1537
1538 Changes between 0.5.1a and 0.5.2:
1539 ---------------------------------
1540
1541 Core support:
1542  * advanced config options are now hidden by default
1543  * new --spdif option to use the S/PDIF audio output by default
1544  * fixed a 'clicking' sound when switching between streams
1545  * new bandlimited resampler that should improve audio quality on primarily
1546    Mac OS X
1547  * fixed a problem with audio over http that caused some web radios to not work
1548  * DTS S/PDIF support
1549
1550 Codecs:
1551  * support for DV audio through the ffmpeg library
1552  * support for FLAC audio through libflac
1553  * new but basic MPEG video decoder based on libmpeg2
1554  * fixed a major bug in LPCM code (fixes a problem with iDVD disks)
1555
1556 Stream output:
1557  * support for streaming DivX 1/2/3, wmv1/2, h/i263 over MPEG-2 TS
1558  * new --ttl option for Time To Live
1559
1560 DVD support:
1561  * fixed quite a few problems with the dvd menu support
1562
1563 UNIX ports:
1564  * fixed the GNU-pth support
1565
1566 Win32 port:
1567  * multi-channel audio and S/PDIF support for both the DirectX and Waveout
1568    plugins
1569  * localization support via gettext is now fully working
1570  * rc interface is now fully useable
1571  * fixed the MSVC project files generation
1572
1573 Mac OS X port:
1574  * several fixes for multi channel audio devices. AC3 over SPDIF with
1575    M-Audio Sonica Theater still does not work. this is most likely a driver
1576    bug and has been reported to M-Audio. (Sonica, Revolution, Delta, Griffin
1577    iMate and MOTU firewire devices should work)
1578  * VLC now uses the default audio device
1579  * new info panel
1580  * very preliminary support for VLC control via applescript
1581  * support for mouse gestures
1582  * new priority scheme allowing to avoid lock-ups on low-end machines
1583
1584 Linupy port:
1585  * there is a whole new port for the linupy distribution used by o.a. the
1586    YOPY PDA. It is still experimental, please test it
1587
1588 Miscellaneous:
1589  * improved ID3 tag detection
1590  * changed several errors into warnings ; the frequently reported "this is
1591    not a PS stream, continuing" is one of these
1592  * mouse gestures work on windows and osx, but there still isn't any useful
1593    gestures
1594  * some support for .pls playlists used by shoutcast
1595
1596
1597 Changes between 0.5.1 and 0.5.1a:
1598 ---------------------------------
1599
1600 Mac OS X port:
1601  * fixed a problem that caused VLC to select the wrong language when
1602    English was set as the preferred language
1603
1604
1605 Changes between 0.5.0 and 0.5.1:
1606 --------------------------------
1607
1608 Core support:
1609  * new mouse gesture interface
1610  * audio volume can now be changed at any time, even when no file is
1611    playing
1612
1613 Input access:
1614  * various minor fixes on the network inputs
1615  * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
1616  * VCD: fixed track number and chapter indexing
1617
1618 Input demux:
1619  * fixed a bad initialization in the mp4 plug-in
1620  * new --buggy-psi option for TS streams which do not update their
1621    continuity counter
1622
1623 Codecs:
1624  * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
1625
1626 DVD support:
1627  * fixed a bug which turned the default interface command-line only
1628    without the user consent
1629
1630 UNIX ports:
1631  * GTK: fixed a crash when going fullscreen or changing volume from the
1632    popup menu
1633  * X11: new screen saver disabling plug-in (--extraintf screensaver)
1634  * KDE: fixed compilation with KDE 3.1
1635  * ALSA: fixed mono files output
1636
1637 Mac OS X port:
1638  * fixed a crash on start-up on some localized systems
1639  * lowered real-time priorities to avoid lock-ups on slow machines
1640  * VLC can now be made the handler of ftp http mms and udp URLs
1641  * playlist enhancements
1642  * added half, normal and double video window menu items
1643  * new step forward/step backward commands
1644  * the dock should no longer be visible in fullscreen mode
1645  * the Mac OS X binary is now compiled with Ogg/Theora support
1646  * vlc.app is now VLC.app
1647
1648 Win32 port:
1649  * fixed the "RichEdit line insertion error" bug
1650  * VLC can now be run from outside its installation directory
1651  * fixed a bug that prevented to find the default subtitle font
1652
1653 BeOS port:
1654  * smarter BeOS priorities to avoid lock-ups
1655  * few enhancements in the interface (especially the Settings window)
1656
1657 Opie port:
1658  * native video output is working again
1659  * only commandline interface support
1660  * support for MPEG4, DivX through ffmpeg package
1661
1662
1663 Changes between 0.4.6 and 0.5.0:
1664 --------------------------------
1665
1666 Core structure:
1667   * object structure which allows for full re-entrancy, known as libvlc
1668   * new audio output architecture based on filter pipelines, providing
1669     S/PDIF and multi-channel support
1670   * localization support via gettext on most architectures
1671   * new stream output architecture, allowing to use VLC to unicast,
1672     multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
1673     and A/52 streams are supported)
1674   * build system now uses autoconf/automake/autopoint
1675
1676 Input access:
1677   * mms:// support
1678   * ftp:// support
1679   * stability fixes in the HTTP access
1680   * auto-detection of RTP encapsulation
1681   * VCD entry points support
1682   * VCD image file support
1683
1684 Input demux:
1685   * support for *.asf format
1686   * improved support for *.avi, especially over an HTTP connection
1687   * support for *.mp4 and *.mov format
1688   * support for ogg encapsulation
1689   * support for raw DV format
1690   * support for *.wav format
1691   * new demuxdump demux allowing to save a stream to a file
1692   * raw AAC support
1693
1694 Stream discovery & playlists:
1695   * support for the SAP/SDP and SLP protocols
1696   * support for .m3u file format
1697   * support for .asx file format
1698   * hack to find the streaming sources in html-pages with embedded wmp
1699
1700 Codecs:
1701   * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
1702     (only available with the .avi demux)
1703   * support for ADPCM audio codec
1704   * support for raw PCM data
1705   * support for Cinepak video codec
1706   * support for DV video codec via libdv or ffmpeg
1707   * support for AAC audio codec via libfaad2
1708   * support for Xvid codec
1709   * support for Xiph.org's Vorbis audio codec
1710   * support for Xiph.org's Tremor audio codec (when compiling from sources)
1711   * support for Xiph.org's Tarkin and Theora video codecs (when compiling
1712     from sources)
1713   * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
1714     H263i, MJPEG A/B
1715   * fixed an endianness bug in LPCM codec
1716
1717 DVD support:
1718   * experimental preliminary support for DVD menus via libdvdplay
1719
1720 Miscellaneous:
1721   * new WxWindows interface
1722   * all interfaces allow to dynamically change the volume, the audio
1723     device and the channels configuration
1724   * headphone channel mixer with virtual spatialization effect
1725   * Mozilla plugin based on libvlc for embedded playback in webpages of any
1726     format that VLC can play
1727   * new swedish translation
1728   * enhancements of the playlist window
1729   * new messages window to see debug info
1730   * fixed a few crashes
1731
1732 iPaq port:
1733   * slider bar in GTK+/GPE Familiar interface
1734   * fixed crash on directory change in Familiar interface
1735   * added qte_main module for use in all modules that need Opie or Qte support
1736   * native video output module for Qt Embedded/Opie is not working
1737