1. 31 5月, 2020 4 次提交
  2. 30 5月, 2020 12 次提交
  3. 29 5月, 2020 1 次提交
    • L
      lavfi/vulkan: use av_get_random_seed instead of rand · 83fa39eb
      Lynne 提交于
      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
  4. 28 5月, 2020 22 次提交
  5. 27 5月, 2020 1 次提交