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