1. 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
  2. 25 3月, 2016 1 次提交
  3. 19 4月, 2014 1 次提交
  4. 28 10月, 2013 1 次提交
  5. 24 5月, 2013 1 次提交
  6. 16 5月, 2013 1 次提交
  7. 10 4月, 2013 2 次提交
  8. 08 3月, 2013 1 次提交
  9. 28 11月, 2012 1 次提交
  10. 12 10月, 2012 1 次提交
  11. 11 10月, 2012 1 次提交
  12. 08 10月, 2012 1 次提交
  13. 16 8月, 2012 1 次提交
  14. 22 7月, 2012 3 次提交
  15. 27 6月, 2012 1 次提交
  16. 26 6月, 2012 1 次提交
  17. 13 6月, 2012 1 次提交
  18. 05 6月, 2012 2 次提交
  19. 23 5月, 2012 1 次提交
  20. 15 1月, 2012 1 次提交
  21. 26 4月, 2011 2 次提交
  22. 18 4月, 2011 1 次提交
  23. 03 4月, 2011 1 次提交