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