1. 23 Oct, 2012 1 commit
  2. 11 Jul, 2012 1 commit
  3. 27 Jun, 2012 1 commit
  4. 26 Jun, 2012 1 commit
  5. 21 Apr, 2011 1 commit
  6. 19 Mar, 2011 1 commit
  7. 23 Apr, 2010 1 commit
  8. 20 Apr, 2010 1 commit
  9. 09 Mar, 2010 2 commits
    • Måns Rullgård's avatar
      libm.h needs attributes.h · 297bfb2f
      Måns Rullgård authored
      Originally committed as revision 22405 to svn://svn.ffmpeg.org/ffmpeg/trunk
      297bfb2f
    • 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