1. 07 Mar, 2013 1 commit
  2. 04 Dec, 2012 1 commit
  3. 11 Oct, 2012 2 commits
  4. 10 Oct, 2012 1 commit
  5. 06 Oct, 2012 2 commits
  6. 15 Aug, 2012 1 commit
  7. 20 Jun, 2012 1 commit
  8. 28 Mar, 2012 1 commit
  9. 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
  10. 06 Nov, 2011 1 commit
  11. 02 Nov, 2011 1 commit
  12. 14 Jul, 2011 1 commit
  13. 03 Jul, 2011 2 commits
  14. 07 Jun, 2011 1 commit
  15. 19 Mar, 2011 1 commit
  16. 17 Feb, 2011 1 commit
  17. 16 Feb, 2011 1 commit
  18. 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
  19. 17 Nov, 2010 1 commit
  20. 08 Nov, 2010 1 commit
  21. 04 Oct, 2010 2 commits
  22. 01 Oct, 2010 1 commit
  23. 26 Jul, 2010 5 commits