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