1. 22 1月, 2012 1 次提交
  2. 21 1月, 2012 1 次提交
  3. 13 12月, 2011 1 次提交
  4. 03 11月, 2011 1 次提交
  5. 18 10月, 2011 3 次提交
  6. 12 10月, 2011 1 次提交
  7. 19 7月, 2011 1 次提交
  8. 14 7月, 2011 1 次提交
  9. 04 7月, 2011 1 次提交
    • D
      RTSP: Doxygen comment cleanup · f75e3da5
      Diego Biurrun 提交于
      Do not use Doxygen for comments that apply to specific implementation
      details; merge some duplicated Doxygen comment blocks.
      f75e3da5
  10. 10 6月, 2011 1 次提交
  11. 27 5月, 2011 1 次提交
  12. 11 5月, 2011 1 次提交
    • M
      rtsp: Only do keepalive using GET_PARAMETER if the server supports it · 0b4949b5
      Martin Storsjö 提交于
      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: NMartin Storsjö <martin@martin.st>
      0b4949b5
  13. 19 3月, 2011 1 次提交
  14. 20 2月, 2011 1 次提交
  15. 28 1月, 2011 1 次提交
  16. 26 1月, 2011 1 次提交
  17. 25 1月, 2011 3 次提交
  18. 06 1月, 2011 1 次提交
    • M
      rtsp: Allow requesting of filtering of source packets · a92c30d7
      Martin Storsjö 提交于
      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
  19. 02 1月, 2011 4 次提交
  20. 15 11月, 2010 1 次提交
  21. 29 10月, 2010 2 次提交
  22. 24 10月, 2010 1 次提交
  23. 08 10月, 2010 1 次提交
  24. 02 10月, 2010 1 次提交
  25. 04 9月, 2010 1 次提交
  26. 29 8月, 2010 1 次提交
  27. 25 8月, 2010 2 次提交
  28. 10 8月, 2010 1 次提交
  29. 06 8月, 2010 1 次提交
  30. 25 6月, 2010 1 次提交
  31. 14 6月, 2010 1 次提交