NEWS
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:75k
源码类别:

midi

开发平台:

Unix_Linux

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