1. 29 May, 2020 1 commit
    • Lynne's avatar
      lavfi/vulkan: use av_get_random_seed instead of rand · 83fa39eb
      Lynne authored
      We need at least a few bits of entropy to determine the start index of each
      queue, in order to let filters run in parallel as much as possible, and
      rand() is not thread safe and disrupts any external API's usage of rand,
      so instead replace it with av_get_random_seed.
      While it has more overhead than rand, we only run it once per filter upon init.
      83fa39eb
  2. 28 May, 2020 14 commits
  3. 27 May, 2020 22 commits
  4. 26 May, 2020 3 commits