[vlc-commits] text_renderer/freetype: fix SIGSEGV in harfbuzz

2018-12-16 Thread Filip Roséen
vlc/vlc-3.0 | branch: master | Filip Roséen | Fri Sep 28 18:18:13 2018 +0200| [5d3c9d55a87dba3d2dbf57fb77913a16f0acf38d] | committer: Jean-Baptiste Kempf text_renderer/freetype: fix SIGSEGV in harfbuzz There is no documentation but that is how they do it in their tests: https://github.com/harf

[vlc-commits] skins2: fix fullscreen wrong size on Windows10 (high DPI)

2018-12-16 Thread Erwan Tulou
vlc/vlc-3.0 | branch: master | Erwan Tulou | Thu Oct 4 22:04:34 2018 +0200| [4cba4c02857701479fdc9eb7874aee50847b15e0] | committer: Jean-Baptiste Kempf skins2: fix fullscreen wrong size on Windows10 (high DPI) When setting the scaling factor of Windows10 to something different from the defaul

[vlc-commits] chromecast: detect additional failed load type

2018-12-16 Thread Erick Tyndall
vlc/vlc-3.0 | branch: master | Erick Tyndall | Mon Oct 1 11:59:27 2018 -0400| [e03e6d8efc125f89c71b251c4734b7c34a094ead] | committer: Jean-Baptiste Kempf chromecast: detect additional failed load type Correctly handle additional failed load. Specifically x265 codec on chromecast version 1 and

[vlc-commits] opengl: fix value scale on mastering metadata

2018-12-16 Thread Niklas Haas
vlc/vlc-3.0 | branch: master | Niklas Haas | Fri Oct 5 21:07:50 2018 +0200| [51f04b41fd77363abe2ed2c073c0f2095a6c4a47] | committer: Jean-Baptiste Kempf opengl: fix value scale on mastering metadata This is not in cd/m² scale, but in a scale where a value of 1.0 means 1 cd/m². So we have t

[vlc-commits] opengl: fix memory leak in obscure PBO failure case

2018-12-16 Thread Niklas Haas
vlc/vlc-3.0 | branch: master | Niklas Haas | Fri Oct 5 21:07:51 2018 +0200| [7c6101925303b7f8877f99295d97c336b3e655dd] | committer: Jean-Baptiste Kempf opengl: fix memory leak in obscure PBO failure case This basically doesn't happen in practice, but we should correctly free the picture even

[vlc-commits] access/udp: Define MSG_TRUNC on recv call

2018-12-16 Thread Ilkka Ollakka
vlc/vlc-3.0 | branch: master | Ilkka Ollakka | Mon Oct 15 17:21:22 2018 +0300| [3b0b6396b44466ebd28c0fe2b32a2e5fa97bad45] | committer: Jean-Baptiste Kempf access/udp: Define MSG_TRUNC on recv call recv() needs MSG_TRUNC flag so it will tell actual data-size if truncate would happen additional

[vlc-commits] access/rtp: define MSG_TRUNC on recv call if available.

2018-12-16 Thread Ilkka Ollakka
vlc/vlc-3.0 | branch: master | Ilkka Ollakka | Mon Oct 15 17:21:21 2018 +0300| [bbb70a65406afe9c01d637fd1137c2c6ef9ca357] | committer: Jean-Baptiste Kempf access/rtp: define MSG_TRUNC on recv call if available. recv() needs MSG_TRUNC flag so it will tell actual data-size if truncate would happ

[vlc-commits] macosx: Fix trying to load playlist as an SD

2018-12-16 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Tue Oct 30 01:27:00 2018 +0100| [63c16cb099586ef73e3f105e2740f505c09a7896] | committer: Jean-Baptiste Kempf macosx: Fix trying to load playlist as an SD The sdtype of VLCSourceListItem was not correctly initialized to -1, which caused the macosx i

[vlc-commits] demux: ogg: don't reuse streams without es

2018-12-16 Thread Francois Cartegnie
vlc/vlc-3.0 | branch: master | Francois Cartegnie | Tue Nov 6 10:01:37 2018 +0200| [d097485bc92dd07133ecaefa09a802b000dfbde2] | committer: Jean-Baptiste Kempf demux: ogg: don't reuse streams without es (cherry picked from commit 2120c5961e2a6c54bcf2bde7b18ecf1924ea8352) Signed-off-by: Jean-Ba

[vlc-commits] snap: bump desktop-helpers version

2018-12-16 Thread Konstantin Pavlov
vlc/vlc-3.0 | branch: master | Konstantin Pavlov | Sat Nov 10 19:18:40 2018 +0300| [6835af3dc2be313300d64840360f4a487d432356] | committer: Jean-Baptiste Kempf snap: bump desktop-helpers version (cherry picked from commit 653fbfb3da3bc4af50da0b9551a97070a1dbdab0) Signed-off-by: Jean-Baptiste Ke

[vlc-commits] snap: make sure wrapper part runs after vlc part

