1. 17 Aug, 2018 2 commits
  2. 02 Apr, 2018 1 commit
  3. 24 Mar, 2018 1 commit
    • James Almer's avatar
      avcodec/bsf: make sure the AVBSFInternal stored packet is reference counted · ed1f08bf
      James Almer authored
      Some bitstream filters may buffer said packet in their own contexts
      for latter use. The documentation for av_bsf_send_packet() doesn't
      forbid feeding it non-reference counted packets, which depending on
      the way said packets were internally buffered by the bsf it may
      result in the data described in them becoming invalid or unavailable
      at any time.
      This was the case with vp9_superframe after commit e1bc3f43, which
      was then promptly fixed in 37f4a093 and 7a02b364. It is still the
      case even today with vp9_reorder_raw.
      
      With this change the bitstream filters will not have to worry how to
      store or consume the packets fed to them.
      Reviewed-by: 's avatarwm4 <nfxjfg@googlemail.com>
      Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
      ed1f08bf
  4. 23 Apr, 2017 2 commits
  5. 10 Jan, 2017 1 commit
  6. 08 Jan, 2017 1 commit
  7. 26 Aug, 2016 1 commit
  8. 21 Aug, 2016 1 commit
  9. 15 Aug, 2016 1 commit
  10. 13 Aug, 2016 3 commits
  11. 20 Mar, 2016 1 commit