[vlc-commits] aom: fix compilation with latest git

2018-04-05 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Thu Apr 5 20:15:35 2018 +0200| [5702b5c3d7177144b840240e2ea98c16dea0027d] | committer: Jean-Baptiste Kempf aom: fix compilation with latest git >

[vlc-commits] udp: fix a debug message

2018-04-05 Thread Justin Kim
vlc/vlc-3.0 | branch: master | Justin Kim | Thu Apr 5 13:38:59 2018 +0900| [29fd2b90fdfbb78de05d465e42b481d7c42fe8df] | committer: Rémi Denis-Courmont udp: fix a debug message When it fails, it should show which parameters cause the problem. Signed-off-by: Justin

[vlc-commits] udp: fix a debug message

2018-04-05 Thread Justin Kim
vlc | branch: master | Justin Kim | Thu Apr 5 13:38:59 2018 +0900| [5e6cb3f816e5acdd0bffe5a9cad45f32bc217450] | committer: Rémi Denis-Courmont udp: fix a debug message When it fails, it should show which parameters cause the problem. Signed-off-by: Justin Kim

[vlc-commits] chromecast: try to encode with QSV if possible

2018-04-05 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Apr 5 09:49:44 2018 +0200| [74ff08ca3b101b98103df5c85b800b671f44e9e7] | committer: Steve Lhomme chromecast: try to encode with QSV if possible It will be handled by the GPU so use less resource. >

[vlc-commits] input: display OSD from NAV controls

2018-04-05 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Wed Apr 4 19:05:46 2018 +0200| [b536ad0f68ce90c926e744b3f782a60c08689b15] | committer: Thomas Guillem input: display OSD from NAV controls Copy DisplayPosition() and DisplayVolume() from modules/control/hotkeys.c into

[vlc-commits] qt: input_slider: Convert wheel events to KEY_MOUSEWHEEL*

2018-04-05 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Apr 5 10:59:58 2018 +0200| [11bd3483a06de831a9127fd813db5728a178632a] | committer: Hugo Beauzée-Luyssen qt: input_slider: Convert wheel events to KEY_MOUSEWHEEL* This way we can honor the user's settings regarding inverting

[vlc-commits] VLSub: Display a user visible error when the hash can't be generated

2018-04-05 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Apr 5 10:56:12 2018 +0200| [a3f0523b76d9be3a75dd31b5d9a05cd3128f7568] | committer: Hugo Beauzée-Luyssen VLSub: Display a user visible error when the hash can't be generated >

[vlc-commits] lua: stream: Fix leak on error

2018-04-05 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Apr 3 12:09:57 2018 +0200| [7eda8499ef1c664d62a21047f25dd5a9581a81ff] | committer: Hugo Beauzée-Luyssen lua: stream: Fix leak on error >

[vlc-commits] lua: Add a function to convert to the current codepage

2018-04-05 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Wed Apr 4 15:40:08 2018 +0200| [fdd3d58eafbe058d64d48b1467693626302004f0] | committer: Hugo Beauzée-Luyssen lua: Add a function to convert to the current codepage This will help VLSub handle non ascii path on windows >

[vlc-commits] VLSub: Properly convert subtitle archive path to MRL

2018-04-05 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Apr 3 18:32:28 2018 +0200| [a67d761528176d0b7499ef1066dcd6bf50050bbe] | committer: Hugo Beauzée-Luyssen VLSub: Properly convert subtitle archive path to MRL >

[vlc-commits] VLSub: Remove tabs

2018-04-05 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Apr 3 11:55:51 2018 +0200| [ef57f83fb0c8ed686619a2266ca0d0e500caf6b2] | committer: Hugo Beauzée-Luyssen VLSub: Remove tabs > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ef57f83fb0c8ed686619a2266ca0d0e500caf6b2 ---

[vlc-commits] lua: extensions: Expose misc namespace

2018-04-05 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Wed Apr 4 17:10:43 2018 +0200| [7bbc232c694017e33b5bf7c236fd76eb58976ceb] | committer: Hugo Beauzée-Luyssen lua: extensions: Expose misc namespace >

[vlc-commits] VLSub: Use a translatable string to signal subtitle extraction error

2018-04-05 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Apr 3 16:50:42 2018 +0200| [2bb1ed543319244494cbb03ede8fe25b963cc6c5] | committer: Hugo Beauzée-Luyssen VLSub: Use a translatable string to signal subtitle extraction error >

[vlc-commits] VLSub: Simplify directories handling

