[vlc-commits] Merge NEWS from 2.2.1
Jean-Baptiste Kempf
git at videolan.org
Thu Apr 16 12:07:45 CEST 2015
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Apr 16 12:07:12 2015 +0200| [c97017b383a911d98579a578a5baaaea103f27a0] | committer: Jean-Baptiste Kempf
Merge NEWS from 2.2.1
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c97017b383a911d98579a578a5baaaea103f27a0
---
NEWS | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 63 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 3701346..1ccdec5 100644
--- a/NEWS
+++ b/NEWS
@@ -124,7 +124,66 @@ Misc
* remove ZPL playlist format
-Changes between 2.1.x and 2.2.0:
+Changes between 2.2.0 and 2.2.1:
+--------------------------------
+
+Codec:
+ * Fix compilation with older libavcodec versions
+ * Fix some VP9 decoding
+ * Fix flac crashes
+ * Fix lpcm channel ordering
+ * Fix potential NULL dereference in dmo
+ * Fix teletext framing code in DVB PES packets
+ * Fix potential buffer overflow in schroendinger decoder (CVE-2014-9629)
+ * Fix AAC samplerate
+
+Demuxers:
+ * Fix MP4 chapters
+ * Fix MKV overseeking, introducing slowness over network shares
+ * Fix crash when playing SPC files
+ * Fix ATRAC3 playback in MKV
+ * Revert to older ASX code
+ * Workaround TS issue with mpeg-audio
+
+Access:
+ * Fix sftp read and close sockets
+ * Fix DTV build with Linux DVB versions < 5.8
+ * Fix UDP/RTP input on Windows
+
+Audio output:
+ * Fix Alsa HDMI plugs
+ * Improve Alsa output, with larger buffers
+ * Fix DirectSound output with multi-channel files
+
+OS X:
+ * Fix numerous crashes in the UI
+ * Fix video-wallpaper mode
+ * Fix race when starting VLC from command line
+
+Qt:
+ * Fix recent items behaviour
+ * Fix rotation filter activation
+ * Fix mux modules names for the streaming wizard
+
+Win32:
+ * Timestamp the signature of the dlls
+ * Fix extensions registration during install
+ * Fix extensions dialog crash
+ * Default to no DxVA decoding
+
+libVLC:
+ * fix libvlc_media_get_stats
+
+Translations:
+ * Update of Afrikaans, Albanian, Azerbaijani, Catalan, Czech, Danish, Dutch,
+ English (United Kingdom), Finnish, French, German, Hebrew, Hindi, Italian,
+ Japanese, Korean, Latvian, Macedonian, Malay, Modern Greek, Norwegian Bokmål,
+ Norwegian Nynorsk, Polish, Portuguese, Russian, Scottish Gaelic, Serbian,
+ Simplified Chinese, Slovak, Slovenian, Spanish, Swedish, Tamil, Thai,
+ Traditional Chinese, Turkish, Ukrainian translations
+
+
+Changes between 2.1.6 and 2.2.0:
--------------------------------
Important changes:
@@ -311,13 +370,14 @@ Audio output:
Security:
* Fix heap overflow in decomp stream filter
- * Fix buffer overflow in updater
+ * Fix buffer overflow in updater (CVE-2014-9625)
* Fix potential buffer overflow in schroedinger encoder
* Fix null-pointer dereference in DMO decoder
- * Fix buffer overflow in parsing of string boxes in mp4 demuxer
+ * Fix buffer overflow in parsing of string boxes in mp4 demuxer (CVE-2014-9626,9627,9628)
* Fix SRTP integer overflow
* Fix potential crash in zip access
* Fix read overflow in Ogg demuxer
+ * Fix RTP overflow (CVE-2014-9630)
Win32 installer:
* Update translations and greek encoding
More information about the vlc-commits
mailing list