[vlc-commits] display: add more documentation for display_info.handle_mouse_hide

2017-10-12 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Aug 8 15:22:31 2017 +0200| [10216c788dc302d9d6709efbb216fd92657a55e6] | committer: Jean-Baptiste Kempf display: add more documentation for display_info.handle_mouse_hide In all cases this flag means that the vout has a custom

[vlc-commits] os2: package: enable libass and fribidi

2017-10-12 Thread KO Myung-Hun
vlc/vlc-2.2 | branch: master | KO Myung-Hun | Wed Aug 9 19:44:02 2017 +0900| [7a7bd82ec944786faee56dc76522da18f20ecf15] | committer: Jean-Baptiste Kempf os2: package: enable libass and fribidi Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] logger/file: Improve the verbosity option description

2017-10-12 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Sep 8 21:49:33 2017 +0200| [fc05351f4f53fc24a0e92b61134018e0b492ae2a] | committer: Jean-Baptiste Kempf logger/file: Improve the verbosity option description Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] logger/file: Use defines for logfile text and longtext

2017-10-12 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Sep 8 21:49:34 2017 +0200| [e597583b00f6327cb31bb14d0705526376363ebb] | committer: Jean-Baptiste Kempf logger/file: Use defines for logfile text and longtext Make it consistent with the rest of the options text and longtexts

[vlc-commits] qt/pref: fix toolbar icon or text beeing cropped on Hi-DPI displays

2017-10-12 Thread Pierre Lamot
vlc | branch: master | Pierre Lamot | Wed Sep 13 11:45:26 2017 +0200| [32930aa2e0c72371d4865a1ef18a0bab460be40a] | committer: Jean-Baptiste Kempf qt/pref: fix toolbar icon or text beeing cropped on Hi-DPI displays Qt doesn't seems to handle properly when QIcon within

[vlc-commits] video_output: fix disabled log compilation

2017-10-12 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Sep 14 15:01:08 2017 +0200| [88643985d4d54c176ce22a6e7718051b1bf211d7] | committer: Jean-Baptiste Kempf video_output: fix disabled log compilation Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] avcodec: "avcodec-skip-frame" is read once into i_skip_frame

2017-10-12 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Sep 14 15:02:09 2017 +0200| [57954251e6a8bf91192eeaf380e00775cab96c28] | committer: Jean-Baptiste Kempf avcodec: "avcodec-skip-frame" is read once into i_skip_frame p_context->skip_frame is the value that may change during

[vlc-commits] avcodec: remove useless initialization

2017-10-12 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Sep 14 15:01:32 2017 +0200| [bea939de13f986a74eeb6425b1c57f6c207c6863] | committer: Jean-Baptiste Kempf avcodec: remove useless initialization The value is never used before it's set to mdate() Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] Contribs: add support for QtSVG for Qt

2017-10-12 Thread Pierre Lamot
vlc | branch: master | Pierre Lamot | Fri Sep 29 10:25:03 2017 +0200| [189ca8feb6c784101a879895e8ad7cd793a0f16c] | committer: Jean-Baptiste Kempf Contribs: add support for QtSVG for Qt Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] Qt: add support for QtSVG

2017-10-12 Thread Pierre Lamot
vlc | branch: master | Pierre Lamot | Thu Oct 12 23:57:57 2017 +0200| [25751de829d4169e109ad60247e8aa02c7931b73] | committer: Jean-Baptiste Kempf Qt: add support for QtSVG Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] direct3d11: bring back the Flush

2017-10-12 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Oct 10 14:40:15 2017 +0200| [da7bd76e91dce3a8cbfb847fe651879b4e5ab78b] | committer: Jean-Baptiste Kempf direct3d11: bring back the Flush It does help to get the processing going during Prepare() and before Display()

[vlc-commits] direct3d11: Add one more buffer to the SwapChain

2017-10-12 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Oct 10 14:40:16 2017 +0200| [3cd51996e440b66572480d6ebc94126a702b7012] | committer: Jean-Baptiste Kempf direct3d11: Add one more buffer to the SwapChain It helps the GPU when one buffer is being processed for display and another

[vlc-commits] direct3d11: disable display luminance detection

