I found
vlc-3.0 repo on github and here is the result of my git-bisect: I don't have the knowledge on how to relate the commit with the problem though.. or maybe my bisecting technique was bad..
Code: Select all
$ git bisect bad
576b4da8d674d8a98dd493e9b343f1875efde047 is the first bad commit
commit 576b4da8d674d8a98dd493e9b343f1875efde047
Author: Thomas Guillem <thomas@gllm.fr>
Date: Tue Nov 26 11:31:45 2019 +0100
core: increase file-caching
Same value than the network one. In order to fix low-fps video with high cpu
count, as decided during the last technical meeting.
cf. background here:
https://mailman.videolan.org/pipermail/vlc-devel/2019-September/127432.html
:040000 040000 729ca99287b919cffa3d9d07c7e85d75df40d11f 6fb2682555d8320a73c5e920fc93752c161337d5 M src
what I did was, for each of the bisect commit, I did:
Code: Select all
./bootstrap
./configure --with-decklink-sdk=$HOME/BMD_SDK/Linux
./compile -j4
sudo make install
# perform testing
sudo make uninstall
git bisect bad|good