1. 17 Nov, 2014 1 commit
  2. 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
  3. 28 Jun, 2014 1 commit
  4. 26 Jun, 2014 1 commit
  5. 18 Jun, 2014 2 commits
  6. 17 Jun, 2014 1 commit
  7. 09 Jun, 2014 1 commit
  8. 06 Jan, 2014 1 commit
  9. 05 Dec, 2013 4 commits
  10. 13 Oct, 2013 2 commits
  11. 03 Oct, 2013 1 commit
  12. 16 Sep, 2013 1 commit
  13. 26 Mar, 2013 1 commit
  14. 13 Mar, 2013 1 commit
  15. 08 Mar, 2013 1 commit
  16. 24 Jan, 2013 1 commit
  17. 23 Jan, 2013 1 commit
  18. 30 Dec, 2012 3 commits
  19. 13 Dec, 2012 1 commit
  20. 04 Dec, 2012 2 commits
  21. 18 Oct, 2012 1 commit
  22. 09 Oct, 2012 1 commit
    • Diego Biurrun's avatar
      Restructure av_log_missing_feature message · f75f4194
      Diego Biurrun authored
      Some invocations include a verb in the log message, others do not.  Yet
      av_log_missing_feature expects callers to provide a verb.  Change the
      function to include a verb instead and update the callers accordingly.
      The result is a more natural function API and correct English in the
      function invocations.
      f75f4194
  23. 29 Sep, 2012 1 commit
  24. 11 Sep, 2012 2 commits
  25. 07 Sep, 2012 1 commit
  26. 26 Aug, 2012 2 commits
  27. 11 Aug, 2012 1 commit
  28. 07 Aug, 2012 1 commit
  29. 30 Jul, 2012 1 commit
  30. 23 Jul, 2012 1 commit