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