1. 30 Aug, 2015 1 commit
  2. 06 Aug, 2015 1 commit
  3. 27 Jul, 2015 1 commit
  4. 21 Jul, 2015 1 commit
  5. 03 Jul, 2015 1 commit
  6. 08 Dec, 2014 1 commit
  7. 06 Dec, 2014 1 commit
  8. 05 Dec, 2014 1 commit
  9. 26 Nov, 2014 1 commit
  10. 21 Nov, 2014 1 commit
  11. 18 Nov, 2014 1 commit
  12. 16 Nov, 2014 2 commits
  13. 09 Nov, 2014 1 commit
  14. 18 Oct, 2014 1 commit
  15. 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
  16. 15 Aug, 2014 1 commit
  17. 01 Jun, 2014 1 commit
  18. 30 May, 2014 1 commit
  19. 18 May, 2014 1 commit
    • Anton Khirnov's avatar
      lavc: add avcodec_free_context(). · fd056029
      Anton Khirnov authored
      Right now, the caller has to manually manage some allocated
      AVCodecContext fields, like extradata or subtitle_header. This is
      fragile and prone to leaks, especially if we want to add more such
      fields in the future.
      
      The only reason for this behaviour is so that the AVStream codec context
      can be reused for decoding. Such reuse is discouraged anyway, so this
      commit is the first step to deprecating it.
      fd056029
  20. 15 May, 2014 3 commits
  21. 04 Nov, 2013 1 commit
  22. 03 Nov, 2013 1 commit
  23. 13 Aug, 2013 1 commit
  24. 02 Aug, 2013 1 commit
  25. 01 May, 2013 1 commit
  26. 22 Apr, 2013 1 commit
  27. 08 Mar, 2013 1 commit
  28. 15 Dec, 2012 1 commit
  29. 08 Oct, 2012 1 commit
  30. 18 Aug, 2012 1 commit
  31. 15 Aug, 2012 1 commit
  32. 30 Jul, 2012 1 commit
  33. 19 Jun, 2012 1 commit
  34. 03 Jun, 2012 1 commit
  35. 30 Apr, 2012 2 commits
  36. 28 Apr, 2012 1 commit