1. 21 Jun, 2012 1 commit
    • Anton Khirnov's avatar
      lavc: remove stats_in from AVCodecContext options table. · a50b7562
      Anton Khirnov authored
      Its documentation states that it is allocated/freed by the caller, but
      it is declared as an AV_OPT_TYPE_STRING AVOption. Since
      36773283 the AVOptions system frees
      strings automatically. This can be considered an API break, since it
      won't work when the caller doesn't use av_malloc() to allocate the
      memory or wants to use the string after closing the codec.
      
      Since there is not much value in this field being an AVOption, the best
      solution is to remove it from the options table.
      a50b7562
  2. 20 Jun, 2012 12 commits
  3. 19 Jun, 2012 12 commits
  4. 18 Jun, 2012 15 commits