1. 04 Nov, 2013 1 commit
  2. 03 Nov, 2013 1 commit
  3. 13 Aug, 2013 1 commit
  4. 02 Aug, 2013 1 commit
  5. 01 May, 2013 1 commit
  6. 22 Apr, 2013 1 commit
  7. 08 Mar, 2013 1 commit
  8. 15 Dec, 2012 1 commit
  9. 08 Oct, 2012 1 commit
  10. 18 Aug, 2012 1 commit
  11. 15 Aug, 2012 1 commit
  12. 30 Jul, 2012 1 commit
  13. 19 Jun, 2012 1 commit
  14. 03 Jun, 2012 1 commit
  15. 30 Apr, 2012 2 commits
  16. 28 Apr, 2012 2 commits
  17. 20 Mar, 2012 1 commit
  18. 04 Mar, 2012 1 commit
    • Anton Khirnov's avatar
      lavc: deprecate AVCodecContext.sub_id. · 02beb982
      Anton Khirnov authored
      In most places where it's used, it's as a pointless write-only field.
      
      Only rv10 decoder actually reads from it, but it stores some internal
      version info in it. There is no reason for it to be in a public field.
      02beb982
  19. 29 Feb, 2012 9 commits
  20. 13 Feb, 2012 1 commit
  21. 08 Feb, 2012 1 commit
  22. 07 Feb, 2012 1 commit
  23. 31 Jan, 2012 2 commits
    • Anton Khirnov's avatar
      lavc: set AVCodecContext.codec in avcodec_get_context_defaults3(). · bc901998
      Anton Khirnov authored
      This way, if the AVCodecContext is allocated for a specific codec, the
      caller doesn't need to store this codec separately and then pass it
      again to avcodec_open2().
      
      It also allows to set codec private options using av_opt_set_* before
      opening the codec.
      bc901998
    • Anton Khirnov's avatar
      lavc: add avcodec_is_open(). · af08d9ae
      Anton Khirnov authored
      It allows to check whether an AVCodecContext is open in a documented
      way. Right now the undocumented way this check is done in lavf/lavc is
      by checking whether AVCodecContext.codec is NULL. However it's desirable
      to be able to set AVCodecContext.codec before avcodec_open2().
      af08d9ae
  24. 27 Jan, 2012 6 commits