[vlc-commits] es_out: forward input_clock drift update to the main clock

2021-03-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Mar 8 15:51:03 2021 +0100| [81ce47e62b1024f41bf52ad6b2d7fab776d470ed] | committer: Thomas Guillem es_out: forward input_clock drift update to the main clock >

[vlc-commits] clock: add vlc_clock_main_SetInputDrift

2021-03-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Mar 8 15:50:47 2021 +0100| [dec93c823c33b91a4e968f19c0879d9efaeed7e5] | committer: Thomas Guillem clock: add vlc_clock_main_SetInputDrift > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dec93c823c33b91a4e968f19c0879d9efaeed7e5 ---

[vlc-commits] input_clock: a valid cbs struct is now mandatory

2021-03-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Mar 8 15:52:13 2021 +0100| [838aa1cdb7e6eea75d93339cbc85fce816a0f830] | committer: Thomas Guillem input_clock: a valid cbs struct is now mandatory > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=838aa1cdb7e6eea75d93339cbc85fce816a0f830 ---

[vlc-commits] es_out: fallback to monotonic if the input can't be paced

2021-03-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Mar 8 17:03:41 2021 +0100| [d3a4b3497f3531b13b53f85ed3632eea8c208527] | committer: Thomas Guillem es_out: fallback to monotonic if the input can't be paced >

[vlc-commits] clock: document internal functions

2021-03-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Mar 9 09:56:07 2021 +0100| [a8267506ca420aa263e2fdce5e5b334e27d18279] | committer: Thomas Guillem clock: document internal functions > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a8267506ca420aa263e2fdce5e5b334e27d18279 ---

[vlc-commits] input_clock: forward drift update to the owner

2021-03-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Mar 8 17:07:21 2021 +0100| [4c64d5a3e99af6c3f0cef663bdf1ef6266aa05f5] | committer: Thomas Guillem input_clock: forward drift update to the owner > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4c64d5a3e99af6c3f0cef663bdf1ef6266aa05f5 ---

[vlc-commits] [Git][videolan/libvlcpp][master] MediaDiscoverer: Add a default constructor

2021-03-12 Thread Hugo Beauzée-Luyssen
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / libvlcpp Commits: b4eecc53 by Hugo Beauzée-Luyssen at 2021-03-12T12:42:58+01:00 MediaDiscoverer: Add a default constructor - - - - - 1 changed file: - vlcpp/MediaDiscoverer.hpp Changes: =

[vlc-commits] decoder: reset vout state only once

2021-03-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Mar 11 10:22:21 2021 +0100| [69a685f34f1423c464523a4eedab049cb2b0d8f6] | committer: Thomas Guillem decoder: reset vout state only once Reset the vout state only if the new vout was just started. Fixes assert(!sys->pause.is_on || !is_paused) on

[vlc-commits] smb2: always print the encoded url in the dialog

2021-03-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Mar 2 15:43:45 2021 +0100| [ebcfc500f5a6f1bd4c719013fe55e997ef09ac72] | committer: Thomas Guillem smb2: always print the encoded url in the dialog > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ebcfc500f5a6f1bd4c719013fe55e997ef09ac72 ---

[vlc-commits] contrib: nfs: update to 4.0.0

2021-03-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Mar 2 16:20:02 2021 +0100| [e2f48b1a51102f47ab7931e91eae30060cec25b4] | committer: Thomas Guillem contrib: nfs: update to 4.0.0 Many bug and crash fixes, and add NFSv4 support. >

[vlc-commits] smb2: print connected ipaddr

2021-03-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Mar 2 15:44:49 2021 +0100| [63329029a150f412b7a10b1ebd1fd40cdad847c0] | committer: Thomas Guillem smb2: print connected ipaddr > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=63329029a150f412b7a10b1ebd1fd40cdad847c0 ---

[vlc-commits] smb2: always include arpa/inet.h

2021-03-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Mar 2 15:33:54 2021 +0100| [43424eaada818895f2bf02b2c72175f6444ceb83] | committer: Thomas Guillem smb2: always include arpa/inet.h Since it will be needed by the next commit. >

[vlc-commits] smb2: use smb2_get_fds

2021-03-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Mar 2 15:44:24 2021 +0100| [cfa75e38a0715ce158d5d7f9f831cd1e4b780713] | committer: Thomas Guillem smb2: use smb2_get_fds This API allow to connect to all resolved addresses and ports in parallel, waiting 100ms between each new connection. This

[vlc-commits] contrib: smb2: update to master

2021-03-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Mar 2 15:32:25 2021 +0100| [d42ddc12c1cfa416b4c8d1aa554bb660f28d3248] | committer: Thomas Guillem contrib: smb2: update to master Fixes login/signatures issues and add happy eyeballs support. >

[vlc-commits] smb2: use INET_ADDRSTRLEN directly

2021-03-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Mar 2 15:43:09 2021 +0100| [c26c7de515f5e0622101d26cf6faf59daab8c66f] | committer: Thomas Guillem smb2: use INET_ADDRSTRLEN directly > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c26c7de515f5e0622101d26cf6faf59daab8c66f ---

[vlc-commits] [Git][videolan/libvlcpp][master] Instance: Allow construction from an existing libvlc_instance_t

2021-03-12 Thread Hugo Beauzée-Luyssen
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / libvlcpp Commits: f52dc9fd by Hugo Beauzée-Luyssen at 2021-03-09T10:07:48+01:00 Instance: Allow construction from an existing libvlc_instance_t - - - - - 1 changed file: - vlcpp/Instance.hpp Changes: