1. 23 Jul, 2003 1 commit
  2. 22 Jul, 2003 6 commits
  3. 20 Jul, 2003 1 commit
  4. 18 Jul, 2003 1 commit
  5. 17 Jul, 2003 8 commits
  6. 16 Jul, 2003 7 commits
  7. 15 Jul, 2003 7 commits
  8. 14 Jul, 2003 1 commit
  9. 13 Jul, 2003 2 commits
  10. 12 Jul, 2003 5 commits
  11. 11 Jul, 2003 1 commit
    • Giancarlo Formicuccia's avatar
      - Gracefully handle the case where not all the streams are requested/wanted · 1bc1cfdd
      Giancarlo Formicuccia authored
      from the client. Simply ignore the unwanted/unasked streams.
      - Don't need to pool() for every input character! (the socket is nonblocking,
      so the loop is ok).
      - Partially resurrect compute_send_delay for avoiding udp flood. Without a
      similar patch, udp transmission is seriously unreliable.
      (note that we don't link to a specific input reference stream, it's not needed
      as the pts values should be coherent anyway. Also, non-monotonic pts
      progression is unimportant in the long term).
      - rtsp_cmd_pause must reset the time reference
      patch by (Giancarlo Formicuccia <ilsensine at inwind dot it>)
      
      Originally committed as revision 2034 to svn://svn.ffmpeg.org/ffmpeg/trunk
      1bc1cfdd