1. 18 3月, 2020 1 次提交
  2. 15 1月, 2020 1 次提交
  3. 13 1月, 2020 1 次提交
  4. 03 10月, 2019 1 次提交
  5. 26 9月, 2019 1 次提交
  6. 25 6月, 2017 1 次提交
  7. 23 4月, 2017 1 次提交
  8. 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
  9. 13 6月, 2016 1 次提交
  10. 28 1月, 2016 1 次提交
  11. 17 7月, 2015 1 次提交
  12. 20 3月, 2015 2 次提交
  13. 17 3月, 2015 1 次提交
  14. 15 3月, 2015 1 次提交
  15. 20 2月, 2015 1 次提交
  16. 27 1月, 2015 2 次提交
  17. 26 1月, 2015 2 次提交