[vlc-commits] [Git][videolan/vlc][3.0.x] 2 commits: On the road to 3.0.17

Hugo Beauzée-Luyssen (@chouquette) gitlab at videolan.org
Mon Dec 20 13:31:33 UTC 2021



Hugo Beauzée-Luyssen pushed to branch 3.0.x at VideoLAN / VLC


Commits:
58770529 by Hugo Beauzée-Luyssen at 2021-12-20T10:00:39+01:00
On the road to 3.0.17

- - - - -
870c1376 by Hugo Beauzée-Luyssen at 2021-12-20T13:35:22+01:00
Update NEWS

- - - - -


2 changed files:

- NEWS
- configure.ac


Changes:

=====================================
NEWS
=====================================
@@ -1,14 +1,40 @@
 Changes between 3.0.16 and 3.0.17:
 ----------------------------------
 
+Core:
+ * Fix a regression in parsing secondary source MRLs
+
+Access:
+ * Fix support for screen capture on macOS with avcapture
+ * Fix closing of HTTP 1.x connections
+ * Improve HTTP2 memory usage
+ * Improve AVCapture module
+
+Packetizers:
+ * Add support for DTS LBR
+
 Audio Output:
  * iOS/tvOS: add support for spatial audio
 
+Video Output:
+ * Fix a D3D11 crash when the stream changes aspect ratio
+
 Demux:
  * Support for DAV video files
+ * Add WebP image mapping
+ * Fix missing audio start of Opus audio in MKV/WebM
+
+Interface:
+ * Qt/macOS: Fixup user provided URLs
+
+Misc:
+ * Update YouTube script
+ * Fix Icecast directory parsing which could lead to missing entries
 
 3rd party libraries (contrib):
  * Update libsmb2 to fix invalid UTF-8 encoding of some filenames
+ * Update taglib to fix corruptions when editing some OGG metadata
+ * Update FFmpeg to 4.4
 
 Changes between 3.0.15 and 3.0.16:
 ----------------------------------


=====================================
configure.ac
=====================================
@@ -2,10 +2,10 @@ dnl Autoconf settings for vlc
 
 AC_COPYRIGHT([Copyright 1999-2021 VLC authors and VideoLAN])
 
-AC_INIT(vlc, 3.0.16)
+AC_INIT(vlc, 3.0.17)
 VERSION_MAJOR=3
 VERSION_MINOR=0
-VERSION_REVISION=16
+VERSION_REVISION=17
 VERSION_EXTRA=0
 VERSION_DEV=
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/a31161d93ea2dc3a0e8b864c88476bacef2579da...870c1376343bf25edef9376e059c4343b1a55bc5

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/a31161d93ea2dc3a0e8b864c88476bacef2579da...870c1376343bf25edef9376e059c4343b1a55bc5
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list