[vlc-commits] direct3d11: update the tone mapping luminance on older Windows versions

2018-02-08 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Thu Feb 8 14:31:27 2018 +0100| [632cd8ff8c3ce072795f423c17a831242d9be0a6] | committer: Jean-Baptiste Kempf direct3d11: update the tone mapping luminance on older Windows versions It was only done on Win10 RS2 or RS3 (cherry

[vlc-commits] direct3d11: fix the dynamic luminance for some sources

2018-02-08 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Thu Feb 8 16:30:45 2018 +0100| [e34fa4af77749debb133ba1d6b7479ba8b058825] | committer: Jean-Baptiste Kempf direct3d11: fix the dynamic luminance for some sources It should be it thousand nits but sometimes it's much smaller

[vlc-commits] direct3d11: fix the dynamic update of shader constants

2018-02-08 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Thu Feb 8 16:32:54 2018 +0100| [c417145530b6e73cbfb02dce2bd5f637077adb11] | committer: Jean-Baptiste Kempf direct3d11: fix the dynamic update of shader constants Everytime we updated a value, the other ones were lost because we

[vlc-commits] macosx/package: Package libbluray jar

2018-02-08 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Thu Feb 8 15:58:14 2018 +0100| [ef4c2653361086353e9520141e4e742c7e627663] | committer: Jean-Baptiste Kempf macosx/package: Package libbluray jar (cherry picked from commit 1c9a6491a01a3bb5b27253769055e32d0364b3e6)

[vlc-commits] direct3d11: use D3D11_MAP_WRITE to update the shader constants

2018-02-08 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Thu Feb 8 13:30:55 2018 +0100| [eb1295e704d5a4b794ddffb5bfcf3e2cc0b01b91] | committer: Jean-Baptiste Kempf direct3d11: use D3D11_MAP_WRITE to update the shader constants Otherwise the other fields are lost when updating one

[vlc-commits] demux: ps: fix test & clear

2018-02-08 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Feb 8 18:31:53 2018 +0100| [8a8fef92a52b389461b5c65298ab882b22e139b6] | committer: Francois Cartegnie demux: ps: fix test & clear >

[vlc-commits] demux: ogg: fix test & clear

2018-02-08 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Feb 8 18:32:04 2018 +0100| [fd80c5a288c376fb6612715440ee8c3d13f14d50] | committer: Francois Cartegnie demux: ogg: fix test & clear >

[vlc-commits] demux: ts: fix test & clear

2018-02-08 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Feb 8 18:27:03 2018 +0100| [004578e6aca7ae3952a7d33f5405e3c998b3cdc8] | committer: Francois Cartegnie demux: ts: fix test & clear >

[vlc-commits] Revert "contribs: microdns: Fix scan failure when connectivity gets restored"

2018-02-08 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Feb 8 17:17:36 2018 +0100| [fdf953947846ddebb158a021598a1e272384e598] | committer: Hugo Beauzée-Luyssen Revert "contribs: microdns: Fix scan failure when connectivity gets restored" This reverts commit

[vlc-commits] Tag 3.0.0 : VLC media player 3.0.0 'WeatherWax'

2018-02-08 Thread git
[vlc/vlc-3.0] [branch: refs/tags/3.0.0] Tag:5efed9875ba8b008bf1737d6da0095d7b782149e > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git?a=tag;h=5efed9875ba8b008bf1737d6da0095d7b782149e Tagger: Jean-Baptiste Kempf Date: Thu Feb 8 16:58:52 2018 +0100 VLC media player

[vlc-commits] win32: Package vlc_branding.bmp in release builds

2018-02-08 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Feb 8 20:13:55 2018 +0100| [58e45886f780833917a369027ce9462415c47468] | committer: Hugo Beauzée-Luyssen win32: Package vlc_branding.bmp in release builds >

[vlc-commits] macOS codesign: Add jar files, drop explicit requirement

2018-02-08 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Thu Feb 8 19:08:21 2018 +0100| [55a093d8f2b10e589efd3eb4b7a5b3a83371e1fb] | committer: David Fuhrmann macOS codesign: Add jar files, drop explicit requirement The jar file needs special treatment to be signed correctly: - The

[vlc-commits] qt: add dummy program to test QApplication

2018-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Feb 7 23:00:55 2018 +0200| [63599c0a54a15e53bd59de212cc0954faa2d1a64] | committer: Rémi Denis-Courmont qt: add dummy program to test QApplication The QApplication constructor exits the entire process if it cannot find a

[vlc-commits] Qt: remove back-end detection kludges (fixes #18383)

2018-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Feb 9 00:04:13 2018 +0200| [d8b7bb5f375973d96083375435d1b860befd896f] | committer: Rémi Denis-Courmont Qt: remove back-end detection kludges (fixes #18383) This never worked properly with QPA. The process still aborted if the

[vlc-commits] Qt: move run-time QApplication probe out of process

2018-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Feb 7 23:57:01 2018 +0200| [fb22fa854f203542a87dac8bb3bfc6e7b5328160] | committer: Rémi Denis-Courmont Qt: move run-time QApplication probe out of process This ensures that the QApplication constructor will not abort the whole

[vlc-commits] Revert "contrib: move macOS compilation flags to the script where they belong and generalize Darwin OS environment manipulations"

2018-02-08 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Thu Feb 8 21:12:36 2018 +0100| [7821ebf808a3952a7089c28fc8a4568ea2a1a2f3] | committer: David Fuhrmann Revert "contrib: move macOS compilation flags to the script where they belong and generalize Darwin OS environment

[vlc-commits] win32: undo double encoding

2018-02-08 Thread Rémi Denis-Courmont
vlc/vlc-3.0 | branch: master | Rémi Denis-Courmont | Tue Feb 6 18:56:11 2018 +0200| [d6cc72ce30abf18adbd8d589158da85bf0769cee] | committer: Rémi Denis-Courmont win32: undo double encoding (caused by review error) (cherry picked from commit

[vlc-commits] win32: fix leak

2018-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Feb 6 18:55:53 2018 +0200| [9ba043402f0bc5f8f205d9a41f892efbc3882a85] | committer: Rémi Denis-Courmont win32: fix leak > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9ba043402f0bc5f8f205d9a41f892efbc3882a85 ---

[vlc-commits] win32: undo double encoding

2018-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Feb 6 18:56:11 2018 +0200| [12f7ce07216688450d6bb274496743924d679b7c] | committer: Rémi Denis-Courmont win32: undo double encoding (caused by review error) >

[vlc-commits] win32: fix leak

2018-02-08 Thread Rémi Denis-Courmont
vlc/vlc-3.0 | branch: master | Rémi Denis-Courmont | Tue Feb 6 18:55:53 2018 +0200| [9bc73a5c16c73b7b1a344bd1179b500ad088c8d6] | committer: Rémi Denis-Courmont win32: fix leak (cherry picked from commit 9ba043402f0bc5f8f205d9a41f892efbc3882a85) >

[vlc-commits] macosx: Fix timer interval value in ScrollingClipView

2018-02-08 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Fri Feb 9 00:33:49 2018 +0100| [407d4ba761a4fc1fbcf4188966b498719330d5c0] | committer: Marvin Scholz macosx: Fix timer interval value in ScrollingClipView 1/6 will evaluate to 0, making the timer choose a very low interval

[vlc-commits] macosx: Fix timer interval value in ScrollingClipView

2018-02-08 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Feb 9 00:33:49 2018 +0100| [201542ff729d489bdd6b0337e29d6a7bb534e856] | committer: Marvin Scholz macosx: Fix timer interval value in ScrollingClipView 1/6 will evaluate to 0, making the timer choose a very low interval instead of

[vlc-commits] direct3d11: fix texture positioning when there is rotation

2018-02-08 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Feb 8 10:34:14 2018 +0100| [916b67b476d6df26b44050311ef79e634ecd7882] | committer: Steve Lhomme direct3d11: fix texture positioning when there is rotation Tested with offset_test.ogv and forcing the rotation in the decoder. Fixes

[vlc-commits] direct3d11: simplify the math to compute the quad corners position

2018-02-08 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Feb 8 09:38:56 2018 +0100| [9a736c2175ecfffda68a7f9535968c774cd767b2] | committer: Steve Lhomme direct3d11: simplify the math to compute the quad corners position This is only valid for left aligned textures (ie not rotated) >

[vlc-commits] direct3d11: fix texture cropping in 360 videos

2018-02-08 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Feb 8 11:11:19 2018 +0100| [6adccb725bd7c3c8a660b30bbaec2363b2d9a4ba] | committer: Steve Lhomme direct3d11: fix texture cropping in 360 videos Fixes green circle in eagle-2.mp4 >

[vlc-commits] contribs: microdns: Fix scan failure when connectivity gets restored

2018-02-08 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Wed Feb 7 18:05:19 2018 +0100| [497fb40d5fd467bf613dd42ba22636b5411705ca] | committer: Hugo Beauzée-Luyssen contribs: microdns: Fix scan failure when connectivity gets restored This happened on every Android versions prior to

[vlc-commits] demux: avformat: fix use NULL as string

2018-02-08 Thread Zhao Zhili
vlc/vlc-3.0 | branch: master | Zhao Zhili | Tue Jan 30 09:56:07 2018 +0800| [799ed0a53b06f6a547ae497ff69e9d38efdd9208] | committer: Jean-Baptiste Kempf demux: avformat: fix use NULL as string long_name can be NULL if enable-small Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] direct3d11: update the tone mapping luminance on older Windows versions

2018-02-08 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Feb 8 14:31:27 2018 +0100| [d99efc4cfb6b27dfc9b5a2fd9e71e45589f70250] | committer: Steve Lhomme direct3d11: update the tone mapping luminance on older Windows versions It was only done on Win10 RS2 or RS3 >

[vlc-commits] snap: drop notify plugin.

2018-02-08 Thread Konstantin Pavlov
vlc/vlc-3.0 | branch: master | Konstantin Pavlov | Thu Feb 8 16:08:24 2018 +0300| [c9aeb3f0094e071bf9b3bbc1f212b5e2f98fb98a] | committer: Konstantin Pavlov snap: drop notify plugin. We cant use it on Ubuntu with chromecast enabled, since gtk-3 links to protobuf. (cherry

[vlc-commits] direct3d11: use D3D11_MAP_WRITE to update the shader constants

2018-02-08 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Feb 8 13:30:55 2018 +0100| [73b5de4394f0bc5e076c0514257b4b6417ed179b] | committer: Steve Lhomme direct3d11: use D3D11_MAP_WRITE to update the shader constants Otherwise the other fields are lost when updating one field >

[vlc-commits] snap: drop notify plugin.

2018-02-08 Thread Konstantin Pavlov
vlc | branch: master | Konstantin Pavlov | Thu Feb 8 16:08:24 2018 +0300| [061b1f0fe822468f549defd6a66da42f9e1f9506] | committer: Konstantin Pavlov snap: drop notify plugin. We cant use it on Ubuntu with chromecast enabled, since gtk-3 links to protobuf. >

[vlc-commits] demux: avformat: fix use NULL as string

2018-02-08 Thread Zhao Zhili
vlc | branch: master | Zhao Zhili | Tue Jan 30 09:56:07 2018 +0800| [0c0db7b6a3d303f370f4775098a3a826d28125c1] | committer: Jean-Baptiste Kempf demux: avformat: fix use NULL as string long_name can be NULL if enable-small Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] direct3d11: simplify the math to compute the quad corners position

2018-02-08 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Thu Feb 8 09:38:56 2018 +0100| [d739edee241f690c0c8b90f3f400932ff7a2a20c] | committer: Jean-Baptiste Kempf direct3d11: simplify the math to compute the quad corners position This is only valid for left aligned textures (ie not

[vlc-commits] direct3d11: fix texture positioning when there is rotation

2018-02-08 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Thu Feb 8 10:34:14 2018 +0100| [330ea0cce4bacaff825d9cf52e24dbd0c55b77b3] | committer: Jean-Baptiste Kempf direct3d11: fix texture positioning when there is rotation Tested with offset_test.ogv and forcing the rotation in the

[vlc-commits] direct3d11: fix texture cropping in 360 videos

2018-02-08 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Thu Feb 8 11:11:19 2018 +0100| [8756dbf0f6f7f02b7b97ec9432e354206bac666e] | committer: Jean-Baptiste Kempf direct3d11: fix texture cropping in 360 videos Fixes green circle in eagle-2.mp4 (cherry picked from commit

[vlc-commits] macosx/package: Package libbluray jar

2018-02-08 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Feb 8 15:58:14 2018 +0100| [1c9a6491a01a3bb5b27253769055e32d0364b3e6] | committer: Marvin Scholz macosx/package: Package libbluray jar >

[vlc-commits] macosx/package: Package even with missing locales folder

2018-02-08 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Feb 8 15:51:43 2018 +0100| [8d64c53bd46096812f19146ba79701e5cbc3e7c2] | committer: Marvin Scholz macosx/package: Package even with missing locales folder >

[vlc-commits] direct3d11: fix the dynamic luminance for some sources

2018-02-08 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Feb 8 16:30:45 2018 +0100| [d7aade4fd1a3b59c816ddecb572691dc7eeb30f7] | committer: Steve Lhomme direct3d11: fix the dynamic luminance for some sources It should be it thousand nits but sometimes it's much smaller (Sony HDR sample for

[vlc-commits] direct3d11: fix the dynamic update of shader constants

2018-02-08 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Feb 8 16:32:54 2018 +0100| [81b511655d920bb04e29be190a9d96ea1fdf7ce0] | committer: Steve Lhomme direct3d11: fix the dynamic update of shader constants Everytime we updated a value, the other ones were lost because we have to use