1. 08 Aug, 2012 2 commits
  2. 10 Jul, 2012 3 commits
  3. 08 May, 2012 1 commit
  4. 21 Jan, 2012 1 commit
  5. 20 Jan, 2012 1 commit
  6. 18 Jan, 2012 1 commit
  7. 12 Dec, 2011 1 commit
  8. 02 Nov, 2011 1 commit
  9. 17 Oct, 2011 3 commits
  10. 12 Oct, 2011 1 commit
  11. 18 Jul, 2011 1 commit
  12. 14 Jul, 2011 1 commit
  13. 03 Jul, 2011 1 commit
    • Diego Biurrun's avatar
      RTSP: Doxygen comment cleanup · f75e3da5
      Diego Biurrun authored
      Do not use Doxygen for comments that apply to specific implementation
      details; merge some duplicated Doxygen comment blocks.
      f75e3da5
  14. 10 Jun, 2011 1 commit
  15. 27 May, 2011 1 commit
  16. 11 May, 2011 1 commit
    • Martin Storsjö's avatar
      rtsp: Only do keepalive using GET_PARAMETER if the server supports it · 0b4949b5
      Martin Storsjö authored
      This is more like what VLC does. If the server doesn't mention
      supporting GET_PARAMETER in response to an OPTIONS request,
      VLC doesn't send any keepalive requests at all. After this patch,
      libavformat will still send OPTIONS keepalives if GET_PARAMETER
      isn't explicitly said to be supported.
      
      Some RTSP cameras don't support GET_PARAMETER, and will
      close the connection if this is sent as keepalive request
      (but support OPTIONS just fine, but probably don't need any
      keepalive at all). Some other cameras don't support using
      OPTIONS as keepalive, but require GET_PARAMETER instead.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      0b4949b5
  17. 19 Mar, 2011 1 commit
  18. 20 Feb, 2011 2 commits
  19. 30 Jan, 2011 1 commit
  20. 28 Jan, 2011 1 commit
  21. 26 Jan, 2011 4 commits
  22. 25 Jan, 2011 1 commit
  23. 24 Jan, 2011 3 commits
  24. 06 Jan, 2011 1 commit
    • Martin Storsjö's avatar
      rtsp: Allow requesting of filtering of source packets · a92c30d7
      Martin Storsjö authored
      If filtered, only packets from the right source address and port
      are received.
      
      To test, play back e.g. some mpeg4 video RTSP stream (where the
      video stream is the first stream in the presentation) over UDP.
      While receiving this stream, send another stream to the same port:
      ffmpeg -re -i <whatever> -vcodec mpeg4 -an -f rtp
      rtp://127.0.0.1:5000?localport=1234
      Normally, the RTSP playback reports lots of errors at this point.
      
      If the RTSP stream has the ?filter_src option enabled, these
      interferring packets are ignored.
      
      Originally committed as revision 26246 to svn://svn.ffmpeg.org/ffmpeg/trunk
      a92c30d7
  25. 02 Jan, 2011 4 commits
  26. 15 Nov, 2010 1 commit