1. 13 1月, 2010 1 次提交
  2. 10 1月, 2010 1 次提交
  3. 03 1月, 2010 1 次提交
  4. 05 12月, 2009 1 次提交
  5. 25 11月, 2009 2 次提交
  6. 19 11月, 2009 1 次提交
  7. 04 11月, 2009 1 次提交
    • S
      Make avfilter_get_video_buffer() use · da23d424
      Stefano Sabatini 提交于
      avfilter_default_get_video_buffer() if the get_video_buffer() callback
      is not defined in a filter.
      
      Libavfilter filters author have to explicitely define the
      get_video_buffer() callback if they want the buffer to be requested to
      the filter following in the filterchain.
      
      See the thread:
      "[FFmpeg-devel] [PATCH] Make avfilter_get_video_buffer() use
      default_get_video_buffer if callback not defined".
      
      Originally committed as revision 20444 to svn://svn.ffmpeg.org/ffmpeg/trunk
      da23d424
  8. 28 10月, 2009 1 次提交
  9. 26 10月, 2009 1 次提交
  10. 19 10月, 2009 1 次提交
  11. 18 10月, 2009 1 次提交
    • S
      Make avfilter_get_video_buffer() recursive. · 0eb4ff9e
      Stefano Sabatini 提交于
      When called on a link with a filter whose destination pad has not a
      get_video_buffer callback defined, it will call
      avfilter_get_video_buffer() on the first output link of the
      destination filer, rather than use avfilter_default_get_buffer(), so
      the video buffer can be allocated forward in the filterchain.
      
      Also add the w and h parameters to avfilter_get_video_buffer(), as the
      minimum width and height requested by each filter in the filterchain
      may change, this allows for example a memcpy-less pad filter.
      
      This change breaks API / ABI backward compatibility.
      
      See the thread:
      "[PATCH] Implement recusive avfilter_get_video_buffer()".
      
      Originally committed as revision 20272 to svn://svn.ffmpeg.org/ffmpeg/trunk
      0eb4ff9e
  12. 07 10月, 2009 1 次提交
  13. 14 4月, 2009 1 次提交
  14. 27 3月, 2009 1 次提交
  15. 13 1月, 2009 2 次提交
  16. 12 1月, 2009 1 次提交
  17. 27 11月, 2008 1 次提交
  18. 09 8月, 2008 1 次提交
  19. 09 5月, 2008 1 次提交
  20. 07 3月, 2008 1 次提交
  21. 16 2月, 2008 18 次提交