2018-12-16 Thread Konstantin Pavlov
vlc/vlc-3.0 | branch: master | Konstantin Pavlov | Sat Nov 10 19:19:44 2018 +0300| [1394e19ae60638fbe965695a94a3d036912add41] | committer: Jean-Baptiste Kempf snap: make sure wrapper part runs after vlc part (cherry picked from commit f39a2c74d230a09d00906c911a53a57480884300) Signed-off-by: Je

[vlc-commits] macosx: ExtensionProvider: Add more log messages

2018-12-16 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Thu Dec 6 15:58:09 2018 +0100| [6cacbced3959849586148851eb444af70bf3f5f3] | committer: Jean-Baptiste Kempf macosx: ExtensionProvider: Add more log messages Some error cases were not logged at all making it hard to figure out whats going on when t

[vlc-commits] extras/tools: Bump built cmake version to 3.13.x

2018-12-16 Thread Hugo Beauzée-Luyssen
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen | Wed Dec 12 14:25:26 2018 +0100| [0ebc35d36858bd8277582c33a6de997ec7e7be0e] | committer: Jean-Baptiste Kempf extras/tools: Bump built cmake version to 3.13.x This version now contains the patch required for windows store build using llvm. (

[vlc-commits] Contribs: update GnuTLS to 3.5.19

2018-12-16 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Sun Dec 16 20:28:09 2018 +0100| [731ea0cf32ab1fce15679295eb02f8f53a4999c1] | committer: Jean-Baptiste Kempf Contribs: update GnuTLS to 3.5.19 Seems to fix issues with CBC modes > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=731ea0cf32ab1f

[vlc-commits] Contribs: update GnuTLS to 3.5.19

2018-12-16 Thread Jean-Baptiste Kempf
vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf | Sun Dec 16 20:28:09 2018 +0100| [8543b81baf62570847f6b4223c6e4f78a3d20d1a] | committer: Jean-Baptiste Kempf Contribs: update GnuTLS to 3.5.19 Seems to fix issues with CBC modes (cherry picked from commit 731ea0cf32ab1fce15679295eb02f8f53a49

[vlc-commits] macOS codesign: Add option to enable runtime hardening for macOS Mojave

2018-12-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Tue Oct 23 23:21:41 2018 +0200| [cdd2cbfb339fd63bd79a0df641a5ab1d87a77577] | committer: David Fuhrmann macOS codesign: Add option to enable runtime hardening for macOS Mojave Runtime hardening restricts what the application can do, while not bein

[vlc-commits] macosx: Disable automatic switching between dark and bright mode for now

2018-12-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Dec 16 20:04:38 2018 +0100| [65b7360a6aac1c6a43e599bbdb6e5f8c1d59d5e1] | committer: David Fuhrmann macosx: Disable automatic switching between dark and bright mode for now It seems on macOS Mojave, _automatic_ switching between dark and brigh

[vlc-commits] macosx: Remove shadow from main window title in black mode

2018-12-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Dec 16 18:23:09 2018 +0100| [3bfba86224b47ff750fda2ad6bcf0c3ee5684bce] | committer: David Fuhrmann macosx: Remove shadow from main window title in black mode Text without shadow looks far better. > http://git.videolan.org/gitweb.cgi/vlc/vlc-

[vlc-commits] macosx: Fix correct reinitialization of most of our buttons

2018-12-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Tue Dec 4 18:58:05 2018 +0100| [97557b77f6fb2feb128066bd7e5bf72b085c98f6] | committer: David Fuhrmann macosx: Fix correct reinitialization of most of our buttons The button graphics were totally wrong if appearance changed in the middle of the p

[vlc-commits] Update NEWS

2018-12-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Dec 16 20:17:10 2018 +0100| [98a9b471d034ea775257fe859042175f8b99ba15] | committer: David Fuhrmann Update NEWS > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=98a9b471d034ea775257fe859042175f8b99ba15 --- NEWS | 7 +++ 1

[vlc-commits] macosx: Update topbar images

2018-12-16 Thread Damien Erambert
vlc/vlc-3.0 | branch: master | Damien Erambert | Sun Dec 16 18:21:44 2018 +0100| [74b1d43a4e7c61a2373e17058db51418a31a35a0] | committer: David Fuhrmann macosx: Update topbar images To fix the corner. Signed-off-by: David Fuhrmann > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commi

[vlc-commits] macosx: Update dark button graphics

2018-12-16 Thread Damien Erambert
vlc/vlc-3.0 | branch: master | Damien Erambert | Sun Dec 16 17:50:05 2018 +0100| [f66b69a41a27d10329e065da66678d24d2a974c7] | committer: David Fuhrmann macosx: Update dark button graphics Those better for the dark window style of macOS mojave. Signed-off-by: David Fuhrmann > http://git.vide

[vlc-commits] Contribs: update gcrypt to 1.7.10

2018-12-16 Thread Jean-Baptiste Kempf
vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf | Sun Jul 1 22:55:35 2018 +0200| [0fd278ed1a4cf716d51d6a70efd1186e91ae52c2] | committer: Jean-Baptiste Kempf Contribs: update gcrypt to 1.7.10 CVE-2018-0495 (cherry picked from commit 6081bfc2942d26fc652c8de43cf37807ab7c9262) Signed-off-by:

[vlc-commits] contrib: breakpad: Fix compilation with new toolchain

2018-12-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sat Dec 15 12:12:43 2018 +0100| [6da935825b130f751be052c76932c6368517e565] | committer: Jean-Baptiste Kempf contrib: breakpad: Fix compilation with new toolchain Breakpad.xib is in the old Xcode3 format, supporting OS versions down to 10.5. This

[vlc-commits] contrib: bluray: expose bdjo_data struct

2018-12-16 Thread Francois Cartegnie
vlc/vlc-3.0 | branch: master | Francois Cartegnie | Mon Nov 19 15:30:45 2018 +0100| [20b3c287d9d32257ad4b3541dfa8ca1d2719d97d] | committer: Jean-Baptiste Kempf contrib: bluray: expose bdjo_data struct (cherry picked from commit 4313ea04aa329b585b8a67b017a63ccdfd2cd9fb) Signed-off-by: Jean-Bapt

[vlc-commits] Contribs: update libpng to 1.6.34

2018-12-16 Thread Jean-Baptiste Kempf
vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf | Sun Dec 31 20:50:44 2017 +0100| [5c61eba49ee27c4716b44cb941d300f41fcb5f3c] | committer: Jean-Baptiste Kempf Contribs: update libpng to 1.6.34 (cherry picked from commit 27a7e4e0ea85911106dbca439db53aa82b6c70cc) Signed-off-by: Jean-Baptiste K

[vlc-commits] contribs: soxr: Fix build when providing PKG_CONFIG_EXECUTABLE

2018-12-16 Thread Hugo Beauzée-Luyssen
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen | Mon Oct 15 12:18:13 2018 +0200| [a1e5047e3474f6c89af9e960d4df1942900b4719] | committer: Jean-Baptiste Kempf contribs: soxr: Fix build when providing PKG_CONFIG_EXECUTABLE Otherwise the 2nd find_package(PkgConfig) gets confused: -- Found Pk

[vlc-commits] contrib: opus: update to 1.3

2018-12-16 Thread Tristan Matthews
vlc/vlc-3.0 | branch: master | Tristan Matthews | Thu Oct 18 11:53:09 2018 -0400| [e737afd4fad4e4ff72a186bd66222ff7a541a1d1] | committer: Jean-Baptiste Kempf contrib: opus: update to 1.3 (cherry picked from commit e9e94f2b4ad7b744991a77a2550ad1415c551460) Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] contrib: png: bump to 1.6.35

2018-12-16 Thread Tristan Matthews
vlc/vlc-3.0 | branch: master | Tristan Matthews | Sat Nov 3 15:47:27 2018 -0400| [f71ceaec2711b06bce338b888f1654bfbc5f5c90] | committer: Jean-Baptiste Kempf contrib: png: bump to 1.6.35 (cherry picked from commit d9735b44f4004c74a7ffad966915b15415271533) Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] contribs: lame: use version 3.100

