]> git.sesse.net Git - vlc/blob - NEWS
6d1af0d51904dd0c317ad80a0a7256fadb6ee58b
[vlc] / NEWS
1 Changes between 2.2.x and 3.0.0-git:
2 --------------------------------
3
4 Core:
5  * Support wayland surface type
6
7 Access:
8  * Support HDS (Http Dynamic Streaming) from Adobe (f4m, f4v, etc.)
9  * New SMB access module using libdsm
10  * Screen capture plugin for Wayland display
11  * Support decompression and extraction through libarchive (tar, zip, rar...)
12  * Improvements of cookie handling (share cookies between playlist items,
13    domain / path matching, Secure cookies)
14
15 Decoder:
16  * OMX GPU-zerocopy support for decoding and display on Android using OpenMax IL
17  * Support 4:4:4 chroma sampling with VDPAU hw acceleration
18  * Support for ARIB B24 subtitles
19  * Support for Daala video
20  * Important improvements for the MMAL decoder and output for rPI
21  * Support HEVC hardware decoding using OMX and MediaCodec
22  * Support VP9 and WMV3 decoding using OMX and performance improvements
23
24 Demuxers:
25  * Support HD-DVD .evo (H.264, VC-1, MPEG-2, PCM, AC-3, E-AC3, MLP, DTS)
26  * Support Opus in MPEG Transport Stream
27  * Support Daala in Ogg
28  * Support EIA-608 subtitles in MP4/mov
29  * Support WMV and WMAV in MP4/mov, aka Flip4Mac files
30  * Support bitmap audio channel reordering in MP4/mov
31
32 Video ouput:
33  * Wayland shell surface window provider
34  * Wayland shared memory video output
35  * Support rotation in Android NativeWindow output
36
37 Video filter:
38  * Hardware deinterlacing on the rPI, using MMAL
39
40 Stream Output:
41  * Chromecast output module
42
43 Encoder:
44  * Support for Daala video in 4:2:0 and 4:4:4
45
46 Muxers:
47  * Added fragmented/streamable MP4 muxer
48  * Opus in MPEG Transport Stream
49  * Daala in Ogg
50
51 Service Discovery:
52  * New NetBios service discovery using libdsm
53
54 Mac OS X Interface
55  * new AppleScript API giving access to audio desynchronization
56  * Port to Yosemite X.10
57
58 Skins2:
59  * Support key accelerators
60
61
62 Changes between 2.1.x and 2.2.0:
63 --------------------------------
64
65 Important changes:
66  * The licenses of more modules have changed from GPLv2+ to LGPLv2.1+,
67    notably the streaming output, muxers and access output ones
68
69 Core:
70  * Support automatic rotation using streams metadata, GPU-accelerated when possible
71  * Partial fix of playback of short audio samples
72  * Add extensions download from external repositories
73  * Rework the metadata fetching algorithm and policies
74
75 Access:
76  * Added TLS support for ftp access and sout access
77    New schemes for implicit (ftps) and explicit (ftpes) modes
78  * MMS audio selection on split audio streams
79  * Blu-Ray: support overlays, preferred menu languages, region selection
80    and BD-J navigation
81  * Digital Cinema Package support, including encrypted DCP with KDM
82  * Partial fixes for Arccos protected DVDs
83
84 Decoder:
85  * Support VDPAU acceleration for GPU-zerocopy decoding
86  * Support MediaCodec acceleration for GPU-zerocopy decoding
87  * Add Media Foundation Transform audio and video decoder
88  * Add video decoder module based on GStreamer plugins
89  * Add MMAL decoder for Broadcom VideoCore chips (like the RaspberryPi)
90    supporting MPEG-2 and H.264, supporting GPU-zerocopy display
91  * Partial support for Voxware MetaSound
92  * libvpx decoder for VP8 and VP9
93  * Support MSN Audio, Atrac3+, VP7, Bink, TAK, On2 AVC, DK3, DK4, IMC, Vivo g723.1,
94    Smacker, FIC, Auravision, Canopus Lossless, and numerous videogame codecs
95  * Teletext subtitles display improvements
96  * Mediacodec speed improvements on x86
97  * Support setting the post processing level in Theora
98  * OpenMax IL improvements, notably for RaspberryPi
99  * Fix channel ordering of LPCM codec in m2ts files
100  * New jpeg image decoder
101  * Add tx3g subtitles decoder
102  * New SVG image decoder
103  * Fix Speex decoding over RTP and in flv
104  * Support more x264 and FFv1 RGB modes
105  * Improvements on ZVBI teletext decoder, notably for speed and alignments
106
107 Encoder:
108  * Support for MPEG-2 encoding using x262
109  * Support for HEVC/H.265 encoding using x265
110  * Support for Opus encoding using libopus
111  * New jpeg image encoder using libjpeg
112  * New png image encoder using libpng
113
114 Demuxer:
115  * Support for Core Audio Format (CAF) files
116  * Important rework of the Ogg demuxer, notably improving seeking,
117    streaming resilience, speex demuxing and chained Ogg
118  * Important rework of the ASF/WMV demuxer, notably for seeking,
119    synchronization and tracks exclusion
120  * AVI improvements for better seek-indexing in non-fastseekable situations
121  * AVI fixes for uncompressed, indexed and paletized bitmaps
122  * MP4 fixes for fragmented files, vobsub, duration, aspect-ratio
123    and support for rotation, covr atom and tracks exclusion
124  * Support Opus in MKV
125  * Support VP8 in OGG
126  * Basic support for WebVTT
127  * Handle support for ISO/IEC 14496-3 (AAC) Audio stream type in TS
128  * Support HDPR TS files
129  * Support microseconds in SubRip subtitles
130  * FLAC packets validation using CRC
131  * Improvements in metadata support in Ogg/Opus/Vorbis files
132  * Fix encoding issues in some XML playlist formats
133  * Support THP Wii/Gamecube, RenderWare and Escape Replay game video files
134  * New HEVC raw packetizer and demuxer
135  * TS support for WiDi/Miracast LPCM
136  * Handle MOV/MP4 tx3g styled subtitles through codec
137  * Support SVG images files (on glib platforms)
138  * Keep selection of tracks on segment changes in MKV
139  * Support detection of SRT languages based on filename
140  * Support for seeking Standard MIDI Files
141
142 Video Output:
143  * Direct rendering and filtering for VDPAU hardware acceleration
144  * New CoreAnimation OpenGL video output module for NPAPI plugins
145  * New OpenGL ES 2.0 through EGL video output module for Android
146  * New Android native window provider module
147  * Direct rendering for MediaCodec Android hardware acceleration
148  * Support for loading HLSL shaders in Direct3D video output
149  * Add mmal based video output
150
151 Video Filter:
152  * New Oldmovie effect filter
153  * New VHS effect filter
154  * New Freeze effect filter
155  * Support I422 and J422 in transform
156  * NEON optimizations for deinterleaving chroma, notably NV12->I420
157  * Fix audiobargraph activation and usage
158
159 Audio Output:
160  * Allow setting volume while not connected with PulseAudio
161  * Audio device notifications for WASAPI
162  * Fix replay of sound buffer in DirectSound
163  * Split of MMDevice and WinRT audio modules
164  * Numerous fixes on AUHAL, including device management and stream changes
165  * Fixes for SPDIF passthru in most modules
166
167 Muxers:
168  * Important rework of the Ogg muxer, notably for skeleton
169  * Fixes for the AVI muxer to respect the specification
170  * Support VP8 in OGG
171  * Add HEVC muxing in MP4 and TS
172
173 Streaming:
174  * Important rework of the transcoding module to fix numerous bugs
175  * WebM streaming, including live sources, compatible with all major browsers
176     vlc <your-source> vlc://quit --sout  '#transcode{vcodec=VP80,vb=1000,acodec=vorb,ab=128}
177     :std{access=http{mime=video/webm},mux=webm,dst=:4212}'
178  * GSM, VP8, Opus and JPEG RTP packetization
179  * HLS: Allow setting the first segment number and numerous improvements
180  * new stats module to output block timing values and md5 sums
181  * transcode module access fps values as rationals now, eg 30000/1001
182  * VLC now streams all elementary streams, you can revert to previous behaviour
183     with --no-sout-all
184  * --ts-out option has been removed, it has been superceded by --demux demuxdump
185     --demuxdump-access udp --demuxdump-file 127.0.0.1:1234
186  * Support Metacube protocol when streaming over HTTP
187
188 libVLC:
189  * add equalizer API libvlc_audio_equalizer_* functions
190  * add libvlc_media_player_program_scrambled function
191
192 Visualizations:
193  * Add a 3D OpenGL spectrum visualization.
194  * Allow setting the FFT windowing style for 3D and normal spectrum
195
196 Interfaces:
197  * Add support for subtitles drag 'n drop in skins2
198  * Add record button in Qt menus
199  * New module for core dialogs on iOS
200  * New layout for Qt buttons customization
201  * Support to continue media playback where it was left off for Qt and MacOS
202
203 Mac OS X Interface:
204  * Avoid grey bars in fullscreen when using Mavericks with multiple monitors
205  * Improve fullscreen behavior for the native and VLCs own mode
206  * Fixes for advanced preferences
207  * Option to increase playlist font size
208
209 Misc:
210  * New module for TLS on OS X and iOS
211  * Windows installer will kill running instance before installing
212  * Teletext navigation buttons support in Qt4 gui
213
214 Removed modules:
215  * ios video output: use ios2
216  * OpenMash H.261 video decoder
217  * dirac encoder: use schroedinger
218
219 Translations:
220  * Update of all translations
221
222
223 Changes between 2.1.4 and 2.1.5:
224 --------------------------------
225
226 Core:
227  * Fix compilation on OS/2
228
229 Access:
230  * Stability improvements for the QTSound capture module
231
232 Mac OS X audio output:
233  * Fix channel ordering
234  * Increase the buffersize
235
236 Decoders:
237  * Fix DxVA2 decoding of samples needing more surfaces
238  * Improve MAD resistance to broken mp3 streams
239  * Fix PGS alignment in MKV
240
241 Qt Interface:
242  * Don't rename mp3 converted files to .raw
243
244 Mac OS X Interface:
245  * Correctly support video-on-top
246  * Fix video output event propagation on Macs with retina displays
247  * Stability improvements when using future VLC releases side by side
248
249 Streaming:
250  * Fix transcode when audio format changes
251
252 Security contents:
253  * Updated GnuTLS to 3.1.25 (CVE-2014-3466)
254  * Updated libpng to 1.6.10 (CVE-2014-0333)
255
256 Translations:
257  * Update British English
258
259
260 Changes between 2.1.3 and 2.1.4:
261 --------------------------------
262
263 Demuxers:
264  * Fix issue in WMV with multiple compressed payload and empty payloads
265
266 Video Output:
267  * Fix subtitles size rendering on Windows
268
269 Mac OS X:
270  * Fix DVD playback regression
271  * Fix misleading error message during video playback on OS X 10.9
272  * Fix hardware acceleration memleaks
273
274
275 Changes between 2.1.2 and 2.1.3:
276 --------------------------------
277
278 Core:
279  * Fix broken behaviour with SOCKSv5 proxies
280  * Fix integer overflow on error when using vlc_readdir
281
282 Access:
283  * Fix DVB-T2 tuning on Linux
284  * Fix encrypted DVD playback
285  * Fix v4l2 frequency conversion
286
287 Decoders:
288  * Fix numerous issues (M2TS, VC1 interlaced, Lagarith, FFv1.3, Xvid)
289    by updating codec libraries
290  * Bring fluidsynth back on Mac OS X
291  * Fix some Opus crashes with some filters
292  * Fix teletext crash on Windows
293
294 Demuxers:
295  * Avoid an infinite recursion in MKV tags parsing
296  * Fix an issue with some Vobsub tracks
297  * Fix missing samples at the end of some wav files
298  * Fix divide by 0 on ASF/WMV parsing
299
300 Audio output:
301  * Fix audio device selection via command line on Mac OS X
302  * Fix audio crashes on Mac OS X
303
304 Video Output:
305  * Fix selection of DirectDraw as the default output for XP
306  * Fix transform off-by-one issue
307  * Fix screensaver disabling on Windows outputs
308  * Fix DirectDraw device enumeration and multi-display output
309  * Fix a potential crash when playing a fullscreen game at the same time as VLC
310
311 Stream output:
312  * Fix 24bits audio MTU alignment in RTP
313  * Fix record file names
314
315 Qt interface:
316  * Fix minimal size possible on start
317  * Fix a crash with the simple volume widget
318  * Fix a crash in the audio menu building
319  * Fix multimedia keys issues on Windows
320  * Fix opening of DVD and BD folders on Windows
321
322 HTTP interface:
323  * Fix album art display on Windows
324
325 Translations:
326  * Update of Bulgarian, Catalan, Czech, Danish, German, Modern Greek,
327    Spanish, Basque, Finnish, French, Scottish Gaelic, Galician, Hebrew,
328    Hungarian, Italian, Japanese, Korean, Malay, Norwegian BokmÃ¥l, Nepali,
329    Dutch, Polish, Brazilian Portuguese, Portuguese, Romanian, Russian,
330    Sinhala, Slovak, Slovenian, Swedish, Telugu, Thai, Turkish, Ukrainian
331    and Simplified Chinese translations
332  * Fix encoding for Windows installer translations
333
334
335 Changes between 2.1.1 and 2.1.2:
336 --------------------------------
337
338 Audio output:
339  * Fix digital playback on OS X when more than one audio device is installed
340  * Fix digital playback (SPDIF/HDMI) on Windows
341  * Fix stuttering or silent playback when using sound enhancers or external
342    audio devices on OS X
343  * Improve responsiveness on OS X when playback starts or is being paused
344  * Improve responsiveness, silent playback intervals and reliability on iOS
345
346 Demuxers:
347  * Fix Vimeo and DailyMotion parsing
348  * Various WMV playback improvements and fixes
349
350 Decoders:
351  * Fix LPCM 20/24-bit decoding and 16 bits with channel padding
352  * Fix playback of some HEVC samples
353
354 Video filters:
355  * Fix crash on deinterlace selection
356
357 Qt interface:
358  * Fix some streaming profiles when copy existed
359  * Improve A-B loop control
360  * Fix album art update when changing media
361
362 Mac OS X interface:
363  * Add a language option in the interface
364  * Option to control VLC's iTunes pausing behavior is more easy to find
365  * Improved UI resetting when requested in the preferences
366  * Fix issue which prevented to enable more than one video filter on Mavericks
367  * Fix an issue which could prevent automatic UI language settings from working
368  * Fix opening subtitles files through drag & drop or double-clicking
369  * Fix crash when closing window without decorations
370  * Fix issue where extra video window was resized even if this was disabled
371
372 Win32 installer:
373  * Kill running VLC process on uninstall/update
374
375 Translations:
376  * Update of Basque, Bosnian, Bulgarian, Croatian, Czech, Danish, Estonian,
377    French, Hungarian, Icelandic, Indonesian, Italian, Kannada, Khmer,
378    Lithuanian, Occitan, Persian, Polish, Romanian, Scottish Gaelic, Sinhala,
379    Slovenian, Spanish, Swedish, Tamil, Thai, Uzbek, Welsh translations
380
381
382 Changes between 2.1.0 and 2.1.1:
383 --------------------------------
384
385 Core:
386  * Fix random and reshuffling behaviour
387  * Fix recording
388  * Fix some subtitles track selection
389
390 Decoders:
391  * VP9 support in WebM
392  * HEVC/H.265 support in MKV, MP4 and raw files
393  * Fix GPU decoding under Windows (DxVA2) crashes
394
395 Demuxers:
396  * Fix crashes on wav, mlp and mkv and modplug files
397  * Support Speex in ogg files
398  * Fix some .mov playlists support
399  * Support Alac in mkv
400  * Fix WMV3 and palette in AVI
401  * Fix FLAC packetizer issues in some files
402
403 Access:
404  * Fix DVB options parsing
405  * Fix DeckLink HDMI input
406  * Fix HTTPS connectivity on OS X by loading root certificates from Keychain
407
408 Audio output:
409  * Fixes for DirectSound pass-through
410  * Fixes for OSS output, notably on BSD
411
412 Interfaces:
413  * Fix HTTP interface infinite loop
414  * Fix D-Bus volume setting
415
416 Qt:
417  * Reinstore right click subtitle menu to open a subtitle
418  * Fix saving the hotkeys in preferences
419  * Fix saving the audio volume on Win32, using DirectSound
420  * Fix play after drag'n drop
421  * Fix streaming options edition and scale parameter
422
423 Stream out:
424  * Fix transcoding audio drift issues
425  * Fix numerous audio encoding issues
426
427 Win32 installer:
428  * Important rewrite to fix numerous bugs, notably about updates
429  * Simplification of the upgrade mechanism
430
431 Mac OS X interface:
432  * Reintroduce the language selector known from pre-2.1 releases
433  * Fix fullscreen behaviour and various crashes
434  * Fix about dialog crash in Japanese
435  * Fix crashes on proxy lookups
436  * Fixes on the playlist and information behaviours
437  * Fixes on the streaming dialogs
438  * Improves interface resizings
439
440 Translations:
441  * Update of Arabic, Basque, Belarusian, Czech, Danish, Dutch, French,
442    Galician, Gujarati, Hindi, Hungarian, Icelandic, Italian, Japanese, Korean,
443    Lithuanian, Marathi, Modern Greek, Norwegian BokmÃ¥l, Occitan, Persian,
444    Polish, Portuguese, Punjabi, Romanian, Sinhala, Slovak, Slovenian, Spanish,
445    Swedish, Telugu, Thai, Traditional Chinese, Turkish, Ukrainian, Uzbek
446    translations
447
448
449 Changes between 2.0.9 and 2.1.0:
450 --------------------------------
451
452 Important changes:
453  * The licenses of numerous modules have changed from GPLv2+ to LGPLv2.1+
454  * Discontinued support for PowerPC-based Macs; VLC now requires Mac OS X 10.6+
455    Moreover, the official builds will be 64bit only
456  * The --with-tuning and --without-tuning options are removed; to tune
457    compilation for a specific processor type, set CFLAGS manually
458
459 3rd party libraries (contrib):
460  * /extras/contrib has been replaced by a cleaner build system in /contrib
461
462 Core:
463  * Audio core rewrite, supporting higher samplerates, better volume management,
464    better device selection, new channel layouts and new output capabilities
465  * Fix support for .001, .00x split files on Windows
466  * Full support for UNICODE Windows mode
467  * Disable and mark obsolete --language selection
468  * Port to Android
469  * Port to iOS
470  * Partial support for Windows Store App / WinRT
471  * Add an audio fingerprinter, using AcoustID!
472  * Remove SQL support
473
474 Decoders:
475  * Support for CDXL, Ut Video, VBLE, Dxtory codecs via libavcodec
476  * Numerous improvements on the OpenMAX IL codec module
477  * Support for Ulead DV audio
478  * Support for TechSmith Screen Codec 2, Microsoft Expression Encoder Screen,
479    Microsoft Application Screen Decoder 1 (MSS1) and 2 (MSS2)
480  * Support for Indeo Audio Coder, RealAudio Lossless
481  * Add Hardware Acceleration support on OS X for H.264 based upon VDADecoder
482  * Add Hardware Acceleration support on Android Jelly Bean using MediaCodec
483  * Add Hardware Acceleration support on Linux using VDPAU
484  * Support for SCTE-27 subtitles
485  * Split G.711 decoder from Araw decoder
486  * X Window system raster image dump pseudo-decoder
487  * Support for Webinar GoToMeeting 4 (G2M4)
488
489 Encoders:
490  * high10, high422 and high444 encoding support in h264
491  * QuickSyncVideo Encoding (Intel Media SDK) support using Intel GPU on Windows
492  * New AAC encoder using the fdk-aac library (non-free)
493
494 Access:
495  * Screen: add support for OS X Lion and later,
496            remove support for previous OS X releases
497  * Major improvements in DASH support
498  * Improvements in Blu-Ray module, notably for multiple video tracks support
499  * Important improvements and rewrite of the v4l2 access module
500  * HTTP: support for Internationalized Domain Names
501  * Microsoft Smooth Streaming support (H264 and VC1) developed by Viotech.net
502  * NTSC EIA-608 closed caption input support via V4L2 VBI devices
503  * Add support for VNC/rfb in view only mode
504  * Add support for Remote Desktop/RDP in view only mode
505  * Timecode: generate a clock/timecode as a subtitle track
506    vlc video.mkv --input-slave timecode:// --timecode-fps 30/1001
507  * New video capture module for OS X based on AVFoundation, named AVcapture
508  * New shared memory framebuffer access module, named shm
509
510 Demuxers:
511  * MP4: partial support for fragmented MP4
512  * Vorbis: better support for metadata and cover art
513  * AVI: better support for tags and extended metadata
514  * Support for FLAC, Atrac and some ADPCM in AVI
515  * Support for DV data type 1 in AVI and 12 bits DV Audio
516  * Support for total number of tracks in major container
517  * Support for Cook and Atrac in MKV
518  * AVI: support for files produced by Nikon cameras
519  * Support for more MJPEG streams
520  * Add support for liveleak streams
521  * Add support for Wave/RF64 files
522  * Prevent numerous uncaught exceptions in MKV
523  * Add protection against several potential heap buffer overflow in libebml
524
525 Audio output:
526  * Windows Audio Session API audio output support
527  * OpenBSD sndio audio output support
528  * Important improvements on the Android OpenSL ES audio output
529  * Android AudioTrack audio output support
530  * OS X Auhal output support for 6.1, 7.1, 8.0 and 8.1 playback and layouts
531  * Rewrite of OSS module to support OSSv4
532  * OS X Auhal output support for multi-buffer output devices
533    This fix was facilitated through a hardware lending by TEAC Europe GmbH
534    distributing such devices under the brand "TASCAM" (US-122, US-144, etc.).
535  * Rewrite of the AudioQueue output for iOS (and OS X)
536  * New, simplified AudioUnit output for iOS
537
538 Audio Filters:
539  * New remapping channel filter
540  * New filter to enhance stereo effect by mono suppression and delay effect
541  * New VSXu visualization plugin
542  * ARM NEON acceleration of volume filter
543  * Rewrite of the simple downmixer filter
544  * New gain audio filter
545
546 Video Outputs:
547  * New output for Decklink Blackmagic cards
548  * New output using OpenMAX IL hardware acceleration API
549  * OpenGL: use glsl instead of ARB to do the YUV->RGB conversions
550  * OpenGLES: add support for color conversation shaders on Android and iOS
551  * Fix and enable the OpenGL ES1 and ES2 outputs
552  * Support for subpictures in the OpenGL ES2 output
553  * Fix the power management issue on Windows for standby management
554  * New output module for iOS using OpenGL ES2
555  * Fix performance issue on Macs with multiple graphics cards
556
557 Video Filters:
558  * New anaglyph video filter which transforms side by side 3D video streams in
559    anaglyph glasses (aka red/blue) compatible images
560  * Support in deinterlacing filter for most 4:2:0, 4:2:2, 4:4:4 YUV formats
561    and for bits depth higher than 8bits (like 10bits)
562  * Improvements on the transform filter, to support 10bits and RGB formats
563  * Revival of the openCV and openCV example filters
564  * ARM NEON acceleration of chroma filters
565
566 Stream Output:
567  * Extended support for recording, notably for MKV and AVI
568  * Options support for AVIO output module
569  * Livehttp places more accurate segments durations in playlist
570  * Livehttp allows setting cachin-variable in playlist
571  * Livehttp stream encryption support
572  * Livehttp supports changing encryption key and uri on segment change with key-loadfile option
573  * Added chromaprint based audio fingerprinting
574
575 Fingerprinters:
576  * Add AcoustID/Musicbrainz based fingerprinter
577
578 Interfaces:
579  * configurable password for the HTTP server
580  * .hosts removed from the HTTP server
581  * fix Lua command line interface console mode under Windows
582  * Better support for MCE remotes on Windows
583  * Hotkey support for TS program selection
584  * Rewrite of D-Bus inhibit interface
585  * Improvements on motion sensing interface, fix orientation, move out
586    rotate mode into the rotate video filter
587
588 Services discovery:
589  * UPnP A/V subtitles
590  * Support for multiple UPnP resources on a single item
591
592 OS X Interface:
593  * Add support for multiple video outputs
594  * Add accessibility support to playback windows, open panel and fullscreen
595    controller
596  * Add a GUI to manage podcasts
597  * Add a new panel for media conversation and streaming
598  * Add a GUI for the QTSound access input to process audio captured locally
599    - This also allows to capture input from a webcam and a mic at the same time
600  * Add a GUI to capture QTSound data along with the current screen content
601  * Add an option to let the Apple Remote control the system volume instead of
602    VLC's internal volume level
603  * Add a new Subtitles menu to change Subtitles and their properties during
604    playback
605  * Add the ability to create custom equalizer presets based upon the current
606    selection and to manage the list of presets
607  * Add custom profiles for video and audio effects, which let the user keep
608    multiple configuration sets of all the individual filters
609  * Support for pausing iTunes during media playback with VLC
610  * Add support for video filters to clone the video output or split it in parts
611  * Add A->B loop feature known from the Qt interface
612  * Add an option to disable skipping to next/previous file with the Apple Remote
613  * Add an option to show next / previous buttons
614  * Add an option to hide the shuffle and repeat buttons
615  * Add an option to hide the audio effects button (default enabled)
616  * Add optional playlist columns for track number, genre, album, description,
617    date and language
618  * Add options to the Advanced Open File dialog for start and stop time
619  * Add an option to play videos as a desktop background
620  * Add support for playing video and showing audio visualizations side by side
621  * improve fullscreen controller time slider with larger click target
622  * rewrite of minimal macosx module for use within VLCKit
623  * Add support for 'macosx-autoplay' to the Apple Event / Apple Script bindings
624    when adding new inputs - this also affects network streams opened through
625    3rd party applications
626  * Add a UI to the preferences dialog to configure the default application
627    handler for ftp, mms, rtmp, rtp, rtsp, sftp, smb and udp streams
628    (system-wide settings)
629  * Add support for the Video Title option
630  * Add support for the Boss Key
631  * The Streaming/Transcoding wizard and the open dialog's output panel are
632    deprecated now and will be removed in a future release
633
634 Qt:
635  * Partial support for Qt5.0
636  * Menus modifications and improvements
637  * Playlist improvements and fixes, including PictureFlow view
638  * Streaming output wizard rewrite
639  * Add bitrate graph in information panels
640  * Filters panels improvements, notably Equalizer and Compressor
641  * EPG display fixes and improvements
642  * Add SD pixmap sources
643  * Preferences hotkeys management fixes
644  * Display playlist total duration
645  * Support for a Maximum volume in the UI
646  * Add audio track fingerprinting from media info
647  * New profiles format and dialog to handle filters and quality
648  * Numerous fixes
649
650 Skins2:
651  * Port to OS/2
652  * Extend sliders, offsets options
653  * New bitmaps caching mechanism
654  * Numerous fixes and improvements
655  * Skinning of the Fullscreen controller
656
657 libVLC:
658  * new libvlc_audio_output_device_list_get and libvlc_audio_output_device_list_release functions
659    to replace the deprecated libvlc_audio_output_device_count, libvlc_audio_output_device_longname
660    and libvlc_audio_output_device_id
661  * libvlc_audio_output_get_device_type and libvlc_audio_output_set_device_type are now deprecated
662  * new libvlc_media_tracks_get and libvlc_media_tracks_release methods to get more info about the
663    media tracks. libvlc_media_get_tracks_info is now deprecated.
664  * new fingerprinter_Create and fingerprinter_Destroy for fingerprinter support
665  * new libvlc_log_set, libvlc_log_set_file, libvlc_log_unset, libvlc_log_get_context and
666    libvlc_log_get_object for a better logger mechanism
667  * new libvlc_set_app_id to complement libvlc_set_user_agent to set the icons
668
669 Removed modules:
670  * portaudio audio output: use the native audio output instead
671  * X11 On Screen Display notifications (xosd)
672  * Linux Framebuffer On Screen Display interface (fbosd)
673  * PVR: IVTV analog TV encoder - use V4L instead
674  * RTMP access: use libavformat avio instead
675  * RTMP access_output: use libavformat avio instead
676  * Hildon GUI
677  * MSN messenger "now playing" (broken and unmaintained since VLC 1.0.0)
678  * Telepathy framework "now playing" (broken and unmaintained since VLC 1.0.0)
679  * Nokia/Maemo MCE screen unblanking plugin
680  * Broken crop video filter
681  * Switcher module
682  * OSD parser and menu
683  * Xscreensaver: use xdg-screensaver
684  * Removed DLL loader for non-Windows Operating Systems
685  * SQL Media Library (broken and unmaintained)
686  * SQL Lite (only used as SQL Media library backend)
687  * htcpcp :)
688
689 Translations:
690  * Update of all translations
691
692
693 Changes between 2.0.8 and 2.0.9:
694 --------------------------------
695
696 Demux:
697  * Improve handling of corrupt ASF files
698  * Fix buffer overflow in the mp4a packetizer
699
700 Contribs:
701  * Fix modplug security issues
702
703
704 Changes between 2.0.7 and 2.0.8:
705 --------------------------------
706
707 Access:
708  * Fix ISDB-S tuning
709  * Fix crash in QTsound
710  * Fix screen mouse file location
711  * Fix invalid memcpy in MMS access
712
713 Demux:
714  * Fix use after free in sgimb
715  * Improve resistance and checking against malformed MKV files
716
717 Decoders:
718  * Fix crash in the libavcodec module
719
720 Mac OS X:
721  * Fix interface crashes
722  * Fix autostart playback option
723  * Respect "playlist-autostart" option
724
725 Translations:
726  * update Welsh translation
727  * New Kannada translation
728
729
730 Changes between 2.0.6 and 2.0.7:
731 --------------------------------
732
733 Input:
734  * Fix playback termination when switching ES tracks (PowerPC only)
735  * Fix memory exhaustion vulnerability when playing specifically crafted
736    playlist files
737
738 Decoders:
739  * Fix WMA Pro, MPEG 4 ALS, APE, MLP and ADPCM-IMA4 playback
740
741 Encoders:
742  * Fix audio encoding for numerous codecs, notably mp3 and aac
743
744 Muxers:
745  * Fix noticeable memory leak when creating AVI files
746
747 Video output:
748  * Fix crash when using libvlc in 3rd party applications (Mac only)
749
750 Mac OS X Interface
751  * Minor improvements
752  * Fix issue which could lead to loss of media files created through transcoding
753
754 HTTP Interface
755  * Fix two xss vulnerabilities (CVE-2013-3565)
756
757 Translations:
758  * Update Basque, Simplified Chinese, Ukrainian, Turkish, Portuguese, Norwegian BokmÃ¥l,
759    Burmese, Lithuanian, Italian, Hindi, Spanish, German, Czech, Danish, Welsh translations
760  * New Azerbaijani, Kirgyz, Oriya translations
761
762
763 Changes between 2.0.5 and 2.0.6:
764 --------------------------------
765
766 Access:
767  * Fix HTTPS playback with some certificates previously rejected
768
769 Audio Output:
770  * Improve lookup of human readable device names in AUHAL plugin (OS X)
771
772 Demuxers:
773  * Fix crash with broken asf files (SA-1302)
774  * Fix MKV behaviour with unknown or new ebml elements
775  * Fix use-after-free crash in Ogg demuxer, found by Tomi Juntunen
776  * Fix regression on some paletted codecs in AVI
777  * Fix ALAC in mp4 regression
778  * Improvements to the vimeo playlist parser
779
780 Decoders:
781  * Fix GPU decoding on Intel HD 2000/3000 cards on Windows
782  * Fix FLAC 6.1 and 7.1 channel layout
783  * Fix crashes in HTML srt subtitles
784  * 3rd party codecs updates
785
786 Mac OS X:
787  * Fix subtitle rendering resolution when using OS X's native fullscreen mode
788  * Improve fullscreen controller time slider with larger click target
789  * Fix listing of the lua interfaces (web, telnet and console)
790    in the advanced preferences panel
791  * Fix spatializer audio filter panel
792  * Fix crash within the video output code
793  * Fix BDMV folder selection issue on OS X Mountain Lion, which treats such
794    folders as a AVCHD file as soon as they include an item named INDEX.BDM
795  * Fix bug which caused a hidden fullscreen panel
796  * Fix various minor UI drawing issues (main window, fullscreen controller,
797    lua extensions, ...)
798  * Allow VLC to be associated with .dvdmedia packages
799
800 Qt:
801  * Fix clearing of Media Info panel on dialog exit
802
803 GNU/Linux:
804  * Numerous D-Bus and MPRIS2 improvements
805  * Reject broken versions of PulseAudio
806
807 Windows:
808  * Fix uninstallation in different location than C:\
809
810 Translations:
811  * Update of Brazilian Portuguese, Traditional Chinese, Thai, Portuguese,
812    Japanese, Italian, Hebrew, Estonian, Spanish, Czech, Catalan, Bosnian,
813    Asturian, French, Romanian, Serbian, Russian, Hindi, Estonian, German
814    Slovenian Norwegian BokmÃ¥l, Khmer, Icelandic, Interlingua, Welsh, Ukrainian,
815    Dutch, Danish, translations
816  * New Gujarati, Aragonese translations
817
818
819 Changes between 2.0.4 and 2.0.5:
820 --------------------------------
821
822 Access:
823  * Fix DVB-S delivery system detection
824
825 Audio Output:
826  * Fix playback initial synchronization with PulseAudio
827    (however similar bugs in PulseAudio version 2.0 and later still exist)
828  * Fix file output bug affecting floating point on big endian systems
829
830 Demuxers:
831  * Fix crash with some embedded subtitle fonts
832  * Fix buffer overflow in HTML subtitles parser
833  * Fix koreus lua parser
834  * Improve reliability for RTSP streams sent by some IP cameras
835  * Fix division by 0 in AIFF demuxer
836  * Fix some MKV crashes when ordered editions have empty or broken links
837  * Fix SWF potential crash on malformed files.
838
839 Video filters:
840  * Fix crash in Freetype with embedded fonts
841  * Fix wrong aspect ratio in some cases
842
843 Encoders:
844  * Fix Mpeg-2 audio and video encoders initialization
845
846 Mac OS X:
847  * Fix Reveal-in-Finder for files with non-Western file names
848  * Fix crash with local statistics disabled
849  * Fix Time counter UI look
850  * Fix system sleep issue on OS X 10.5
851
852 Win32:
853  * Fix https streaming
854
855 libVLC:
856  * Fix audio and video track selection:
857    The constant track identifier is now always used. Some functions previously
858    incorrectly used the (moving) index of the track in the table of tracks.
859
860 Translations:
861  * Update of Asturian, Bengali (India), Bosnian, Croatian, Czech, Danish,
862    Dutch, Estonian, French, Galician, Scottish Gaelic, German, Hebrew,
863    Italian, Japanese, Khmer, Malayalam, Polish, Slovak, Simplified Chinese,
864    Traditional Chinese, Brazilian Portuguese, Turkish, Thai translations
865  * Initial translations for Welsh and Interlingua
866
867
868 Changes between 2.0.3 and 2.0.4:
869 --------------------------------
870
871 Audio Output:
872  * Improve playback synchronization with PulseAudio.
873  * Fix ALSA digital pass-through ("S/PDIF").
874  * Fix live audio device selection on Mac OS X
875  * Fix detection of some 5.1 and 7.1 kits on Windows.
876  * Fix audio output behavior when the output device is plugged or unplugged
877    during playback on Mac OS X
878
879 Access:
880  * Fix numerous DVD (dvdnav) crashes
881  * Fix HTTP playback through proxy and advertise gzip correctly
882  * Fix TLS busy-loop during client-side handshake
883
884 Codecs:
885  * Support for Opus decoding via libopus, including multi-channel files
886  * Support MSS1 and MSS2 decoding through DMO libraries
887  * Fix Hebrew and Greek subtitles encoding
888  * Fix crashes on malformed subtitles and malformed png files
889  * Fix crashes when using hardware decoding
890
891 Demuxers:
892  * Fix issues in Ogg with zero length packets
893  * Fix file duration of Ogg/Theora and Ogg/Vorbis files
894  * Fix vimeo, koreus and youtube lua parsers
895  * Support Youtube live streams
896
897 Windows:
898  * Fix Wallpaper mode on Windows 7/8
899
900 Qt:
901  * Fix media info dialog update
902  * Fix random/repeat preferences saving
903  * Fix crashes when opening audio effects dialog, with skins and playlist
904  * Fix crash on association dialog on Windows XP
905  * Fix album art display at start
906
907 Mac OS X:
908  * Fix command-line options to control the interface behavior
909  * Deactivate CoreAnimation effects on Leopard
910  * Fix menus display and behavior
911  * Fix various crashes and small issues including bookmarks, playlist, buttons,
912    streaming wizard, video size, hotkeys and fullscreen controller
913  * Fix font selection for Unicode subtitles
914  * Improve system sleep behavior when playing audio-only media. The screen is
915    allowed to sleep while the system is kept awake during playback.
916  * Fix code signing of Delete Preferences application
917  * Add option to Audio Effects panel to activate the Karaoke filter
918
919 Miscellaneous:
920  * Fix Notify (D-Bus) plugin deadlock.
921  * Fix buffer corruption in freetype and subtitles modules
922  * Improve Blu-Ray and HLS support
923  * Fix issues on selection of playlist items for WebUI
924  * Codec and other 3rd party library updates
925  * Fix swscale and canvas behavior with Aspect Ratio
926  * Fix mime-type when streaming Webm over HTTP
927  * Fix recording behaviour in Windows network environments
928  * Codecs and 3rd party libary updates
929
930 Translations:
931  * Updates of Norwegian BokmÃ¥l, Korean, Slovak, Serbian, Russian, Traditional
932    Chinese, Simplified Chinese, Portuguese, Walloon, Turkish, Thai, Polish,
933    Dutch, Khmer, Hindi, Japanese, Galician, Hebrew, German, Breton, Scottish
934    Gaelic, Czech, Estonian translations
935  * Initial translations for Bengali, Fula, Gujarati and Bosnian
936
937
938 Changes between 2.0.2 and 2.0.3:
939 --------------------------------
940
941 Access:
942  * Fix some HTTP request that broke some radio channels
943
944 Demuxers:
945  * Fix support for some flv files (notably joined)
946  * Fix a crash when opening ape files with ID3v1 tags
947
948 Mac OS X:
949  * Add GateKeeper support
950  * Fix handling for some hotkeys
951  * Fix fullscreen toggle over extra interfaces
952  * Minor bugfixes and improvements
953
954 Qt:
955  * Fix Windows 8 interface style
956
957 Translations:
958  * Updates for Breton, Czech, Dutch, Gaelic, German, Hebrew, Hindi, Icelandic,
959    Japanese, Khmer, Korean, Polish, Russian, Simplified Chinese, Slovenian,
960    Thai, Turkish and Walloon
961  * New translations to Uzbek and Marathi
962  * Fix activation of Gaelic and Thai translations
963
964
965 Changes between 2.0.1 and 2.0.2:
966 --------------------------------
967
968 Video Output:
969  * XP machine will now use DirectX mode by default, like in previous versions.
970    There were too many errors with broken drivers.
971  * More accurate colourspaces conversions for YUV->RGB in OpenGL
972  * Add menu support for libvlc / VLCKit applications on Mac OS X
973  * Various fixes on Mac OS X, notably for crop, zoom, osd and menu support
974  * Misc fixes in OpenGL module, on all platforms
975  * Fix video output on PowerPC-based Macs equipped with an ATI Radeon 7500,
976    an ATI Radeon 9200 or a NVIDIA GeForceFX 5200 Ultra.
977  * Fix video output of 10bit encoded contents on Intel-based Macs equipped
978    with an Intel GMA 950 chipset running OS X 10.6 or later.
979  * Add support for the HiDPI mode used on recent Apple products with so-called
980    Retina Displays.
981
982 Access:
983  * Rework Digital TV module for Windows. DVB-T and DVB-C should work again
984  * Fixes for RAR compressed files
985  * Fix DirectShow crashes on exit
986  * Improve PulseAudio input latency
987  * Fixes for HTTP access through a proxy
988  * v4l2 webcam outputting H264 can now be used directly (use --v4l2-chroma=h264)
989  * Fix subtitles auto-detection in subfolders and detection behaviour
990  * IE http proxy is not used anymore by VLC on Win32
991  * Accept more extensions for DVD images
992  * Fix crash in VC1 packetizer
993  * Improvements in Blu-Ray playback
994  * Improvements and fixes in HLS support
995
996 Codec:
997  * Fix crashes in AAC decoder on channels changes, notably in ISDB streams
998  * Fix compilation with multiple FFmpeg and libav versions
999  * Fix G726 support
1000  * Fix MP3 free format support
1001
1002 Demuxers:
1003  * Fixes for MKV segments, seeking and MKV title display
1004  * Fix for some mp4, voc, midi and au crashes
1005  * Fix for Real .ram, .f4v, .avi and .ra files support
1006  * Fix for DVB channels file support
1007  * Fixes for alac, vorbis, DTS, VC-1 and Dirac in mp4
1008
1009 Encoders:
1010  * Fix for MPEG Audio encoding, use layer2 when using fourcc "mp2 " and "mp2a"
1011  * Fix for JPEG generation, when doing snapshots
1012
1013 Audio filters and output:
1014  * Limitation of spatializer volume output
1015  * Fix DirectSound device selection
1016  * Correct PulseAudio volume control
1017  * Do not apply volume in file output
1018  * Fix sampling rate in JACK output
1019  * Fixes in ALSA output for latency and for broken drivers
1020
1021 Mac OS X:
1022  * Enable drag and drop of playlist items between the temporary playlist and
1023    the persistant media library
1024  * Enable import of playlist items taken from the service discovery modules
1025    to the media library or the temporary playlist
1026  * Media key support for keyboards by other manufacturers than Apple
1027    This fix was facilitated through a hardware donation by ZF Friedrichshafen AG
1028    manufacturing keyboards under the brand "Cherry".
1029  * Add support for the Apple Remote to set the Mac to sleep using a longer
1030    press on the Play/Pause button
1031  * Remove libfontconfig's font cache by an Apple Type Services lookup.
1032    This removes the "Updating Cache" dialog, before finding all fonts.
1033  * Re-add an option to hide the window decoration during video playback
1034  * Improve compatibility with other 3rd party apps using SPMediaKeyTap
1035  * Many Fullscreen fixes
1036  * Keep Aspect Ratio when resizing is back
1037  * Add controls to manipulate the Subtitles Duration to the Track
1038    Synchronization panel
1039  * Hidden items in the sidebar are being retained for the next launch now
1040  * Fix crash when trying to open an Audio CD by drag & drop
1041  * Improve reliability when opening DVDs or BDs by drag & drop
1042  * Fix crashes on exit
1043  * Fix crash when mounting a device with multiple logical volumes while
1044    VLC is running
1045  * Chosen audio output device is retained throughout multiple sessions
1046  * Since running the Mac OS X interface as an Extra Interface or Control
1047    Interface can lead to undefined results, eventual settings will be
1048    automatically reset on the first launch.
1049    - This fixes issues with unresponsive playback controls and crashes on quit.
1050  * Update Growl plugin for use with Growl 1.3
1051  * Miscellaneous minor interface improvements
1052
1053 Lua Scripts:
1054  * Fixes for stdin/stdout and for different locale issues
1055  * Fixes for icecast SD
1056
1057 Qt:
1058  * Fix preferences for audio devices on Windows
1059  * Fix playlist search and selector behaviour
1060  * Fix multiple issues in the Open Disc dialog
1061  * Miscellaneous fixes in preferences, buttons, EPG, playlist and customize dialog
1062  * Fix tags and file names display
1063  * Fix various crashes, display issues and usability issues
1064
1065 Skins2:
1066  * Fix mousewheel on Windows
1067  * Fix for key events and focus loss
1068
1069 Web interface:
1070  * Fix display of some buttons
1071  * Fix listing of files in the Open interface
1072  * Fixes for widgets behaviour and vlm dialog
1073
1074 Security:
1075  * Fix Ogg Heap buffer overflow
1076  * Update taglib (CVE-2012-2396)
1077  * Update libavcodec and other codecs libraries
1078
1079 Translation:
1080  * Traditional Chinese, Simplified Chinese, Walloon, Slovak, Polish, Khmer,
1081    Japanese, Italian, French, Czech, Belarusian, Breton, Greek, Spanish,
1082    Estonian, Irish, Galician, Hungarian, Japanese, Dutch, Telugu, Ukrainian,
1083    Thai translations update
1084  * New Scottish Gaelic translation
1085
1086
1087 Changes between 2.0.0 and 2.0.1:
1088 --------------------------------
1089
1090 Access:
1091  * fix and improve the CDDB information retrieval
1092  * fix the samba module compilation
1093  * fix UDP / RTP multicast stream reception on Mac OS X when using the 10.7 SDK
1094  * multiple fixes for HLS support, notably on Win32 and for encryption
1095  * multiple fixes for Bluray discs playback
1096  * fix for DVD decryption on some RPC-I drives
1097
1098 Codecs:
1099  * Support for MXPEG files
1100  * limit auto-detected threads to 4 in avcodec module
1101  * fix quicktime audio codecs in RTSP streams
1102
1103 Demuxers:
1104  * Fix multi-file splitted RAR archive support
1105  * Fix a crash when seeking in mka
1106  * Improve MKV multi-video tracks support
1107
1108 Muxers:
1109  * Fix ogm header creation
1110
1111 Audio filters:
1112  * limit spatializer filter distortions
1113  * Use fastest SinC algorithm for samplerate module
1114
1115 Audio output:
1116  * Fix S/PDIF passthrough with ALSA.
1117  * Remove flawed ALSA channels autodetection.
1118    The available ALSA channels MUST be configured now (stereo by default).
1119  * Fix delay when changing the volume on Mac OS X
1120
1121 Video filters:
1122  * Fix gradfun unloading on Windows platform
1123
1124 Mac OS X interface:
1125  * allow to hide the playlist to get a small controller window
1126  * allow to hide the sidebar
1127  * disable Lion fullscreen mode by default, since its behavior is misleading
1128    - this fixes fullscreen video output on a secondary screen
1129  * noticebly faster launch time
1130  * correct a few visual glitches and accessibility support
1131  * re-enable visual feedback on seek and volume changes
1132  * improve track synchronization panel
1133  * fix fontconfig cache dialog, closure of the interface and numerous crashes
1134  * fix crop, aspect ratio handling, DVD (no menu) support and Open subtitle menu
1135
1136 Qt interface:
1137  * allow a native seek slider instead of the blue one
1138  * fixes in the playlist, the addons dialog, the menus, the main toolbar
1139    the open dialogs, preferences and customization dialogs
1140  * fix for fontconfig cache dialog, when rebuilding ASS fonts
1141
1142 Skins interface:
1143  * fix for menus display
1144  * Addition of $R to display current playback speed
1145  * documentation update
1146
1147 Web interface:
1148  * fix mobiles display for remote control mode
1149  * support for .drc and .3ga extensions
1150
1151 Service discovery:
1152  * fix SAP discovery, where an item was added multiple times
1153  * fix SAP discovery on Mac OS X when using the 10.7 SDK
1154  * Update Jamendo selections
1155
1156 Miscellaneous:
1157  * fix DBus crash
1158  * fix build issues on BSD, Linux/PPC and Linux/Sparc
1159  * fix a crash on VLM close
1160
1161 Security:
1162  * Update libpng to 1.5.9 (CVE-2011-3026)
1163  * Update freetype to 2.4.9 (CVE-2012-1126 up to CVE-2012-1144)
1164  * Fix MMS stack overflow (SA-1201 - CVE-2012-1775)
1165  * Fix RealRTSP heap overflow (SA-1202 - CVE-2012-1776)
1166
1167 Translations:
1168  * Update of Czech, Spanish, Swedish, Turkish and Walloon translations
1169
1170
1171 Changes between 1.1.13 and 2.0.0:
1172 ---------------------------------
1173
1174 Important notes:
1175  * The licenses of libVLC and libVLCcore have changed from GPLv2+ to LGPLv2.1+
1176  * Start/end titles/chapters are now specified with # rather than @ to fix
1177    conflicts with some URLs and file names. For instance, this plays a DVD
1178    from the 2nd chapter of the 1st title up to the 4th chapter of the 3rd
1179    title:  vlc dvd://#1:2-3:4
1180  * The 40+ --*-caching options were simplified and dumbed down to 4 options:
1181    - --file-caching specifies caching for local files,
1182    - --network-caching specifies caching for network resources,
1183    - --live-caching specifies caching for capture devices and
1184    - --disc-caching specifies caching for local optical media.
1185    All values are expressed in milliseconds as in previous versions.
1186  * HTTP server IP address, port, and TLS configuration is now centralized:
1187    - The --http-host option sets the address, e.g. "--http-host=[2001:db8::1]".
1188      By default, both :: and 0.0.0.0 are used.
1189    - The --http-port and --https-port options set the port numbers.
1190      By default, 8080 is used for HTTP, and 8443 for HTTPS.
1191    - The TLS credentials are configured with --http-cert (public certificate),
1192      --http-key (private key), --http-ca (optional CA) and
1193      --http-crl (optional CRL).
1194  * RTSP server IP address and port are updated similarly.
1195    Use --rtsp-host and --rtsp-port respectively.
1196  * The --miface-addr option does not exist anymore. To select the multicast
1197    output interface, use --miface instead, e.g. --miface=eth0.
1198  * The Windows version will only work with Windows XP SP2 or later.
1199    Windows 2000 SP4, Windows XP < SP2, Windows 2003 SP0 are now unsupported.
1200  * The Mac OS version will require Quartz Extreme compatible machines.
1201
1202 Important changes for packagers:
1203  * The default builds now assume that the operating system uses UTF-8 for
1204    its file systems and files content (except the Windows port). If this is
1205    not acceptable, pass --enable-non-utf8 to the configure script.
1206    Non-UTF-8 file systems support will be removed in future versions.
1207  * The VLC plugins path can be overridden with the VLC_PLUGIN_PATH environment
1208    variable. The --plugin-path command line option was removed.
1209  * The default tarballs are now compressed with XZ/LZMA: .tar.xz
1210  * OSS support is not compiled on Linux by default, pass --enable-oss to the
1211    configure script if you use OSSv4 or really want to use OSS emulation.
1212  * The webplugins have moved to: git://git.videolan.org/npapi-vlc.git
1213
1214 Core:
1215  * Major Video Core and Outputs rework and rewrite:
1216    Subtitles, subpictures and OSD can now be sized and blent inside outputs
1217    x11 (Unix), OpenGL (Unix) and Direct3D (Windows) are such video outputs.
1218  * Almost every video filter can now be transcoded
1219  * Playback rate doesn't get resetted to 1 between items anymore
1220  * Option --sub-filter was renamed --sub-source
1221  * Port to Android, iOS, OS/2 and Win64.
1222
1223 Access:
1224  * Multiple files are now supported inside RAR files
1225  * Experimental support for ClearQam devices in the BDA/DTV module
1226  * DVB-S scanning support on Unix
1227  * DVB-C scanning on Unix scans correct modulation/symbolrate if needed
1228  * Support for freq and video standard selection in DirectShow
1229  * Support for VDR recordings (http://www.tvdr.de/) folders
1230  * Experimental Blu-Ray Discs support using libbluray
1231  * HTTP Live Streaming (IETF draft) playback support
1232  * Blackmagic DeckLink SDI cards input support (Linux only currently)
1233  * Linear Systems (HD-)SDI cards input support (Linux)
1234  * PulseAudio audio input support
1235  * Support for RTP dynamic payload types by specifying the payload format
1236    in an option (no autodetection): only Theora supported for now
1237  * Basic HTCPCP implementation for Coffee Pot control
1238  * Support for all QTKit-compatible video input devices, aka QTCapture
1239  * Support for all QTKit-compatible audio input devices, aka QTSound
1240  * Support for capturing partially hidden windows in the X11 Screen input
1241  * MPEG DASH (Dynamic Adaptive Streaming over HTTP) support
1242  * Support for HTTPS is now fixed in the Windows port
1243
1244 Codecs:
1245  * One can now use ffmpeg-mt in conjunction with vlc, to split decoding load
1246    on multiple cores. H.264, VP3, VP8, JPEG-2000, Mpeg-4 ASP/DivX and RV3/RV4
1247    are notably concerned.
1248  * Important fixes for RealVideo 3.0 and 4.0 playback, notably in MKV
1249  * Experimental Hardware decoding using Broadcom CrystalHD cards
1250  * New module for decoding EBU subtitles (.stl)
1251  * Support for 9bits and 10bits H.264/AVC decoding
1252  * Support for 20-bits PCM and DAT-12 (digital magnetic tapes) from RTP
1253  * New module for Dirac encoding, using the faster libschroedinger
1254    The Schroedinger module should be prefered to the Dirac one
1255  * Support for WMV Images, aka WMVP and WVP2, as used by Photo Story
1256  * Support for Lagarith Lossless video codec
1257  * Support for ProRes 422 video codec in 10bits
1258  * Support for DNxHD (VC-3) and JPEG-2000 in 10bits
1259  * EIA-608 closed captions improvements
1260  * Support for JPEG-2000 and Motion JPEG-2000 in the Windows and Mac binaries
1261  * Experimental support of IOMX for OpenMAX IL codecs on Android
1262  * One can use "mp2 " fourcc to encode in mpeg1/2 layer 2
1263
1264 Demuxers:
1265  * New images demuxer supporting jpeg, png, targa, xcf, git, tiff, bmp, pcx, lbm
1266  * C64 SID file playback support of using sidplay2
1267  * Support for images/cover art in wma/wmv/asf files
1268  * Improvements in .ape files metadata reading and writing
1269  * New demuxer module for EBU subtitles (.stl)
1270  * Support for caf, mtv, awb, f4v, amr, vro (DVD-VR) files
1271  * Ogg, flv, mxf, amr seeking improvements
1272  * Major improvements in Matroska (mkv) chapters/segments handling and seeking
1273  * Support for duration and better seeking in Mpeg-TS files (.ts, .m2ts, .mts)
1274  * Mov improvements, notably for aspect-ratio handling and Audio DV tracks
1275  * Improved support of tracker files
1276  * Real Media (.rm and .rmvb) demuxer is now based on libavformat
1277
1278 Interfaces:
1279  * Qt: effects dialogs rework
1280  * Qt: new CoverFlow-like view of the playlist
1281  * Qt: port to MacOS X platform
1282  * Qt: various interface improvements, notably on the seek bar
1283  * Skins2 / Qt: misc improvements and usability fixes
1284  * Skins2: fullscreen controller support, relative placement support
1285    and important cleanups and optimisations
1286  * Mac OS X: re-written Main Window, which also includes the Video Windows
1287    It is available in 2 looks, one grey (Lion style) and one black (QTX style)
1288  * Mac OS X: new Audio Effects panel adding Compressor and Spatializer filters
1289  * Mac OS X: new Track Synchronization panel
1290  * Mac OS X: new Video Effects panel for color and geometry adjustments
1291  * Mac OS X: re-written Open Disc functionality with automatic media detection
1292  * Mac OS X: support for the native fullscreen mode on OS X Lion
1293  * Mac OS X: enhanced AppleScript support
1294  * Mac OS X: support for lua extensions
1295  * The rc and telnet lua interfaces were merged into a new "cli" interface
1296  * lua: the recommended way to run custom interface scripts is now to pass
1297    -I luaintf --lua-intf myscript
1298  * ncurses: heavy refactor of the complete interface
1299  * dbus: Upgrade to an mpris2 compliant interface, see http://www.mpris.org
1300  * dbus: Rewrite of the main loop to use a more efficient poll-based model
1301  * webUI/http: Rewrite of the web interface, using jQuery
1302  * webUI/http: some requests are now supported in JSON in addition to XML
1303  * webUI/http: path values for input and output are deprecated in favour of uri
1304  * Qt/Win32: the update system now downloads the updates in the temp folder
1305  * Qt: preferences are now searchable
1306  * Qt: the fullscreen controller is now stackable, full-width, at the bottom
1307
1308 Video Output:
1309  * New video output based on Direct2D for Windows 7 and Vista (with Platform Update)
1310  * New video output for iOS platform
1311  * Experimental work in progress on a video output using EGL
1312  * Adaptation of the OpenGL layer for OpenGL ES 1.1
1313  * Various vmem improvements
1314  * OpenGL video output now accepts YUV as input and uses fragment programs for
1315    chroma conversion between YUV and RGB
1316  * New video output for Android platform, based on Surface
1317  * Support for 9/10bits output in the OpenGL output
1318  * Updated OpenGL video output for Mac, requires a Quartz Extreme capable machine
1319  * New video output based on kva API for OS/2
1320
1321 Audio Output and Filters:
1322  * New audio output based on AudioQueue API for iOS
1323  * New audio output in memory (amem)
1324  * Important simplification and improvements in the core audio output
1325  * New audio output based on OpenSL ES API for Android
1326  * New audio resampler using Speex (DSP)
1327  * New audio resampler using the Secret Rabbit Code (a.k.a. libsamplerate)
1328  * New Compressor filter, a dynamic range compressor
1329  * New simplistic Karaoke filter
1330  * New audio output based on kai API for OS/2
1331  * Automatic handover from S/PDIF to PCM with PulseAudio 1.0
1332
1333 Video Filter:
1334  * New gradfun filter for debanding videos using dithering
1335  * Rewrite of the grain filter, faster and with better quality
1336  * New posterize filter for lowering the number of colors
1337  * Atmo ambilight: improve Fnordlicht support up to 254 channels
1338  * New sepia filter for creating sepia effect in videos
1339  * New deinterlacer mode Phosphor, a framerate doubling CRT TV simulator
1340  * New deinterlacer mode IVTC, to do live inverse telecine for NTSC films
1341  * New subsdelay filter to change subtitles delay
1342  * New anti-flickering filter
1343  * New OpenMAX DL IPCS filter for color space conversion and resizing
1344  * New video filter for denoising, based on the famous hqdn3d filter
1345  * Major improvements in the freetype text-rendering module, notably supporting
1346    blackbox and customizable shadow.
1347    NB: The freetype module is now used by default on the Mac OS X instead of
1348    the quartztext module, which can still be enabled manually.
1349    The Win32 font selection was improved too.
1350
1351 Stream output:
1352  * New livehttp-module for HTTP Live Streaming (IETF draft) output
1353    example: vlc inputfile :sout="#transcode{vcodec=h264,acodec=mp3,
1354     venc=x264{profile=baseline},width=320,vb=256,ab=96}:std{
1355     access=livehttp{index=public_html/iphonestream.m3u8,
1356     index-url=http://url-to-iphonestreamfile-###.ts},mux=ts{use-key-frames},
1357     dst=public_html/iphonestreamfile-###.ts}"
1358  * Support for Vorbis and Theora in RTP
1359  * Major rework of VoD support
1360  * New delay module, to introduce delays of one ES, when streaming:
1361        #delay{id=12,delay=500}:standard...
1362  * New setlang, setid modules to change lang or id of one ES, when streaming:
1363        #setid{id=12,new-id=42}:std...
1364  * New langfromtelx module, to change lang of one ES, when streaming, based on
1365    a telextex page: #langfromtelx{id=12,magazine=7,page=0x99,row=1}:std...
1366  * New select module, to replace an existing ES with another ES in the same track
1367    #duplicate{dst=bridge-out{id=1},select=video,dst=bridge-out{id=0xa3},select=audio}
1368    #transcode{...}:bridge-in{id-offset=0}:select{disable=0}:setid{id=0,newid=0xa3}:autodel:std{...}
1369  * New libavformat/avio access_output module for network streaming
1370
1371 Services Discovery:
1372  * Search API to be able to query distant search APIs from the interfaces
1373  * Upnp module was ported to Win32
1374
1375 libVLC:
1376  * New capabilities for libVLC:
1377   ** libvlc_media_player_navigate for DVD navigation
1378   ** libvlc_audio_filter_list_get, libvlc_video_filter_list_get to get the
1379      list of available audio and video filters
1380   ** libvlc_audio_set_format, libvlc_audio_set_format_callbacks,
1381      libvlc_audio_set_callbacks
1382      allow grabbing audio data from a chosen memory location in real-time.
1383
1384 Removed modules:
1385  * asademux, subsass: use libass
1386  * fake, invmem: use the new image demuxers
1387  * hal, v4l, gapi, omapfb, hd1000a, hd1000v: obsolete unmaintained modules
1388  * id3tag: use taglib
1389  * upnp: use upnp_intel
1390  * removal of old telnet interface in favor of the new lua CLI
1391  * removal of http interface in favor of luahttp
1392  * removal of the noise filter
1393  * removal of the SDL audio output, use the native outputs
1394  * growl_udp: use Growl for local notifications on the Mac. UDP support will be
1395               removed in Growl's next release, too.
1396  * removal of the OSSO screensave module, use the MCE one
1397
1398 Translations:
1399  * Update of translations for most languages.
1400  * New Telugu and Kurmanji translations.
1401
1402
1403 Changes between 1.1.12 and 1.1.13:
1404 ----------------------------------
1405
1406 Security:
1407  * Heap overflow in TiVo demuxer fixed.
1408  * Same default ACL for HTTP requests as for the rest of the HTTP interface.
1409
1410 Audio outputs:
1411  * PulseAudio channels mapping (non-stereo) fix.
1412  * PulseAudio stream accidental overflow recovery.
1413
1414 Video outputs:
1415  * XVideo support for mixed CPU/GPU endianess (especially on PowerPC).
1416  * XVideo support for automatic color keying.
1417  * xosd Xlib initialization failure fix.
1418
1419 Decoders:
1420  * Camtasia decoding fix.
1421
1422 Qt interface:
1423  * Rare crash while seeking fixed.
1424  * V4L2 video standard selection fixed.
1425
1426 Translations:
1427  * Update of Chinese simplified, Estonian, German and Polish languages.
1428
1429
1430 Changes between 1.1.11 and 1.1.12:
1431 ----------------------------------
1432
1433 Audio outputs:
1434  * Mac OS X / auhal: multiple fixes for the Digital Audio output (S/PDIF)
1435                      including support for OS X Lion
1436  * Multiple fixes and improved synchronization for PulseAudio support
1437  * Support for AC-3 and DTS passthrough with PulseAudio 1.0
1438
1439 Unix port:
1440  * Fix build compatibility with taglib < 1.6 and Xulrunner 1.9.1
1441
1442 Misc:
1443  * Fix crashes with Japanese locale on OS X
1444  * Minor fixes for Webplugin under Win32, AVI demuxer, smem and AudioScrobbler
1445  * Fix crash in HTTP and RTSP server (stream output or Web interface)
1446
1447 Translations:
1448  * Update of Breton, Chinese Simplified and Basque
1449
1450
1451 Changes between 1.1.10 and 1.1.11:
1452 ----------------------------------
1453
1454 Security:
1455  * Fix buffer overflows in the RealMedia demuxer (CVE-2011-2587)
1456    and the AVI one (CVE-2011-2588).
1457
1458 Mac OS X:
1459  * Fixed scrolling direction if the input device's signal is inverted
1460  * Update Auhal audio output to the latest API
1461  * Fix images disappearing issue on the interface
1462  * Reduced installation size by up to 30 MB
1463  * Resolved conflict between iTunes and VLC wrt Media Key handling
1464
1465 Mozilla/ActiveX webplugin:
1466  * Fullscreen mode is fixed on Win32
1467  * Very simple fullscreen controller is visible on Win32
1468
1469 Demuxers/Meta Readers:
1470  * Better support for cover art embedded in mp4, wma
1471
1472 Muxers/Output:
1473  * Fix AVI muxer so the generated files are readable on other players
1474
1475 Extensions:
1476  * Multiple fixes for crashes and malfunctionning issues
1477
1478 Qt Interface:
1479  * Fix quitting on Linux
1480  * Fix opening of VIDEO_TS folders through the open disc dialog on Windows
1481  * Miscellaneous
1482
1483 Win32 port:
1484  * Update of codecs, fixing the mpeg-2 decoder crash
1485
1486 Translations:
1487  * Update of Slovak, Lithunanian, Russian, Brazillian Portuguese, Serbian
1488
1489
1490 Changes between 1.1.9 and 1.1.10:
1491 ---------------------------------
1492
1493 Windows and Mac OS X:
1494  * Update of external library modplug, to address multiple security issues
1495
1496 Mac OS X Interface:
1497  * Improved Media Key handling based upon SPMediaKeyTap by Spotify AB
1498  * Fix for various crashes and small issues
1499
1500 Demuxer:
1501  * Fix heap corruption / integer overflow in XSPF playlist parser
1502
1503 Audio output:
1504  * PulseAudio output re-written due to unstability of the current one
1505
1506 Win32 port:
1507  * Remove the fontconfig dependency from the freetype module
1508
1509 Miscellaneous fixes in:
1510  * Windows 7 taskbar buttons
1511  * Qt interface
1512  * asx, live555, dvdnav demuxer
1513  * RTP output and XML export
1514  * Subtitles colours when using GPU decoding on Windows
1515  * v4l2 access
1516
1517 Translations:
1518  * Update of Norwegian BokmÃ¥l, Slovak, Afrikaans, Luganda,
1519    Brazillian Portuguese, Irish, Thai, Estonian, Chinese, Polish,
1520    Dutch, German, Galician, Bulgarian, Lithuanian and Japanese translations
1521  * Initial Basque, Zulu, Peul, Amharic, Acoli, Chiga translations
1522
1523
1524 Changes between 1.1.8 and 1.1.9:
1525 --------------------------------
1526
1527 Windows and Mac OS X:
1528  * Update of external library modplug, to address a security issue
1529
1530 Demuxers:
1531  * mp4: Fix heap-based buffer overflow (VideoLAN-SA-1103)
1532
1533 Mac OS X Interface:
1534  * Miscellaneous interface look adjustments
1535  * Improve Apple Remote handling
1536  * Fixe bugs in the Streaming / Transcoding wizard
1537  * Layout fixes in the Preferences and Controls windows
1538  * Fix incomplete list of hotkeys in the Preferences dialog
1539  * Fix quitting through Apple Events (Dock menu, App Switcher, AppleScript, etc.)
1540
1541 Mac OS X Port:
1542  * Fix Growl local notification plugin
1543  * VLC bundle now includes the Growl framework
1544  * Fixes for eyeTV
1545
1546 Translations:
1547  * Updates of Lithuanian, Estonian, Chinese, Japanese, Bengali, Dutch, Polish,
1548    German, Galician, Traditional Chinese translations
1549  * New Luganda Translation
1550
1551
1552 Changes between 1.1.7 and 1.1.8:
1553 --------------------------------
1554
1555 Mac OS X Interface:
1556  * New UI graphics by Damien Erambert
1557
1558 Interfaces:
1559  * Oldrc interface is again the default RC interface, on Windows
1560  * Luarc, luahttp and luatelnet fixes
1561  * Qt and Mac OS X fixes
1562  * numerous Skins2 fixes, notably winamp2 skins
1563
1564 Encoder:
1565  * new libschroedinger-based Dirac codec encoder, faster than the current one
1566
1567 Access/Demuxers/Codecs:
1568  * Subtitles auto-detection is back for .txt files
1569  * vod/rtsp server and rtsp input fixes
1570  * mp4 demuxer improvements
1571  * ogg, rstp input, video filters minor fixes
1572  * taglib's replaygain is fixed for mp3
1573  * vobsub support has an improved auto-detection
1574  * fix a crash in malformed ape files
1575
1576 Miscellaneous fixes in:
1577  * Pulseaudio audio output, notably for usb cards
1578  * Stacktraces are now limited in size on Windows
1579  * Video resolution is now limited to 8192x8192, for security reasons
1580    See CORE-2011-0208, CVE-2010-3275, CVE-2010-3276
1581  * Configure and build system improvements
1582  * DirectShow and BDA build headers have been updated
1583
1584 Translations:
1585  * Update for Finnish, Galician, Dutch, Chinese, German, Japanese, Lithuanian,
1586    Slovak, French, Polish, Estonian, Brazillian Portuguese and Hebrew
1587  * New icelandic translation
1588
1589
1590 Changes between 1.1.6 and 1.1.7:
1591 --------------------------------
1592
1593 Linux port:
1594  * Integration with the KDE GUI platform is disabled due to KDE bugs
1595    #234484 and #260719.
1596
1597 Mac OS X port:
1598  * Updated live555 library to fix playback of RTSP and Freebox streams
1599  * Running VLC in 64bit mode requires Mac OS X 10.6.0 or later for speed
1600    and stability reasons
1601
1602 Demuxers:
1603  * Fix for Matroska / WebM remote code execution vulnerability.
1604    VideoLAN-SA-1102
1605
1606 Translations:
1607  * Update for Hebrew, Japanese, Danish and Russian translations
1608
1609
1610 Changes between 1.1.6 and 1.1.6.1:
1611 ----------------------------------
1612
1613 Source:
1614  * Fix libnotify, lirc, pulse compilation and packaging for Unix/Linux
1615
1616
1617 Changes between 1.1.5 and 1.1.6:
1618 ---------------------------------
1619
1620 Audio output:
1621  * Multiple fixes and improvements on PulseAudio output
1622    PACKAGERS are VERY STRONGLY advised to update libpulse to 0.9.22.
1623    Update is required to use PulseAudio with the Phonon-VLC backend (KDE)
1624    and with the Mozilla VLC web browser plugin.
1625
1626 Access:
1627  * Fix the Audio CD crash when looking for CDDB metadata on Windows
1628
1629 Decoders:
1630  * Support for MPC SV7 and SV8 on Windows and Mac OS X (Unix was already working)
1631  * Enabled FluidSynth MIDI playback plugin on Mac OS X
1632  * Faster VP8/Webm decoding with recent codecs libraries
1633  * Fix heap corruption in CD+G decoder - CVE-2011-0021 / VideoLAN-SA-1101
1634
1635 Demuxers:
1636  * Fix Buffer overflow in Real demuxer - CVE-2010-3907 / VideoLAN-SA-1007
1637  * Fix some asf/wmv seeking issues, notably when seek didn't go to a keyframe
1638  * Support for 24-bits PCM over RTP (audio/L24)
1639
1640 Subtitles and renderer:
1641  * Do not auto-detect .txt files for subtitles
1642  * Mark more freetype options as safe
1643  * Mac OS X: fixed fontconfig cache creation
1644  * Fix heap corruption in subtitle decoders, potentially exploitable,
1645    discovered by Harry Sintonen - sintonen at iki.fi - CVE-2011-0522
1646
1647 Visualization:
1648  * Fix projectM visualization for Linux in all locales
1649  * Fix projectM visualization support for Windows
1650  * Various projectM improvements: the module should be working now
1651  * Fix goom crash on Windows XP and Mac OS X
1652
1653 Interfaces:
1654  * Qt4: fixes for media keys processing and MCE remotes
1655  * Qt4: various fixes and portability improvements
1656
1657 Miscellaneous fixes:
1658  * KDE device solid actions
1659  * XDG screensaver
1660  * Transcode integer overflow
1661  * HTTP Icy metadata reading
1662  * Windows: revert to 1.1.4 performance timers
1663
1664 Translations:
1665  * Update translations for Chinese, Nippon, Slovak, Estonian, Spanish, Galician,
1666    Swedish, Bulgarian, French, Bengalese, German, Slovak, Japanese, Dutch,
1667    Polish, Hungarian, Indonesian, Sinhala and Irish
1668
1669
1670 Changes between 1.1.4.1 and 1.1.5:
1671 ----------------------------------
1672
1673 Security:
1674  * Fix a Windows crash on accessing Network Shared files/drives,
1675    VideoLAN-SA-1006
1676
1677 Access:
1678  * Support for RTP access for H264 streams by specifying the demux in the MRL
1679
1680 Services Discovery:
1681  * Integration in the playlist, of a list of web shows, provided by channels.com
1682
1683 Demuxers:
1684  * Game Music Emu (GME) plugin rewritten, using the proper C API
1685  * DVDnav and DVDread fixes for encoding and misc issues
1686  * Playback of live http .Webm streams
1687  * Taglib thread-safety fix
1688
1689 Decoders:
1690  * Fix decoding of H264 using DxVA2 using Intel IGP, thanks to the donation from
1691    "Puget Systems"
1692
1693 Skins:
1694  * Add an icon to VLC on Linux
1695
1696 Video Output:
1697  * fix a bug that could lead to 100% CPU usage on XCB
1698
1699 Interfaces:
1700  * fix for Qt bug where VLC didn't exit properly on some Windows XP configuration
1701  * fixes on luatelnet and luarc
1702
1703 Miscellaneous crashes and fixes in various plugins (telnet, live555, theora and
1704  TS-mux, Qt)
1705
1706 libLVC:
1707  * add libvlc_media_new_fd() to play directly file descriptors (not Win32/Win64)
1708  * Miscellaneous fixes
1709
1710 Translations:
1711  * Update translations for Walloon, Lithuanian, Spanish, Turkish, Estonian, Dutch,
1712    Bengali, German, Polish, Brazillian Portuguese, Japanese, Italian, Galician,
1713    French and Ukrainian
1714  * Major update and activation on Windows of Modern Greek
1715  * New Asturian translation
1716
1717
1718 Changes between 1.1.4 and 1.1.4.1:
1719 ----------------------------------
1720
1721 Mac OS X:
1722  * Fixed video output on PowerPC-based Macs for videos with widths divisible
1723    by 16
1724  * Fixed an issue with the Equalizer's 170Hz slider
1725
1726 Demuxer:
1727  * Fix crash when closing rtsp streams
1728
1729 Qt interface:
1730  * Fix Windows 7 jumplists with Unicode files
1731  * Various fixes for Windows
1732
1733 Translations:
1734  * New Armenian translation
1735  * Update translations for Dutch, Estonian, Lithuanian, Japanese, Nynorsk,
1736    Brazillian Portuguese, Armenian, Wallon
1737
1738
1739 Changes between 1.1.3 and 1.1.4:
1740 --------------------------------
1741
1742 Win32:
1743  * Fix a security issue when loading DLLs, especially in Qt4 and dmo modules,
1744    See VideoLAN-SA-1005
1745  * Fix folders opening from the interface
1746
1747 Translations:
1748  * Update translations for Lithuanian, Bengali, Slovak, French, Dutch, Ukrainian
1749    Polish, Simplified Chinese, German and Galician
1750
1751
1752 Changes between 1.1.2 and 1.1.3:
1753 --------------------------------
1754
1755 Access and demuxers:
1756  * fixes for FTP relatives path and FTP directory support
1757  * fix for podcasts parsing
1758  * DVD: fix an assert error and various memory leaks
1759
1760 Taglib:
1761  * fix NULL dereferences, as reported by FortiGuard Lab,
1762    CVE-2010-2937 / VideoLAN-SA-1004
1763
1764 Playlist:
1765  * fix a regression where the wrong entry was played
1766  * fix m3u playlists exports
1767
1768 Skins2:
1769  * fix video autoresize behaviour
1770
1771 Translations:
1772  * Update translations for Dutch, Sinhala, Hebrew, Estonian, Spanish and Bengali
1773
1774 Windows and Mac:
1775  * Update of many codecs libraries, fixing bugs and improving speed
1776
1777 Mac:
1778  * architecture-specific installations will now be replaced by specific updates
1779
1780 BSD:
1781  * Add AltiVec detetion for OpenBSD/powerpc
1782
1783
1784 Changes between 1.1.1 and 1.1.2:
1785 --------------------------------
1786
1787 Demuxers:
1788  * Avformat fps displaying fix
1789  * TS, fix an issue where some programs would get dropped (fixes DVB issues too)
1790
1791 Audio filters:
1792  * fix timestamps handling on some filters that provoked issues when playback
1793    of mono streams, especially on Windows
1794
1795 Windows:
1796  * fix a bug in direct3d video output with old nVidia drivers that broke video
1797    playback with overlay (YUV->RGB)
1798  * fix console output encoding
1799
1800 Interface and extensions:
1801  * Youtube and other scripts updates
1802  * Misc fixes in Qt4 (especially VLM and EPG dialogs) and MacOS interface
1803
1804
1805 Changes between 1.1.0 and 1.1.1:
1806 --------------------------------
1807
1808 libVLC:
1809  * New capabilities for libVLC:
1810    * Adjust video filter control: libvlc_adjust_Enable,
1811      libvlc_adjust_Contrast, libvlc_adjust_Brightness, libvlc_adjust_Hue,
1812      libvlc_adjust_Saturation, libvlc_adjust_Gamma
1813    * libvlc_media_player_set_pause() can force the pause state, whereas
1814      libvlc_media_player_pause() would only toggle it.
1815    * libvlc_set_user_agent() configures the "user agent" strings used for some
1816      protocols (HTTP, PulseAudio...). This replaces the --http-user-agent and
1817      the former --user-agent libvlc_new() parameters.
1818    * libvlc_video_set_callbacks() and libvlc_video_set_format() allow grabbing
1819      video frames from a chosen memory location in real-time. This replace the
1820      ugly --vmem-* libvlc_new() parameters in previous versions.
1821      See http://wiki.videolan.org/LibVLC_SampleCode_SDL as an example.
1822    * libvlc_audio_get_delay() and libvlc_audio_set_delay() configure the delay
1823      between audio and video/subpictures for the current input.
1824  * Various fixes and crash preventions, especially when video functions were
1825    called early
1826
1827 Decoders/Demuxers:
1828  * Fix performance issues with GPU decoding using DxVA2 using ATI graphic cards
1829    You NEED ATI Catalyst 10.7
1830  * Fix :program selection in TS and DVB-T
1831  * Fixes and improvements for MKV, Avformat and Avcodec modules
1832  * Fix mod (.xm, .s3m, .it) files support on Windows and Mac builds
1833
1834 Stream output:
1835  * Fix h264 streaming in ts
1836
1837 Interfaces:
1838  * Qt: fix preferences, hotkeys, messages and some fulscreen behaviour
1839  * Skins: support for mousewheel in fullscreen, fix radialsliders
1840  * Http: fix fullscreen toggle
1841
1842 Linux:
1843  * Fix pulse closing
1844  * VAAPI small improvements, notably for extraction mode selection
1845
1846 MacOS:
1847  * Multiple interface and crash fixes
1848  * Deinterlace selection is repaired
1849  * Crashes when playing multi-channel tracks fixes
1850
1851 Windows:
1852  * Activation of DEP on XP SP3
1853  * Fix opening of .m3u and .pls playlists
1854  * Fix crash when My Document isn't available
1855  * Fix crash when Windows was getting into standby while playing video
1856
1857 Translations:
1858  * Update translations for Spanish, Polish, German, Sinhala, Hungarian, Khmer,
1859    Brazilian Portuguese, Chinese, Hebrew, Slovak, Galician
1860
1861
1862 Changes between 1.0.6 and 1.1.0:
1863 --------------------------------
1864
1865 Important changes for users:
1866  * On Linux, known bugs in the ALSA library might prevent audio output.
1867    Update to alsa-lib 1.0.24 or later, or use the PulseAudio output instead.
1868
1869 Important changes for packagers:
1870  * The module cache has moved to ${libdir}/vlc/. The module cache can now be
1871    generated at install time except if you use staged installation. In the
1872    later case, you can generate the module cache in your post-inst script
1873    by invoking 'vlc-cache-gen'. If the module cache is not present and vlc
1874    can't write in ${libdir}/vlc/, it will result it vlc taking a long time to
1875    launch each time.
1876  * Most X11-related plugins now use XCB instead of Xlib. VLC now uses
1877    - xproto,
1878    - xcb, xcb-shm, xcb-xv, xcb-randr (from libxcb),
1879    - xcb-keysyms (from xcb-utils),
1880    - x11-xcb (from libx11) - only for GLX support.
1881  * On X11 platforms, a _working_ version of xdg-screensaver is typically
1882    required to inhibit the screensaver during video playback.
1883
1884 Access:
1885  * Support for the sftp protocol
1886  * Support for CDDB servers for Audio-CD on the Windows port
1887  * New memory input (imem) access and access_demux module to feed VLC from data in memory
1888  * New avio module to use libavformat capabilities for network streams, like rtmp://
1889  * Port of the screen module from Xlib to XCB
1890  * Port of the dc1394 module from libdc1394 to libdc1394 v2.0
1891
1892 Decoders:
1893  * Support for DxVA2 for H.264 decoding on GPU on Windows Vista and 7
1894  * Support for VAAPI for H.264 decoding on GPU on GNU/Linux
1895  * Support for Audio/Video decoders and encoders using OpenMAX IL components for DSP
1896
1897  * Support PGS subtitles for Blu-Ray
1898  * Support for HD-DVB subtitles - Display Definition Segment
1899  * Invmem module improvements
1900  * Support for Atrac1 audio codec
1901  * Support for SSE3 and SSE4 capabilities in some codecs
1902  * Multiple improvements for subtitles styles in .SRT and .SSA
1903  * Support for native decoding of Windows Media Speech (Voice) audio codec
1904  * Support for AMR-NB audio codec on the Windows and Mac port
1905  * Support for Indeo5 video codec
1906  * Improvements on the FLAC format (7.1 channels and 88.2/176.4/192 kHz support)
1907  * Direct rendering is used more often with H.264 in avcodec module
1908  * Support for MPEG-4 ALS lossless audio codec
1909  * Support for VP8 codec
1910  * Support for 7.1 channels in vorbis audio
1911
1912 Demuxers:
1913  * Many fixes on Matroska support (notably seeking) and support for Webm format
1914  * Support for .aob files from DVD-Audio (MLP and LPCM) (Full disc support is NOT present yet)
1915  * Support for ADPCM in .flv streams
1916  * Support for TwinVQ (.vqf) and AMV (.amv) files
1917  * Various EGP improvements
1918  * Support for embedded subtitles in OpenDML and legacy .avi files
1919  * Metadata and cover art improvements
1920
1921 Playlist:
1922  * WPL and ZPL playlist support
1923  * Lua scripts for Mpora, Vimeo playback and Rockbox FM radios
1924  * New Play-And-Pause function to stop playback on latest video image
1925  * Podcast images are now displayed
1926
1927 Video Output:
1928  * Rewrite of the video output core and most video outputs
1929  * Added desktop mode to the Direct3D output module. It differs from DirectX
1930    desktop mode, because it hides the desktop icons, but reacts to mouse clicks.
1931  * New x11, glx and xv modules based on XCB
1932  * New deinterlacing modes based on yadif and yadif(x2)
1933  * New audio/video filter to show audio level on the video output
1934  * Enhanced AtmoLight filter with hardware support for
1935      Classic AtmoLight (http://www.vdr-wiki.de/wiki/index.php/Atmo-plugin)
1936      Quattro AtmoLight (use just 4 Classic AtmoLights as one)
1937      MoMoLight (http://www.ambilight4pc.com/momolight/momolight.html)
1938      Simple serial DMX controller (http://www.ulrichradig.de/ search for DMX)
1939
1940 Extensions:
1941  * New content extensions lua framework
1942
1943 Audio filters:
1944  * Chorus/Flanger audio filter
1945  * 3F1R to stereo down-mix filter
1946  * Dolby mixer, parameterized equalizer, trivial mixer, scaletempo, bandlimited
1947    resampler, linear resampler, ugly resampler, converter_fixed, DTS to SPDIF
1948    and A/52 to SPDIF filters have been upgraded to the "audio filter2" API
1949  * NEON assembly audio converter module
1950  * Converter filters have been rewritten and extended to support s32 as input
1951
1952 Service discovery:
1953  * Service discoveries can now be written in lua
1954  * Service discovery for Picture/Music/Video user directories
1955  * Service discovery based on libudev
1956  * Shoutcast Service discoveries are now removed
1957
1958 Encoders:
1959  * x264, add psy-rd parameter and change default settings
1960  * x264, add profile-limitter same way as x264.exe has, for example
1961     #transcode{vcodec=h264,venc=x264{profile=baseline,level=1.2},vb=384,width=320,height=176}
1962  * x264, defaults to crf=23 as x264.exe-does, if bitrate is given,
1963    uses ABR and if qp-value is set uses CQP
1964  * libx264-version 0.76 or higher is required
1965  * x264 has tune/preset parameters supported
1966
1967 Stream output:
1968  * New smem module, streaming to memory
1969  * Allow duplicate outputs to be merged, like:
1970    --sout "#duplicate{dst=transcode{vcodec=mp2v},select=es=0,dst=transcode,select=es=1}:std{...}"
1971
1972 Interfaces:
1973  * Renamed the legacy rc, telnet and http interfaces to oldrc, oldtelnet
1974    and oldhttp.
1975  * rc, telnet and http are now implemented using the lua interface system.
1976  * qt4 interface contains new iconview and listview mode for playlist
1977
1978 Visualization:
1979  * Support of .milk visualization files using projectM libraries
1980
1981 Mac OS X Port:
1982  * Vastly improved VLCKit framework
1983  * A new dialog provider for libvlc-internal interaction without full interface
1984  * Improved update detection and installation by using the Sparkle framework
1985    by Andy Matuschak et al.
1986  * New CoreText based text renderer replacing the former ATSUI renderer
1987  * New Video output module (mostly targetting VLCKit)
1988  * Optimised behavior when using the 2009 Apple Remote
1989
1990 Windows port:
1991  * Integration in Windows 7 taskbar
1992  * Playback of .Midi files is supported through fluidsynth's module
1993
1994 Maemo port:
1995  * Multiple improvements for N900 compliance and efficiency
1996  * Support for HW accelerated video decoding on N900
1997  * Improvements to the maemo/hildon interface
1998
1999 Misc:
2000  * new sqlite module
2001  * --save-config command line option not supported anymore.
2002  * Fixed and reenabled netsync module.
2003  * Improved Solaris port
2004
2005 Bindings:
2006  * new C++ wrapper around libVLC: libVLCpp
2007  * phonon-VLC backend is now usable
2008
2009 Removed modules:
2010  * csri codec: use the libass module instead.
2011  * galaktos visualisation: use the new projectM module instead.
2012  * showintf: Useless in Qt and on Mac OS X
2013  * transrate: broken since too long
2014  * Xlib x11, Xlib xvideo, Xlib glx: Use the new XCB modules instead.
2015  * HAL: Use libudev instead.
2016  * gtk_main, gtk_main2, gnome_main, gnome_main2 and pda interfaces
2017  * WinCE, BeOS and qnx interfaces
2018  * opie, qte and qte_main interfaces
2019  * linear_resampler and trivial_resampler are removed: use the ugly one.
2020  * XvMC accelerated modules: use VAAPI instead.
2021  * MGA (Matroska) for Linux: use Linux Framebuffer (or X) instead.
2022  * opengllayer: use macosx_video instead.
2023  * cddax: use cdda instead.
2024  * cmml and tarkin codecs are removed because they are dead codecs.
2025  * realaudio codecs: use libavcodec
2026  * access_file removed in favor of filesystem
2027  * RTMP input and output: use avio module
2028
2029
2030 Changes between 1.0.5 and 1.0.6:
2031 --------------------------------
2032
2033 Access:
2034  * Fix crash on FTP URI with no file path
2035
2036 Decoders/Packetizers:
2037  * Fix overflows in A/52, DTS, MPEG Audio and subtitles support
2038
2039 Demuxers:
2040  * Update LUA script for Youtube pages
2041  * Fix crashes in AVI, ASF and Matroska files
2042  * Fix crashes on malformatted ZIP archives
2043  * Fix crashes and leaks in the FFmpeg/avformat plugin
2044  * Fix crash on invalid XSPF playlist
2045
2046 X11 port:
2047  * Partial Xlib threading fixes
2048    More complete fixes are available in VLC 1.1.0. Please update!
2049
2050 Interfaces:
2051  * Fix crash (use after free) in Qt4 bookmarks
2052  * Fix a few crashes in Qt4 playlist
2053
2054 Translations:
2055  * Simplified Chinese, Estonian, French, Japanese, Korean, Spanish, Swedish
2056    and Walloon translations updated
2057  * Sinhala translation started
2058
2059 Removed modules:
2060  * RTMP input and output are removed due to security problems. Please update
2061    to VLC 1.1.0 which provides an FFmpeg-based RTMP input if needed.
2062
2063
2064 Changes between 1.0.4 and 1.0.5:
2065 --------------------------------
2066
2067 Decoders:
2068  * SubRip extra styles improvements
2069  * Fix potential crashes in SSA and svg decoders
2070
2071 Mac OS X Interface:
2072  * Improved support for the 2009 Apple Remote
2073
2074 Windows port:
2075  * Use of gcc 4.4.2 to compile instead of gcc 4.2. This might slightly
2076    increase performance and fix x264 issues
2077
2078 Translations:
2079  * Portuguese Brazilian, Lithuanian, Romanian, Ukrainian, Japanese, Bengali,
2080    Walloon, Galician, Danish, Khmer, Polish, Slovenian, Vietnamese, Finnish
2081    Russian, Slovak translation updates
2082  * New Malayalam, Macedoninan, Nynorsk translations
2083
2084
2085 Changes between 1.0.3 and 1.0.4:
2086 --------------------------------
2087
2088 Audio outputs:
2089  * Fix deadlocks in the audio output core
2090  * Make PulseAudio the default output if available
2091
2092 Video outputs:
2093  * Fix fullscreen mode with KDE 4.3.3 and other window managers
2094  * Fix incompatibility with cairo-dock and compositing
2095
2096 Input:
2097  * Fix DVB scanning regression from VLC 1.0.3
2098  * Support for XZ-compressed byte stream (LZMA algorithm)
2099
2100 Playlist:
2101  * Support for .m3u8 playlist files (UTF-8 M3U)
2102
2103 Unix:
2104  * Support for xcb-keysyms version 0.3.4 or higher
2105  * Fix globalhotkeys on FreeBSD
2106
2107 Qt4 interface:
2108  * Fix opening V4L version 1 devices
2109  * Fix default destination ports in the streaming wizard
2110
2111 Translations:
2112   * New Walloon translation
2113   * Swedish, Ukrainian and French translation updates
2114
2115
2116 Changes between 1.0.2 and 1.0.3:
2117 --------------------------------
2118
2119 Video outputs:
2120  * Fix video quality when resizing the video on Windows Vista and 7, due to
2121    regressions in most popular drivers
2122  * New deinterlacers modules based on yadif and yadif(x2) algorithms
2123
2124 Decoders:
2125  * Windows version supports now natively the WMA Professional codec, as it
2126    didn't work in the packaged version of 1.0.2
2127  * Fix downmixing of particual 4.0 AC-3 audio tracks
2128
2129 Encoders:
2130  * x264 has profile-limitter, like:
2131     #transcode{vcodec=h264,venc=x264{profile=baseline,level=12}..}
2132
2133 Input:
2134  * Update for appletrailers lua script
2135  * Fixes on the RAR stream filter
2136  * Fix for E-AC3 in ATSC/TS streams
2137  * Various fixes for v4l and v4l2
2138  * Fix a crash in mjpeg demuxer
2139
2140 Service discovery:
2141  * New udev module for linux
2142
2143 Qt4 interface:
2144  * Fixes on the playlist and the stream output panels
2145
2146 Translations:
2147  * French, Galician, Korean, Polish, Russian, Romanian, Slovak and Ukrainian updates
2148
2149
2150 Changes between 1.0.1 and 1.0.2:
2151 --------------------------------
2152
2153 Decoders:
2154  * Native support for WMA Professional, without the use of the Win32 dlls
2155  * Fix issues in subtitles, especially SSA ones
2156  * Various fixes on theora and ogg
2157
2158 Demuxers:
2159  * Various fixes for EPG support in MPEG-TS demuxer
2160  * Fixes for potential stack overflow in .avi, .mp4 and .asf demuxers
2161
2162 Access:
2163  * Fixes for v4l2 devices
2164  * Fixes for dvb-c channels-scanning
2165
2166 Qt Interface:
2167  * Fix some playlist sorting issues
2168
2169 Mac OS X Interface:
2170  * Fixed a crash when updating VLC
2171  * Fixed a crash related to QTKit when opening video files (10.6 only)
2172  * Added the ability to play 2nd media in sync to the primary item (input-slave)
2173  * Added the "Quit after Playback" feature
2174
2175 Mac OS X Port:
2176  * The "Delete Preferences" script is now delivered as a Universal Binary
2177    with native code for PowerPC, Intel and Intel 64bit
2178  * Full 64bit runtime compatibility on both Mac OS X 10.5 and 10.6
2179    - no support for Goom and SDL
2180    - limited text rendering support
2181    - This port is still considered as EXPERIMENTAL despite its binary release.
2182
2183 Encoders:
2184  * MPEG2 transrate stream output removed
2185  * x264 default-values closer to x264.exe defaults.
2186  * x264 rc-behaviour fixes:
2187    - if user defines qp-value, CQP-mode is used
2188    - otherwise if user defines vb=0, CRF-mode is used
2189    - otherwise ABR-mode is used
2190  * x264 set vbv-bufsize/vbv-maxsize better if user hasn't defined these:
2191    - ABR mode set vbv-max-bitrate=bitrate
2192    - vbv-bufsize is bitrate * seconds between keyframes (keyint/fps)
2193
2194
2195 Playlist:
2196  * Lua scripts for Mpora and Vimeo playback
2197
2198 Unix builds:
2199  * Various fixes to enable 1.0 to build on Solaris and OpenBSD
2200
2201 Translations:
2202  * New Kazakh and Croatian translations
2203  * Lithunanian translation is available on Windows
2204  * Galician, Korean, Nepali, Vietnamese, Ukrainian, Portuguese Brazilian,
2205    Arabic and French translation updates
2206
2207
2208 Changes between 1.0.0 and 1.0.1:
2209 --------------------------------
2210
2211 Demuxers:
2212  * Fix wmv/asf issues that caused audio to drop
2213  * Various fixes for ac3, mp3, dts and stability for wav format
2214  * Fix seek in RTSP in conformity to RFC 2326
2215  * Fix Dailymotion access script
2216  * Fix crashes in xspf files handler
2217  * Fix seeking and timing issues in some flv files on Windows version
2218
2219 Access:
2220  * Add extra caching for files on network shares
2221  * Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ,
2222    DZCORE Labs, Algeria
2223
2224 Decoders:
2225  * Fix seeking in mpeg2 video files
2226  * Improve SSA subtitles rendering
2227  * Update most codecs for the Windows and Mac version
2228
2229 Muxers:
2230  * Fix sound recording of .flv files with mp3 audio
2231
2232 Qt Interface:
2233  * Possibility to change the opacity level of the Fullscreen controller
2234  * Fix various crashes and VIDEO_TS folders opening
2235
2236 Mac OS X Interface:
2237  * Added options to disable support for Apple Remote and Media Keys
2238  * Fixed options for Volume, Last.fm password and Subtitle Encoding
2239  * Fixed redraw issues when autosizing the video window
2240  * Preferences panel now includes help through tool-tips
2241  * More reliable Information and Messages panels
2242  * Fix various crashes
2243
2244 Windows port:
2245  * The ZVBI module is now available for Windows, for complete teletext support
2246
2247 Translations updates for Brazillian, French, German, Korean, Norwegian Nynorsk,
2248 Lithuanian
2249
2250
2251 Changes between 0.9.10 and 1.0.0:
2252 ---------------------------------
2253
2254 Important notes:
2255 ----------------
2256  * Alsa and OSS audio capture has been removed from the v4l and v4l2 accesses.
2257    See 'Access:' for more info.
2258  * Support for Mac OS X 10.4.x was dropped due to its technical limitations
2259
2260 Playback:
2261  * Instantaneous pausing
2262  * Frame-by-Frame playback
2263  * Finer speed control
2264  * On-the-fly recording for all medias
2265  * Timeshift for most medias
2266  * RTSP trickplay support
2267  * Subtitles core improvements and fixes
2268
2269 Decoders:
2270  * New AES3 (SMPTE 302M) decoder
2271  * New Dolby Digital Plus - E-AC-3 (A/52b) decoder
2272  * New True HD/MLP decoder and parser
2273  * New Blu-Ray Linear PCM decoder
2274  * New QCELP (Qualcomm PureVoice) decoder
2275  * Improved Real Video 3.0 & 4.0 decoder
2276  * New WMA v1/2 fixed point integer decoder
2277  * Closed Captions using the SCTE-20 standard are now correctly decoded
2278  * Improvement of WavPack decoder to support all integer modes and float mode
2279  * Corrections on 5.1 and 7.1 channel decoding and ordering
2280
2281 Demuxers:
2282  * Support for Dirac, MLP and RealVideo in Matroska files
2283  * Major improvements in RealMedia files opening (.rm and .rmvb)
2284  * Improvements of the TS demuxer for M2TS files from Blu-Ray and AVCHD
2285  * Metadata for mod files are supported
2286  * GSM codecs in Wav files are supported
2287  * New raw audio demuxer supporting raw PCM streams
2288  * New Dirac demuxer for raw Dirac streams
2289
2290 Encoders:
2291  * Dirac encoding using libdirac (supported in Ogg and in TS)
2292  * Shine mp3 fixed-point encoder
2293
2294 Access:
2295  * RTSP authentication with Darwin Streaming Server
2296  * On-the-fly gzip and bzip2 file decompression (except on Windows)
2297  * Playback for video in uncompressed multi-RAR archives
2298  * DVB-S and ATSC cards support on Windows
2299  * New OSS and Alsa accesses. The v4l2 and v4l modules no longer support
2300    OSS or Alsa audio input. Use --input-slave alsa:// or oss:// if needed.
2301  * DVB scanning on linux
2302  * EXPERIMENTAL Blu-Ray Disc and AVCHD Folders support
2303  * On-the-fly zip file decompression and browsing (MRL of the form
2304    zip://file.zip!/file.avi to specify the file - the development form of
2305    zip://file.zip|file.avi is not supported anymore)
2306  * Opening of any file descriptor using 'fd://'
2307  * MTP device access on Unix
2308  * CD-Text support on the cdda module (CD-Audio)
2309  * :start-time and :stop-time can handle sub-second values
2310
2311 Inputs:
2312  * Mouse cursor support in x11 and win32 screen modules
2313  * Screen module now features partial screen capture and mouse following on
2314    Windows and Mac OS X.
2315
2316 Playlist:
2317  * Export the playlist in HTML
2318  * Lua script for BBC radio playback
2319  * Better metadata handling and reading
2320
2321 Linux/Windows interface:
2322  * Global Hotkeys on Windows and Linux
2323  * Various fixes for skins2 interface
2324  * Recently played items list
2325  * Interface toolbar customizations
2326  * Various Improvements on the Qt interface:
2327     - More menus actions
2328     - Finer speed slider
2329     - Improvements on many dialogs
2330     - New dialog for plugins listing
2331     - Fixed-size mode for videos
2332     - Better Teletext, trickplay and encrypted streams control
2333  * Better integration in GTK environments
2334
2335 Mac OS X Interface:
2336  * Controllable by the Media Keys on modern Apple keyboards (brushed Aluminium)
2337  * Reveal-in-Finder functionality for locally stored items.
2338  * Easy addition of subtitles through the Video menu
2339  * Additional usability improvements
2340
2341 Stream output:
2342  * Restored the old mpeg2 transrating module.
2343  * Multiple bridge-in instances are now possible.
2344  * bridge-in can be used to configure a placeholder stream.
2345  * Remote Audio Output Protocol (AirTunes) module.
2346  * Fixed mosaic memleak. Mosaics are now usable again.
2347
2348 Maemo Port:
2349  * New Maemo port with:
2350    - an interface based on Hildon framework.
2351    - scaler based on the swscale_nokia770 library.
2352
2353 Windows CE Port:
2354  EXPERIMENTAL work for the winCE port has been done.
2355
2356 Mac OS X Port:
2357  * EXPERIMENTAL 64bit support
2358  * Speed improvements by using llvm-gcc
2359  * New document icons by Dominic Spitaler
2360  * Support for latest iSight models
2361
2362 Audio output:
2363  * Removed obsolete Esound and aRts plugins
2364  * Surround support for PulseAudio
2365
2366 Video output:
2367  * Effects (cube, torus, etc.) removed from OpenGL video output
2368  * Video is able to stay in original size and to zoom in fullscreen
2369    (hotkey 'o') while keeping black borders
2370  * Image video output has been rewritten into a video-filter named 'scene'.
2371    The old image video output has been removed.
2372  * Support for scaling and converting video chromas with FFMPEG imgresample was
2373    withdrawn due to bugs. Please use the newer FFMPEG swscale instead.
2374
2375 Miscellaneous:
2376  * Invmem, a fake codec to display images from external applications
2377
2378 New Localization:
2379  * Khmer
2380  * Mongolian
2381  * Sorani
2382
2383
2384 Changes between 0.9.9a and 0.9.10:
2385 --------------------------------------
2386
2387 HTTP Interface:
2388  * Fixed default ACL
2389
2390 Mac OS X:
2391  * Fixed crashes on multi-screen setups
2392  * Corrected volume and subtitle encoding options in the Preferences
2393  * Improved Information panel behavior, when playlist is not displayed
2394  * Fixed QTCapture input support for the latest iSight models
2395  * Added a menu-item to unlock the video window's aspect ratio
2396  * Fixed redraw issues when autosizing the video window
2397  * Updated libpng, libgpg-error, libgcrypt, fribidi
2398
2399 Various fixes to the following modules:
2400  * access:
2401    - HTTP, SMB
2402    - updated and additional access scripts (BBC radio, dailymotion, ...)
2403    - Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ,
2404      DZCORE Labs, Algeria
2405  * stream out:
2406    - RTP, RTSP VoD, Mosaic Bridge
2407  * decoder:
2408    - TSCC
2409
2410
2411 Changes between 0.9.9 and 0.9.9a:
2412 ---------------------------------
2413
2414 Mac OS X:
2415  * Updated multiple 3rd party libraries to keep in sync with the Win32 port
2416  * Playback fixes for PowerPC-based Macs
2417
2418
2419 Changes between 0.9.8a and 0.9.9:
2420 ---------------------------------
2421
2422 Decoders:
2423  * Experimental new decoder for Real Video 3.0 & 4.0
2424
2425 Demuxers:
2426  * Various fixes related to real demuxer
2427
2428 Mac OS X Interface:
2429  * Fixed circumstances, which could lead to an empty Information panel
2430    - Note that VLC will show information on the currently _selected_ item
2431      instead of the currently _playing_ item, if the playlist is visible in the
2432      main controller window.
2433  * Fixed multiple UTF8 issues in the Streaming / Exporting Wizard
2434
2435 Mac OS X Port:
2436  * Improved video playback performance on Intel-based Macs
2437
2438 New Localizations:
2439  * Indonesian
2440  * Bengali
2441  * Updates of other localizations
2442
2443 Various bugfixes:
2444  * Support for receiving RTP packets on odd port numbers.
2445  * Lots of small bugfixes.
2446  * Correct Fullscreen behaviour on Multi-Screen setups on Windows
2447  * Telnet fixes on Windows
2448  * Resampling fixes when transcoding
2449
2450
2451 Changes between 0.9.6 and 0.9.8a:
2452 ---------------------------------
2453
2454 Security update:
2455  * Fixed buffer overflow in Real demuxer (SA-0811, CVE-2008-5276)
2456
2457 Bunch of small bugfixes.
2458
2459
2460 Changes between 0.9.5 and 0.9.6:
2461 --------------------------------
2462 New Localizations:
2463  * Ukrainian
2464
2465 Security updates:
2466  * Fixed overflow in CUE support from VCD access (SA-0810, CVE-2008-5032)
2467  * Fixed overflow in RealText subtitles support (SA-0810, CVE-2008-5036)
2468
2469
2470 Changes between 0.9.4 and 0.9.5:
2471 --------------------------------
2472 Security updates:
2473  * Fixed buffer overflow in TiVo demuxer (SA-0809, CVE-2008-4686, CVE-2008-4654)
2474  * Fixed libpng CVE-2008-3964 in Win32 and MacOS builds
2475
2476 Features:
2477  * Closed Caption EIA 608/708 parsing enabled for libmpeg2
2478
2479 Various bugfixes:
2480  * Fixed various potential crashes and memleaks
2481  * Fixed issues with reading from files (especially non-local)
2482
2483 Windows port:
2484  * Fix bug where interface was "eating" some media keys
2485  * Fix some crashes in DirectShow access
2486
2487 Qt Interface:
2488  * Fix bug when the resetting of preferences didn't reset the dialog states
2489  * Right-click menu to select playlist columns reenabled
2490  * Various fixed in playlist
2491
2492 Access:
2493  * MMAP module is now deactivated by default
2494
2495 Translations:
2496  * Update of Brazillian, Swedish translation
2497
2498
2499 Changes between 0.9.3 and 0.9.4:
2500 ------------------------------------
2501 Various bugfixes:
2502  * Crashes fixed in ogg, vobsub, dvdread
2503  * Fixes several memory leaks.
2504
2505 Mac OS X port:
2506  * Apple machines without Quartz Extreme are no longer supported (use 0.9.2 or earlier )
2507  * Fixed a crash with deletion of old preferences.
2508  * Fixed targetname for downloaded updates
2509
2510 Windows port:
2511  * Stability fix for the video output.
2512
2513
2514 Changes between 0.9.2 and 0.9.3:
2515 --------------------------------
2516
2517 Various bugfixes:
2518  * Fixed DTS channel order on 5.1 systems
2519  * Fixed pausing behavior for subtitles and for Audio-CD
2520  * Multiple subtitles and podcast fixes
2521  * Various crashes fixed in PS, SSA, mkv, xspf, freetype
2522  * Fixed update system bugs
2523  * Other bug fixes (dvd language selection, subtitle colours, HTTP keep-alive...+)
2524
2525 Mac OS X port:
2526  * Fixed ffmpeg slowness on PowerPC-based Macs
2527  * Fixed crash on startup when installed on old preferences
2528  * Fixed bug in directory opening on Mac OS X
2529  * Fixed font selection in the Simple Preferences
2530  * Thicker border to the subtitle renderer
2531  * Fixed the appearance of playlist items in the Streaming/Transcoding Wizard
2532  * Fixed AC3 passthrough on Mac OS X
2533  * Fixed behavior of the Volume Normalizer settings on Mac OS X
2534  * Removed the deprecated QuickDraw video output module to avoid crashes on
2535    modern Mac OS X versions
2536
2537 Windows port:
2538  * Fixed sensitivity of Fullscreen Controller
2539  * Fixed error messages on startup when VLC wasn't correctly uninstalled
2540    before installation
2541  * Fix showing of controller when returning from fullscreen playback
2542  * Multiple directory and path location fixes.
2543
2544 Qt4 interface:
2545  * Added Faster/Slower icons to the controller panel
2546  * Fixed lost playlist columns when switching the playlist view
2547  * Added needed options to Simple preferences (to avoid NVIDIA drivers issues)
2548  * Fullscreen controller: added time label, remembering of last position
2549  * Fixed drag'n drop behaviour on the playlist
2550  * Multiple other fixes (Enter hotkey in preferences, Skins selection...)
2551
2552
2553 Changes between 0.9.1 and 0.9.2:
2554 --------------------------------
2555
2556  * Restored the old behavior of --sout-keep. It is now de-activated by default.
2557  * Skins2 interface repaired on Windows.
2558  * Multiple bugfixes.
2559
2560
2561 Changes between 0.9.1 and 0.9.0:
2562 --------------------------------
2563
2564  * Multiple bug fixes.
2565
2566
2567 Changes between 0.8.6i and 0.9.0:
2568 ---------------------------------
2569
2570 Important notes:
2571 ----------------
2572  * This release will need Windows 2000 and Mac OS X 10.4 (Tiger), or more
2573    recent to work correctly
2574  * The HTTP interface is now only available on the local machine by default.
2575    If you want to make it available from other machines, you will have to
2576    edit the ".hosts" file.
2577    - On UNIX/Linux, the file is in /usr/share/vlc/http/.hosts
2578      If you're using the old http interface, it's located in
2579      /usr/share/vlc/http/old/.hosts
2580    - On Windows they are in C:\Program Files\VideoLAN\VLC\http\.hosts and
2581      C:\Program Files\VideoLAN\VLC\http\old\.hosts
2582    - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts
2583      and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts
2584  * This version of VLC contains a new interface for Windows and Linux.
2585    This interface has a fullscreen controller and simplified preferences.
2586    This interface lacks the "Streaming Wizard" that used to be present in VLC
2587    0.8.6, but provides basic profiles.
2588  * The behavior of --sout-keep was changed. It's now activated by default.
2589  * The marq, mosaic and logo commands in the rc interface changed. They
2590    now require a target name as their first argument. Example:
2591    vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
2592    You can then use commands like: @test marq-marquee Goodbye
2593    If you didn't name the object using @test, its name will default to the
2594    plugin name (hence 'marq') in this example.
2595    These new commands are also available in the telnet interface.
2596  * The "rtp" access output module has been removed.
2597    Please use the RTP stream output instead, e.g.:
2598      Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
2599      New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}'
2600  * You now need to append --m3u-extvlcopt to your command line to enable
2601    EXTVLCOPT options parsing in m3u playlists. Note that only a limited set
2602    of options is available to m3u playlists (CVE-2007-6683).
2603  * The old access:url syntax is no longer supported to resolve ambiguities
2604    with some file names. Use access://url instead.
2605     E.g.:  vlc:quit -> vlc://quit ;
2606            udp:@239.255.12.12 -> udp://@239.255.12.12
2607  * The ffmpeg module has been removed and replaced by the new avcodec,
2608    avformat, swscale (or imgresample if you use a swscale-less ffmpeg build)
2609    and postproc modules.
2610  * The web plugins ActiveX (IE)/Firefox/Mozilla/Safari now recognize the
2611    following states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4,
2612    STOPPING=5, FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and
2613    BACKWARD being reserved for future implementations and are thus not
2614    functional atm.
2615  * Croping and padding in transcode are now done using the croppadd video
2616    filter. For example:
2617    transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}}
2618  * Canvas setting in transcode is now done using the canvas video filter.
2619    For example:
2620    transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}}
2621  * Glide video output module has been removed.
2622
2623 Changes:
2624 --------
2625
2626 Security updates:
2627  * Updated libfreetype on Windows and Mac OS X (CVE-2008-1806, CVE-2008-1806,
2628    CVE-2008-1807)
2629  * TTA Parser improvements (CVE-2008-3732)
2630  * MMS Access Module improvements (CVE-2008-3794 )
2631
2632 Playlist:
2633  * Vastly improved playlist support:
2634     * Media library creation to save all your playlist items
2635     * "Live search"
2636     * Shoutcast TV listings
2637     * Audioscrobbler/Last.FM support
2638  * Album art support
2639  * User definable Lua playlist scripts. See share/lua/playlist/README.txt
2640    (Default scripts open YouTube, DailyMotion, metacafe, Google Video and
2641    lots of other URLs)
2642  * User definable Lua album art fetcher scripts. See share/lua/meta/README.txt
2643
2644 Inputs:
2645  * Video for Linux 2 (V4L2) input support
2646  * UDP-Lite transport for RTP/AVP
2647  * DCCP transport for RTP/AVP
2648  * Proxy support for MMSH stream
2649  * JACK audio input support
2650  * Input run time option (improved live stream recording)
2651  * BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows
2652  * Re-written Screen access module for Mac OS X
2653    using OpenGL instead of QuickDraw
2654  * Screen module now supports partial screen capture and mouse following on X11.
2655  * Experimental EyeTV access module
2656    This requires the user to install a plugin to EyeTV.app
2657    (available as a separate download).
2658  * Simple RTP input (with MPEG A/V, G.711 and PCM support).
2659  * RTMP input support
2660  * QTKit-based Input module for Mac OS X allowing display and streaming of video
2661    taken from all iSight-labelled video cameras (no audio support)
2662  * HTTP access now supports gzip compressed data and Digest Access
2663    Authentication.
2664  * New options to reduce latency between arrival of raw data and display of
2665    frames. (--auto-adjust-pts-delay and --use-stream-immediate)
2666
2667 Demuxers:
2668  * MP4 gpac and Apple chapter support
2669  * Fixed playback of AIFF stereo files
2670  * Fixed audio glitch on seek
2671  * Improved FLAC demuxer (duration / current time / meta data)
2672  * AAC tags support
2673  * APEv1/2 tags support
2674  * Improved ID3v2 tags support
2675  * Improved Ogg/Vorbis tags support
2676  * Raw video support
2677  * Standard MIDI File (types 0 & 1) support
2678  * TiVo Series 2 support
2679  * CD+G karaoke Files support
2680  * MXF files support
2681  * OMA support
2682
2683 Decoders:
2684  * VP60/VP61/VP6F/VP62 support
2685  * Flash Screen Video support
2686  * CamStudio Screen Video support
2687  * DosBox Capture support
2688  * Karl Morton's Video support
2689  * limited atrac3 support
2690  * Fraps support
2691  * Fluidsynth MIDI software synthesis (with external sound fonts)
2692  * New codec FOURCCs to support more specific files:
2693    Avid, FCP, Sony, Samsung, ...
2694  * H.264 PAFF support
2695  * DNxHD / VC-3 support
2696  * NellyMoser ASAO support
2697  * APE (Monkey audio) support
2698  * RealVideo support (with the RealVideo run-time)
2699  * Dirac video support using libschroedinger
2700
2701 Subtitles:
2702  * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC)
2703  * VBI & EBU (Teletext) support (*nix, Mac OS)
2704  * Ogg/Kate subtitles support
2705  * AQTitle subtitles support
2706  * MKV USF subtitles support
2707  * HTML-based subtitles support
2708  * MPSub subtitles support
2709  * JacoSub subtitles basic support
2710  * MPL2 subtitles support
2711  * Rewrite of ASS/SSA scripts and subtitles support
2712  * PowerDivx (.psb) Subtitles support
2713  * Realtext subtitle support
2714  * DKS subtitle support
2715  * SubViewer 1.0 (SubRip09) subtitles support
2716  * Correct Right-to-left languages in subtitles support
2717
2718 Encoders:
2719  * Flash Screen Video support
2720  * Improved H.264 encoding speed
2721
2722 Video outputs and filters:
2723  * New CoreAnimation-based output module (VLCKit framework on OS X only)
2724  * Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and
2725    Psychedelic) video filters can now be streamed
2726  * New puzzle video output filter
2727  * Re-written motion detection video filter
2728  * New extract video filter (extract Red, Green and Blue components from a
2729    video)
2730  * New sharpen video filter (increase the contrast of adjacent pixels)
2731  * New erase video filter (removes logos from a video)
2732  * Enhanced subtitles' renderer to support bold, italic and some HTML tags
2733    (Google Summer of Code Student project)
2734  * Support for RGBA and I420 blending.
2735    The latter improves Mosaic CPU usage *a lot*.
2736  * New transparency mask video filter (for use with the mosaic_bridge module).
2737  * New bluescreen video filter (for use with the mosaic_bridge module).
2738    This was previously part of the mosaic module.
2739  * Fixed random characters problem in RSS filter.
2740  * Add rotate-deciangle for more precision on rotate filter
2741  * Support for Intel SSE2 instruction set in chroma converters
2742  * Improved use of Intel MMX instruction set in chroma converters
2743  * New croppadd and canvas video filters.
2744
2745 Audio outputs and filters:
2746  * Replay gain support
2747  * Audio playback when going slower/faster (with pitch correction via
2748    new scaletempo audio filter)
2749  * New spatializer audio filter
2750  * Correct DTS output via S/PDIF
2751
2752 Stream output:
2753  * RTSP for TS-multiplexed broadcast streams
2754  * New RTP payload formats:
2755    * Speex voice audio codec
2756    * ITU T.140 (for text, subtitles) output
2757    * G.711 (both A-law and Âµ-law) output
2758  * UDP-Lite transport for RTP
2759  * DCCP transport for RTP
2760  * Lots of fixes for RTSP broadcasting
2761  * RTMP output
2762
2763 Interfaces:
2764  * All
2765    * New Simple Preferences dialogs showing the most important settings in an
2766      end-user suitable way.
2767    * Improved user interaction
2768    * Improved mouse gestures
2769    * Vastly improved Update checker
2770    * Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2)
2771  * Windows/Linux
2772    * Brand new interface for Linux and Windows, based on the Qt toolkit
2773    * Fullscreen controller (transparency on Linux+Composite)
2774  * Mac OS X
2775    * Improved video output features
2776    * Online access to VideoLAN's Help Wiki within VLC
2777    * New setting to disable the "Recent Items" service
2778    * When playing Radio (live) streams, the current track is shown correctly
2779    * Correct appearance on Macs using Aqua's graphite theme
2780    * Simplified Extended Controls panel
2781  * Ncurses:
2782    * Correctly displays wide characters when using an UTF-8 locale,
2783      if libncursesw is available.
2784    * Some nice colors if the terminal supports it (most do)
2785  * Experimental Lua interface modules. See vlc -I lua and
2786    share/lua/intf/README.txt for more info.
2787  * Unix
2788    * Option to allow only one running instance, using D-Bus interface.
2789    * D-Bus Interface implementing the MPRIS
2790      (Media Player Remote Interfacing specification), a common dbus control
2791      interface for media players that intends to become an xdg standard when
2792      finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces .
2793    * Motion module using disk accelerometers to keep video horizontal
2794    * Plugin to set Telepathy presence message using MissionControl
2795  * Fixed VLM schedule time on Linux
2796
2797 Linux Port:
2798  * VLC now complies with the XDG Base Directory Specification version 0.6
2799    http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
2800    (which means that VLC doesn't use the $HOME/.vlc directory anymore)
2801
2802 Mac OS X Port:
2803  * Mac OS X Framework "VLCKit" that can be used to embed VLC in third party
2804    applications (Google Summer of Code Student project, Mac OS X 10.5 only)
2805  * New text renderer based on Quartz replacing the existing Freetype solution
2806  * Complete compatibility with Mac OS X 10.5 Leopard
2807    * It is now required to compile a fully featured build
2808  * The support of Mac OS X 10.3.9 and QuickTime 6.x was discontinued.
2809
2810 LibVLC:
2811  * Event management and various improvements in libvlc
2812    (Part of a Google Summer of Code Student project)
2813
2814 New Localizations:
2815  * Finnish
2816  * Persian
2817  * Polish
2818  * Punjabi
2819  * Bulgarian
2820
2821 Developers:
2822   * LibVLC now supports externally built plugins properly.
2823     A "vlc-plugin" pkg-config package is provided.
2824   * Java bindings are now built from a separate source.
2825
2826
2827 Changes between 0.8.6h and 0.8.6i:
2828 ----------------------------------
2829
2830 Security updates:
2831  * Fixed integer overflow in WAV demuxer (CVE-2008-2430)
2832
2833 Various bugfixes:
2834  * Fixed option to use shared memory within the GLX video output module
2835  * Improved galaktos-based audio visualizations on FreeBSD
2836  * Miscellaneous bugfixes in multiple modules and in libvlc
2837    (transcode stream output, OSD menu video filter, VCD input,
2838     SAP services discovery, http control interface)
2839  * Updated Polish translation
2840
2841
2842 Changes between 0.8.6g and 0.8.6h:
2843 ----------------------------------
2844
2845 Security updates:
2846  * Updated GnuTLS and libgcrypt on Windows and Mac OS X (CVE-2008-1948,
2847    CVE-2008-1949, CVE-2008-1950)
2848  * Updated libxml2 on Windows and Mac OS X (CVE-2007-6284)
2849
2850 Goodies:
2851  * Updated libebml and libmatroska on Mac OS X. Reliability improvements.
2852  * Miscellaneous bugfixes in multiple modules and in libvlc
2853    (ftp access, record access filter, video filters, RC interface,
2854     playlist demuxer, IP networking, MPJPEG muxer, stream outputs)
2855  * Improved support for MPEG2 content created by Final Cut Pro
2856  * More reliable audio reception for MPEG TS streams
2857  * Fixed a regression in 0.8.6g where usage of the snapshot feature could lead
2858    to an unexpected application termination
2859  * New Serbian translation
2860  * Updated Romanian translation
2861
2862
2863 Changes between 0.8.6f and 0.8.6g:
2864 ----------------------------------
2865
2866 Security updates:
2867  * Removed VLC variable settings from Mozilla and ActiveX
2868    (CVE-2007-6683, VideoLAN-SA-0804)
2869  * Removed loading plugins from the current directory
2870    (CVE-2008-2147, VideoLAN-SA-0805)
2871  * Updated libpng on Windows and Mac OS X (CVE-2008-1382)
2872  * Fixed libid3tag denial of service (CVE-2008-2109)
2873  * Fixed libvorbis vulnerabilities (CVE-2008-1419, CVE-2008-1420, CVE-2008-1423)
2874  * Fixed speex insufficient boundary check (CVE-2008-1686, oCERT-2008-004)
2875
2876 Various bugfixes:
2877  * Fixed various memory leaks, improving stability when running as a server
2878  * Fixed compilation with recent versions of FFmpeg
2879  * Correctly parses SAP announcements from MPEG-TS
2880  * Fixed AAC resampling
2881  * The Fullscreen Controller appears correctly on Mac OS X,
2882    if the 'Always-on-top' video option was selected.
2883
2884
2885 Changes between 0.8.6e and 0.8.6f:
2886 ----------------------------------
2887
2888 Security updates:
2889  * Really fixed subtitle buffer overflow (CVE-2007-6681, CVE-2008-1881)
2890  * Fixed Real RTSP code execution problem (CVE-2008-0073)
2891  * Fixed MP4 integer overflows (CVE-2008-1489, CVE-2008-1768)
2892  * Fixed cinepak vulnerabilities (CVE-2008-1769)
2893  - More information can be found in VideoLAN-SA-0801 and VideoLAN-SA-0803.
2894
2895 Various bugfixes:
2896  * The Mozilla plugin registers a usable range of MIME-types on Mac OS X
2897  * Improved VLC's video output behavior on multi-screen setups running Mac OS X
2898  * Fixed crashes in H264 packetizer
2899  * Close MMS access on network timeout
2900  * Fix some problems with AAC decoder & packetizer
2901
2902
2903 Changes between 0.8.6d and 0.8.6e:
2904 ----------------------------------
2905
2906 Various bugfixes:
2907  * Resume playback for viewing content over FTP
2908  * Fixed XShm detection with remote X11
2909
2910 Security updates:
2911  * Subtitle demuxers overflow (CVE-2007-6681)
2912  * HTTP listener format string injection (CVE-2007-6682)
2913  * Fixed buffer overflow in the SDL_image library (CVE-2006-4484)
2914  * Real RTSP overflows (CVE-2008-0225, CVE-2008-0295, CVE-2008-0296,
2915    VideoLAN-SA-0801)
2916  * Arbitrary memory overwrite in the MP4 demuxer (CORE-2008-0130,
2917    VideoLAN-SA-0802)
2918
2919 Audio filter:
2920  * Fixed DTS to S/PDIF converter
2921
2922 Audio output:
2923  * Fixed 5.1 audio on ALSA
2924
2925 Access:
2926  * Fixed some RTSP hanging and user/password passing through RTSP URLs
2927
2928 Stream output:
2929  * Fixed waiting for SPS/PPS problem in H.264 packetizer
2930
2931 Encoders:
2932  * Improved compatibility for creating H.264 video files playable on iPhones
2933  * Improved detection of optimal amount of threads for multi-threaded H.264
2934    encoding on multi-cpu systems
2935     - Note that this is used when transcode threads is set to 0 (default)
2936     - Not supported on Windows (multiple threads require manual configuration)
2937
2938 Mac OS X Interface & Port:
2939  * Restored compatibility with Mac OS X 10.3.9
2940  * Corrected behavior of the Preferences panel
2941  * VLC no longer crashes on quit while playing
2942
2943 Localization:
2944  * Updated Romanian and Polish translations
2945
2946
2947 Changes between 0.8.6c and 0.8.6d:
2948 ----------------------------------
2949
2950 Various bugfixes:
2951  * Mozilla plugin: supports a reasonable amount of MIME types on Windows
2952  * Linux: Fixed S/PDIF passthrough with ALSA
2953  * Automatic recovery on unexpected stream discontinuity (clock gap) occurrences
2954    in input
2955  * Use field order (top/bottom) for correct bob/linear deinterlacing
2956  * Fix invalid free in bookmarks loading code
2957
2958 Windows and Mac OS Binaries
2959  * FLAC Security Update (CVE-2007-4619) to prevent multiple integer overflows
2960
2961 Active X plugin:
2962  * Security update (VideoLAN-SA-0703, CVE-2007-6262)
2963
2964 Mac OS X Interface & Port:
2965  * Apple Remote support on Mac OS X 10.5 Leopard with enhanced functionality
2966  * Improved Video Output compatibility for Mac OS X 10.5 Leopard
2967  * Improved behavior of the Fullscreen Controller and mode changes between
2968    Fullscreen and Windowed Video Output
2969  * Softened the white flash artifacts that may appear during the transition of
2970    two different movies
2971  * Support for current Ogg file formats
2972  NOTE: This release requires Mac OS X 10.4 or higher.
2973        Mac OS X 10.3.9 is not supported anymore.
2974
2975 Encoders:
2976  * Improved H.264 encoding speed on Mac OS X
2977
2978 Other changes:
2979  * The automatic updating facility was removed
2980  * You now need to append --m3u-extvlcopt to your command line to enable
2981    EXTVLCOPT options parsing in m3u playlists.
2982  * RTSP server remote denial of service fixed (CVE-2007-6684).
2983
2984
2985 Changes between 0.8.6b and 0.8.6c:
2986 ----------------------------------
2987
2988 Various bugfixes, notably:
2989  * Windows Vista compatibility
2990  * Cropping in Direct3D
2991  * Fullscreen change crash on Mac OS X
2992  * RSS filter string overflow
2993  * Few memory leaks
2994  * MKV demuxer crash (related to seeking)
2995
2996 CDDA / Vorbis / Theora / SAP plugins:
2997  * Security updates (VideoLAN-SA-0702, CVE-2007-3316, US-CERT VU#200928)
2998
2999 Demuxers:
3000  * Fixed a problem with detecting embedded subtitles (GAB2 format) in AVI
3001  * Prevent WAV file integer overflow (CVE-2007-3467 & CVE-2007-3468)
3002
3003 Decoders:
3004  * Updated FLAC API compatibility
3005
3006 Input:
3007  * Support for new v4l2 encoder API
3008
3009 Localisation:
3010  * New localisation: Arabic, Persian
3011
3012
3013 Changes between 0.8.6a and 0.8.6b:
3014 ----------------------------------
3015
3016 Various bugfixes, notably:
3017  * Out-of-bound read in demuxers
3018  * Demuxers crashes (incl. CVE-2007-0256)
3019  * Mac OS X Interface crashes
3020  * VP31 decoding on Windows platforms
3021  * Direct3D Video Output modifications for Vista compatibility
3022  * Correct behaviour for feeding streams to Icecast or Shoutcast servers
3023
3024 Decoders:
3025  * Enhanced Flash Video support incl. VP61 and VP60
3026  * Teletext subtitles (telx) support
3027
3028 Webbrowser plugins:
3029  * Rectified behaviour and improved usability
3030
3031 Mac OS X Interface & Port:
3032  * Diverse usability improvements
3033  * New wizard option to embed subtitles
3034  * Screensaver/automatic sleep mode is enabled when a video is paused
3035  * Improved Delete-Preferences-Script
3036
3037
3038 Changes between 0.8.6 and 0.8.6a:
3039 ---------------------------------
3040
3041 CDDA / VCDX plugins:
3042  * Security updates (VideoLAN-SA-0701, CVE-2007-0017)
3043
3044 Mac OS X Interface:
3045  * Fullscreen controller improvements
3046
3047
3048 Changes between 0.8.5 and 0.8.6:
3049 --------------------------------
3050
3051 Playlist:
3052  * Shoutcast TV listings support
3053
3054 Input:
3055  * Support for RTSP authentication
3056  * Support for adding subtitles on the fly
3057  * Fixed MPEG-PS duration calculation
3058  * ATSC support for DVB input
3059  * Partial reading support for DVR-ms recordings
3060  * Partial reading support for MXF and GXF fileformat
3061  * Improved support for Flash Video files
3062
3063 Decoders:
3064  * Native WMV9/VC-1 support
3065  * WMA Speech support (through binary codecs)
3066  * VP5/VP6 - Flash Video support (not VP61)
3067  * The True Audio Lossless codec support
3068  * Matroska WavPack support
3069  * Improved H.264 support (interlaced, speed improvements etc but no PAFF)
3070  * Fixed a problem with MPEG2 field pictures
3071  * Fixed swapped colors on DVB subtitles
3072
3073 Video output:
3074  * Additional OpenGL effects (cylinder, torus, sphere, ...)
3075  * Experimental Direct3D 9 video output (win32). Best served on Vista :)
3076  * Improved libcaca support
3077
3078 Interfaces:
3079  * All
3080    * New hotkeys for crop and zoom
3081    * Support for snapshots from the HTTP interface
3082  * Windows
3083    * Systray support in skins
3084  * OS X
3085    * Support for Apple Remote control
3086    * Fullscreen controller panel (artwork by Simon Damkjær Andersen)
3087    * New playmode buttons (artwork by Simon Damkjær Andersen)
3088    * right/ctrl-click menu in video outputs
3089    * Main Menu uses autohide when playing videos in fullscreen mode
3090  * Linux
3091    * Notifications using notification-daemon
3092
3093 Windows port:
3094  * Support for Unicode filenames (Windows NT and above)
3095    Windows 9x/ME users:
3096      - Please note that these versions of Windows are not officially supported
3097      - Unicode support for Windows 9x/ME applications is available through the
3098        Microsoft Layer for Unicode available from the following location:
3099        http://www.microsoft.com.nsatc.net/globaldev/handson/dev/mslu_announce.mspx
3100        Download the MSLU package (unicows) and extract the content into the folder
3101        C:\Windows\System
3102  * Fixed IPv6 support on the client side
3103  * Fixed disable screensaver (Direct3D and DirectX video output)
3104
3105 Localization:
3106  * Add Czech
3107  * Add Slovak
3108  * Add Malay
3109  * Add Slovenian
3110
3111 Developers:
3112  * Updates to the libvlc API
3113  * Fixes for the mozilla and activeX plugins
3114
3115
3116 Changes between 0.8.4a and 0.8.5
3117 --------------------------------
3118
3119 Core support:
3120  * Statistics collection (bitrates, packets, connections, ...)
3121  * Support for downloading updates
3122  * Updated strings
3123
3124 Input:
3125  * Initial support for RTSP-over-HTTP (to allow NAT traversal)
3126  * Linux DV (Digital Video - Firewire) input
3127  * Improvements to the Audio CD input
3128      - Separate playlist entries for the tracks
3129      - Support for CDDB
3130  * Support for more DVB (satellite) encryption modules
3131  * Improved subtitles encoding support
3132  * Improved support for playing MP4 files from the Web
3133
3134 Decoders:
3135  * Cook (Real audio) support
3136
3137 Playlist / Services discovery:
3138  * XSPF playlist support
3139  * Podcast support
3140  * Updated Shoutcast to use new listing
3141
3142 Audio output:
3143  * New JACK audio output
3144
3145 Video output:
3146  * New video filters:
3147     - magnify: allows you to zoom on part of the image
3148     - gradient and edge detection: "cartoon-like" effect
3149     - bluescreen: overlay parts of a video transparently on another one
3150  * Logo video filter: can now loop through multiple images
3151  * RSS video filter: display feed images. Support for Atom feeds.
3152  * Improvements to the subtitles rendering
3153
3154 Stream output:
3155  * Initial support for throttling users on VOD streams
3156
3157 Interfaces:
3158  * System to inform the user and request information
3159     - HTTP authentication
3160     - Fatal errors
3161     - ...
3162  * wxWidgets
3163     - VLM (VideoLAN Media Manager) control panel
3164     - Improved media information panel (shows statistics, metadata, ...)
3165     - Drag & Drop support in the playlist
3166  * Skins2
3167     - New default skin
3168     - Support for Winamp 2 skins
3169     - Improved playlist handling
3170     - Support for popup menus, animated bitmaps, equalizer, ...
3171  * OS X
3172     - Embedded Video output
3173     - new Go-To-Specific-Time feature
3174     - Video cropping and aspect ratio changing while playing
3175     - Improved media information panel (shows statistics, metadata, ...)
3176     - support for processing multiple items with the wizard in a single run
3177     - option to save selections in the wizard for a session (default enabled)
3178  * HTTP
3179     - New default interface pages for VLC and VLM (including a mosaic wizard)
3180     - A bunch of new RPN functions
3181
3182 Windows Port:
3183  * MSN messenger "Now playing" support
3184
3185 OS X Port:
3186  * Mac-Intel compatibility
3187  * Enhanced support of various audio output devices
3188  * Growl "Now playing" support
3189
3190 *Nix port:
3191  * Ability to log to syslog
3192  * Root wrapper to avoid running VLC as root
3193
3194 Developers:
3195  * New libvlc API (not finished yet)
3196  * Java bindings
3197  * A bit more automatic testing
3198
3199
3200 Changes between 0.8.4 and 0.8.4a:
3201 ---------------------------------
3202
3203 Audio output:
3204  * Fix a52 over spdif in alsa
3205  * SPDIF output available again in the Mac OS X Audio menu.
3206
3207 Decoder:
3208  * Add support for new BMP and Cook (RealAudio G2) decoders in ffmpeg
3209  * Add support for some non-standard FOURCCs used for H.264/H.263
3210
3211 Demux:
3212  * Fix bug with some HE-AAC audio tracks
3213
3214 Services Discovery:
3215  * HAL fixes, should now work with new API
3216  * SAP, fix 20 second freeze on windows
3217  * UPnP fixes
3218  * Avahi 0.6 support
3219
3220 Interfaces:
3221  * Mac OS X
3222     - fixed encoding of H.264/H.263 content when using the wizard
3223
3224
3225 Changes between 0.8.2 and 0.8.4:
3226 --------------------------------
3227
3228 Core support:
3229  * Internal strings handling is now UTF-8 based
3230  * New OSD system
3231
3232 Video output:
3233  * Fixed problems with OpenGL output
3234  * New --monitor-par (pixel aspect ratio) option
3235  * Fixed display problems with HDTV-1080 format
3236
3237 Input:
3238  * Improved DVB support for satellite bands other than Ku-band
3239  * IPv6 and Extended passive mode support for FTP
3240  * IPv6 Source Specific Multicast support
3241  * GnomeVFS input module
3242  * Support for RTP packet reordering
3243  * Fixed syntax for FTP URLs
3244
3245 Decoders:
3246  * Support for libSDL_image to import different image types
3247  * Musepack decoder using libmpdec
3248  * QDM2 audio support (needs ffmpeg from 19th Oct 2005 or later)
3249
3250 Services discovery:
3251  * UPnP service discovery (Linux only at the moment)
3252  * Bonjour service discovery using avahi (Linux only)
3253
3254 Video filters:
3255  * RSS feed overlay
3256
3257 Audio filters:
3258 * Fixes, enhancements and new options related to the Headphone Channel
3259   Mixer and Dolby Surround
3260
3261 Stream output:
3262  * New shout output module to forward streams to icecast servers
3263  * Fixed several SAP and SDP announcement bugs
3264  * Fixed MTU handling to avoid IP fragments
3265
3266 Interfaces:
3267 - new cone icon by Richard Â¯iestad (Eurodata, retron.info)
3268  * Mac OS X
3269     - New streaming and transcoding wizard
3270     - New extended controls panel
3271     - New bookmarks window
3272     - Fixed playlist sorting
3273     - Fixed drag-and-drop inside the playlist
3274  * wxWidgets
3275     - Rename wxWindows interface in wxWidgets.
3276     - All the --wxwin-* options are now --wx-*
3277     - Support for RTP streaming in Stream Ouput dialog
3278     - Now require wx2.6 with Unicode support
3279  * Skins2
3280     - Tree playlist
3281  * HTTP
3282     - New RPN functions to control VLC features (see play-howto)
3283     - Facilities to correctly handle non-ASCII characters and spaces in
3284       the names of files
3285     - Include macro to include other files
3286     - CGI 1.0 support
3287
3288 ActiveX plugin:
3289 * Should now work outside IE as well
3290
3291 Mac OS X port:
3292 * New script to delete the preferences automatically
3293
3294 Windows port:
3295 * Fixed bandwidth problems of HTTP streaming
3296 * Fixed audio problems with DirectX audio output
3297
3298 Translations:
3299  The following languages were added:
3300  * Galician
3301  * Korean
3302  * Romanian
3303  * Simplified Chinese
3304  The following languages were re-added:
3305  * Swedish
3306
3307
3308 Changes between 0.8.1 and 0.8.2:
3309 --------------------------------
3310
3311 Core support:
3312  * Rewrite of the playlist
3313     - Tree structure
3314     - Input preparsing (for meta-data)
3315     - Grouping (by artist, ...) support
3316  * Preferences improvements:
3317     - New organization, designed to improve usability
3318     - New configuration types (list of modules, ...)
3319  * XML parsers
3320  * Core image manipulation support
3321  * Client-side SSL/TLS support
3322  * SSL Client certificates checking support (allows for secure VoD)
3323  * Renamed --spu-channel to --sub-track
3324  * Renamed --spumargin to --sub-margin
3325  * Renamed --audio-channel to --audio-track
3326  * Renamed --filter to --vout-filter
3327  * filters, extra interfaces, visualizations and service discovery modules are
3328    now separated by ':' instead of ','
3329  * Access filter architecture
3330  * Track selection based on preferred language (--sub-language and --audio-language)
3331  * Zsh autocompletion for VLC's arguments
3332  * Many bugfixes...
3333
3334 Input/Demuxers:
3335  * Support for SOCKS proxy
3336  * Support for Shoutcast Meta-data
3337  * Support for (HE-)AAC raw-audio streams
3338  * Support for images on a HTTP server that get refreshed on the server
3339  * Better support for Kasenna streams
3340  * RTSP UDP->TCP rollover support
3341  * Massive Matroska improvements
3342  * Support for XA and VOC audio files
3343  * TiVo demuxer
3344  * Samba (Windows shares) access module
3345  * Improved CDDAX module (uses several playlist items)
3346  * Fixes to Linux DVB support
3347  * Fix the "negative subtitles delay" bug
3348  * Support for FTP over IPv6
3349
3350 Decoders / Encoders:
3351  * Dirac decoder and encoder
3352  * PNG decoder/encoder
3353  * Improvements to DVB subtitles encoder
3354  * Support for Apple Lossless Audio Codec
3355
3356 Access filters:
3357  * New Record and Timeshift filters
3358
3359 Services discovery:
3360  * New type of modules, that add items to the playlist
3361  * Brand new SAP module
3362      * To enable SAP, you now need to use "-S sap" or add SAP in
3363        the "Manage->Services Discovery" menu
3364      ( IPv6 SAP is now enabled by default )
3365      * Non-standard support for HTTP streams SAP announces removed
3366  * HAL (Hardware Abstraction Layer) discovery
3367  * DAAP (iTunes shares) support
3368  * Shoutcast
3369
3370 Audio output:
3371  * Support for 20/24 bits LPCM
3372
3373 Video output:
3374  * Video snapshot support (png or jpg)
3375  * Image file video output (png)
3376  * Motion detection filter (can trigger playlist actions)
3377  * Improvements to wall video filter
3378  * Support for font color and opacity
3379
3380 Stream output:
3381  * Muxers
3382     - ASF improvements
3383  * VLM / VoD
3384     - Ability to load a configuration file on startup
3385     - Seeking support in VoD streams
3386  * Mosaic (picture-in-picture system)
3387
3388 Interfaces:
3389  * wxWidgets
3390     - Redesigned playlist : add playlist, add directory, ...
3391     - Improved preferences
3392     - Improvements to the wizard
3393     - DVD, VCD and Audio CD navigation buttons
3394  * MacOS X
3395     - Redesigned playlist
3396     - Improved preferences
3397  * Skins
3398     - Support for multiple actions
3399     - Fixes
3400  * HTTP
3401     - Support for the new playlist system
3402  * Lirc
3403     - Now uses new config settings. See doc/lirc/example.lirc
3404
3405 Windows port:
3406  * Screensaver disabling fix
3407  * DirectShow tuner configuration
3408  * Support for no-decoration windows
3409
3410 MacOS X port:
3411  * Many Mac OS X 10.4 Tiger related fixes
3412  * The OpenGL video output is back
3413  * A new audio module that should work more reliable for analog audio output in various configurations.
3414    - Supports multichannel discrete analog output
3415    - Digital audio output requires you to change a preference setting because it
3416      is not yet available in the new module
3417    - Please read the README.MacOSX.rtf file for more information.
3418
3419 BeOS port:
3420  * Support for single-buffered overlay
3421
3422 Pocket PC port:
3423  * Many fixes
3424  * New interface
3425  * New video output
3426
3427 Mozilla Plugin:
3428  * Javascript fixes
3429  * Mozilla plugin for MacOS X is back (not yet distributed)
3430
3431 IE Plugin:
3432  * Brand new Internet Explorer ActiveX plugin
3433
3434 Translations:
3435  The following languages were added:
3436  * Catalan
3437  * Danish
3438  * Turkish
3439
3440
3441 Changes between 0.8.0 and 0.8.1:
3442 --------------------------------
3443
3444 Core support:
3445  * Include TLS/SSL API (on plattforms where libgnutls is available)
3446  * SSL support in the HTTP daemon (HTTP stream output and HTTP interface)
3447
3448 Windows port:
3449  * Fixed win32 multichannel audio output support (which was broken in 0.8.0)
3450  * Fixed DV and MPEG (WinTV PVR 250/350) support in the dshow input
3451  * Fixed spurious taskbar item after switching to fullscreen
3452
3453 WinCE port:
3454  * A few more updates (we still miss an interface and a fast video output).
3455
3456 Audio Output:
3457  * Portaudio audio output plugin improvements
3458
3459 Video Output:
3460  * Proper subpictures scaling using the aspect-ratio info when available
3461
3462 Demuxers:
3463  * Fixed crash with ODML avi files
3464  * Fixed autodetection of VCD/SVCD bin files
3465  * Supports Kasenna VoD (MPEG2 only) and simulcast streaming
3466
3467 Stream Output:
3468  * Encoders:
3469    * Fixed aspect ratio and interlaced support in ffmpeg encoder module
3470  * Stream output:
3471    * Support of playlist group announcement
3472
3473
3474 Changes between 0.7.2 and 0.8.0:
3475 --------------------------------
3476
3477 Core support:
3478  * Major work on libvlc. Changed/renamed/added functions
3479  * Complete switch to the new input core (better seeking, multi-input, ...)
3480  * New plugins cache to speed up launch time
3481  * New --play-and-stop feature which stops the playlist after each played item
3482  * Daemon mode (to run vlc in the background)
3483  * Major improvements to the subtitle/OSD subsystem
3484
3485 Input:
3486  * New screen capture input plugin for X11, Win32, BeOS and Mac OS X
3487     (Stream your desktop)
3488  * Improved DVD support:
3489     - uses libdvdnav for playing DVDs with menus support
3490     - uses libdvdread for simple playback with menus (eg. for streaming)
3491  * Experimental multi-input support ( use --input-slave to play with it )
3492  * Automatic MTU discovery for UDP streams
3493  * More powerful MRL syntax for DVD/VCD/CDDA access
3494     (selection of titles/chapters).
3495
3496 Demuxers:
3497  * Support for iTunes Music Store previews
3498  * Support for MJPEG webcams (i.e. AXIS cams)
3499  * Added initial mp4 and mpeg-ts text track support
3500  * Windows Media Server RTSP support
3501  * Support for MPEG TS streams with error correction (204/192 bytes TS packets)
3502  * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
3503  * Skins2 .vlt file loader (only when skins2 is the current interface)
3504  * Improved Ogg demuxer
3505  * Support for MPEG PS streams with MPEG 4 video.
3506  * Support for so called AACPlus webstreams
3507
3508 Codecs:
3509  * G.726 audio support
3510  * 14496-17 MPEG TS text support
3511  * MPEG-4 text support
3512  * Vastly improved DVB subtitles decoder (ETS 300 743)
3513  * Enabled color in DVB subtitles rendering
3514  * VobSub supported both externally and in Matroska
3515
3516 Stream Output:
3517  Encoders:
3518   * Re-use audio/video/spu decoders in transcoder module. From now on,
3519      everything that is playable by VLC should be transcodable as well
3520   * Subtitles overlaying in transcoder
3521   * Subpictures overlaying in transcoder (see video output)
3522   * Frame rate selection in the transcoder
3523   * DVB subtitles encoder
3524   * MPEG 1 layer 2 audio encoder using libtoolame
3525   * Improved vorbis/theora encoding
3526  Muxers:
3527   * Text track muxing for mp4
3528   * Multipart mjpeg muxing. Your video is directly viewable in a Mozilla Browser
3529   * 14496-17 text track muxing for MPEG TS
3530   * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
3531   * Teletext (0x56 descriptor) streaming support in MPEG TS.
3532   * New WAV muxer (supports multi-channel audio)
3533   * Improved ASF muxer
3534  Misc:
3535   * H.263 RTP streaming support
3536   * SDP generation outputs more compliant SDPs and can create SDP files now
3537   * Improved RTSP and VoD server (experimental)
3538
3539 Audio Output:
3540  * New audio equalizer filter
3541  * Very trivial volume normalizer
3542  * True channel downmixing when playing 5:1 material on Stereo
3543  * More gradual resampling which should improve the pitch changing effect
3544  * New audio output plugin using portaudio v19
3545
3546 Video Output:
3547  * Roku HD1000 Video output
3548  * Experimental generic OpenGL video output (X11, Win32, MacOS X)
3549    with support for effects.
3550  * Improved filter and subpictures support :
3551     - New filters can be streamed.
3552     - "Subpicture filters" to overlay subpictures on video
3553     - Centralized scaling and blending
3554  * New filters :
3555     - "time", to display current time
3556     - "marq", to display a marquee
3557
3558 Interfaces:
3559  * OSD sliders for volume and postition information
3560  * OSD icons for Play and Pause
3561  * New Streaming Wizard for Windows and Linux default interfaces (wxWindows)
3562  * A few skins2 improvements
3563  * Added search, volume, loop and random functions to the ncurses interface
3564  * Added a filesystem browser to the ncurses interface
3565  * The remote control interface can now listen for commands on sockets
3566  * Improved CORBA control module
3567
3568 Mac OS X port:
3569  * Fixed the "cannot set buffersize:[nope]" coreaudio problem
3570  * Major speed improvements to the Quartz video output
3571  * The Mac OS X interface is no longer required to display video
3572
3573 Linux port:
3574  * New galaktos visualization plugin (MilkDrop-compatible)
3575  * Experimental SVG rendering module
3576  * Support for DVB CAM modules.
3577
3578 Windows port:
3579  * DirectX Media Object decoder (allows playing some media types, like WMV3)
3580  * DirectX Media Object audio and video encoder
3581  * Fixed long standing win32 thread handles leak
3582  * Fixed problem with CPU usage with subtitles rendering
3583  * Wallpaper mode for the DirectX video output (only in overlay mode)
3584
3585 WinCE port:
3586  * Massive update (we still miss an interface and a fast video output).
3587
3588 Mozilla plugin:
3589  * Added a lot of Javascript accessible funtionality
3590  * Volume, position, length, seek etc etc etc.
3591
3592 Misc:
3593  * Server/client network synchronization module
3594  * VBrick streams fully supported
3595  * Cisco IP/TV streams supported
3596  * VLM enhancements
3597
3598
3599 Changes between 0.7.1 and 0.7.2:
3600 --------------------------------
3601
3602 Core support:
3603  * Bookmarks feature for easier seeking/access inside medias.
3604  * Support for video output embedded in interfaces.
3605  * Improved HTTP daemon.
3606  * Saved playlists now remember VLC-specific options.
3607
3608 Codecs:
3609  * New Continuous Media Markup Language (CMML) codec.
3610    (http://www.annodex.net/overview.html)
3611  * New H.261 video decoder using openmash.
3612  * H264 encoder, demuxer and packetizer.
3613  * Packetizer interfaces between demux and codec when needed
3614    (allows using ffmpeg plugin to decode MPEG streams and better aac decoding).
3615  * Support for Theora alpha3 (both decoding and encoding).
3616
3617 Input:
3618  * --start-time <sec> and --stop-time <sec> to start and stop playing a
3619    file at the specified amount of seconds. Only works with a few
3620    fileformats (avi, mov, mkv, mp4 )
3621  * Improved directory access module.
3622  * New "file-cat" option to play truncated movies.
3623  * Better handling of meta info (title, author, description, etc...).
3624  * New options to pass meta info to the input.
3625  * It is now possible to stream programs from a DVB-S/C/T stream
3626    (satellite, cable, or digital terestrial television)
3627
3628 Demux:
3629  * Annodex (http://www.annodex.net) support.
3630  * mmsh streaming fixes.
3631  * Fixed infinite loop in the AVI demux on broken/incomplete files.
3632
3633 Subtitles:
3634  * Subviewer and subviewer v2 subtitles support.
3635  * Ability to choose autodetected subtitles path.
3636  * Subtitles delay can be changed in real time with hotkeys.
3637
3638 Stream output:
3639  * Improved session announcement system.
3640  * Minimize threads usage by default.
3641  * Added faster than realtime stream output (limited by CPU) for file output.
3642  * Improved MOV/MP4 muxer.
3643  * Improved MPEG TS muxer.
3644  * Improved transrater.
3645  * Meta info options used by the muxers.
3646  * New configuration system.
3647  * Better audio channels downmixing when transcoding.
3648
3649 VideoLAN manager:
3650  * New videolan (media) manager (vlm): a little manager designed to launch
3651    and manage multiple streams from within one instance of VLC.
3652  * Supports live streams and VoD.
3653  * Supports scheduling.
3654  * Telnet interface for vlm.
3655  * HTTP interface for vlm.
3656
3657 Interfaces:
3658  * Skins II (Windows and Linux only)
3659     - Ability to embed video output.
3660     - Support for bitmap fonts.
3661     - Lots of improvements.
3662  * wxWindows (default Windows and Linux interface)
3663     - New design and set of icons.
3664     - Ability to embed video output.
3665     - Support for hotkeys.
3666     - Support for bookmarks.
3667  * Mac OS X
3668     - Support for 'groups' and playlist item properties.
3669     - Better hotkeys handling.
3670
3671 Mac OS X port:
3672  * OpenGL video output is now the default when available.
3673  * Added FAAC encoder (mp4a).
3674  * Audio output fix to work with multiple streams on a HAL device.
3675  * Possible fix for conflict with CodeTek VirtualDesktop (untested).
3676
3677 Win32 port:
3678  * DirectShow input plugin should work with more devices.
3679  * Disable monitor power down when watching movies.
3680  * Improved Windows installer.
3681
3682 Linux port:
3683  * PowerPC fixes.
3684
3685 Misc:
3686  * Improvements to the Goom visualisation plugin.
3687  * Roku HD1000 audio output.
3688
3689
3690 Changes between 0.7.1 and 0.7.1a:
3691 ---------------------------------
3692
3693 Mac OS X:
3694  * Fixed the infamous 'mp3 takes twice the CPU it should take' bug
3695  * Playing MOD files is working now.
3696
3697
3698 Changes between 0.7.0 and 0.7.1:
3699 --------------------------------
3700
3701 Core support:
3702  * Fixed a nasty bug that causes preferences not to be saved some times.
3703  * IGMPv3 support for VLC under Windows XP and Linux.
3704
3705 Codecs:
3706  * Brand new DTS Coherent Acoustics audio decoder based on libdts
3707    (http://www.videolan.org/dtsdec.html)
3708  * Fixed DTS S/PDIF output
3709  * SVCD (Philips OGT) and CVD subtitles
3710
3711 Playlist:
3712  * Internal improvments
3713  * Improved import/export
3714
3715 Input:
3716  * Experimental support for Nullsoft streaming video(.nsv) and real media(.rm)
3717    container formars.
3718  * New demux module that uses libavformat from ffmpeg. Adds support for many
3719    small and strange formats.
3720  * New PVA demux.
3721  * New MOD audio demux.
3722  * Support for DTS and A52/AC3 wav files.
3723  * Support for DTS and A52/AC3 audio CD.
3724  * New and experimental DVD input plugin with menus support (using libdvdnav).
3725  * Added back DV audio support in raw DV demuxer.
3726
3727 Stream output:
3728  * MP4/MOV muxer improvements (fast-start, aac in mov, etc...).
3729  * Fixed a nasty bug in the mpeg video packetizer.
3730  * Improved transcoding (multithreading, more tuning, etc...).
3731
3732 Service discovery:
3733  * Fixed sdp in SAP.
3734
3735 Mac OS X port:
3736  * New opengl video output plugin.
3737
3738 Win32 port:
3739  * A few improvements to the DirectShow input plugin.
3740  * Fixed ipv6 name resolution.
3741
3742
3743 Changes between 0.6.2 and 0.7.0:
3744 --------------------------------
3745
3746 Core support:
3747  * Brand new decoder/packetizer api.
3748    Adds a lot more flexibility while also simplifying the decoder plugins.
3749  * New encoder api (Ffmpeg, Vorbis, Theora, Flac and Speex encoders available).
3750  * Video outputs are recycled if possible.
3751    This removes any 'flicker' between two similiar video files.
3752  * Fixed the video filters. Video should no longer go black when using filters.
3753  * New input core. Advantages are: better seeking, more responsive, support for
3754    subtitle files at the core, and much much more.
3755
3756 Playlist:
3757  * Added a repeat mode to repeat a single file over and over.
3758  * Playlist sorting
3759
3760 Input:
3761  * RTP/RTSP support.
3762  * Fixed annoying seeking problem with Ogg files (seeking would take ages).
3763  * Support for Flac in Ogg files.
3764  * MPEG TS demuxer also handles A52 and AAC audio in DVB streams.
3765  * Rewrite of the Flac demuxer.
3766  * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo. (Linux only)
3767  * Reworked DVB tuning.
3768  * Better Icecast support.
3769  * New MPEG video elementary streams demuxer.
3770  * New DTS audio elementary streams demuxer.
3771
3772 Codecs:
3773  * Support for Theora video encoding.
3774  * Support for Speex audio decoding/encoding.
3775  * Rewrite of the Flac decoder + encoding support.
3776  * Support for MPEG2 422 decoding which was recently added to libmpeg2 (cvs).
3777  * Support for AAC + SBR and proper multi-channel re-ordering.
3778  * MPEG 2.5 audio support.
3779  * Removed deprecated decoders (a52_old, mpeg_video and mpeg_audio).
3780
3781 Stream output:
3782  * Improvements to the MPEG TS muxer.
3783  * New transrating module for MPEG2 video.
3784  * Added packetization for MPEG AAC ADTS streams.
3785  * Added packetizers for Flac, Speex, Theora, LPCM, DTS and SPU streams.
3786  * Improved mp4 muxing and added AAC/MP4V support when transcoding.
3787  * Improved Ogg muxing and added Theora, Speex, Flac and subtitles support.
3788  * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio.
3789  * --sout-keep option to keep the stream open while changing input.
3790  * Preliminary RTP support.
3791  * Fixes to SAP announces.
3792
3793 Interface:
3794  * Skins:
3795     - Bugfixes
3796     - misc improvements (eg, "stay on top" option).
3797  * New standardized and customizable hotkeys.
3798  * wxWindows
3799     - Playlist improvements (Sort, Search, mode buttons).
3800     - Improvements and help in preferences
3801     - New streaming wizard
3802     - Revised Disc Open menu
3803  * HTTP
3804     - Improvements of the standard pages
3805     - Support for new commands
3806  * OSD ( OS X and hotkeys only atm ).
3807
3808 Service discovery:
3809  * Many fixes to the SAP module
3810  * SAP now supports HTTP streams
3811
3812 Subtitles:
3813  * Text subtitles now have a black outline.
3814  * Text subtitles autodetection.
3815  * Text subtitles charset autodetection.
3816  * Text subtitles for all videofiles. Results may vary.
3817  * Text subtitles in Hebrew are supported. Arabic partially.
3818  * Automatic fontsize selection for text subtitles.
3819  * Fixed SAMI text subtitles support.
3820  * Support for subtitles in Matroska files.
3821  * Support for subtitles in DVB streams.
3822
3823 Mac OS X port:
3824  * New controller designed by Max Rudberg from www.maxthemes.com
3825  * Save playlist.
3826  * Works on 10.1.x again. Apologies for that problem.
3827  * Support for Panther.
3828  * Support for raw dumping of streams to disk.
3829  * Mozilla plugin for Mac OS X (experimental).
3830
3831 Win32 port:
3832  * New DirectShow input module (for video acquisition cards, webcams, PVRs...).
3833  * VLC can be installed as a Windows NT service.
3834  * Allow on the fly switching of the main interface.
3835  * Support for 3F2R in audio output.
3836  * New --one-instance option to "force" only one running instance of VLC.
3837  * Mozilla plugin for Windows (experimental).
3838  * Multimonitor support (untested).
3839  * Fixed nasty timing bug on some dual-cpu / P4 with hyperthreading systems.
3840
3841 Linux port:
3842  * Improved Video4Linux input. Also added support for an audio only input.
3843  * Support for real-time priority when running with root privileges.
3844  * Allow on the fly switching of the main interface.
3845
3846 iPaq port:
3847  * Brand new Gtk 2 interface
3848
3849 Miscellaneous:
3850  * Audio visual effects filters (spectrum, scope and random).
3851  * Audio visual effects filter using goom.
3852  * Spanish, Portuguese Brazilian and Hungarian translations.
3853  * libcaca video output (colored ascii)
3854
3855
3856 Changes between 0.6.1 and 0.6.2:
3857 --------------------------------
3858
3859 Core support:
3860  * Fixed a nasty regression in 0.6.1 which made some streams unplayable.
3861
3862 Stream output:
3863  * Transcoder now generates proper pts/dts thus should work a lot better.
3864  * Improved MPEG TS muxer.
3865
3866 Access input:
3867  * Support for DVB-S/C/T cards using v4l2 API for Linux 2.6.x kernels.
3868  * Few fixes to the VCD navigation.
3869
3870 Interfaces:
3871  * Support for DVD menus navigation added to the wxWindows interface.
3872
3873 UNIX ports:
3874  * ALSA multi-channel support fixed and tested.
3875  * Fixed fullscreen with gnome metacity.
3876
3877 Win32 port:
3878  * Fixed VCD support which was broken on some machines.
3879
3880 iPaq port:
3881  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
3882
3883 Miscellaneous:
3884  * Text subtitles now centered on the picture.
3885  * Ffmpeg decoder now generates proper pts and can be used to play
3886    mpeg1/2 videos.
3887
3888
3889 Changes between 0.6.0 and 0.6.1:
3890 --------------------------------
3891
3892 Core support:
3893  * There should be less bogus resampling, particularly on DVDs.
3894  * VLC will now wait for the medium to wake up before starting its clock
3895    after a pause.
3896
3897 Stream output:
3898  * Added vorbis audio support in Ogg streaming.
3899  * Added vorbis audio transcoding support.
3900  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
3901 UNIX ports:
3902  * ALSA multi-channel support fixed and tested.
3903  * Fixed fullscreen with gnome metacity.
3904
3905 Win32 port:
3906  * Fixed VCD support which was broken on some machines.
3907
3908 iPaq port:
3909  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
3910
3911 Miscellaneous:
3912  * Text subtitles now centered on the picture.
3913  * Ffmpeg decoder now generates proper pts and can be used to play
3914    mpeg1/2 videos.
3915
3916
3917 Changes between 0.6.0 and 0.6.1:
3918 --------------------------------
3919
3920 Core support:
3921  * There should be less bogus resampling, particularly on DVDs.
3922  * VLC will now wait for the medium to wake up before starting its clock
3923    after a pause.
3924
3925 Stream output:
3926  * Added vorbis audio support in Ogg streaming.
3927  * Added vorbis audio transcoding support.
3928  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
3929  * PS muxer can create mpeg1 files now and produce streams with system headers.
3930  * You can transcode a52 with more than two channels to mpga now.
3931
3932 Win32 port:
3933  * Fixed DVD support which was partly broken due to a bug in libdvdcss
3934  * Fixed 5.1 audio support for the sblive/audigy soundcards.
3935  * Fixed sound on Windows NT.
3936
3937 UNIX ports:
3938  * Fixed/improved ALSA support and enabled multi-channel audio output.
3939  * X11/Xvideo: Should now work on big endian machines, and you can now
3940    use the arrow keys to browse through the DVD menus.
3941
3942 iPaq port:
3943  * Gtk+2 interface called PDA
3944  * Familiar Gtk+ is now deprecreated
3945  * Codec a52, Faad2 and flac added
3946  * Video4Linux enabled (demux and transcode)
3947  * Stream Out with transcode support enabled (use codecs: HuffYuvv and A-law).
3948
3949 Interfaces:
3950  * Small updates/fixes to the wxWindows interface.
3951  * Improved HTTP remote control interface. You can now create your own HTML pages.
3952  * A new CORBA control plugin.
3953
3954 Input demux:
3955  * Improved support for the Matroska container format.
3956
3957 Miscellaneous:
3958  * Improved build system.
3959  * New video filter plugin to overlay logos.
3960  * Added support for Winamp 3 B4S files.
3961  * New subtitle module which uses freetype2 to render arbitrary fonts in any size.
3962    Should also work with languages like russion for instance.
3963
3964
3965 Changes between 0.5.3 and 0.6.0:
3966 --------------------------------
3967
3968 Core Support:
3969  * Channel Server support was removed (was deprecated)
3970
3971 Input access:
3972  * Fixed a big bug in ftp and http access that prevented many platforms
3973    (OSX most prominently) to view ftp and http streams.
3974  * Fixed large file support on Windows
3975  * Video 4 Linux support
3976  * CD Digital Audio support
3977  * Fixed IPv6 multicasting on Windows and OSX.
3978
3979 Input demux:
3980  * Better detection of AAC and mp3 files
3981  * Support for OpenDML avi files
3982  * More complete .mp4/.mov support
3983  * Very early support for the Matroska container format (don't complain if it doesn't work ;)
3984
3985 Codecs:
3986  * VLC's own MPEG1/2 decoder has been replaced with libmpeg2
3987  * Support for Sorenson 3 (SVQ3 or Quicktime content) via ffmpeg
3988  * OSX support for QDM2 and QDMC sound, often used in QT content.
3989  * Fixed a bug which was causing artefacts in DivX video (ffmpeg)
3990  * Updated our theora decoder to use the alpha 2 release of libtheora
3991  * If ffmpeg cannot keep up, skip and try to recover instead of stopping altogether
3992  * Indeo Video 3 (IV32) support for little-endian computers. (so not for OSX)
3993
3994 Interfaces:
3995  * The wxWindows interface is now fully useable as well as Unicode safe
3996  * New HTTP remote control interface
3997
3998 Stream output:
3999  * New stream output scheme. It is now possible to build a chain of stream outputs
4000    allowing for instance to stream and display some content at the same time.
4001  * The stream output now allows to transcode content on the fly.
4002  * Fixed major bug that prevented streaming mpeg 1/2 video with pulldown content.
4003  * SAP/SDP announcing support. (both IPv4 and IPv6)
4004
4005 Miscellaneous:
4006  * New reset option for the preferences
4007  * You can set your language in the prefences
4008  * New video chroma conversion module using ffmpeg
4009  * Added a Gentoo ebuild to the distribution
4010  * Added a new smaller subtitles font (now the default) + scripts to generate your own
4011  * SAP/SDP IPv6 support
4012
4013 UNIX ports:
4014  * Basic support for the X11 Xinerama extension.
4015  * New skinable interface ported to X11.
4016  * Run opie-vlc and zaurus-vlc as GuiServer
4017
4018 Mac OS X port:
4019  * When you add several items to the playlist, they are sorted alphabetically.
4020  * New about panel and revamped preferences panel.
4021  * Fixed the deinterlace menu.
4022  * Float on top, Fit to Screen and a Transparency option for video out.
4023  * New output dialog for transcode and display while stream capabilities.
4024  * New icons by Davor Orel.
4025  * New audio resampler. Should make VLC much faster.
4026  * Fixed disappearing and crackling sound (PTS is out of range bug)
4027  * We no longer automatically save the preferences when you quit the application
4028  * Arrow keys are now use to browse the menus in a DVD
4029
4030 Win32 port:
4031  * the wxWindows interface is now the default interface
4032  * The keyboard shortcuts are now identical to the linux version
4033  * Fixed the "no sound" problem on NT4
4034  * Improved skinnable interface (it now uses the wxWindows interface dialogs).
4035  * Added support for compressed skins files (.vlt files)
4036  * Fixed SVCD chapters support.
4037  * Fixed memory leak with 5.1 audio.
4038
4039 BeOS port:
4040  * Interface localization
4041  * Screensaver disabled if playing in fullscreen
4042  * A few new keyboard shortcuts
4043  * New full-featured Preferences window
4044
4045
4046 Changes between 0.5.2 and 0.5.3:
4047 --------------------------------
4048
4049 Core Support:
4050  * fixed DTS S/PDIF output on little-endian machines
4051  * support for skins at the interface level
4052  * new OSD module using Freetype2
4053  * video outputs are now destroyed when the associated input ends
4054  * the video output takes into account the caching delay introduced at the
4055    input level before dropping out of date frames.
4056  * configuration option to disable the translation of the interface
4057
4058 Input access:
4059  * fixed HTTP redirects
4060  * support for opening an entire directory
4061  * EOF should be detected more reliably
4062  * new video4linux access plug-in
4063  * new kfir access plug-in designed to work around a bug in the kfir driver
4064
4065 Input demux:
4066  * added stream type for some Motorola MPEG-2 video encoders
4067  * fix for some ogg web radio streams
4068  * fixed reading TS streams over HTTP
4069
4070 Codecs:
4071  * support for 3ivx D4 (not previous versions)
4072  * support for '3ivd' and '3vid' encodings
4073  * support for 'MSS1' codec ( same as WMV2 )
4074  * support for SAMI subtitles (untested and incomplete)
4075  * better SSA4 subtitles recognition
4076  * new codec for raw I420 video
4077  * improvements to the libmpeg2-based MPEG video decoder
4078
4079 Interfaces:
4080  * improvements to wxWindows based interface
4081    (although it still misses some important features)
4082  * skeleton for a Gnome2/GTK2 plug-in
4083
4084 Stream output:
4085  * new HTTP output support
4086  * fixed a segfault in the AVI muxer
4087  * fixed AV synchronization issues
4088
4089 Miscellaneous:
4090  * support for oldstyle id3 genres
4091
4092 UNIX ports:
4093  * the SDL vout plug-in will now work on big-endian machines
4094
4095 Mac OS X port:
4096  * reorderable playlist
4097  * fixed the hiding of the mouse on multiple monitors
4098  * fixed a big issue with some USB speakers
4099  * support for mono audio output devices
4100  * reset the audio-device to its default mode before quitting VLC
4101  * fixed several cosmetic issues
4102  * you can drag the controller window by its background (as it should be)
4103  * the messages window remembers more lines
4104  * delay and fps can now be overruled with subtitles files
4105  * http and ogg stream output options
4106  * Apple menu and friends will now be translated as well
4107
4108 Win32 port:
4109  * new skinnable interface
4110  * the directx video output doesn't crash anymore on ctrl+alt+del events.
4111
4112 iPAQ familiar Linux port:
4113  * support for FLAC audio format
4114  * the interface adapts to the screen size/rotation
4115  * playlist
4116  * network tab in the interface
4117  * "apply" handling in preferences
4118
4119
4120 Changes between 0.5.1a and 0.5.2:
4121 ---------------------------------
4122
4123 Core support:
4124  * advanced config options are now hidden by default
4125  * new --spdif option to use the S/PDIF audio output by default
4126  * fixed a 'clicking' sound when switching between streams
4127  * new bandlimited resampler that should improve audio quality on primarily
4128    Mac OS X
4129  * fixed a problem with audio over http that caused some web radios to not work
4130  * DTS S/PDIF support
4131
4132 Codecs:
4133  * support for DV audio through the ffmpeg library
4134  * support for FLAC audio through libflac
4135  * new but basic MPEG video decoder based on libmpeg2
4136  * fixed a major bug in LPCM code (fixes a problem with iDVD disks)
4137
4138 Stream output:
4139  * support for streaming DivX 1/2/3, wmv1/2, h/i263 over MPEG-2 TS
4140  * new --ttl option for Time To Live
4141
4142 DVD support:
4143  * fixed quite a few problems with the dvd menu support
4144
4145 UNIX ports:
4146  * fixed the GNU-pth support
4147
4148 Win32 port:
4149  * multi-channel audio and S/PDIF support for both the DirectX and Waveout
4150    plugins
4151  * localization support via gettext is now fully working
4152  * rc interface is now fully useable
4153  * fixed the MSVC project files generation
4154
4155 Mac OS X port:
4156  * several fixes for multi channel audio devices. AC3 over SPDIF with
4157    M-Audio Sonica Theater still does not work. this is most likely a driver
4158    bug and has been reported to M-Audio. (Sonica, Revolution, Delta, Griffin
4159    iMate and MOTU firewire devices should work)
4160  * VLC now uses the default audio device
4161  * new info panel
4162  * very preliminary support for VLC control via applescript
4163  * support for mouse gestures
4164  * new priority scheme allowing to avoid lock-ups on low-end machines
4165
4166 Linupy port:
4167  * there is a whole new port for the linupy distribution used by o.a. the
4168    YOPY PDA. It is still experimental, please test it
4169
4170 Miscellaneous:
4171  * improved ID3 tag detection
4172  * changed several errors into warnings ; the frequently reported "this is
4173    not a PS stream, continuing" is one of these
4174  * mouse gestures work on windows and osx, but there still isn't any useful
4175    gestures
4176  * some support for .pls playlists used by shoutcast
4177
4178
4179 Changes between 0.5.1 and 0.5.1a:
4180 ---------------------------------
4181
4182 Mac OS X port:
4183  * fixed a problem that caused VLC to select the wrong language when
4184    English was set as the preferred language
4185
4186
4187 Changes between 0.5.0 and 0.5.1:
4188 --------------------------------
4189
4190 Core support:
4191  * new mouse gesture interface
4192  * audio volume can now be changed at any time, even when no file is
4193    playing
4194
4195 Input access:
4196  * various minor fixes on the network inputs
4197  * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
4198  * VCD: fixed track number and chapter indexing
4199
4200 Input demux:
4201  * fixed a bad initialization in the mp4 plug-in
4202  * new --buggy-psi option for TS streams which do not update their
4203    continuity counter
4204
4205 Codecs:
4206  * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
4207
4208 DVD support:
4209  * fixed a bug which turned the default interface command-line only
4210    without the user consent
4211
4212 UNIX ports:
4213  * GTK: fixed a crash when going fullscreen or changing volume from the
4214    popup menu
4215  * X11: new screen saver disabling plug-in (--extraintf screensaver)
4216  * KDE: fixed compilation with KDE 3.1
4217  * ALSA: fixed mono files output
4218
4219 Mac OS X port:
4220  * fixed a crash on start-up on some localized systems
4221  * lowered real-time priorities to avoid lock-ups on slow machines
4222  * VLC can now be made the handler of ftp http mms and udp URLs
4223  * playlist enhancements
4224  * added half, normal and double video window menu items
4225  * new step forward/step backward commands
4226  * the dock should no longer be visible in fullscreen mode
4227  * the Mac OS X binary is now compiled with Ogg/Theora support
4228  * vlc.app is now VLC.app
4229
4230 Win32 port:
4231  * fixed the "RichEdit line insertion error" bug
4232  * VLC can now be run from outside its installation directory
4233  * fixed a bug that prevented to find the default subtitle font
4234
4235 BeOS port:
4236  * smarter BeOS priorities to avoid lock-ups
4237  * few enhancements in the interface (especially the Settings window)
4238
4239 Opie port:
4240  * native video output is working again
4241  * only commandline interface support
4242  * support for MPEG4, DivX through ffmpeg package
4243
4244
4245 Changes between 0.4.6 and 0.5.0:
4246 --------------------------------
4247
4248 Core structure:
4249   * object structure which allows for full re-entrancy, known as libvlc
4250   * new audio output architecture based on filter pipelines, providing
4251     S/PDIF and multi-channel support
4252   * localization support via gettext on most architectures
4253   * new stream output architecture, allowing to use VLC to unicast,
4254     multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
4255     and A/52 streams are supported)
4256   * build system now uses autoconf/automake/autopoint
4257
4258 Input access:
4259   * mms:// support
4260   * ftp:// support
4261   * stability fixes in the HTTP access
4262   * auto-detection of RTP encapsulation
4263   * VCD entry points support
4264   * VCD image file support
4265
4266 Input demux:
4267   * support for *.asf format
4268   * improved support for *.avi, especially over an HTTP connection
4269   * support for *.mp4 and *.mov format
4270   * support for ogg encapsulation
4271   * support for raw DV format
4272   * support for *.wav format
4273   * new demuxdump demux allowing to save a stream to a file
4274   * raw AAC support
4275
4276 Stream discovery & playlists:
4277   * support for the SAP/SDP and SLP protocols
4278   * support for .m3u file format
4279   * support for .asx file format
4280   * hack to find the streaming sources in html-pages with embedded wmp
4281
4282 Codecs:
4283   * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
4284     (only available with the .avi demux)
4285   * support for ADPCM audio codec
4286   * support for raw PCM data
4287   * support for Cinepak video codec
4288   * support for DV video codec via libdv or ffmpeg
4289   * support for AAC audio codec via libfaad2
4290   * support for Xvid codec
4291   * support for Xiph.org's Vorbis audio codec
4292   * support for Xiph.org's Tremor audio codec (when compiling from sources)
4293   * support for Xiph.org's Tarkin and Theora video codecs (when compiling
4294     from sources)
4295   * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
4296     H263i, MJPEG A/B
4297   * fixed an endianness bug in LPCM codec
4298
4299 DVD support:
4300   * experimental preliminary support for DVD menus via libdvdplay
4301
4302 Miscellaneous:
4303   * new WxWindows interface
4304   * all interfaces allow to dynamically change the volume, the audio
4305     device and the channels configuration
4306   * headphone channel mixer with virtual spatialization effect
4307   * Mozilla plugin based on libvlc for embedded playback in webpages of any
4308     format that VLC can play
4309   * new swedish translation
4310   * enhancements of the playlist window
4311   * new messages window to see debug info
4312   * fixed a few crashes
4313
4314 iPaq port:
4315   * slider bar in GTK+/GPE Familiar interface
4316   * fixed crash on directory change in Familiar interface
4317   * added qte_main module for use in all modules that need Opie or Qte support
4318   * native video output module for Qt Embedded/Opie is not working
4319