1. 07 1月, 2010 1 次提交
  2. 04 1月, 2010 1 次提交
  3. 03 1月, 2010 1 次提交
  4. 05 12月, 2009 1 次提交
  5. 29 11月, 2009 1 次提交
  6. 26 11月, 2009 1 次提交
  7. 25 11月, 2009 2 次提交
  8. 19 11月, 2009 1 次提交
  9. 17 11月, 2009 1 次提交
  10. 12 11月, 2009 1 次提交
  11. 04 11月, 2009 2 次提交
  12. 28 10月, 2009 3 次提交
  13. 23 10月, 2009 2 次提交
  14. 22 10月, 2009 2 次提交
  15. 19 10月, 2009 3 次提交
  16. 18 10月, 2009 2 次提交
    • S
      Use 'enum PixelFormat *' rather than 'int *' as type for the · 930aa451
      Stefano Sabatini 提交于
      AVFilterFormats.formats field.
      Cleaner / safer.
      
      Originally committed as revision 20274 to svn://svn.ffmpeg.org/ffmpeg/trunk
      930aa451
    • 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
  17. 08 10月, 2009 1 次提交
  18. 15 5月, 2009 2 次提交
  19. 27 3月, 2009 1 次提交
  20. 24 2月, 2009 1 次提交
  21. 27 1月, 2009 1 次提交
  22. 12 1月, 2009 1 次提交
  23. 10 1月, 2009 1 次提交
  24. 02 1月, 2009 1 次提交
  25. 29 12月, 2008 2 次提交
  26. 31 8月, 2008 1 次提交
  27. 29 8月, 2008 2 次提交
  28. 09 8月, 2008 1 次提交