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