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