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