1. 08 Jun, 2011 1 commit
  2. 05 Jun, 2011 1 commit
  3. 24 May, 2011 1 commit
  4. 08 May, 2011 1 commit
  5. 23 Mar, 2011 1 commit
  6. 22 Mar, 2011 1 commit
  7. 19 Mar, 2011 1 commit
  8. 02 Mar, 2011 1 commit
  9. 11 Feb, 2011 1 commit
  10. 09 Feb, 2011 1 commit
  11. 31 Jan, 2011 2 commits
  12. 30 Jan, 2011 1 commit
  13. 29 Jan, 2011 1 commit
  14. 10 Nov, 2010 1 commit
  15. 17 Jul, 2010 1 commit
  16. 30 Jun, 2010 2 commits
  17. 16 Jun, 2010 1 commit
  18. 15 Jun, 2010 2 commits
  19. 13 May, 2010 1 commit
  20. 20 Apr, 2010 1 commit
  21. 09 Mar, 2010 2 commits
    • Måns Rullgård's avatar
      Replace many includes of libavutil/common.h with what is actually needed · 2ed6f399
      Måns Rullgård authored
      This reduces the number of false dependencies on header files and
      speeds up compilation.
      
      Originally committed as revision 22407 to svn://svn.ffmpeg.org/ffmpeg/trunk
      2ed6f399
    • Måns Rullgård's avatar
      Move libm replacements to new header libm.h · 335ee1aa
      Måns Rullgård authored
      ffmpeg.c uses lrintf(), which is missing on some systems.  Previously
      it picked up the replacement via libavutil/internal.h due to
      HAVE_AV_CONFIG_H being erroneously defined.
      
      Moving these replacements to a separate header enables ffmpeg.c to
      use them without being exposed to internal interfaces.
      
      This use of a non-public header is justified by the header in question
      not being part of the internal interface either.  It should rather be
      considered as part of the build system, which is shared between the
      libraries and the applications.
      
      This header cannot be installed since the tested conditions depend on
      the compiler.
      
      Originally committed as revision 22399 to svn://svn.ffmpeg.org/ffmpeg/trunk
      335ee1aa
  22. 08 Mar, 2010 1 commit
  23. 20 Feb, 2010 2 commits
  24. 09 Feb, 2010 1 commit
  25. 29 Jan, 2010 1 commit
  26. 20 Jan, 2010 1 commit
  27. 19 Jan, 2010 1 commit
  28. 16 Jan, 2010 1 commit
  29. 12 Jan, 2010 1 commit
  30. 10 Nov, 2009 1 commit
  31. 21 Sep, 2009 1 commit
  32. 06 Sep, 2009 1 commit
  33. 04 Sep, 2009 1 commit
  34. 01 Sep, 2009 1 commit
  35. 29 Aug, 2009 1 commit