1. 08 2月, 2020 1 次提交
  2. 24 12月, 2019 2 次提交
  3. 29 7月, 2019 1 次提交
  4. 12 11月, 2018 1 次提交
  5. 16 2月, 2017 1 次提交
    • M
      vf_fade: Make sure to not miss the last lines of a frame · 8f5de34c
      Martin Storsjö 提交于
      When slice_h is rounded up due to chroma subsampling, there's
      a risk that jobnr * slice_h exceeds frame->height.
      
      Prior to a638e918, this wasn't an issue for the last slice
      of a frame, since slice_end was set to frame->height for the last
      slice.
      
      a638e918 tried to fix the case where other slices than the
      last one would exceed frame->height (which can happen where the
      number of slices/threads is very large compared to the frame
      height).
      
      However, the fix in a638e918 instead broke other cases,
      where slice_h * nb_threads < frame->height. Therefore, make
      sure the last slice always ends at frame->height.
      
      CC: libav-stable@libav.org
      Signed-off-by: NMartin Storsjö <martin@martin.st>
      8f5de34c
  6. 13 11月, 2016 1 次提交
    • N
      lavfi: split frame_count between input and output. · 183ce55b
      Nicolas George 提交于
      AVFilterLink.frame_count is supposed to count the number of frames
      that were passed on the link, but with min_samples, that number is
      not always the same for the source and destination filters.
      With the addition of a FIFO on the link, the difference will become
      more significant.
      
      Split the variable in two: frame_count_in counts the number of
      frames that entered the link, frame_count_out counts the number
      of frames that were sent to the destination filter.
      183ce55b
  7. 29 8月, 2016 1 次提交
  8. 25 3月, 2016 1 次提交
  9. 28 1月, 2016 1 次提交
  10. 09 9月, 2015 1 次提交
  11. 31 5月, 2015 1 次提交
  12. 08 4月, 2015 1 次提交
  13. 25 2月, 2015 1 次提交
  14. 19 4月, 2014 1 次提交
  15. 11 11月, 2013 4 次提交
  16. 28 10月, 2013 1 次提交
  17. 21 9月, 2013 1 次提交
  18. 12 9月, 2013 1 次提交
  19. 08 9月, 2013 1 次提交
  20. 25 5月, 2013 3 次提交
  21. 24 5月, 2013 2 次提交
  22. 16 5月, 2013 1 次提交
  23. 15 5月, 2013 1 次提交
  24. 10 5月, 2013 1 次提交
  25. 22 4月, 2013 1 次提交
  26. 12 4月, 2013 1 次提交
  27. 10 4月, 2013 2 次提交
  28. 21 3月, 2013 1 次提交
  29. 08 3月, 2013 1 次提交
  30. 19 1月, 2013 2 次提交
  31. 18 1月, 2013 1 次提交