1. 19 May, 2016 8 commits
  2. 18 May, 2016 8 commits
  3. 17 May, 2016 9 commits
  4. 16 May, 2016 9 commits
  5. 13 May, 2016 3 commits
  6. 11 May, 2016 3 commits
    • Diego Biurrun's avatar
      Add some more deprecation guards · 763d69bf
      Diego Biurrun authored
      Avoids unused function/label/variable warnings after the next version bump.
      763d69bf
    • Diego Biurrun's avatar
      Reduce the scope of some variables · b7e64fba
      Diego Biurrun authored
      This avoids unused variable warnings after the next version bump.
      Also drop a trace level av_log() call that is in the way.
      b7e64fba
    • Martin Storsjö's avatar
      rtsp: Parse SSRC attributes in the SDP · bc2a3296
      Martin Storsjö authored
      When feeding input RTP packets to the depacketizer via custom IO,
      it needs to pick the right stream using the payload type for
      RTP packets, and using the SSRC for RTCP packets. If the first
      packet is an RTCP packet, we don't (currently) know the SSRC
      yet and thus can't pick the right RTP depacketizer to handle it.
      
      By parsing the SSRC attribute in the SDP, we can map initial
      RTCP packets to the right stream.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      bc2a3296