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