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