1. 07 Aug, 2012 1 commit
  2. 30 Jul, 2012 1 commit
  3. 28 Jul, 2012 1 commit
  4. 20 Jun, 2012 1 commit
  5. 19 Mar, 2012 1 commit
  6. 16 Feb, 2012 1 commit
  7. 28 Jan, 2012 1 commit
  8. 17 Oct, 2011 1 commit
  9. 17 Jul, 2011 1 commit
  10. 10 Jun, 2011 2 commits
  11. 08 Apr, 2011 1 commit
  12. 04 Apr, 2011 2 commits
  13. 03 Apr, 2011 2 commits
  14. 23 Mar, 2011 1 commit
  15. 19 Mar, 2011 1 commit
  16. 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
  17. 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
  18. 30 Jan, 2011 2 commits
  19. 28 Jan, 2011 3 commits
  20. 26 Jan, 2011 1 commit
  21. 02 Jan, 2011 1 commit
  22. 29 Oct, 2010 1 commit
  23. 25 Aug, 2010 1 commit
  24. 18 Jul, 2010 1 commit
  25. 08 Jun, 2010 1 commit
  26. 05 Jun, 2010 2 commits
  27. 04 Jun, 2010 1 commit
  28. 21 May, 2010 2 commits
  29. 25 Mar, 2010 1 commit
  30. 22 Mar, 2010 1 commit
  31. 15 Mar, 2010 2 commits