2017-10-12 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Oct 12 11:29:58 2017 +0200| [2cc670ba6ece2e4faf391ee0bb5b00f3dca6a900] | committer: Jean-Baptiste Kempf direct3d11: disable display luminance detection It doesn't work well with our current way of tone mapping and adjusting the

[vlc-commits] directx_va: add an extra buffer when decoding MPEG-2

2017-10-12 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Oct 12 12:00:59 2017 +0200| [6eabd69cde982a3aef89e63894ba2b6f68f8220a] | committer: Jean-Baptiste Kempf directx_va: add an extra buffer when decoding MPEG-2 DXVA2 with deinterlacing seems to be using one of these buffers when it

[vlc-commits] mmal: Link to core, components, util explicitly

2017-10-12 Thread Julian Scheel
vlc | branch: master | Julian Scheel | Thu Oct 12 14:47:06 2017 +0200| [1857a476b3f2f8ecb8fcd9668ae8b82c6facbb5b] | committer: Jean-Baptiste Kempf mmal: Link to core, components, util explicitly In older versions of the rpi-userland libmmal was linked against

[vlc-commits] dxgi_fmt: add some common formats that may be supported

2017-10-12 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Oct 12 12:56:20 2017 +0200| [3d3dadcf4c34f1bf44000f2c640285d3666cb0ea] | committer: Jean-Baptiste Kempf dxgi_fmt: add some common formats that may be supported Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] d3d11va: use the external pool texture size even for the internal pool

2017-10-12 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Oct 12 15:53:34 2017 +0200| [532ca7722383ff2cde69d7b7cc4c4e8f21aa404b] | committer: Jean-Baptiste Kempf d3d11va: use the external pool texture size even for the internal pool When it's available, so that pre-computed dimensions

[vlc-commits] mmal: Include headers with -isystem

2017-10-12 Thread Julian Scheel
vlc | branch: master | Julian Scheel | Thu Oct 12 14:47:05 2017 +0200| [3571a4d399aa6cd5eb11a76cf74eb23566a35050] | committer: Jean-Baptiste Kempf mmal: Include headers with -isystem The vcos/mmal headers are vendor provided system headers. Signed-off-by: Julian Scheel

[vlc-commits] libvlc: hide "extractor-flatten" option

2017-10-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Oct 12 17:14:35 2017 +0200| [aea0b966eac77f91f0fab8aceef880175255e1aa] | committer: Thomas Guillem libvlc: hide "extractor-flatten" option >

[vlc-commits] VT: only use hw decoding unless explicitely requested

2017-10-12 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Thu Oct 12 17:16:16 2017 +0200| [eaf8fd5e3910ca2fc3ec7176f3e6619fff2d3f96] | committer: Jean-Baptiste Kempf VT: only use hw decoding unless explicitely requested Close #18911 >

[vlc-commits] hls: uint8_t is available in the global namespace

2017-10-12 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Oct 12 16:48:00 2017 +0200| [4ab384a7d77f568006dc782fe80eccec60f49942] | committer: Hugo Beauzée-Luyssen hls: uint8_t is available in the global namespace >

[vlc-commits] taglib: Don't use qualified name lookup on unscoped enumeration

2017-10-12 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Oct 12 16:44:55 2017 +0200| [280986ab30c9957e5b5d4388c7743952ae696609] | committer: Hugo Beauzée-Luyssen taglib: Don't use qualified name lookup on unscoped enumeration >

[vlc-commits] core: video_output: Remove unused include

2017-10-12 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Oct 12 16:44:05 2017 +0200| [ab85d7f11ed8a7dff0a692e5d4ae369c28247304] | committer: Hugo Beauzée-Luyssen core: video_output: Remove unused include >

[vlc-commits] vlc_fixups: Provide __STDC_*_MACROS when building C++ for NACL

2017-10-12 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Oct 12 16:00:57 2017 +0200| [04bf5ab8ebe84c1f76bc0baa42246960a2f272ee] | committer: Hugo Beauzée-Luyssen vlc_fixups: Provide __STDC_*_MACROS when building C++ for NACL >

[vlc-commits] adaptive: Don't use qualified name lookup on unscoped enumerations

