1. 07 Apr, 2015 1 commit
  2. 27 Oct, 2013 1 commit
  3. 19 Oct, 2013 1 commit
  4. 22 Feb, 2013 2 commits
  5. 02 Dec, 2012 1 commit
  6. 05 Sep, 2012 1 commit
    • Stefano Sabatini's avatar
      lavu/parseutils: add av_small_strptime() · 29e972f6
      Stefano Sabatini authored
      Make internal small_strptime() function public, and use it in place of
      strptime().
      This allows to avoid a dependency on strptime() on systems which do not
      support it.
      
      In particular, fix trac ticket #992.
      29e972f6
  7. 17 May, 2012 1 commit
  8. 06 Feb, 2012 1 commit
  9. 12 Dec, 2011 1 commit
  10. 16 Nov, 2011 1 commit
    • Martin Storsjö's avatar
      avutil: Add av_timegm as a public function · 62706711
      Martin Storsjö authored
      This is useful, since the normal timegm function isn't a standard
      function (requiring _BSD_SOURCE or _SVID_SOURCE on glibc to
      be visible, and not available on e.g. windows). The widely available
      function mktime uses the local time zone, which requires ugly
      workarounds to handle UTC time.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      62706711
  11. 14 Jul, 2011 1 commit
  12. 07 Jun, 2011 1 commit
  13. 19 Mar, 2011 1 commit
  14. 18 Feb, 2011 2 commits
  15. 17 Feb, 2011 1 commit
  16. 16 Feb, 2011 2 commits
  17. 15 Feb, 2011 1 commit
    • Reinhard Tartler's avatar
      Merge libavcore into libavutil · 737eb597
      Reinhard Tartler authored
      It is pretty hopeless that other considerable projects will adopt
      libavutil alone in other projects. Projects that need small footprint
      are better off with more specialized libraries such as gnulib or rather
      just copy the necessary parts that they need. With this in mind, nobody
      is helped by having libavutil and libavcore split. In order to ease
      maintenance inside and around FFmpeg and to reduce confusion where to
      put common code, avcore's functionality is merged (back) to avutil.
      Signed-off-by: 's avatarReinhard Tartler <siretart@tauware.de>
      737eb597
  18. 17 Nov, 2010 1 commit
  19. 01 Sep, 2010 1 commit
  20. 26 Jul, 2010 2 commits