1. 17 Oct, 2011 1 commit
  2. 17 Jul, 2011 1 commit
  3. 10 Jun, 2011 2 commits
  4. 08 Apr, 2011 1 commit
  5. 04 Apr, 2011 2 commits
  6. 03 Apr, 2011 2 commits
  7. 23 Mar, 2011 1 commit
  8. 19 Mar, 2011 1 commit
  9. 04 Feb, 2011 1 commit
    • Martin Storsjö's avatar
      rtsp: Don't store RTSPStream in AVStream->priv_data · c6347bdf
      Martin Storsjö authored
      For mpegts in RTP, there isn't a direct mapping between RTSPStreams
      and AVStreams, and the RTSPStream isn't ever stored in
      AVStream->priv_data, which was earlier leaked. The fix for this
      leak, in ea7f0807, lead to
      double frees for other, normal RTP streams.
      
      This patch avoids storing RTSPStreams in AVStream->priv_data, thus
      avoiding the double free. The RTSPStreams are always available via
      RTSPState->rtsp_streams anyway.
      
      Tested with MS-RTSP, RealRTSP, DSS and mpegts/RTP.
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      (cherry picked from commit d9c0510e)
      c6347bdf
  10. 02 Feb, 2011 1 commit
    • Martin Storsjö's avatar
      rtsp: Don't store RTSPStream in AVStream->priv_data · d9c0510e
      Martin Storsjö authored
      For mpegts in RTP, there isn't a direct mapping between RTSPStreams
      and AVStreams, and the RTSPStream isn't ever stored in
      AVStream->priv_data, which was earlier leaked. The fix for this
      leak, in ea7f0807, lead to
      double frees for other, normal RTP streams.
      
      This patch avoids storing RTSPStreams in AVStream->priv_data, thus
      avoiding the double free. The RTSPStreams are always available via
      RTSPState->rtsp_streams anyway.
      
      Tested with MS-RTSP, RealRTSP, DSS and mpegts/RTP.
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      d9c0510e
  11. 30 Jan, 2011 2 commits
  12. 28 Jan, 2011 3 commits
  13. 26 Jan, 2011 1 commit
  14. 02 Jan, 2011 1 commit
  15. 29 Oct, 2010 1 commit
  16. 25 Aug, 2010 1 commit
  17. 18 Jul, 2010 1 commit
  18. 08 Jun, 2010 1 commit
  19. 05 Jun, 2010 2 commits
  20. 04 Jun, 2010 1 commit
  21. 21 May, 2010 2 commits
  22. 25 Mar, 2010 1 commit
  23. 22 Mar, 2010 1 commit
  24. 15 Mar, 2010 2 commits
  25. 09 Mar, 2010 1 commit
  26. 05 Mar, 2010 1 commit
  27. 26 Feb, 2010 1 commit
  28. 23 Feb, 2010 1 commit
  29. 22 Feb, 2010 1 commit