2018-12-16 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Thu Oct 4 13:53:47 2018 +0200| [38506a2ac8e416b27b556ac5a894f4708330b709] | committer: Jean-Baptiste Kempf contribs: lame: use version 3.100 (cherry picked from commit 4ac5fe7ff0e49da5b1fc4d04430661646e9c216f) Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] contrib: lame: use a more newer version of autotools

2018-12-16 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Fri May 25 08:45:41 2018 +0200| [7ec6b158453c3078f5e1e878d6d12cbc623b8b11] | committer: Jean-Baptiste Kempf contrib: lame: use a more newer version of autotools the ansi2knr automake options produces an error in newer versions, so we disable it (

[vlc-commits] contrib: lame: Avoid the dependency on gettext

2018-12-16 Thread Martin Storsjö
vlc/vlc-3.0 | branch: master | Martin Storsjö | Sun May 27 00:12:15 2018 +0300| [6ac538121ee1d8599e8fce980332666f1fe6ab9b] | committer: Jean-Baptiste Kempf contrib: lame: Avoid the dependency on gettext Modify configure.in before reconfiguring, to avoid requiring the dependency on gettext. (c

[vlc-commits] contrib: dav1d: provide the sequence header during picture allocation

2018-12-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Dec 13 12:03:35 2018 +0100| [6f416925739a673d1478ffb5299ac787589e54f0] | committer: Steve Lhomme contrib: dav1d: provide the sequence header during picture allocation Otherwise we will always have a format update on the first output. > http://git.video

[vlc-commits] contrib: dav1d: use the official 0.1.0

2018-12-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Dec 13 10:34:23 2018 +0100| [500fe27a07cd2870d4cc5b40855c0743f765f74e] | committer: Steve Lhomme contrib: dav1d: use the official 0.1.0 update the ffmpeg hash to use the latest API changes of dav1d > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit

[vlc-commits] dav1d: pass the PTS in the frame metadata and get it back from the decoder

2018-12-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Dec 14 15:11:14 2018 +0100| [9b35183b84b986fccc2c5668ceaae269108f4fd5] | committer: Steve Lhomme dav1d: pass the PTS in the frame metadata and get it back from the decoder Replaces the timestamp FIFO. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=com