1. 19 Apr, 2015 1 commit
  2. 10 Dec, 2013 1 commit
  3. 07 Dec, 2013 1 commit
  4. 11 Apr, 2013 2 commits
  5. 16 Mar, 2013 1 commit
  6. 24 Feb, 2013 1 commit
  7. 23 Feb, 2013 1 commit
  8. 26 Nov, 2012 1 commit
  9. 18 Jul, 2012 1 commit
  10. 17 Jul, 2012 1 commit
    • Nicolas George's avatar
      avfiltergraph: document a catch in request_oldest(). · d4838675
      Nicolas George authored
      This one is tricky. Consider a graph with two sink links, A and B.
      request_oldest() requests on A, and A returns EOF. This EOF causes
      a filter to flush pending frames to B; they are unrequested.
      Then request_oldest() moves on to B, and B returns EOF.
      d4838675
  11. 26 Jun, 2012 1 commit
  12. 14 May, 2012 1 commit
  13. 23 Apr, 2012 1 commit
  14. 14 Apr, 2012 2 commits
  15. 01 Apr, 2012 1 commit
  16. 24 Jan, 2012 1 commit
  17. 22 Nov, 2011 1 commit
  18. 28 Sep, 2011 1 commit
  19. 29 Aug, 2011 2 commits
  20. 06 Jul, 2011 1 commit
  21. 12 Jun, 2011 2 commits
  22. 11 Jun, 2011 1 commit
  23. 21 May, 2011 1 commit
  24. 19 Mar, 2011 1 commit
  25. 06 Feb, 2011 1 commit
  26. 04 Feb, 2011 1 commit
  27. 12 Jan, 2011 1 commit
  28. 02 Dec, 2010 1 commit
  29. 13 Nov, 2010 1 commit
    • Stefano Sabatini's avatar
      Prefix with "ff_" the functions: · 4fcbb2af
      Stefano Sabatini authored
      ff_avfilter_graph_check_validity()
      ff_avfilter_graph_config_links()
      ff_avfilter_graph_config_formats()
      
      and move their declaration to internal.h. These functions are never
      used in application code, so it is better to consider them internal
      functions, this can be changed later if necessary. Simplify API.
      
      Originally committed as revision 25737 to svn://svn.ffmpeg.org/ffmpeg/trunk
      4fcbb2af
  30. 07 Nov, 2010 1 commit
  31. 04 Nov, 2010 2 commits
  32. 16 Oct, 2010 1 commit
  33. 02 Jul, 2010 1 commit
  34. 30 Jun, 2010 1 commit
  35. 11 Apr, 2010 1 commit