1. 23 May, 2016 2 commits
    • Anton Khirnov's avatar
      lavc: deprecate avcodec_copy_context() · 5f30ac27
      Anton Khirnov authored
      Since AVCodecContext contains a lot of complex state, copying a codec
      context is not a well-defined operation. The purpose for which it is
      typically used (which is well-defined) is copying the stream parameters
      from one codec context to another. That is now possible with through the
      AVCodecParameters API. Therefore, there is no reason for
      avcodec_copy_context() to exist.
      5f30ac27
    • Anton Khirnov's avatar
      lavf: update muxing doxy · 14634429
      Anton Khirnov authored
      Describe the new AVCodecParameters API.
      14634429
  2. 22 May, 2016 5 commits
  3. 19 May, 2016 30 commits
  4. 18 May, 2016 3 commits