1. 23 Mar, 2017 1 commit
  2. 18 Nov, 2016 1 commit
  3. 29 Sep, 2016 1 commit
  4. 04 May, 2016 1 commit
  5. 27 Jul, 2015 2 commits
  6. 12 Jun, 2015 1 commit
  7. 23 Feb, 2015 1 commit
  8. 15 Oct, 2014 1 commit
    • Anton Khirnov's avatar
      lavc: deprecate the use of AVCodecContext.time_base for decoding · 7ea1b347
      Anton Khirnov authored
      When decoding, this field holds the inverse of the framerate that can be
      written in the headers for some codecs. Using a field called 'time_base'
      for this is very misleading, as there are no timestamps associated with
      it. Furthermore, this field is used for a very different purpose during
      encoding.
      
      Add a new field, called 'framerate', to replace the use of time_base for
      decoding.
      7ea1b347
  9. 27 Jul, 2014 1 commit
  10. 18 Jul, 2014 1 commit
  11. 30 Jun, 2014 1 commit
  12. 23 Jun, 2014 1 commit
  13. 18 Jun, 2014 1 commit
  14. 16 Nov, 2013 1 commit
  15. 31 Oct, 2013 1 commit
  16. 03 Oct, 2013 1 commit
  17. 08 Mar, 2013 2 commits
  18. 25 Feb, 2013 1 commit
  19. 23 Jan, 2013 1 commit
  20. 04 Dec, 2012 3 commits
  21. 08 Oct, 2012 1 commit
  22. 07 Aug, 2012 1 commit
  23. 02 Aug, 2012 1 commit
  24. 29 Jul, 2012 2 commits
  25. 06 Apr, 2012 1 commit
  26. 15 Feb, 2012 1 commit
  27. 05 Dec, 2011 1 commit
  28. 29 Jul, 2011 1 commit
  29. 19 Mar, 2011 1 commit
  30. 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
  31. 26 Jan, 2011 1 commit
  32. 07 Sep, 2010 1 commit
  33. 06 Aug, 2010 1 commit
  34. 10 Jul, 2010 1 commit
  35. 20 Apr, 2010 1 commit