Skip to content
Snippets Groups Projects
  1. Jun 30, 2010
  2. Jun 16, 2010
  3. Jun 15, 2010
  4. May 13, 2010
  5. Apr 20, 2010
  6. Mar 09, 2010
    • 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
  7. Mar 08, 2010
  8. Feb 20, 2010
  9. Feb 09, 2010
  10. Jan 29, 2010
  11. Jan 20, 2010
  12. Jan 19, 2010
  13. Jan 16, 2010
  14. Jan 12, 2010
  15. Nov 10, 2009
  16. Sep 21, 2009
  17. Sep 06, 2009
  18. Sep 04, 2009
  19. Sep 01, 2009
  20. Aug 29, 2009
  21. Jul 10, 2009
  22. Jul 09, 2009
  23. Jun 27, 2009
  24. May 25, 2009
  25. Mar 21, 2009
  26. Mar 05, 2009
  27. Feb 21, 2009
  28. Feb 01, 2009
  29. Jan 30, 2009
  30. Jan 28, 2009
  31. Jan 25, 2009
Loading