1. 19 6月, 2020 1 次提交
  2. 13 5月, 2017 1 次提交
  3. 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
  4. 28 1月, 2016 1 次提交
  5. 09 9月, 2015 1 次提交
  6. 08 6月, 2015 1 次提交
  7. 30 4月, 2015 1 次提交
  8. 08 4月, 2015 1 次提交
  9. 31 3月, 2015 1 次提交
  10. 06 7月, 2014 1 次提交
  11. 16 5月, 2014 4 次提交
  12. 04 8月, 2013 1 次提交
  13. 06 7月, 2013 1 次提交
  14. 31 5月, 2013 6 次提交
  15. 30 5月, 2013 1 次提交