1. 24 12月, 2016 9 次提交
  2. 23 12月, 2016 10 次提交
  3. 22 12月, 2016 1 次提交
  4. 23 12月, 2016 1 次提交
  5. 22 12月, 2016 9 次提交
  6. 21 12月, 2016 4 次提交
  7. 20 12月, 2016 5 次提交
  8. 18 12月, 2016 1 次提交
    • N
      lavfi: make filter_frame non-recursive. · 02aa0701
      Nicolas George 提交于
      A lot of changes happen at the same time:
      
      - Add a framequeue fifo to AVFilterLink.
      
      - split AVFilterLink.status into status_in and status_out: requires
        changes to the few filters and programs that use it directly
        (f_interleave, split, filtfmts).
      
      - Add a field ready to AVFilterContext, marking when the filter is ready
        and its activation priority.
      
      - Add flags to mark blocked links.
      
      - Change ff_filter_frame() to enqueue the frame.
      
      - Change all filtering functions to update the ready field and the
        blocked flags.
      
      - Update ff_filter_graph_run_once() to use the ready field.
      
      - buffersrc: always push the frame immediately.
      02aa0701