1 Changes between 1.1.x and 1.2.0-git:
2 ------------------------------------
4 Important changes for packagers:
5 * The default builds now assume that the operating system uses UTF-8 for
6 its file systems and files content (except the Windows port). If this is
7 not acceptable, pass --enable-non-utf8 to the configure script.
8 Non-UTF-8 file systems support will be removed in future versions.
9 * The VLC plugins path can be overridden with the VLC_PLUGIN_PATH environment
10 variable. The --plugin-path command line option was removed.
11 * The default tarballs are now compressed with XZ/LZMA: .tar.xz
12 * OSS support is not compiled on Linux by default, pass --enable-oss to the
13 configure script if you use OSSv4 or really want to use OSS emulation.
14 * The Windows version will only work with Windows XP SP2 or later.
15 Windows 2000 SP4, Windows XP < SP2, Windows 2003 SP0 are now unsupported.
17 * The NPAPI webplugin has moved to git://git.videolan.org/npapi-vlc.git
18 * The ActiveX webplugin has moved to git://git.videolan.org/activex-vlc.git
22 * Major Video Core and Outputs rework and rewrite:
23 Subtitles, subpictures and OSD can now be sized and blent inside video outputs
24 x11 (Unix), OpenGL (Unix) and Direct3D (Windows) are such video outputs.
25 * Almost every video filter can now be transcoded
26 * Playback rate doesn't get resetted to 1 between items anymore
27 * Option --sub-filter was renamed --sub-source
30 * Multiple files are now supported inside RAR files
31 * BDA: experimental support for ClearQam devices
32 * DVB-S scanning support on Unix
33 * DVB-C scanning on Unix scans correct modulation/symbolrate if needed
34 * DShow: support for freq and video standard selection
35 * Support for VDR recordings (http://www.tvdr.de/) folders
36 * Blu-Ray Discs integration using libbluray
37 * HTTP Live Streaming (IETF draft) playback support
38 * Blackmagic DeckLink SDI cards input support (Linux only currently)
39 * Linear Systems (HD-)SDI cards input support (Linux)
40 * RTP: support for dynamic payload types by specifying the payload format
41 in an option (no autodetection): only Theora supported for now
42 * Basic HTCPCP implementation for Coffee Pot control
43 * QTCapture: added support for all QTKit-compatible video input devices
44 * X11 Screen: support for capturing partially hidden windows
47 * You can now use ffmpeg-mt in conjunction with vlc
48 * Important fixes for RealVideo 3.0 and 4.0 playback, notably in MKV
49 * Experimental Hardware decoding using Broadcom CrystalHD cards
50 * New module for decoding EBU subtitles (.stl)
53 * New images demuxer supporting jpeg, png, targa, xcf, git, tiff, bmp, pcx, lbm
54 * C64 SID file playback support using sidplay2
55 * Ogg seeking improvements
56 * Support for images/cover art in wma/wmv/asf files
57 * Improvements in .ape files metadata reading and writing
58 * New demuxer module for EBU subtitles (.stl)
61 * Skins2 / Qt: misc improvements and usability fixes
62 * Qt: effects dialogs rework
63 * Qt: new CoverFlow-like view of the playlist
64 * Qt: port to MacOS X platform
65 * Skins2: fullscreen controller support, relative placement support
66 and important cleanups and optimisations
67 * ncurses: heavy refactor of the complete interface
68 * Mac OS X: new Audio Effects panel adding Compressor and Spatializer filters
69 * Mac OS X: new Track Synchronization panel
70 * The rc and telnet lua interfaces were merged into a new "cli" interface
71 * dbus: Rewrite of the main loop to use a more efficient poll-based model
72 * dbus: Upgrade to an mpris2 compliant interface, see http://www.mpris.org
75 * New video output based on Direct2D for Windows 7 and Vista (with Platform Update)
76 * New video output for iOS platform
77 * Experimental work in progress on a video output using EGL
78 * Adaptation of the OpenGL layer for OpenGL ES 1.1
79 * Various vmem improvements
80 * OpenGL video output now accepts YUV as input and uses fragment programs for
84 * New audio output based on AudioQueue API for iOS
85 * New audio output in memory (amem)
86 * Important simplification and improvements in the core audio output
89 * New gradfun filter for debanding videos using dithering
90 * Rewrite of the grain filter, faster and with better quality
91 * New posterize filter for lowering the number of colors
92 * Atmo ambilight: improve Fnordlicht up to 254 channels
93 * New sepia filter for creating sepia effect in videos
94 * New deinterlacer mode Phosphor, a framerate doubling CRT TV simulator
95 * New deinterlacer mode IVTC, to do live inverse telecine for NTSC films
96 * New subsdelay filter to change subtitles delay
97 * New anti-flickering filter
100 * New Compressor filter, a dynamic range compressor
103 * New livehttp-module for HTTP Live Streaming (IETF draft) output
104 example: vlc inputfile :sout="#transcode{vcodec=h264,acodec=mp3,
105 venc=x264{profile=baseline},width=320,vb=256,ab=96}:std{
106 access=livehttp{index=public_html/iphonestream.m3u8,
107 index-url=http://url-to-iphonestreamfile-###.ts},mux=ts{use-key-frames},
108 dst=public_html/iphonestreamfile-###.ts}"
109 * RTP: support for Vorbis and Theora
110 * Major rework of VoD support
111 * New delay module, to introduce delays of one ES, when streaming:
112 #delay{id=12,delay=500}:standard...
113 * New setlang, setid modules to change lang or id of one ES, when streaming:
114 #setid{id=12,new-id=42}:std...
115 * New langfromtelx module, to change lang of one ES, when streaming, based on
116 a telextex page: #langfromtelx{id=12,magazine=7,page=0x99,row=1}:std...
117 * New select module, to replace an existing ES with another ES in the same track
118 #duplicate{dst=bridge-out{id=1},select=video,dst=bridge-out{id=0xa3},select=audio}
119 #transcode{...}:bridge-in{id-offset=0}:select{disable=0}:setid{id=0,newid=0xa3}:autodel:std{...}
122 * Search API to be able to query distant search APIs from the interfaces
123 * Upnp module was ported to Win32
126 * New capabilities for libVLC:
127 ** libvlc_media_player_navigate for DVD navigation
128 ** libvlc_audio_filter_list_get, libvlc_video_filter_list_get to get the
129 list of available audio and video filters
130 ** libvlc_audio_set_format, libvlc_audio_set_format_callbacks, libvlc_audio_set_callbacks
131 allow grabbing audio data from a chosen memory location in real-time.
134 * asademux: use libass only
135 * subsass: use libass
136 * fake, invmem: use the new image demuxers
137 * hal, v4l, gapi, omapfb, hd1000a, hd1000v: obsolete unmaintained modules
139 * upnp: use upnp_intel
140 * removal of old telnet interface in favor of the new lua CLI
141 * removal of http interface in favor of luahttp
144 Changes between 1.1.9 and 1.1.10:
145 ---------------------------------
147 Windows and Mac OS X:
148 * Update of external library modplug, to address multiple security issues
151 * Improved Media Key handling based upon SPMediaKeyTap by Spotify AB
152 * Fix for various crashes and small issues
155 * Fix heap corruption / integer overflow in XSPF playlist parser
158 * PulseAudio output re-written due to unstability of the current one
161 * Remove the fontconfig dependency from the freetype module
163 Miscellaneous fixes in:
164 * Windows 7 taskbar buttons
166 * asx, live555, dvdnav demuxer
167 * RTP output and XML export
168 * Subtitles colours when using GPU decoding on Windows
172 * Update of Norwegian Bokmål, Slovak, Afrikaans, Luganda,
173 Brazillian Portuguese, Irish, Thai, Estonian, Chinese, Polish,
174 Dutch, German, Galician, Bulgarian, Lithuanian and Japanese translations
175 * Initial Basque, Zulu, Peul, Amharic, Acoli, Chiga translations
178 Changes between 1.1.8 and 1.1.9:
179 --------------------------------
181 Windows and Mac OS X:
182 * Update of external library modplug, to address a security issue
185 * mp4: Fix heap-based buffer overflow (VideoLAN-SA-1103)
188 * Miscellaneous interface look adjustments
189 * Improve Apple Remote handling
190 * Fixe bugs in the Streaming / Transcoding wizard
191 * Layout fixes in the Preferences and Controls windows
192 * Fix incomplete list of hotkeys in the Preferences dialog
193 * Fix quitting through Apple Events (Dock menu, App Switcher, AppleScript, etc.)
196 * Fix Growl local notification plugin
197 * VLC bundle now includes the Growl framework
201 * Updates of Lithuanian, Estonian, Chinese, Japanese, Bengali, Dutch, Polish,
202 German, Galician, Traditional Chinese translations
203 * New Luganda Translation
206 Changes between 1.1.7 and 1.1.8:
207 --------------------------------
210 * New UI graphics by Damien Erambert
213 * Oldrc interface is again the default RC interface, on Windows
214 * Luarc, luahttp and luatelnet fixes
215 * Qt and Mac OS X fixes
216 * numerous Skins2 fixes, notably winamp2 skins
219 * new libschroedinger-based Dirac codec encoder, faster than the current one
221 Access/Demuxers/Codecs:
222 * Subtitles auto-detection is back for .txt files
223 * vod/rtsp server and rtsp input fixes
224 * mp4 demuxer improvements
225 * ogg, rstp input, video filters minor fixes
226 * taglib's replaygain is fixed for mp3
227 * vobsub support has an improved auto-detection
228 * fix a crash in malformed ape files
230 Miscellaneous fixes in:
231 * Pulseaudio audio output, notably for usb cards
232 * Stacktraces are now limited in size on Windows
233 * Video resolution is now limited to 8192x8192, for security reasons
234 See CORE-2011-0208, CVE-2010-3275, CVE-2010-3276
235 * Configure and build system improvements
236 * DirectShow and BDA build headers have been updated
239 * Update for Finnish, Galician, Dutch, Chinese, German, Japanese, Lithuanian,
240 Slovak, French, Polish, Estonian, Brazillian Portuguese and Hebrew
241 * New icelandic translation
244 Changes between 1.1.6 and 1.1.7:
245 --------------------------------
248 * Integration with the KDE GUI platform is disabled due to KDE bugs
252 * Updated live555 library to fix playback of RTSP and Freebox streams
253 * Running VLC in 64bit mode requires Mac OS X 10.6.0 or later for speed
254 and stability reasons
257 * Fix for Matroska / WebM remote code execution vulnerability.
261 * Update for Hebrew, Japanese, Danish and Russian translations
264 Changes between 1.1.6 and 1.1.6.1:
265 ----------------------------------
268 * Fix libnotify, lirc, pulse compilation and packaging for Unix/Linux
271 Changes between 1.1.5 and 1.1.6:
272 ---------------------------------
275 * Multiple fixes and improvements on PulseAudio output
276 PACKAGERS are VERY STRONGLY advised to update libpulse to 0.9.22.
277 Update is required to use PulseAudio with the Phonon-VLC backend (KDE)
278 and with the Mozilla VLC web browser plugin.
281 * Fix the Audio CD crash when looking for CDDB metadata on Windows
284 * Support for MPC SV7 and SV8 on Windows and Mac OS X (Unix was already working)
285 * Enabled FluidSynth MIDI playback plugin on Mac OS X
286 * Faster VP8/Webm decoding with recent codecs libraries
287 * Fix heap corruption in CD+G decoder - CVE-2011-0021 / VideoLAN-SA-1101
290 * Fix Buffer overflow in Real demuxer - CVE-2010-3907 / VideoLAN-SA-1007
291 * Fix some asf/wmv seeking issues, notably when seek didn't go to a keyframe
292 * Support for 24-bits PCM over RTP (audio/L24)
294 Subtitles and renderer:
295 * Do not auto-detect .txt files for subtitles
296 * Mark more freetype options as safe
297 * Mac OS X: fixed fontconfig cache creation
298 * Fix heap corruption in subtitle decoders, potentially exploitable,
299 discovered by Harry Sintonen - sintonen at iki.fi - CVE-2011-0522
302 * Fix projectM visualization for Linux in all locales
303 * Fix projectM visualization support for Windows
304 * Various projectM improvements: the module should be working now
305 * Fix goom crash on Windows XP and Mac OS X
308 * Qt4: fixes for media keys processing and MCE remotes
309 * Qt4: various fixes and portability improvements
312 * KDE device solid actions
314 * Transcode integer overflow
315 * HTTP Icy metadata reading
316 * Windows: revert to 1.1.4 performance timers
319 * Update translations for Chinese, Nippon, Slovak, Estonian, Spanish, Galician,
320 Swedish, Bulgarian, French, Bengalese, German, Slovak, Japanese, Dutch,
321 Polish, Hungarian, Indonesian, Sinhala and Irish
324 Changes between 1.1.4.1 and 1.1.5:
325 ----------------------------------
328 * Fix a Windows crash on accessing Network Shared files/drives,
332 * Support for RTP access for H264 streams by specifying the demux in the MRL
335 * Integration in the playlist, of a list of web shows, provided by channels.com
338 * Game Music Emu (GME) plugin rewritten, using the proper C API
339 * DVDnav and DVDread fixes for encoding and misc issues
340 * Playback of live http .Webm streams
341 * Taglib thread-safety fix
344 * Fix decoding of H264 using DxVA2 using Intel IGP, thanks to the donation from
348 * Add an icon to VLC on Linux
351 * fix a bug that could lead to 100% CPU usage on XCB
354 * fix for Qt bug where VLC didn't exit properly on some Windows XP configuration
355 * fixes on luatelnet and luarc
357 Miscellaneous crashes and fixes in various plugins (telnet, live555, theora and
361 * add libvlc_media_new_fd() to play directly file descriptors (not Win32/Win64)
362 * Miscellaneous fixes
365 * Update translations for Walloon, Lithuanian, Spanish, Turkish, Estonian, Dutch,
366 Bengali, German, Polish, Brazillian Portuguese, Japanese, Italian, Galician,
368 * Major update and activation on Windows of Modern Greek
369 * New Asturian translation
372 Changes between 1.1.4 and 1.1.4.1:
373 ----------------------------------
376 * Fixed video output on PowerPC-based Macs for videos with widths divisible
378 * Fixed an issue with the Equalizer's 170Hz slider
381 * Fix crash when closing rtsp streams
384 * Fix Windows 7 jumplists with Unicode files
385 * Various fixes for Windows
388 * New Armenian translation
389 * Update translations for Dutch, Estonian, Lithuanian, Japanese, Nynorsk,
390 Brazillian Portuguese, Armenian, Wallon
393 Changes between 1.1.3 and 1.1.4:
394 --------------------------------
397 * Fix a security issue when loading DLLs, especially in Qt4 and dmo modules,
399 * Fix folders opening from the interface
402 * Update translations for Lithuanian, Bengali, Slovak, French, Dutch, Ukranian
403 Polish, Simplified Chinese, German and Galician
406 Changes between 1.1.2 and 1.1.3:
407 --------------------------------
410 * fixes for FTP relatives path and FTP directory support
411 * fix for podcasts parsing
412 * DVD: fix an assert error and various memory leaks
415 * fix NULL dereferences, as reported by FortiGuard Lab,
416 CVE-2010-2937 / VideoLAN-SA-1004
419 * fix a regression where the wrong entry was played
420 * fix m3u playlists exports
423 * fix video autoresize behaviour
426 * Update translations for Dutch, Sinhala, Hebrew, Estonian, Spanish and Bengali
429 * Update of many codecs libraries, fixing bugs and improving speed
432 * architecture-specific installations will now be replaced by specific updates
435 * Add AltiVec detetion for OpenBSD/powerpc
438 Changes between 1.1.1 and 1.1.2:
439 --------------------------------
442 * Avformat fps displaying fix
443 * TS, fix an issue where some programs would get dropped (fixes DVB issues too)
446 * fix timestamps handling on some filters that provoked issues when playback
447 of mono streams, especially on Windows
450 * fix a bug in direct3d video output with old nVidia drivers that broke video
451 playback with overlay (YUV->RGB)
452 * fix console output encoding
454 Interface and extensions:
455 * Youtube and other scripts updates
456 * Misc fixes in Qt4 (especially VLM and EPG dialogs) and MacOS interface
459 Changes between 1.1.0 and 1.1.1:
460 --------------------------------
463 * New capabilities for libVLC:
464 * Adjust video filter control: libvlc_adjust_Enable,
465 libvlc_adjust_Contrast, libvlc_adjust_Brightness, libvlc_adjust_Hue,
466 libvlc_adjust_Saturation, libvlc_adjust_Gamma
467 * libvlc_media_player_set_pause() can force the pause state, whereas
468 libvlc_media_player_pause() would only toggle it.
469 * libvlc_set_user_agent() configures the "user agent" strings used for some
470 protocols (HTTP, PulseAudio...). This replaces the --http-user-agent and
471 the former --user-agent libvlc_new() parameters.
472 * libvlc_video_set_callbacks() and libvlc_video_set_format() allow grabbing
473 video frames from a chosen memory location in real-time. This replace the
474 ugly --vmem-* libvlc_new() parameters in previous versions.
475 See http://wiki.videolan.org/LibVLC_SampleCode_SDL as an example.
476 * libvlc_audio_get_delay() and libvlc_audio_set_delay() configure the delay
477 between audio and video/subpictures for the current input.
478 * Various fixes and crash preventions, especially when video functions were
482 * Fix performance issues with GPU decoding using DxVA2 using ATI graphic cards
483 You NEED ATI Catalyst 10.7
484 * Fix :program selection in TS and DVB-T
485 * Fixes and improvements for MKV, Avformat and Avcodec modules
486 * Fix mod (.xm, .s3m, .it) files support on Windows and Mac builds
489 * Fix h264 streaming in ts
492 * Qt: fix preferences, hotkeys, messages and some fulscreen behaviour
493 * Skins: support for mousewheel in fullscreen, fix radialsliders
494 * Http: fix fullscreen toggle
498 * VAAPI small improvements, notably for extraction mode selection
501 * Multiple interface and crash fixes
502 * Deinterlace selection is repaired
503 * Crashes when playing multi-channel tracks fixes
506 * Activation of DEP on XP SP3
507 * Fix opening of .m3u and .pls playlists
508 * Fix crash when My Document isn't available
509 * Fix crash when Windows was getting into standby while playing video
512 * Update translations for Spanish, Polish, German, Sinhala, Hungarian, Khmer,
513 Brazilian Portuguese, Chinese, Hebrew, Slovak, Galician
516 Changes between 1.0.6 and 1.1.0:
517 --------------------------------
519 Important changes for users:
520 * On Linux, known bugs in the ALSA library might prevent audio output.
521 Update to alsa-lib 1.0.24 or later, or use the PulseAudio output instead.
523 Important changes for packagers:
524 * The module cache has moved to ${libdir}/vlc/. The module cache can now be
525 generated at install time except if you use staged installation. In the
526 later case, you can generate the module cache in your post-inst script
527 by invoking 'vlc-cache-gen'. If the module cache is not present and vlc
528 can't write in ${libdir}/vlc/, it will result it vlc taking a long time to
530 * Most X11-related plugins now use XCB instead of Xlib. VLC now uses
532 - xcb, xcb-shm, xcb-xv, xcb-randr (from libxcb),
533 - xcb-keysyms (from xcb-utils),
534 - x11-xcb (from libx11) - only for GLX support.
535 * On X11 platforms, a _working_ version of xdg-screensaver is typically
536 required to inhibit the screensaver during video playback.
539 * Support for the sftp protocol
540 * Support for CDDB servers for Audio-CD on the Windows port
541 * New memory input (imem) access and access_demux module to feed VLC from data in memory
542 * New avio module to use libavformat capabilities for network streams, like rtmp://
543 * Port of the screen module from Xlib to XCB
544 * Port of the dc1394 module from libdc1394 to libdc1394 v2.0
547 * Support for DxVA2 for H.264 decoding on GPU on Windows Vista and 7
548 * Support for VAAPI for H.264 decoding on GPU on GNU/Linux
549 * Support for Audio/Video decoders and encoders using OpenMAX IL components for DSP
551 * Support PGS subtitles for Blu-Ray
552 * Support for HD-DVB subtitles - Display Definition Segment
553 * Invmem module improvements
554 * Support for Atrac1 audio codec
555 * Support for SSE3 and SSE4 capabilities in some codecs
556 * Multiple improvements for subtitles styles in .SRT and .SSA
557 * Support for native decoding of Windows Media Speech (Voice) audio codec
558 * Support for AMR-NB audio codec on the Windows and Mac port
559 * Support for Indeo5 video codec
560 * Improvements on the FLAC format (7.1 channels and 88.2/176.4/192 kHz support)
561 * Direct rendering is used more often with H.264 in avcodec module
562 * Support for MPEG-4 ALS lossless audio codec
563 * Support for VP8 codec
564 * Support for 7.1 channels in vorbis audio
567 * Many fixes on Matroska support (notably seeking) and support for Webm format
568 * Support for .aob files from DVD-Audio (MLP and LPCM) (Full disc support is NOT present yet)
569 * Support for ADPCM in .flv streams
570 * Support for TwinVQ (.vqf) and AMV (.amv) files
571 * Various EGP improvements
572 * Support for embedded subtitles in OpenDML and legacy .avi files
573 * Metadata and cover art improvements
576 * WPL and ZPL playlist support
577 * Lua scripts for Mpora, Vimeo playback and Rockbox FM radios
578 * New Play-And-Pause function to stop playback on latest video image
579 * Podcast images are now displayed
582 * Rewrite of the video output core and most video outputs
583 * Added desktop mode to the Direct3D output module. It differs from DirectX
584 desktop mode, because it hides the desktop icons, but reacts to mouse clicks.
585 * New x11, glx and xv modules based on XCB
586 * New deinterlacing modes based on yadif and yadif(x2)
587 * New audio/video filter to show audio level on the video output
588 * Enhanced AtmoLight filter with hardware support for
589 Classic AtmoLight (http://www.vdr-wiki.de/wiki/index.php/Atmo-plugin)
590 Quattro AtmoLight (use just 4 Classic AtmoLights as one)
591 MoMoLight (http://www.ambilight4pc.com/momolight/momolight.html)
592 Simple serial DMX controller (http://www.ulrichradig.de/ search for DMX)
595 * New content extensions lua framework
598 * Chorus/Flanger audio filter
599 * 3F1R to stereo down-mix filter
600 * Dolby mixer, parameterized equalizer, trivial mixer, scaletempo, bandlimited
601 resampler, linear resampler, ugly resampler, converter_fixed, DTS to SPDIF
602 and A/52 to SPDIF filters have been upgraded to the "audio filter2" API
603 * NEON assembly audio converter module
604 * Converter filters have been rewritten and extended to support s32 as input
607 * Service discoveries can now be written in lua
608 * Service discovery for Picture/Music/Video user directories
609 * Service discovery based on libudev
610 * Shoutcast Service discoveries are now removed
613 * x264, add psy-rd parameter and change default settings
614 * x264, add profile-limitter same way as x264.exe has, for example
615 #transcode{vcodec=h264,venc=x264{profile=baseline,level=1.2},vb=384,width=320,height=176}
616 * x264, defaults to crf=23 as x264.exe-does, if bitrate is given,
617 uses ABR and if qp-value is set uses CQP
618 * libx264-version 0.76 or higher is required
619 * x264 has tune/preset parameters supported
622 * New smem module, streaming to memory
623 * Allow duplicate outputs to be merged, like:
624 --sout "#duplicate{dst=transcode{vcodec=mp2v},select=es=0,dst=transcode,select=es=1}:std{...}"
627 * Renamed the legacy rc, telnet and http interfaces to oldrc, oldtelnet
629 * rc, telnet and http are now implemented using the lua interface system.
630 * qt4 interface contains new iconview and listview mode for playlist
633 * Support of .milk visualization files using projectM libraries
636 * Vastly improved VLCKit framework
637 * A new dialog provider for libvlc-internal interaction without full interface
638 * Improved update detection and installation by using the Sparkle framework
639 by Andy Matuschak et al.
640 * New CoreText based text renderer replacing the former ATSUI renderer
641 * New Video output module (mostly targetting VLCKit)
642 * Optimised behavior when using the 2009 Apple Remote
645 * Integration in Windows 7 taskbar
646 * Playback of .Midi files is supported through fluidsynth's module
649 * Multiple improvements for N900 compliance and efficiency
650 * Support for HW accelerated video decoding on N900
651 * Improvements to the maemo/hildon interface
655 * --save-config command line option not supported anymore.
656 * Fixed and reenabled netsync module.
657 * Improved Solaris port
660 * new C++ wrapper around libVLC: libVLCpp
661 * phonon-VLC backend is now usable
664 * csri codec: use the libass module instead.
665 * galaktos visualisation: use the new projectM module instead.
666 * showintf: Useless in Qt and on Mac OS X
667 * transrate: broken since too long
668 * Xlib x11, Xlib xvideo, Xlib glx: Use the new XCB modules instead.
669 * HAL: Use libudev instead.
670 * gtk_main, gtk_main2, gnome_main, gnome_main2 and pda interfaces
671 * WinCE, BeOS and qnx interfaces
672 * opie, qte and qte_main interfaces
673 * linear_resampler and trivial_resampler are removed: use the ugly one.
674 * XvMC accelerated modules: use VAAPI instead.
675 * MGA (Matroska) for Linux: use Linux Framebuffer (or X) instead.
676 * opengllayer: use macosx_video instead.
677 * cddax: use cdda instead.
678 * cmml and tarkin codecs are removed because they are dead codecs.
679 * realaudio codecs: use libavcodec
680 * access_file removed in favor of filesystem
681 * RTMP input and output: use avio module
684 Changes between 1.0.5 and 1.0.6:
685 --------------------------------
688 * Fix crash on FTP URI with no file path
690 Decoders/Packetizers:
691 * Fix overflows in A/52, DTS, MPEG Audio and subtitles support
694 * Update LUA script for Youtube pages
695 * Fix crashes in AVI, ASF and Matroska files
696 * Fix crashes on malformatted ZIP archives
697 * Fix crashes and leaks in the FFmpeg/avformat plugin
698 * Fix crash on invalid XSPF playlist
701 * Partial Xlib threading fixes
702 More complete fixes are available in VLC 1.1.0. Please update!
705 * Fix crash (use after free) in Qt4 bookmarks
706 * Fix a few crashes in Qt4 playlist
709 * Simplified Chinese, Estonian, French, Japanese, Korean, Spanish, Swedish
710 and Walloon translations updated
711 * Sinhala translation started
714 * RTMP input and output are removed due to security problems. Please update
715 to VLC 1.1.0 which provides an FFmpeg-based RTMP input if needed.
718 Changes between 1.0.4 and 1.0.5:
719 --------------------------------
722 * SubRip extra styles improvements
723 * Fix potential crashes in SSA and svg decoders
726 * Improved support for the 2009 Apple Remote
729 * Use of gcc 4.4.2 to compile instead of gcc 4.2. This might slightly
730 increase performance and fix x264 issues
733 * Portuguese Brazilian, Lithuanian, Romanian, Ukrainian, Japanese, Bengali,
734 Walloon, Galician, Danish, Khmer, Polish, Slovenian, Vietnamese, Finnish
735 Russian, Slovak translation updates
736 * New Malayalam, Macedoninan, Nynorsk translations
739 Changes between 1.0.3 and 1.0.4:
740 --------------------------------
743 * Fix deadlocks in the audio output core
744 * Make PulseAudio the default output if available
747 * Fix fullscreen mode with KDE 4.3.3 and other window managers
748 * Fix incompatibility with cairo-dock and compositing
751 * Fix DVB scanning regression from VLC 1.0.3
752 * Support for XZ-compressed byte stream (LZMA algorithm)
755 * Support for .m3u8 playlist files (UTF-8 M3U)
758 * Support for xcb-keysyms version 0.3.4 or higher
759 * Fix globalhotkeys on FreeBSD
762 * Fix opening V4L version 1 devices
763 * Fix default destination ports in the streaming wizard
766 * New Walloon translation
767 * Swedish, Ukrainian and French translation updates
770 Changes between 1.0.2 and 1.0.3:
771 --------------------------------
774 * Fix video quality when resizing the video on Windows Vista and 7, due to
775 regressions in most popular drivers
776 * New deinterlacers modules based on yadif and yadif(x2) algorithms
779 * Windows version supports now natively the WMA Professional codec, as it
780 didn't work in the packaged version of 1.0.2
781 * Fix downmixing of particual 4.0 AC-3 audio tracks
784 * x264 has profile-limitter, like:
785 #transcode{vcodec=h264,venc=x264{profile=baseline,level=12}..}
788 * Update for appletrailers lua script
789 * Fixes on the RAR stream filter
790 * Fix for E-AC3 in ATSC/TS streams
791 * Various fixes for v4l and v4l2
792 * Fix a crash in mjpeg demuxer
795 * New udev module for linux
798 * Fixes on the playlist and the stream output panels
801 * French, Galician, Korean, Polish, Russian, Romanian, Slovak and Ukrainian updates
804 Changes between 1.0.1 and 1.0.2:
805 --------------------------------
808 * Native support for WMA Professional, without the use of the Win32 dlls
809 * Fix issues in subtitles, especially SSA ones
810 * Various fixes on theora and ogg
813 * Various fixes for EPG support in MPEG-TS demuxer
814 * Fixes for potential stack overflow in .avi, .mp4 and .asf demuxers
817 * Fixes for v4l2 devices
818 * Fixes for dvb-c channels-scanning
821 * Fix some playlist sorting issues
824 * Fixed a crash when updating VLC
825 * Fixed a crash related to QTKit when opening video files (10.6 only)
826 * Added the ability to play 2nd media in sync to the primary item (input-slave)
827 * Added the "Quit after Playback" feature
830 * The "Delete Preferences" script is now delivered as a Universal Binary
831 with native code for PowerPC, Intel and Intel 64bit
832 * Full 64bit runtime compatibility on both Mac OS X 10.5 and 10.6
833 - no support for Goom and SDL
834 - limited text rendering support
835 - This port is still considered as EXPERIMENTAL despite its binary release.
838 * MPEG2 transrate stream output removed
839 * x264 default-values closer to x264.exe defaults.
840 * x264 rc-behaviour fixes:
841 - if user defines qp-value, CQP-mode is used
842 - otherwise if user defines vb=0, CRF-mode is used
843 - otherwise ABR-mode is used
844 * x264 set vbv-bufsize/vbv-maxsize better if user hasn't defined these:
845 - ABR mode set vbv-max-bitrate=bitrate
846 - vbv-bufsize is bitrate * seconds between keyframes (keyint/fps)
850 * Lua scripts for Mpora and Vimeo playback
853 * Various fixes to enable 1.0 to build on Solaris and OpenBSD
856 * New Kazakh and Croatian translations
857 * Lithunanian translation is available on Windows
858 * Galician, Korean, Nepali, Vietnamese, Ukrainian, Portuguese Brazilian,
859 Arabic and French translation updates
862 Changes between 1.0.0 and 1.0.1:
863 --------------------------------
866 * Fix wmv/asf issues that caused audio to drop
867 * Various fixes for ac3, mp3, dts and stability for wav format
868 * Fix seek in RTSP in conformity to RFC 2326
869 * Fix Dailymotion access script
870 * Fix crashes in xspf files handler
871 * Fix seeking and timing issues in some flv files on Windows version
874 * Add extra caching for files on network shares
875 * Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ, DZCORE Labs, Algeria
878 * Fix seeking in mpeg2 video files
879 * Improve SSA subtitles rendering
880 * Update most codecs for the Windows and Mac version
883 * Fix sound recording of .flv files with mp3 audio
886 * Possibility to change the opacity level of the Fullscreen controller
887 * Fix various crashes and VIDEO_TS folders opening
890 * Added options to disable support for Apple Remote and Media Keys
891 * Fixed options for Volume, Last.fm password and Subtitle Encoding
892 * Fixed redraw issues when autosizing the video window
893 * Preferences panel now includes help through tool-tips
894 * More reliable Information and Messages panels
895 * Fix various crashes
898 * The ZVBI module is now available for Windows, for complete teletext support
900 Translations updates for Brazillian, French, German, Korean, Norwegian Nynorsk, Lithuanian
903 Changes between 0.9.10 and 1.0.0:
904 ---------------------------------
908 * Alsa and OSS audio capture has been removed from the v4l and v4l2 accesses.
909 See 'Access:' for more info.
910 * Support for Mac OS X 10.4.x was dropped due to its technical limitations
913 * Instantaneous pausing
914 * Frame-by-Frame playback
915 * Finer speed control
916 * On-the-fly recording for all medias
917 * Timeshift for most medias
918 * RTSP trickplay support
919 * Subtitles core improvements and fixes
922 * New AES3 (SMPTE 302M) decoder
923 * New Dolby Digital Plus - E-AC-3 (A/52b) decoder
924 * New True HD/MLP decoder and parser
925 * New Blu-Ray Linear PCM decoder
926 * New QCELP (Qualcomm PureVoice) decoder
927 * Improved Real Video 3.0 & 4.0 decoder
928 * New WMA v1/2 fixed point integer decoder
929 * Closed Captions using the SCTE-20 standard are now correctly decoded
930 * Improvement of WavPack decoder to support all integer modes and float mode
931 * Corrections on 5.1 and 7.1 channel decoding and ordering
934 * Support for Dirac, MLP and RealVideo in Matroska files
935 * Major improvements in RealMedia files opening (.rm and .rmvb)
936 * Improvements of the TS demuxer for M2TS files from Blu-Ray and AVCHD
937 * Metadata for mod files are supported
938 * GSM codecs in Wav files are supported
939 * New raw audio demuxer supporting raw PCM streams
940 * New Dirac demuxer for raw Dirac streams
943 * Dirac encoding using libdirac (supported in Ogg and in TS)
944 * Shine mp3 fixed-point encoder
947 * RTSP authentication with Darwin Streaming Server
948 * On-the-fly gzip and bzip2 file decompression (except on Windows)
949 * Playback for video in uncompressed multi-RAR archives
950 * DVB-S and ATSC cards support on Windows
951 * New OSS and Alsa accesses. The v4l2 and v4l modules no longer support
952 OSS or Alsa audio input. Use --input-slave alsa:// or oss:// if needed.
953 * DVB scanning on linux
954 * EXPERIMENTAL Blu-Ray Disc and AVCHD Folders support
955 * On-the-fly zip file decompression and browsing (MRL of the form
956 zip://file.zip!/file.avi to specify the file - the development form of
957 zip://file.zip|file.avi is not supported anymore)
958 * Opening of any file descriptor using 'fd://'
959 * MTP device access on Unix
960 * CD-Text support on the cdda module (CD-Audio)
961 * :start-time and :stop-time can handle sub-second values
964 * Mouse cursor support in x11 and win32 screen modules
965 * Screen module now features partial screen capture and mouse following on
966 Windows and Mac OS X.
969 * Export the playlist in HTML
970 * Lua script for BBC radio playback
971 * Better metadata handling and reading
973 Linux/Windows interface:
974 * Global Hotkeys on Windows and Linux
975 * Various fixes for skins2 interface
976 * Recently played items list
977 * Interface toolbar customizations
978 * Various Improvements on the Qt interface:
981 - Improvements on many dialogs
982 - New dialog for plugins listing
983 - Fixed-size mode for videos
984 - Better Teletext, trickplay and encrypted streams control
985 * Better integration in GTK environments
988 * Controllable by the Media Keys on modern Apple keyboards (brushed Aluminium)
989 * Reveal-in-Finder functionality for locally stored items.
990 * Easy addition of subtitles through the Video menu
991 * Additional usability improvements
994 * Restored the old mpeg2 transrating module.
995 * Multiple bridge-in instances are now possible.
996 * bridge-in can be used to configure a placeholder stream.
997 * Remote Audio Output Protocol (AirTunes) module.
998 * Fixed mosaic memleak. Mosaics are now usable again.
1001 * New Maemo port with:
1002 - an interface based on Hildon framework.
1003 - scaler based on the swscale_nokia770 library.
1006 EXPERIMENTAL work for the winCE port has been done.
1009 * EXPERIMENTAL 64bit support
1010 * Speed improvements by using llvm-gcc
1011 * New document icons by Dominic Spitaler
1012 * Support for latest iSight models
1015 * Removed obsolete Esound and aRts plugins
1016 * Surround support for PulseAudio
1019 * Effects (cube, torus, etc.) removed from OpenGL video output
1020 * Video is able to stay in original size and to zoom in fullscreen
1021 (hotkey 'o') while keeping black borders
1022 * Image video output has been rewritten into a video-filter named 'scene'.
1023 The old image video output has been removed.
1024 * Support for scaling and converting video chromas with FFMPEG imgresample was
1025 withdrawn due to bugs. Please use the newer FFMPEG swscale instead.
1028 * Invmem, a fake codec to display images from external applications
1036 Changes between 0.9.9a and 0.9.10:
1037 --------------------------------------
1043 * Fixed crashes on multi-screen setups
1044 * Corrected volume and subtitle encoding options in the Preferences
1045 * Improved Information panel behavior, when playlist is not displayed
1046 * Fixed QTCapture input support for the latest iSight models
1047 * Added a menu-item to unlock the video window's aspect ratio
1048 * Fixed redraw issues when autosizing the video window
1049 * Updated libpng, libgpg-error, libgcrypt, fribidi
1051 Various fixes to the following modules:
1054 - updated and additional access scripts (BBC radio, dailymotion, ...)
1055 - Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ,
1056 DZCORE Labs, Algeria
1058 - RTP, RTSP VoD, Mosaic Bridge
1063 Changes between 0.9.9 and 0.9.9a:
1064 ---------------------------------
1067 * Updated multiple 3rd party libraries to keep in sync with the Win32 port
1068 * Playback fixes for PowerPC-based Macs
1071 Changes between 0.9.8a and 0.9.9:
1072 ---------------------------------
1075 * Experimental new decoder for Real Video 3.0 & 4.0
1078 * Various fixes related to real demuxer
1081 * Fixed circumstances, which could lead to an empty Information panel
1082 - Note that VLC will show information on the currently _selected_ item
1083 instead of the currently _playing_ item, if the playlist is visible in the
1084 main controller window.
1085 * Fixed multiple UTF8 issues in the Streaming / Exporting Wizard
1088 * Improved video playback performance on Intel-based Macs
1093 * Updates of other localizations
1096 * Support for receiving RTP packets on odd port numbers.
1097 * Lots of small bugfixes.
1098 * Correct Fullscreen behaviour on Multi-Screen setups on Windows
1099 * Telnet fixes on Windows
1100 * Resampling fixes when transcoding
1103 Changes between 0.9.6 and 0.9.8a:
1104 ---------------------------------
1107 * Fixed buffer overflow in Real demuxer (SA-0811, CVE-2008-5276)
1109 Bunch of small bugfixes.
1112 Changes between 0.9.5 and 0.9.6:
1113 --------------------------------
1118 * Fixed overflow in CUE support from VCD access (SA-0810, CVE-2008-5032)
1119 * Fixed overflow in RealText subtitles support (SA-0810, CVE-2008-5036)
1122 Changes between 0.9.4 and 0.9.5:
1123 --------------------------------
1125 * Fixed buffer overflow in TiVo demuxer (SA-0809, CVE-2008-4686, CVE-2008-4654)
1126 * Fixed libpng CVE-2008-3964 in Win32 and MacOS builds
1129 * Closed Caption EIA 608/708 parsing enabled for libmpeg2
1132 * Fixed various potential crashes and memleaks
1133 * Fixed issues with reading from files (especially non-local)
1136 * Fix bug where interface was "eating" some media keys
1137 * Fix some crashes in DirectShow access
1140 * Fix bug when the resetting of preferences didn't reset the dialog states
1141 * Right-click menu to select playlist columns reenabled
1142 * Various fixed in playlist
1145 * MMAP module is now deactivated by default
1148 * Update of Brazillian, Swedish translation
1151 Changes between 0.9.3 and 0.9.4:
1152 ------------------------------------
1154 * Crashes fixed in ogg, vobsub, dvdread
1155 * Fixes several memory leaks.
1158 * Apple machines without Quartz Extreme are no longer supported (use 0.9.2 or earlier )
1159 * Fixed a crash with deletion of old preferences.
1160 * Fixed targetname for downloaded updates
1163 * Stability fix for the video output.
1166 Changes between 0.9.2 and 0.9.3:
1167 --------------------------------
1170 * Fixed DTS channel order on 5.1 systems
1171 * Fixed pausing behavior for subtitles and for Audio-CD
1172 * Multiple subtitles and podcast fixes
1173 * Various crashes fixed in PS, SSA, mkv, xspf, freetype
1174 * Fixed update system bugs
1175 * Other bug fixes (dvd language selection, subtitle colours, HTTP keep-alive...+)
1178 * Fixed ffmpeg slowness on PowerPC-based Macs
1179 * Fixed crash on startup when installed on old preferences
1180 * Fixed bug in directory opening on Mac OS X
1181 * Fixed font selection in the Simple Preferences
1182 * Thicker border to the subtitle renderer
1183 * Fixed the appearance of playlist items in the Streaming/Transcoding Wizard
1184 * Fixed AC3 passthrough on Mac OS X
1185 * Fixed behavior of the Volume Normalizer settings on Mac OS X
1186 * Removed the deprecated QuickDraw video output module to avoid crashes on
1187 modern Mac OS X versions
1190 * Fixed sensitivity of Fullscreen Controller
1191 * Fixed error messages on startup when VLC wasn't correctly uninstalled
1193 * Fix showing of controller when returning from fullscreen playback
1194 * Multiple directory and path location fixes.
1197 * Added Faster/Slower icons to the controller panel
1198 * Fixed lost playlist columns when switching the playlist view
1199 * Added needed options to Simple preferences (to avoid NVIDIA drivers issues)
1200 * Fullscreen controller: added time label, remembering of last position
1201 * Fixed drag'n drop behaviour on the playlist
1202 * Multiple other fixes (Enter hotkey in preferences, Skins selection...)
1205 Changes between 0.9.1 and 0.9.2:
1206 --------------------------------
1208 * Restored the old behavior of --sout-keep. It is now de-activated by default.
1209 * Skins2 interface repaired on Windows.
1210 * Multiple bugfixes.
1213 Changes between 0.9.1 and 0.9.0:
1214 --------------------------------
1216 * Multiple bug fixes.
1219 Changes between 0.8.6i and 0.9.0:
1220 ---------------------------------
1224 * This release will need Windows 2000 and Mac OS X 10.4 (Tiger), or more
1225 recent to work correctly
1226 * The HTTP interface is now only available on the local machine by default.
1227 If you want to make it available from other machines, you will have to
1228 edit the ".hosts" file.
1229 - On UNIX/Linux, the file is in /usr/share/vlc/http/.hosts
1230 If you're using the old http interface, it's located in
1231 /usr/share/vlc/http/old/.hosts
1232 - On Windows they are in C:\Program Files\VideoLAN\VLC\http\.hosts and
1233 C:\Program Files\VideoLAN\VLC\http\old\.hosts
1234 - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts
1235 and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts
1236 * This version of VLC contains a new interface for Windows and Linux.
1237 This interface has a fullscreen controller and simplified preferences.
1238 This interface lacks the "Streaming Wizard" that used to be present in VLC
1239 0.8.6, but provides basic profiles.
1240 * The behavior of --sout-keep was changed. It's now activated by default.
1241 * The marq, mosaic and logo commands in the rc interface changed. They
1242 now require a target name as their first argument. Example:
1243 vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
1244 You can then use commands like: @test marq-marquee Goodbye
1245 If you didn't name the object using @test, its name will default to the
1246 plugin name (hence 'marq') in this example.
1247 These new commands are also available in the telnet interface.
1248 * The "rtp" access output module has been removed.
1249 Please use the RTP stream output instead, e.g.:
1250 Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
1251 New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}'
1252 * You now need to append --m3u-extvlcopt to your command line to enable
1253 EXTVLCOPT options parsing in m3u playlists. Note that only a limited set
1254 of options is available to m3u playlists (CVE-2007-6683).
1255 * The old access:url syntax is no longer supported to resolve ambiguities
1256 with some file names. Use access://url instead.
1257 E.g.: vlc:quit -> vlc://quit ;
1258 udp:@239.255.12.12 -> udp://@239.255.12.12
1259 * The ffmpeg module has been removed and replaced by the new avcodec,
1260 avformat, swscale (or imgresample if you use a swscale-less ffmpeg build)
1261 and postproc modules.
1262 * The web plugins ActiveX (IE)/Firefox/Mozilla/Safari now recognize the
1263 following states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4,
1264 STOPPING=5, FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and
1265 BACKWARD being reserved for future implementations and are thus not
1267 * Croping and padding in transcode are now done using the croppadd video
1268 filter. For example:
1269 transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}}
1270 * Canvas setting in transcode is now done using the canvas video filter.
1272 transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}}
1273 * Glide video output module has been removed.
1279 * Updated libfreetype on Windows and Mac OS X (CVE-2008-1806, CVE-2008-1806,
1281 * TTA Parser improvements (CVE-2008-3732)
1282 * MMS Access Module improvements (CVE-2008-3794 )
1285 * Vastly improved playlist support:
1286 * Media library creation to save all your playlist items
1288 * Shoutcast TV listings
1289 * Audioscrobbler/Last.FM support
1291 * User definable Lua playlist scripts. See share/lua/playlist/README.txt
1292 (Default scripts open YouTube, DailyMotion, metacafe, Google Video and
1294 * User definable Lua album art fetcher scripts. See share/lua/meta/README.txt
1297 * Video for Linux 2 (V4L2) input support
1298 * UDP-Lite transport for RTP/AVP
1299 * DCCP transport for RTP/AVP
1300 * Proxy support for MMSH stream
1301 * JACK audio input support
1302 * Input run time option (improved live stream recording)
1303 * BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows
1304 * Re-written Screen access module for Mac OS X
1305 using OpenGL instead of QuickDraw
1306 * Screen module now supports partial screen capture and mouse following on X11.
1307 * Experimental EyeTV access module
1308 This requires the user to install a plugin to EyeTV.app
1309 (available as a separate download).
1310 * Simple RTP input (with MPEG A/V, G.711 and PCM support).
1311 * RTMP input support
1312 * QTKit-based Input module for Mac OS X allowing display and streaming of video
1313 taken from all iSight-labelled video cameras (no audio support)
1314 * HTTP access now supports gzip compressed data and Digest Access
1316 * New options to reduce latency between arrival of raw data and display of
1317 frames. (--auto-adjust-pts-delay and --use-stream-immediate)
1320 * MP4 gpac and Apple chapter support
1321 * Fixed playback of AIFF stereo files
1322 * Fixed audio glitch on seek
1323 * Improved FLAC demuxer (duration / current time / meta data)
1325 * APEv1/2 tags support
1326 * Improved ID3v2 tags support
1327 * Improved Ogg/Vorbis tags support
1329 * Standard MIDI File (types 0 & 1) support
1330 * TiVo Series 2 support
1331 * CD+G karaoke Files support
1336 * VP60/VP61/VP6F/VP62 support
1337 * Flash Screen Video support
1338 * CamStudio Screen Video support
1339 * DosBox Capture support
1340 * Karl Morton's Video support
1341 * limited atrac3 support
1343 * Fluidsynth MIDI software synthesis (with external sound fonts)
1344 * New codec FOURCCs to support more specific files:
1345 Avid, FCP, Sony, Samsung, ...
1346 * H.264 PAFF support
1347 * DNxHD / VC-3 support
1348 * NellyMoser ASAO support
1349 * APE (Monkey audio) support
1350 * RealVideo support (with the RealVideo run-time)
1351 * Dirac video support using libschroedinger
1354 * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC)
1355 * VBI & EBU (Teletext) support (*nix, Mac OS)
1356 * Ogg/Kate subtitles support
1357 * AQTitle subtitles support
1358 * MKV USF subtitles support
1359 * HTML-based subtitles support
1360 * MPSub subtitles support
1361 * JacoSub subtitles basic support
1362 * MPL2 subtitles support
1363 * Rewrite of ASS/SSA scripts and subtitles support
1364 * PowerDivx (.psb) Subtitles support
1365 * Realtext subtitle support
1366 * DKS subtitle support
1367 * SubViewer 1.0 (SubRip09) subtitles support
1368 * Correct Right-to-left languages in subtitles support
1371 * Flash Screen Video support
1372 * Improved H.264 encoding speed
1374 Video outputs and filters:
1375 * New CoreAnimation-based output module (VLCKit framework on OS X only)
1376 * Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and
1377 Psychedelic) video filters can now be streamed
1378 * New puzzle video output filter
1379 * Re-written motion detection video filter
1380 * New extract video filter (extract Red, Green and Blue components from a
1382 * New sharpen video filter (increase the contrast of adjacent pixels)
1383 * New erase video filter (removes logos from a video)
1384 * Enhanced subtitles' renderer to support bold, italic and some HTML tags
1385 (Google Summer of Code Student project)
1386 * Support for RGBA and I420 blending.
1387 The latter improves Mosaic CPU usage *a lot*.
1388 * New transparency mask video filter (for use with the mosaic_bridge module).
1389 * New bluescreen video filter (for use with the mosaic_bridge module).
1390 This was previously part of the mosaic module.
1391 * Fixed random characters problem in RSS filter.
1392 * Add rotate-deciangle for more precision on rotate filter
1393 * Support for Intel SSE2 instruction set in chroma converters
1394 * Improved use of Intel MMX instruction set in chroma converters
1395 * New croppadd and canvas video filters.
1397 Audio outputs and filters:
1398 * Replay gain support
1399 * Audio playback when going slower/faster (with pitch correction via
1400 new scaletempo audio filter)
1401 * New spatializer audio filter
1402 * Correct DTS output via S/PDIF
1405 * RTSP for TS-multiplexed broadcast streams
1406 * New RTP payload formats:
1407 * Speex voice audio codec
1408 * ITU T.140 (for text, subtitles) output
1409 * G.711 (both A-law and µ-law) output
1410 * UDP-Lite transport for RTP
1411 * DCCP transport for RTP
1412 * Lots of fixes for RTSP broadcasting
1417 * New Simple Preferences dialogs showing the most important settings in an
1418 end-user suitable way.
1419 * Improved user interaction
1420 * Improved mouse gestures
1421 * Vastly improved Update checker
1422 * Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2)
1424 * Brand new interface for Linux and Windows, based on the Qt toolkit
1425 * Fullscreen controller (transparency on Linux+Composite)
1427 * Improved video output features
1428 * Online access to VideoLAN's Help Wiki within VLC
1429 * New setting to disable the "Recent Items" service
1430 * When playing Radio (live) streams, the current track is shown correctly
1431 * Correct appearance on Macs using Aqua's graphite theme
1432 * Simplified Extended Controls panel
1434 * Correctly displays wide characters when using an UTF-8 locale,
1435 if libncursesw is available.
1436 * Some nice colors if the terminal supports it (most do)
1437 * Experimental Lua interface modules. See vlc -I lua and
1438 share/lua/intf/README.txt for more info.
1440 * Option to allow only one running instance, using D-Bus interface.
1441 * D-Bus Interface implementing the MPRIS
1442 (Media Player Remote Interfacing specification), a common dbus control
1443 interface for media players that intends to become an xdg standard when
1444 finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces .
1445 * Motion module using disk accelerometers to keep video horizontal
1446 * Plugin to set Telepathy presence message using MissionControl
1447 * Fixed VLM schedule time on Linux
1450 * VLC now complies with the XDG Base Directory Specification version 0.6
1451 http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
1452 (which means that VLC doesn't use the $HOME/.vlc directory anymore)
1455 * Mac OS X Framework "VLCKit" that can be used to embed VLC in third party
1456 applications (Google Summer of Code Student project, Mac OS X 10.5 only)
1457 * New text renderer based on Quartz replacing the existing Freetype solution
1458 * Complete compatibility with Mac OS X 10.5 Leopard
1459 * It is now required to compile a fully featured build
1460 * The support of Mac OS X 10.3.9 and QuickTime 6.x was discontinued.
1463 * Event management and various improvements in libvlc
1464 (Part of a Google Summer of Code Student project)
1474 * LibVLC now supports externally built plugins properly.
1475 A "vlc-plugin" pkg-config package is provided.
1476 * Java bindings are now built from a separate source.
1479 Changes between 0.8.6h and 0.8.6i:
1480 ----------------------------------
1483 * Fixed integer overflow in WAV demuxer (CVE-2008-2430)
1486 * Fixed option to use shared memory within the GLX video output module
1487 * Improved galaktos-based audio visualizations on FreeBSD
1488 * Miscellaneous bugfixes in multiple modules and in libvlc
1489 (transcode stream output, OSD menu video filter, VCD input,
1490 SAP services discovery, http control interface)
1491 * Updated Polish translation
1494 Changes between 0.8.6g and 0.8.6h:
1495 ----------------------------------
1498 * Updated GnuTLS and libgcrypt on Windows and Mac OS X (CVE-2008-1948,
1499 CVE-2008-1949, CVE-2008-1950)
1500 * Updated libxml2 on Windows and Mac OS X (CVE-2007-6284)
1503 * Updated libebml and libmatroska on Mac OS X. Reliability improvements.
1504 * Miscellaneous bugfixes in multiple modules and in libvlc
1505 (ftp access, record access filter, video filters, RC interface,
1506 playlist demuxer, IP networking, MPJPEG muxer, stream outputs)
1507 * Improved support for MPEG2 content created by Final Cut Pro
1508 * More reliable audio reception for MPEG TS streams
1509 * Fixed a regression in 0.8.6g where usage of the snapshot feature could lead
1510 to an unexpected application termination
1511 * New Serbian translation
1512 * Updated Romanian translation
1515 Changes between 0.8.6f and 0.8.6g:
1516 ----------------------------------
1519 * Removed VLC variable settings from Mozilla and ActiveX
1520 (CVE-2007-6683, VideoLAN-SA-0804)
1521 * Removed loading plugins from the current directory
1522 (CVE-2008-2147, VideoLAN-SA-0805)
1523 * Updated libpng on Windows and Mac OS X (CVE-2008-1382)
1524 * Fixed libid3tag denial of service (CVE-2008-2109)
1525 * Fixed libvorbis vulnerabilities (CVE-2008-1419, CVE-2008-1420, CVE-2008-1423)
1526 * Fixed speex insufficient boundary check (CVE-2008-1686, oCERT-2008-004)
1529 * Fixed various memory leaks, improving stability when running as a server
1530 * Fixed compilation with recent versions of FFmpeg
1531 * Correctly parses SAP announcements from MPEG-TS
1532 * Fixed AAC resampling
1533 * The Fullscreen Controller appears correctly on Mac OS X,
1534 if the 'Always-on-top' video option was selected.
1537 Changes between 0.8.6e and 0.8.6f:
1538 ----------------------------------
1541 * Really fixed subtitle buffer overflow (CVE-2007-6681, CVE-2008-1881)
1542 * Fixed Real RTSP code execution problem (CVE-2008-0073)
1543 * Fixed MP4 integer overflows (CVE-2008-1489, CVE-2008-1768)
1544 * Fixed cinepak vulnerabilities (CVE-2008-1769)
1545 - More information can be found in VideoLAN-SA-0801 and VideoLAN-SA-0803.
1548 * The Mozilla plugin registers a usable range of MIME-types on Mac OS X
1549 * Improved VLC's video output behavior on multi-screen setups running Mac OS X
1550 * Fixed crashes in H264 packetizer
1551 * Close MMS access on network timeout
1552 * Fix some problems with AAC decoder & packetizer
1555 Changes between 0.8.6d and 0.8.6e:
1556 ----------------------------------
1559 * Resume playback for viewing content over FTP
1560 * Fixed XShm detection with remote X11
1563 * Subtitle demuxers overflow (CVE-2007-6681)
1564 * HTTP listener format string injection (CVE-2007-6682)
1565 * Fixed buffer overflow in the SDL_image library (CVE-2006-4484)
1566 * Real RTSP overflows (CVE-2008-0225, CVE-2008-0295, CVE-2008-0296,
1568 * Arbitrary memory overwrite in the MP4 demuxer (CORE-2008-0130,
1572 * Fixed DTS to S/PDIF converter
1575 * Fixed 5.1 audio on ALSA
1578 * Fixed some RTSP hanging and user/password passing through RTSP URLs
1581 * Fixed waiting for SPS/PPS problem in H.264 packetizer
1584 * Improved compatibility for creating H.264 video files playable on iPhones
1585 * Improved detection of optimal amount of threads for multi-threaded H.264
1586 encoding on multi-cpu systems
1587 - Note that this is used when transcode threads is set to 0 (default)
1588 - Not supported on Windows (multiple threads require manual configuration)
1590 Mac OS X Interface & Port:
1591 * Restored compatibility with Mac OS X 10.3.9
1592 * Corrected behavior of the Preferences panel
1593 * VLC no longer crashes on quit while playing
1596 * Updated Romanian and Polish translations
1599 Changes between 0.8.6c and 0.8.6d:
1600 ----------------------------------
1603 * Mozilla plugin: supports a reasonable amount of MIME types on Windows
1604 * Linux: Fixed S/PDIF passthrough with ALSA
1605 * Automatic recovery on unexpected stream discontinuity (clock gap) occurrences
1607 * Use field order (top/bottom) for correct bob/linear deinterlacing
1608 * Fix invalid free in bookmarks loading code
1610 Windows and Mac OS Binaries
1611 * FLAC Security Update (CVE-2007-4619) to prevent multiple integer overflows
1614 * Security update (VideoLAN-SA-0703, CVE-2007-6262)
1616 Mac OS X Interface & Port:
1617 * Apple Remote support on Mac OS X 10.5 Leopard with enhanced functionality
1618 * Improved Video Output compatibility for Mac OS X 10.5 Leopard
1619 * Improved behavior of the Fullscreen Controller and mode changes between
1620 Fullscreen and Windowed Video Output
1621 * Softened the white flash artifacts that may appear during the transition of
1622 two different movies
1623 * Support for current Ogg file formats
1624 NOTE: This release requires Mac OS X 10.4 or higher.
1625 Mac OS X 10.3.9 is not supported anymore.
1628 * Improved H.264 encoding speed on Mac OS X
1631 * The automatic updating facility was removed
1632 * You now need to append --m3u-extvlcopt to your command line to enable
1633 EXTVLCOPT options parsing in m3u playlists.
1634 * RTSP server remote denial of service fixed (CVE-2007-6684).
1637 Changes between 0.8.6b and 0.8.6c:
1638 ----------------------------------
1640 Various bugfixes, notably:
1641 * Windows Vista compatibility
1642 * Cropping in Direct3D
1643 * Fullscreen change crash on Mac OS X
1644 * RSS filter string overflow
1646 * MKV demuxer crash (related to seeking)
1648 CDDA / Vorbis / Theora / SAP plugins:
1649 * Security updates (VideoLAN-SA-0702, CVE-2007-3316, US-CERT VU#200928)
1652 * Fixed a problem with detecting embedded subtitles (GAB2 format) in AVI
1653 * Prevent WAV file integer overflow (CVE-2007-3467 & CVE-2007-3468)
1656 * Updated FLAC API compatibility
1659 * Support for new v4l2 encoder API
1662 * New localisation: Arabic, Persian
1665 Changes between 0.8.6a and 0.8.6b:
1666 ----------------------------------
1668 Various bugfixes, notably:
1669 * Out-of-bound read in demuxers
1670 * Demuxers crashes (incl. CVE-2007-0256)
1671 * Mac OS X Interface crashes
1672 * VP31 decoding on Windows platforms
1673 * Direct3D Video Output modifications for Vista compatibility
1674 * Correct behaviour for feeding streams to Icecast or Shoutcast servers
1677 * Enhanced Flash Video support incl. VP61 and VP60
1678 * Teletext subtitles (telx) support
1681 * Rectified behaviour and improved usability
1683 Mac OS X Interface & Port:
1684 * Diverse usability improvements
1685 * New wizard option to embed subtitles
1686 * Screensaver/automatic sleep mode is enabled when a video is paused
1687 * Improved Delete-Preferences-Script
1690 Changes between 0.8.6 and 0.8.6a:
1691 ---------------------------------
1693 CDDA / VCDX plugins:
1694 * Security updates (VideoLAN-SA-0701, CVE-2007-0017)
1697 * Fullscreen controller improvements
1700 Changes between 0.8.5 and 0.8.6:
1701 --------------------------------
1704 * Shoutcast TV listings support
1707 * Support for RTSP authentication
1708 * Support for adding subtitles on the fly
1709 * Fixed MPEG-PS duration calculation
1710 * ATSC support for DVB input
1711 * Partial reading support for DVR-ms recordings
1712 * Partial reading support for MXF and GXF fileformat
1713 * Improved support for Flash Video files
1716 * Native WMV9/VC-1 support
1717 * WMA Speech support (through binary codecs)
1718 * VP5/VP6 - Flash Video support (not VP61)
1719 * The True Audio Lossless codec support
1720 * Matroska WavPack support
1721 * Improved H.264 support (interlaced, speed improvements etc but no PAFF)
1722 * Fixed a problem with MPEG2 field pictures
1723 * Fixed swapped colors on DVB subtitles
1726 * Additional OpenGL effects (cylinder, torus, sphere, ...)
1727 * Experimental Direct3D 9 video output (win32). Best served on Vista :)
1728 * Improved libcaca support
1732 * New hotkeys for crop and zoom
1733 * Support for snapshots from the HTTP interface
1735 * Systray support in skins
1737 * Support for Apple Remote control
1738 * Fullscreen controller panel (artwork by Simon Damkjær Andersen)
1739 * New playmode buttons (artwork by Simon Damkjær Andersen)
1740 * right/ctrl-click menu in video outputs
1741 * Main Menu uses autohide when playing videos in fullscreen mode
1743 * Notifications using notification-daemon
1746 * Support for Unicode filenames (Windows NT and above)
1747 Windows 9x/ME users:
1748 - Please note that these versions of Windows are not officially supported
1749 - Unicode support for Windows 9x/ME applications is available through the
1750 Microsoft Layer for Unicode available from the following location:
1751 http://www.microsoft.com.nsatc.net/globaldev/handson/dev/mslu_announce.mspx
1752 Download the MSLU package (unicows) and extract the content into the folder
1754 * Fixed IPv6 support on the client side
1755 * Fixed disable screensaver (Direct3D and DirectX video output)
1764 * Updates to the libvlc API
1765 * Fixes for the mozilla and activeX plugins
1768 Changes between 0.8.4a and 0.8.5
1769 --------------------------------
1772 * Statistics collection (bitrates, packets, connections, ...)
1773 * Support for downloading updates
1777 * Initial support for RTSP-over-HTTP (to allow NAT traversal)
1778 * Linux DV (Digital Video - Firewire) input
1779 * Improvements to the Audio CD input
1780 - Separate playlist entries for the tracks
1782 * Support for more DVB (satellite) encryption modules
1783 * Improved subtitles encoding support
1784 * Improved support for playing MP4 files from the Web
1787 * Cook (Real audio) support
1789 Playlist / Services discovery:
1790 * XSPF playlist support
1792 * Updated Shoutcast to use new listing
1795 * New JACK audio output
1798 * New video filters:
1799 - magnify: allows you to zoom on part of the image
1800 - gradient and edge detection: "cartoon-like" effect
1801 - bluescreen: overlay parts of a video transparently on another one
1802 * Logo video filter: can now loop through multiple images
1803 * RSS video filter: display feed images. Support for Atom feeds.
1804 * Improvements to the subtitles rendering
1807 * Initial support for throttling users on VOD streams
1810 * System to inform the user and request information
1811 - HTTP authentication
1815 - VLM (VideoLAN Media Manager) control panel
1816 - Improved media information panel (shows statistics, metadata, ...)
1817 - Drag & Drop support in the playlist
1820 - Support for Winamp 2 skins
1821 - Improved playlist handling
1822 - Support for popup menus, animated bitmaps, equalizer, ...
1824 - Embedded Video output
1825 - new Go-To-Specific-Time feature
1826 - Video cropping and aspect ratio changing while playing
1827 - Improved media information panel (shows statistics, metadata, ...)
1828 - support for processing multiple items with the wizard in a single run
1829 - option to save selections in the wizard for a session (default enabled)
1831 - New default interface pages for VLC and VLM (including a mosaic wizard)
1832 - A bunch of new RPN functions
1835 * MSN messenger "Now playing" support
1838 * Mac-Intel compatibility
1839 * Enhanced support of various audio output devices
1840 * Growl "Now playing" support
1843 * Ability to log to syslog
1844 * Root wrapper to avoid running VLC as root
1847 * New libvlc API (not finished yet)
1849 * A bit more automatic testing
1852 Changes between 0.8.4 and 0.8.4a:
1853 ---------------------------------
1856 * Fix a52 over spdif in alsa
1857 * SPDIF output available again in the Mac OS X Audio menu.
1860 * Add support for new BMP and Cook (RealAudio G2) decoders in ffmpeg
1861 * Add support for some non-standard FOURCCs used for H.264/H.263
1864 * Fix bug with some HE-AAC audio tracks
1867 * HAL fixes, should now work with new API
1868 * SAP, fix 20 second freeze on windows
1874 - fixed encoding of H.264/H.263 content when using the wizard
1877 Changes between 0.8.2 and 0.8.4:
1878 --------------------------------
1881 * Internal strings handling is now UTF-8 based
1885 * Fixed problems with OpenGL output
1886 * New --monitor-par (pixel aspect ratio) option
1887 * Fixed display problems with HDTV-1080 format
1890 * Improved DVB support for satellite bands other than Ku-band
1891 * IPv6 and Extended passive mode support for FTP
1892 * IPv6 Source Specific Multicast support
1893 * GnomeVFS input module
1894 * Support for RTP packet reordering
1895 * Fixed syntax for FTP URLs
1898 * Support for libSDL_image to import different image types
1899 * Musepack decoder using libmpdec
1900 * QDM2 audio support (needs ffmpeg from 19th Oct 2005 or later)
1903 * UPnP service discovery (Linux only at the moment)
1904 * Bonjour service discovery using avahi (Linux only)
1910 * Fixes, enhancements and new options related to the Headphone Channel
1911 Mixer and Dolby Surround
1914 * New shout output module to forward streams to icecast servers
1915 * Fixed several SAP and SDP announcement bugs
1916 * Fixed MTU handling to avoid IP fragments
1919 - new cone icon by Richard ¯iestad (Eurodata, retron.info)
1921 - New streaming and transcoding wizard
1922 - New extended controls panel
1923 - New bookmarks window
1924 - Fixed playlist sorting
1925 - Fixed drag-and-drop inside the playlist
1927 - Rename wxWindows interface in wxWidgets.
1928 - All the --wxwin-* options are now --wx-*
1929 - Support for RTP streaming in Stream Ouput dialog
1930 - Now require wx2.6 with Unicode support
1934 - New RPN functions to control VLC features (see play-howto)
1935 - Facilities to correctly handle non-ASCII characters and spaces in
1937 - Include macro to include other files
1941 * Should now work outside IE as well
1944 * New script to delete the preferences automatically
1947 * Fixed bandwidth problems of HTTP streaming
1948 * Fixed audio problems with DirectX audio output
1951 The following languages were added:
1955 * Simplified Chinese
1956 The following languages were re-added:
1960 Changes between 0.8.1 and 0.8.2:
1961 --------------------------------
1964 * Rewrite of the playlist
1966 - Input preparsing (for meta-data)
1967 - Grouping (by artist, ...) support
1968 * Preferences improvements:
1969 - New organization, designed to improve usability
1970 - New configuration types (list of modules, ...)
1972 * Core image manipulation support
1973 * Client-side SSL/TLS support
1974 * SSL Client certificates checking support (allows for secure VoD)
1975 * Renamed --spu-channel to --sub-track
1976 * Renamed --spumargin to --sub-margin
1977 * Renamed --audio-channel to --audio-track
1978 * Renamed --filter to --vout-filter
1979 * filters, extra interfaces, visualizations and service discovery modules are
1980 now separated by ':' instead of ','
1981 * Access filter architecture
1982 * Track selection based on preferred language (--sub-language and --audio-language)
1983 * Zsh autocompletion for VLC's arguments
1987 * Support for SOCKS proxy
1988 * Support for Shoutcast Meta-data
1989 * Support for (HE-)AAC raw-audio streams
1990 * Support for images on a HTTP server that get refreshed on the server
1991 * Better support for Kasenna streams
1992 * RTSP UDP->TCP rollover support
1993 * Massive Matroska improvements
1994 * Support for XA and VOC audio files
1996 * Samba (Windows shares) access module
1997 * Improved CDDAX module (uses several playlist items)
1998 * Fixes to Linux DVB support
1999 * Fix the "negative subtitles delay" bug
2000 * Support for FTP over IPv6
2002 Decoders / Encoders:
2003 * Dirac decoder and encoder
2004 * PNG decoder/encoder
2005 * Improvements to DVB subtitles encoder
2006 * Support for Apple Lossless Audio Codec
2009 * New Record and Timeshift filters
2012 * New type of modules, that add items to the playlist
2013 * Brand new SAP module
2014 * To enable SAP, you now need to use "-S sap" or add SAP in
2015 the "Manage->Services Discovery" menu
2016 ( IPv6 SAP is now enabled by default )
2017 * Non-standard support for HTTP streams SAP announces removed
2018 * HAL (Hardware Abstraction Layer) discovery
2019 * DAAP (iTunes shares) support
2023 * Support for 20/24 bits LPCM
2026 * Video snapshot support (png or jpg)
2027 * Image file video output (png)
2028 * Motion detection filter (can trigger playlist actions)
2029 * Improvements to wall video filter
2030 * Support for font color and opacity
2036 - Ability to load a configuration file on startup
2037 - Seeking support in VoD streams
2038 * Mosaic (picture-in-picture system)
2042 - Redesigned playlist : add playlist, add directory, ...
2043 - Improved preferences
2044 - Improvements to the wizard
2045 - DVD, VCD and Audio CD navigation buttons
2047 - Redesigned playlist
2048 - Improved preferences
2050 - Support for multiple actions
2053 - Support for the new playlist system
2055 - Now uses new config settings. See doc/lirc/example.lirc
2058 * Screensaver disabling fix
2059 * DirectShow tuner configuration
2060 * Support for no-decoration windows
2063 * Many Mac OS X 10.4 Tiger related fixes
2064 * The OpenGL video output is back
2065 * A new audio module that should work more reliable for analog audio output in various configurations.
2066 - Supports multichannel discrete analog output
2067 - Digital audio output requires you to change a preference setting because it
2068 is not yet available in the new module
2069 - Please read the README.MacOSX.rtf file for more information.
2072 * Support for single-buffered overlay
2081 * Mozilla plugin for MacOS X is back (not yet distributed)
2084 * Brand new Internet Explorer ActiveX plugin
2087 The following languages were added:
2093 Changes between 0.8.0 and 0.8.1:
2094 --------------------------------
2097 * Include TLS/SSL API (on plattforms where libgnutls is available)
2098 * SSL support in the HTTP daemon (HTTP stream output and HTTP interface)
2101 * Fixed win32 multichannel audio output support (which was broken in 0.8.0)
2102 * Fixed DV and MPEG (WinTV PVR 250/350) support in the dshow input
2103 * Fixed spurious taskbar item after switching to fullscreen
2106 * A few more updates (we still miss an interface and a fast video output).
2109 * Portaudio audio output plugin improvements
2112 * Proper subpictures scaling using the aspect-ratio info when available
2115 * Fixed crash with ODML avi files
2116 * Fixed autodetection of VCD/SVCD bin files
2117 * Supports Kasenna VoD (MPEG2 only) and simulcast streaming
2121 * Fixed aspect ratio and interlaced support in ffmpeg encoder module
2123 * Support of playlist group announcement
2126 Changes between 0.7.2 and 0.8.0:
2127 --------------------------------
2130 * Major work on libvlc. Changed/renamed/added functions
2131 * Complete switch to the new input core (better seeking, multi-input, ...)
2132 * New plugins cache to speed up launch time
2133 * New --play-and-stop feature which stops the playlist after each played item
2134 * Daemon mode (to run vlc in the background)
2135 * Major improvements to the subtitle/OSD subsystem
2138 * New screen capture input plugin for X11, Win32, BeOS and Mac OS X
2139 (Stream your desktop)
2140 * Improved DVD support:
2141 - uses libdvdnav for playing DVDs with menus support
2142 - uses libdvdread for simple playback with menus (eg. for streaming)
2143 * Experimental multi-input support ( use --input-slave to play with it )
2144 * Automatic MTU discovery for UDP streams
2145 * More powerful MRL syntax for DVD/VCD/CDDA access
2146 (selection of titles/chapters).
2149 * Support for iTunes Music Store previews
2150 * Support for MJPEG webcams (i.e. AXIS cams)
2151 * Added initial mp4 and mpeg-ts text track support
2152 * Windows Media Server RTSP support
2153 * Support for MPEG TS streams with error correction (204/192 bytes TS packets)
2154 * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
2155 * Skins2 .vlt file loader (only when skins2 is the current interface)
2156 * Improved Ogg demuxer
2157 * Support for MPEG PS streams with MPEG 4 video.
2158 * Support for so called AACPlus webstreams
2161 * G.726 audio support
2162 * 14496-17 MPEG TS text support
2163 * MPEG-4 text support
2164 * Vastly improved DVB subtitles decoder (ETS 300 743)
2165 * Enabled color in DVB subtitles rendering
2166 * VobSub supported both externally and in Matroska
2170 * Re-use audio/video/spu decoders in transcoder module. From now on,
2171 everything that is playable by VLC should be transcodable as well
2172 * Subtitles overlaying in transcoder
2173 * Subpictures overlaying in transcoder (see video output)
2174 * Frame rate selection in the transcoder
2175 * DVB subtitles encoder
2176 * MPEG 1 layer 2 audio encoder using libtoolame
2177 * Improved vorbis/theora encoding
2179 * Text track muxing for mp4
2180 * Multipart mjpeg muxing. Your video is directly viewable in a Mozilla Browser
2181 * 14496-17 text track muxing for MPEG TS
2182 * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
2183 * Teletext (0x56 descriptor) streaming support in MPEG TS.
2184 * New WAV muxer (supports multi-channel audio)
2185 * Improved ASF muxer
2187 * H.263 RTP streaming support
2188 * SDP generation outputs more compliant SDPs and can create SDP files now
2189 * Improved RTSP and VoD server (experimental)
2192 * New audio equalizer filter
2193 * Very trivial volume normalizer
2194 * True channel downmixing when playing 5:1 material on Stereo
2195 * More gradual resampling which should improve the pitch changing effect
2196 * New audio output plugin using portaudio v19
2199 * Roku HD1000 Video output
2200 * Experimental generic OpenGL video output (X11, Win32, MacOS X)
2201 with support for effects.
2202 * Improved filter and subpictures support :
2203 - New filters can be streamed.
2204 - "Subpicture filters" to overlay subpictures on video
2205 - Centralized scaling and blending
2207 - "time", to display current time
2208 - "marq", to display a marquee
2211 * OSD sliders for volume and postition information
2212 * OSD icons for Play and Pause
2213 * New Streaming Wizard for Windows and Linux default interfaces (wxWindows)
2214 * A few skins2 improvements
2215 * Added search, volume, loop and random functions to the ncurses interface
2216 * Added a filesystem browser to the ncurses interface
2217 * The remote control interface can now listen for commands on sockets
2218 * Improved CORBA control module
2221 * Fixed the "cannot set buffersize:[nope]" coreaudio problem
2222 * Major speed improvements to the Quartz video output
2223 * The Mac OS X interface is no longer required to display video
2226 * New galaktos visualization plugin (MilkDrop-compatible)
2227 * Experimental SVG rendering module
2228 * Support for DVB CAM modules.
2231 * DirectX Media Object decoder (allows playing some media types, like WMV3)
2232 * DirectX Media Object audio and video encoder
2233 * Fixed long standing win32 thread handles leak
2234 * Fixed problem with CPU usage with subtitles rendering
2235 * Wallpaper mode for the DirectX video output (only in overlay mode)
2238 * Massive update (we still miss an interface and a fast video output).
2241 * Added a lot of Javascript accessible funtionality
2242 * Volume, position, length, seek etc etc etc.
2245 * Server/client network synchronization module
2246 * VBrick streams fully supported
2247 * Cisco IP/TV streams supported
2251 Changes between 0.7.1 and 0.7.2:
2252 --------------------------------
2255 * Bookmarks feature for easier seeking/access inside medias.
2256 * Support for video output embedded in interfaces.
2257 * Improved HTTP daemon.
2258 * Saved playlists now remember VLC-specific options.
2261 * New Continuous Media Markup Language (CMML) codec.
2262 (http://www.annodex.net/overview.html)
2263 * New H.261 video decoder using openmash.
2264 * H264 encoder, demuxer and packetizer.
2265 * Packetizer interfaces between demux and codec when needed
2266 (allows using ffmpeg plugin to decode MPEG streams and better aac decoding).
2267 * Support for Theora alpha3 (both decoding and encoding).
2270 * --start-time <sec> and --stop-time <sec> to start and stop playing a
2271 file at the specified amount of seconds. Only works with a few
2272 fileformats (avi, mov, mkv, mp4 )
2273 * Improved directory access module.
2274 * New "file-cat" option to play truncated movies.
2275 * Better handling of meta info (title, author, description, etc...).
2276 * New options to pass meta info to the input.
2277 * It is now possible to stream programs from a DVB-S/C/T stream
2278 (satellite, cable, or digital terestrial television)
2281 * Annodex (http://www.annodex.net) support.
2282 * mmsh streaming fixes.
2283 * Fixed infinite loop in the AVI demux on broken/incomplete files.
2286 * Subviewer and subviewer v2 subtitles support.
2287 * Ability to choose autodetected subtitles path.
2288 * Subtitles delay can be changed in real time with hotkeys.
2291 * Improved session announcement system.
2292 * Minimize threads usage by default.
2293 * Added faster than realtime stream output (limited by CPU) for file output.
2294 * Improved MOV/MP4 muxer.
2295 * Improved MPEG TS muxer.
2296 * Improved transrater.
2297 * Meta info options used by the muxers.
2298 * New configuration system.
2299 * Better audio channels downmixing when transcoding.
2302 * New videolan (media) manager (vlm): a little manager designed to launch
2303 and manage multiple streams from within one instance of VLC.
2304 * Supports live streams and VoD.
2305 * Supports scheduling.
2306 * Telnet interface for vlm.
2307 * HTTP interface for vlm.
2310 * Skins II (Windows and Linux only)
2311 - Ability to embed video output.
2312 - Support for bitmap fonts.
2313 - Lots of improvements.
2314 * wxWindows (default Windows and Linux interface)
2315 - New design and set of icons.
2316 - Ability to embed video output.
2317 - Support for hotkeys.
2318 - Support for bookmarks.
2320 - Support for 'groups' and playlist item properties.
2321 - Better hotkeys handling.
2324 * OpenGL video output is now the default when available.
2325 * Added FAAC encoder (mp4a).
2326 * Audio output fix to work with multiple streams on a HAL device.
2327 * Possible fix for conflict with CodeTek VirtualDesktop (untested).
2330 * DirectShow input plugin should work with more devices.
2331 * Disable monitor power down when watching movies.
2332 * Improved Windows installer.
2338 * Improvements to the Goom visualisation plugin.
2339 * Roku HD1000 audio output.
2342 Changes between 0.7.1 and 0.7.1a:
2343 ---------------------------------
2346 * Fixed the infamous 'mp3 takes twice the CPU it should take' bug
2347 * Playing MOD files is working now.
2350 Changes between 0.7.0 and 0.7.1:
2351 --------------------------------
2354 * Fixed a nasty bug that causes preferences not to be saved some times.
2355 * IGMPv3 support for VLC under Windows XP and Linux.
2358 * Brand new DTS Coherent Acoustics audio decoder based on libdts
2359 (http://www.videolan.org/dtsdec.html)
2360 * Fixed DTS S/PDIF output
2361 * SVCD (Philips OGT) and CVD subtitles
2364 * Internal improvments
2365 * Improved import/export
2368 * Experimental support for Nullsoft streaming video(.nsv) and real media(.rm)
2370 * New demux module that uses libavformat from ffmpeg. Adds support for many
2371 small and strange formats.
2373 * New MOD audio demux.
2374 * Support for DTS and A52/AC3 wav files.
2375 * Support for DTS and A52/AC3 audio CD.
2376 * New and experimental DVD input plugin with menus support (using libdvdnav).
2377 * Added back DV audio support in raw DV demuxer.
2380 * MP4/MOV muxer improvements (fast-start, aac in mov, etc...).
2381 * Fixed a nasty bug in the mpeg video packetizer.
2382 * Improved transcoding (multithreading, more tuning, etc...).
2388 * New opengl video output plugin.
2391 * A few improvements to the DirectShow input plugin.
2392 * Fixed ipv6 name resolution.
2395 Changes between 0.6.2 and 0.7.0:
2396 --------------------------------
2399 * Brand new decoder/packetizer api.
2400 Adds a lot more flexibility while also simplifying the decoder plugins.
2401 * New encoder api (Ffmpeg, Vorbis, Theora, Flac and Speex encoders available).
2402 * Video outputs are recycled if possible.
2403 This removes any 'flicker' between two similiar video files.
2404 * Fixed the video filters. Video should no longer go black when using filters.
2405 * New input core. Advantages are: better seeking, more responsive, support for
2406 subtitle files at the core, and much much more.
2409 * Added a repeat mode to repeat a single file over and over.
2414 * Fixed annoying seeking problem with Ogg files (seeking would take ages).
2415 * Support for Flac in Ogg files.
2416 * MPEG TS demuxer also handles A52 and AAC audio in DVB streams.
2417 * Rewrite of the Flac demuxer.
2418 * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo. (Linux only)
2419 * Reworked DVB tuning.
2420 * Better Icecast support.
2421 * New MPEG video elementary streams demuxer.
2422 * New DTS audio elementary streams demuxer.
2425 * Support for Theora video encoding.
2426 * Support for Speex audio decoding/encoding.
2427 * Rewrite of the Flac decoder + encoding support.
2428 * Support for MPEG2 422 decoding which was recently added to libmpeg2 (cvs).
2429 * Support for AAC + SBR and proper multi-channel re-ordering.
2430 * MPEG 2.5 audio support.
2431 * Removed deprecated decoders (a52_old, mpeg_video and mpeg_audio).
2434 * Improvements to the MPEG TS muxer.
2435 * New transrating module for MPEG2 video.
2436 * Added packetization for MPEG AAC ADTS streams.
2437 * Added packetizers for Flac, Speex, Theora, LPCM, DTS and SPU streams.
2438 * Improved mp4 muxing and added AAC/MP4V support when transcoding.
2439 * Improved Ogg muxing and added Theora, Speex, Flac and subtitles support.
2440 * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio.
2441 * --sout-keep option to keep the stream open while changing input.
2442 * Preliminary RTP support.
2443 * Fixes to SAP announces.
2448 - misc improvements (eg, "stay on top" option).
2449 * New standardized and customizable hotkeys.
2451 - Playlist improvements (Sort, Search, mode buttons).
2452 - Improvements and help in preferences
2453 - New streaming wizard
2454 - Revised Disc Open menu
2456 - Improvements of the standard pages
2457 - Support for new commands
2458 * OSD ( OS X and hotkeys only atm ).
2461 * Many fixes to the SAP module
2462 * SAP now supports HTTP streams
2465 * Text subtitles now have a black outline.
2466 * Text subtitles autodetection.
2467 * Text subtitles charset autodetection.
2468 * Text subtitles for all videofiles. Results may vary.
2469 * Text subtitles in Hebrew are supported. Arabic partially.
2470 * Automatic fontsize selection for text subtitles.
2471 * Fixed SAMI text subtitles support.
2472 * Support for subtitles in Matroska files.
2473 * Support for subtitles in DVB streams.
2476 * New controller designed by Max Rudberg from www.maxthemes.com
2478 * Works on 10.1.x again. Apologies for that problem.
2479 * Support for Panther.
2480 * Support for raw dumping of streams to disk.
2481 * Mozilla plugin for Mac OS X (experimental).
2484 * New DirectShow input module (for video acquisition cards, webcams, PVRs...).
2485 * VLC can be installed as a Windows NT service.
2486 * Allow on the fly switching of the main interface.
2487 * Support for 3F2R in audio output.
2488 * New --one-instance option to "force" only one running instance of VLC.
2489 * Mozilla plugin for Windows (experimental).
2490 * Multimonitor support (untested).
2491 * Fixed nasty timing bug on some dual-cpu / P4 with hyperthreading systems.
2494 * Improved Video4Linux input. Also added support for an audio only input.
2495 * Support for real-time priority when running with root privileges.
2496 * Allow on the fly switching of the main interface.
2499 * Brand new Gtk 2 interface
2502 * Audio visual effects filters (spectrum, scope and random).
2503 * Audio visual effects filter using goom.
2504 * Spanish, Portuguese Brazilian and Hungarian translations.
2505 * libcaca video output (colored ascii)
2508 Changes between 0.6.1 and 0.6.2:
2509 --------------------------------
2512 * Fixed a nasty regression in 0.6.1 which made some streams unplayable.
2515 * Transcoder now generates proper pts/dts thus should work a lot better.
2516 * Improved MPEG TS muxer.
2519 * Support for DVB-S/C/T cards using v4l2 API for Linux 2.6.x kernels.
2520 * Few fixes to the VCD navigation.
2523 * Support for DVD menus navigation added to the wxWindows interface.
2526 * ALSA multi-channel support fixed and tested.
2527 * Fixed fullscreen with gnome metacity.
2530 * Fixed VCD support which was broken on some machines.
2533 * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
2536 * Text subtitles now centered on the picture.
2537 * Ffmpeg decoder now generates proper pts and can be used to play
2541 Changes between 0.6.0 and 0.6.1:
2542 --------------------------------
2545 * There should be less bogus resampling, particularly on DVDs.
2546 * VLC will now wait for the medium to wake up before starting its clock
2550 * Added vorbis audio support in Ogg streaming.
2551 * Added vorbis audio transcoding support.
2552 * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
2554 * ALSA multi-channel support fixed and tested.
2555 * Fixed fullscreen with gnome metacity.
2558 * Fixed VCD support which was broken on some machines.
2561 * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
2564 * Text subtitles now centered on the picture.
2565 * Ffmpeg decoder now generates proper pts and can be used to play
2569 Changes between 0.6.0 and 0.6.1:
2570 --------------------------------
2573 * There should be less bogus resampling, particularly on DVDs.
2574 * VLC will now wait for the medium to wake up before starting its clock
2578 * Added vorbis audio support in Ogg streaming.
2579 * Added vorbis audio transcoding support.
2580 * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
2581 * PS muxer can create mpeg1 files now and produce streams with system headers.
2582 * You can transcode a52 with more than two channels to mpga now.
2585 * Fixed DVD support which was partly broken due to a bug in libdvdcss
2586 * Fixed 5.1 audio support for the sblive/audigy soundcards.
2587 * Fixed sound on Windows NT.
2590 * Fixed/improved ALSA support and enabled multi-channel audio output.
2591 * X11/Xvideo: Should now work on big endian machines, and you can now
2592 use the arrow keys to browse through the DVD menus.
2595 * Gtk+2 interface called PDA
2596 * Familiar Gtk+ is now deprecreated
2597 * Codec a52, Faad2 and flac added
2598 * Video4Linux enabled (demux and transcode)
2599 * Stream Out with transcode support enabled (use codecs: HuffYuvv and A-law).
2602 * Small updates/fixes to the wxWindows interface.
2603 * Improved HTTP remote control interface. You can now create your own HTML pages.
2604 * A new CORBA control plugin.
2607 * Improved support for the Matroska container format.
2610 * Improved build system.
2611 * New video filter plugin to overlay logos.
2612 * Added support for Winamp 3 B4S files.
2613 * New subtitle module which uses freetype2 to render arbitrary fonts in any size.
2614 Should also work with languages like russion for instance.
2617 Changes between 0.5.3 and 0.6.0:
2618 --------------------------------
2621 * Channel Server support was removed (was deprecated)
2624 * Fixed a big bug in ftp and http access that prevented many platforms (OSX most prominently) to view ftp and http streams.
2625 * Fixed large file support on Windows
2626 * Video 4 Linux support
2627 * CD Digital Audio support
2628 * Fixed IPv6 multicasting on Windows and OSX.
2631 * Better detection of AAC and mp3 files
2632 * Support for OpenDML avi files
2633 * More complete .mp4/.mov support
2634 * Very early support for the Matroska container format (don't complain if it doesn't work ;)
2637 * VLC's own MPEG1/2 decoder has been replaced with libmpeg2
2638 * Support for Sorenson 3 (SVQ3 or Quicktime content) via ffmpeg
2639 * OSX support for QDM2 and QDMC sound, often used in QT content.
2640 * Fixed a bug which was causing artefacts in DivX video (ffmpeg)
2641 * Updated our theora decoder to use the alpha 2 release of libtheora
2642 * If ffmpeg cannot keep up, skip and try to recover instead of stopping altogether
2643 * Indeo Video 3 (IV32) support for little-endian computers. (so not for OSX)
2646 * The wxWindows interface is now fully useable as well as Unicode safe
2647 * New HTTP remote control interface
2650 * 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.
2651 * The stream output now allows to transcode content on the fly.
2652 * Fixed major bug that prevented streaming mpeg 1/2 video with pulldown content.
2653 * SAP/SDP announcing support. (both IPv4 and IPv6)
2656 * New reset option for the preferences
2657 * You can set your language in the prefences
2658 * New video chroma conversion module using ffmpeg
2659 * Added a Gentoo ebuild to the distribution
2660 * Added a new smaller subtitles font (now the default) + scripts to generate your own
2661 * SAP/SDP IPv6 support
2664 * Basic support for the X11 Xinerama extension.
2665 * New skinable interface ported to X11.
2666 * Run opie-vlc and zaurus-vlc as GuiServer
2669 * When you add several items to the playlist, they are sorted alphabetically.
2670 * New about panel and revamped preferences panel.
2671 * Fixed the deinterlace menu.
2672 * Float on top, Fit to Screen and a Transparency option for video out.
2673 * New output dialog for transcode and display while stream capabilities.
2674 * New icons by Davor Orel.
2675 * New audio resampler. Should make VLC much faster.
2676 * Fixed disappearing and crackling sound (PTS is out of range bug)
2677 * We no longer automatically save the preferences when you quit the application
2678 * Arrow keys are now use to browse the menus in a DVD
2681 * the wxWindows interface is now the default interface
2682 * The keyboard shortcuts are now identical to the linux version
2683 * Fixed the "no sound" problem on NT4
2684 * Improved skinnable interface (it now uses the wxWindows interface dialogs).
2685 * Added support for compressed skins files (.vlt files)
2686 * Fixed SVCD chapters support.
2687 * Fixed memory leak with 5.1 audio.
2690 * Interface localization
2691 * Screensaver disabled if playing in fullscreen
2692 * A few new keyboard shortcuts
2693 * New full-featured Preferences window
2696 Changes between 0.5.2 and 0.5.3:
2697 --------------------------------
2700 * fixed DTS S/PDIF output on little-endian machines
2701 * support for skins at the interface level
2702 * new OSD module using Freetype2
2703 * video outputs are now destroyed when the associated input ends
2704 * the video output takes into account the caching delay introduced at the
2705 input level before dropping out of date frames.
2706 * configuration option to disable the translation of the interface
2709 * fixed HTTP redirects
2710 * support for opening an entire directory
2711 * EOF should be detected more reliably
2712 * new video4linux access plug-in
2713 * new kfir access plug-in designed to work around a bug in the kfir driver
2716 * added stream type for some Motorola MPEG-2 video encoders
2717 * fix for some ogg web radio streams
2718 * fixed reading TS streams over HTTP
2721 * support for 3ivx D4 (not previous versions)
2722 * support for '3ivd' and '3vid' encodings
2723 * support for 'MSS1' codec ( same as WMV2 )
2724 * support for SAMI subtitles (untested and incomplete)
2725 * better SSA4 subtitles recognition
2726 * new codec for raw I420 video
2727 * improvements to the libmpeg2-based MPEG video decoder
2730 * improvements to wxWindows based interface
2731 (although it still misses some important features)
2732 * skeleton for a Gnome2/GTK2 plug-in
2735 * new HTTP output support
2736 * fixed a segfault in the AVI muxer
2737 * fixed AV synchronization issues
2740 * support for oldstyle id3 genres
2743 * the SDL vout plug-in will now work on big-endian machines
2746 * reorderable playlist
2747 * fixed the hiding of the mouse on multiple monitors
2748 * fixed a big issue with some USB speakers
2749 * support for mono audio output devices
2750 * reset the audio-device to its default mode before quitting VLC
2751 * fixed several cosmetic issues
2752 * you can drag the controller window by its background (as it should be)
2753 * the messages window remembers more lines
2754 * delay and fps can now be overruled with subtitles files
2755 * http and ogg stream output options
2756 * Apple menu and friends will now be translated as well
2759 * new skinnable interface
2760 * the directx video output doesn't crash anymore on ctrl+alt+del events.
2762 iPAQ familiar Linux port:
2763 * support for FLAC audio format
2764 * the interface adapts to the screen size/rotation
2766 * network tab in the interface
2767 * "apply" handling in preferences
2770 Changes between 0.5.1a and 0.5.2:
2771 ---------------------------------
2774 * advanced config options are now hidden by default
2775 * new --spdif option to use the S/PDIF audio output by default
2776 * fixed a 'clicking' sound when switching between streams
2777 * new bandlimited resampler that should improve audio quality on primarily
2779 * fixed a problem with audio over http that caused some web radios to not work
2780 * DTS S/PDIF support
2783 * support for DV audio through the ffmpeg library
2784 * support for FLAC audio through libflac
2785 * new but basic MPEG video decoder based on libmpeg2
2786 * fixed a major bug in LPCM code (fixes a problem with iDVD disks)
2789 * support for streaming DivX 1/2/3, wmv1/2, h/i263 over MPEG-2 TS
2790 * new --ttl option for Time To Live
2793 * fixed quite a few problems with the dvd menu support
2796 * fixed the GNU-pth support
2799 * multi-channel audio and S/PDIF support for both the DirectX and Waveout
2801 * localization support via gettext is now fully working
2802 * rc interface is now fully useable
2803 * fixed the MSVC project files generation
2806 * several fixes for multi channel audio devices. AC3 over SPDIF with
2807 M-Audio Sonica Theater still does not work. this is most likely a driver
2808 bug and has been reported to M-Audio. (Sonica, Revolution, Delta, Griffin
2809 iMate and MOTU firewire devices should work)
2810 * VLC now uses the default audio device
2812 * very preliminary support for VLC control via applescript
2813 * support for mouse gestures
2814 * new priority scheme allowing to avoid lock-ups on low-end machines
2817 * there is a whole new port for the linupy distribution used by o.a. the
2818 YOPY PDA. It is still experimental, please test it
2821 * improved ID3 tag detection
2822 * changed several errors into warnings ; the frequently reported "this is
2823 not a PS stream, continuing" is one of these
2824 * mouse gestures work on windows and osx, but there still isn't any useful
2826 * some support for .pls playlists used by shoutcast
2829 Changes between 0.5.1 and 0.5.1a:
2830 ---------------------------------
2833 * fixed a problem that caused VLC to select the wrong language when
2834 English was set as the preferred language
2837 Changes between 0.5.0 and 0.5.1:
2838 --------------------------------
2841 * new mouse gesture interface
2842 * audio volume can now be changed at any time, even when no file is
2846 * various minor fixes on the network inputs
2847 * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
2848 * VCD: fixed track number and chapter indexing
2851 * fixed a bad initialization in the mp4 plug-in
2852 * new --buggy-psi option for TS streams which do not update their
2856 * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
2859 * fixed a bug which turned the default interface command-line only
2860 without the user consent
2863 * GTK: fixed a crash when going fullscreen or changing volume from the
2865 * X11: new screen saver disabling plug-in (--extraintf screensaver)
2866 * KDE: fixed compilation with KDE 3.1
2867 * ALSA: fixed mono files output
2870 * fixed a crash on start-up on some localized systems
2871 * lowered real-time priorities to avoid lock-ups on slow machines
2872 * VLC can now be made the handler of ftp http mms and udp URLs
2873 * playlist enhancements
2874 * added half, normal and double video window menu items
2875 * new step forward/step backward commands
2876 * the dock should no longer be visible in fullscreen mode
2877 * the Mac OS X binary is now compiled with Ogg/Theora support
2878 * vlc.app is now VLC.app
2881 * fixed the "RichEdit line insertion error" bug
2882 * VLC can now be run from outside its installation directory
2883 * fixed a bug that prevented to find the default subtitle font
2886 * smarter BeOS priorities to avoid lock-ups
2887 * few enhancements in the interface (especially the Settings window)
2890 * native video output is working again
2891 * only commandline interface support
2892 * support for MPEG4, DivX through ffmpeg package
2895 Changes between 0.4.6 and 0.5.0:
2896 --------------------------------
2899 * object structure which allows for full re-entrancy, known as libvlc
2900 * new audio output architecture based on filter pipelines, providing
2901 S/PDIF and multi-channel support
2902 * localization support via gettext on most architectures
2903 * new stream output architecture, allowing to use VLC to unicast,
2904 multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
2905 and A/52 streams are supported)
2906 * build system now uses autoconf/automake/autopoint
2911 * stability fixes in the HTTP access
2912 * auto-detection of RTP encapsulation
2913 * VCD entry points support
2914 * VCD image file support
2917 * support for *.asf format
2918 * improved support for *.avi, especially over an HTTP connection
2919 * support for *.mp4 and *.mov format
2920 * support for ogg encapsulation
2921 * support for raw DV format
2922 * support for *.wav format
2923 * new demuxdump demux allowing to save a stream to a file
2926 Stream discovery & playlists:
2927 * support for the SAP/SDP and SLP protocols
2928 * support for .m3u file format
2929 * support for .asx file format
2930 * hack to find the streaming sources in html-pages with embedded wmp
2933 * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
2934 (only available with the .avi demux)
2935 * support for ADPCM audio codec
2936 * support for raw PCM data
2937 * support for Cinepak video codec
2938 * support for DV video codec via libdv or ffmpeg
2939 * support for AAC audio codec via libfaad2
2940 * support for Xvid codec
2941 * support for Xiph.org's Vorbis audio codec
2942 * support for Xiph.org's Tremor audio codec (when compiling from sources)
2943 * support for Xiph.org's Tarkin and Theora video codecs (when compiling
2945 * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
2947 * fixed an endianness bug in LPCM codec
2950 * experimental preliminary support for DVD menus via libdvdplay
2953 * new WxWindows interface
2954 * all interfaces allow to dynamically change the volume, the audio
2955 device and the channels configuration
2956 * headphone channel mixer with virtual spatialization effect
2957 * Mozilla plugin based on libvlc for embedded playback in webpages of any
2958 format that VLC can play
2959 * new swedish translation
2960 * enhancements of the playlist window
2961 * new messages window to see debug info
2962 * fixed a few crashes
2965 * slider bar in GTK+/GPE Familiar interface
2966 * fixed crash on directory change in Familiar interface
2967 * added qte_main module for use in all modules that need Opie or Qte support
2968 * native video output module for Qt Embedded/Opie is not working