2018-04-05 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Wed Apr 4 17:14:26 2018 +0200| [56c8dba7a17e754bda6ff8b9b369e9dff9ffe9b7] | committer: Hugo Beauzée-Luyssen VLSub: Simplify directories handling Simply use userdatadir and don't allow the directory to be edited. Do not store it

[vlc-commits] VLSub: Signal extraction failure to the user

2018-04-05 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Apr 3 16:54:01 2018 +0200| [8c3035d2d964da321370fda3efc7d40436b67d4f] | committer: Hugo Beauzée-Luyssen VLSub: Signal extraction failure to the user >

[vlc-commits] VLSub: Handle interface refresh when no video is loaded

2018-04-05 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Apr 3 13:52:04 2018 +0200| [138ea1946a4d2d2ee469c8a4c29cc5831f724336] | committer: Hugo Beauzée-Luyssen VLSub: Handle interface refresh when no video is loaded >

[vlc-commits] VLSub: Remove unused helper

2018-04-05 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Apr 3 16:51:17 2018 +0200| [43e481351ec16f66c45091d191c7abceefef3d12] | committer: Hugo Beauzée-Luyssen VLSub: Remove unused helper >

[vlc-commits] Revert "VLSub: Allow a subtitle to be loaded without download it"

2018-04-05 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Apr 3 13:41:04 2018 +0200| [d55ef2c177abfa9e160d36b172bcaed17e6c5f89] | committer: Hugo Beauzée-Luyssen Revert "VLSub: Allow a subtitle to be loaded without download it" This reverts commit

[vlc-commits] VLSub: Convert path to current codepage

2018-04-05 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Wed Apr 4 16:05:04 2018 +0200| [e15d9d230fbee067ba480a314c9dd8a632422bc9] | committer: Hugo Beauzée-Luyssen VLSub: Convert path to current codepage Otherwise any IO operation on path with contain any non-ascii character will fail

[vlc-commits] access: dvdnav: flag cell change as discontinuity

2018-04-05 Thread Francois Cartegnie
vlc/vlc-3.0 | branch: master | Francois Cartegnie | Mon Mar 26 20:17:02 2018 +0800| [ac19f73d9ba75bd08cffed5d1e4b85dafec825cb] | committer: Jean-Baptiste Kempf access: dvdnav: flag cell change as discontinuity Should close #20110 Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] directx_va: disable HEVC 8 bits decoding for old Intel drivers too

2018-04-05 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Tue Apr 3 10:04:00 2018 +0200| [e0329ff0c31db3e750a2e90c804a0b8ea43e3ead] | committer: Jean-Baptiste Kempf directx_va: disable HEVC 8 bits decoding for old Intel drivers too They don't work just like with 10 bits. Fixes #20164

[vlc-commits] contrib: mfx: Update to the latest version

2018-04-05 Thread Martin Storsjö
vlc/vlc-3.0 | branch: master | Martin Storsjö | Thu Mar 29 23:59:26 2018 +0300| [299dde81adbcea68d103bc139ef4dc3b71f728e5] | committer: Jean-Baptiste Kempf contrib: mfx: Update to the latest version This avoids having to force building in C++98 mode. (cherry picked from

[vlc-commits] contrib: gnutls: update to current stable 3.5.18

2018-04-05 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Thu Mar 29 08:54:44 2018 +0200| [1e785499537da8f1f779d71e93d93e565b62f900] | committer: Jean-Baptiste Kempf contrib: gnutls: update to current stable 3.5.18 (cherry picked from commit 1a49a339391f583032d711685cd950b23434d1f4)

[vlc-commits] dxva2: use a more generic build version to test for Intel HEVC support

2018-04-05 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Apr 5 08:44:02 2018 +0200| [682d0e20d4037be2049c5ad16970f722b7df8723] | committer: Steve Lhomme dxva2: use a more generic build version to test for Intel HEVC support We don't care about the WDDM versions, only the real driver

[vlc-commits] d3d9_fmt: make the driver version test more flexible

2018-04-05 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Apr 5 08:40:16 2018 +0200| [425a6eb97891f11e21f1a67994f304e5bde491a4] | committer: Steve Lhomme d3d9_fmt: make the driver version test more flexible Just like d3d11 >

[vlc-commits] d3d: handle new Intel driver version formats

2018-04-05 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Apr 5 08:37:48 2018 +0200| [704ad60d442661ddab1327b8546e1ce2ceb89bcd] | committer: Steve Lhomme d3d: handle new Intel driver version formats aa.bb.16. becomes aa.bb.100. and after aa.bb.100. comes aa.bb.101.1000 When we