1. 04 3月, 2009 5 次提交
  2. 22 2月, 2009 1 次提交
  3. 21 2月, 2009 1 次提交
  4. 17 2月, 2009 2 次提交
  5. 06 2月, 2009 2 次提交
  6. 03 2月, 2009 1 次提交
  7. 01 2月, 2009 1 次提交
  8. 27 1月, 2009 1 次提交
  9. 24 1月, 2009 1 次提交
  10. 19 1月, 2009 1 次提交
  11. 14 1月, 2009 1 次提交
  12. 12 1月, 2009 1 次提交
  13. 10 1月, 2009 3 次提交
  14. 09 1月, 2009 1 次提交
  15. 07 1月, 2009 5 次提交
  16. 15 12月, 2008 2 次提交
  17. 14 12月, 2008 1 次提交
  18. 13 12月, 2008 1 次提交
  19. 07 12月, 2008 1 次提交
    • R
      Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. · 7b2a0708
      Ronald S. Bultje 提交于
      This function is called in rtsp.c for each a= line in the SDP of the Describe
      response after m= RTSP stream descriptors. The function prototype used to
      take an AVStream argument. For RDT, however, every RTSPStream represents
      a set of streams of identical content, and can thus represent multiple
      AVStreams. Therefore, it should not take an AVStream as argument. This
      patch modifies it to accept a AVFormatContext (of the RTSP/SDP demuxer)
      instead. See discussion in "[PATCH/RFC] change function prototype of
      parse_sdp_a_line" thread on ML.
      
      Originally committed as revision 16024 to svn://svn.ffmpeg.org/ffmpeg/trunk
      7b2a0708
  20. 01 12月, 2008 1 次提交
  21. 16 11月, 2008 1 次提交
  22. 15 11月, 2008 1 次提交
  23. 04 10月, 2008 5 次提交