2017-10-12 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Oct 12 16:10:32 2017 +0200| [92ab073fc37225a1d31e9a4375d4c20415d9dc74] | committer: Hugo Beauzée-Luyssen adaptive: Don't use qualified name lookup on unscoped enumerations >

[vlc-commits] adaptive: playlist: Remove explicit invocation of default contructor

2017-10-12 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Oct 12 16:02:38 2017 +0200| [153132b4cfc743a23172db7c67cee2057bfd61a9] | committer: Hugo Beauzée-Luyssen adaptive: playlist: Remove explicit invocation of default contructor >

[vlc-commits] mkv: Remove trailing whitespaces

2017-10-12 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Oct 12 16:06:31 2017 +0200| [af851dd9c45609829cc0d9dc6266e67b747489fc] | committer: Hugo Beauzée-Luyssen mkv: Remove trailing whitespaces >

[vlc-commits] satip: There is already an access_sys_t typedef

2017-10-12 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Oct 12 16:31:35 2017 +0200| [067c25378f37dd5e3ab6cfc4b41b121518038f58] | committer: Hugo Beauzée-Luyssen satip: There is already an access_sys_t typedef >

[vlc-commits] libvlc: Remove trailing whitespaces

2017-10-12 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Oct 12 15:57:09 2017 +0200| [9d12a118a7e713f132b30f3ef6ed5f2f36166386] | committer: Hugo Beauzée-Luyssen libvlc: Remove trailing whitespaces >

[vlc-commits] mkv: Don't use qualified name lookup on unscoped enum type

2017-10-12 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Oct 12 16:08:56 2017 +0200| [e06135858d794dc77cbd31551f3ae08345f59fba] | committer: Hugo Beauzée-Luyssen mkv: Don't use qualified name lookup on unscoped enum type >

[vlc-commits] variables: var_InheritBool: return false if a variable doesn't exist

2017-10-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Oct 12 13:24:44 2017 +0200| [1532b7f5796e69ffbc3c118f60237329caf9f04e] | committer: Thomas Guillem variables: var_InheritBool: return false if a variable doesn't exist config_GetInt() returns -1 if the variable doesn't exist. As

[vlc-commits] skins2: return in case of error

2017-10-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Oct 12 13:27:27 2017 +0200| [8b65fa1cc864862e5a8b10ca3db53a38ba2c9a71] | committer: Thomas Guillem skins2: return in case of error > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8b65fa1cc864862e5a8b10ca3db53a38ba2c9a71 ---

[vlc-commits] libvlc: add "extractor-flatten" option

2017-10-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Oct 12 13:26:45 2017 +0200| [780bf2cf517f493b9ad20ff9da156ab7ca9b0f89] | committer: Thomas Guillem libvlc: add "extractor-flatten" option Used to force extractors to flatten their file listing (done automatically by

[vlc-commits] input: readdir_helper: don't apply options on the current object

2017-10-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Oct 12 10:41:44 2017 +0200| [6c87f601071d8ca1e9a321fd0a13824359e990a4] | committer: Thomas Guillem input: readdir_helper: don't apply options on the current object >

[vlc-commits] skins2: fix unarchive

2017-10-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Oct 12 13:28:31 2017 +0200| [8e453e61d60ef990beb32f77f7f8d21b7afd19b3] | committer: Thomas Guillem skins2: fix unarchive Tell the stream extractor to read all files and flatten the result. >

[vlc-commits] videotoolbox: abort if no vout handle CVPX chroma

2017-10-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Oct 12 10:42:44 2017 +0200| [0b91e9951dfab80c24a0a74ce846fcda14a74d95] | committer: Thomas Guillem videotoolbox: abort if no vout handle CVPX chroma Fixes #18537 >

[vlc-commits] demux: adaptive: fix inverted logic

2017-10-12 Thread Zhao Zhili
vlc | branch: master | Zhao Zhili | Thu Oct 12 11:50:05 2017 +0800| [f9a64520582ac36bc7bf32d2c5b38a20af0aed6d] | committer: Francois Cartegnie demux: adaptive: fix inverted logic Signed-off-by: Francois Cartegnie >