1. 09 Jul, 2015 1 commit
  2. 26 Jun, 2015 1 commit
  3. 21 Jun, 2015 1 commit
  4. 10 Dec, 2013 1 commit
  5. 07 Dec, 2013 1 commit
  6. 11 Apr, 2013 2 commits
  7. 16 Mar, 2013 1 commit
  8. 24 Feb, 2013 1 commit
  9. 23 Feb, 2013 1 commit
  10. 26 Nov, 2012 1 commit
  11. 18 Jul, 2012 1 commit
  12. 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
  13. 26 Jun, 2012 1 commit
  14. 14 May, 2012 1 commit
  15. 23 Apr, 2012 1 commit
  16. 14 Apr, 2012 2 commits
  17. 01 Apr, 2012 1 commit
  18. 24 Jan, 2012 1 commit
  19. 22 Nov, 2011 1 commit
  20. 28 Sep, 2011 1 commit
  21. 29 Aug, 2011 2 commits
  22. 06 Jul, 2011 1 commit
  23. 12 Jun, 2011 2 commits
  24. 11 Jun, 2011 1 commit
  25. 21 May, 2011 1 commit
  26. 19 Mar, 2011 1 commit
  27. 06 Feb, 2011 1 commit
  28. 04 Feb, 2011 1 commit
  29. 12 Jan, 2011 1 commit
  30. 02 Dec, 2010 1 commit
  31. 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
  32. 07 Nov, 2010 1 commit
  33. 04 Nov, 2010 2 commits
  34. 16 Oct, 2010 1 commit
  35. 02 Jul, 2010 1 commit