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