ChangLog
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:3k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. $Id: ChangLog,v 1.6 2000/08/12 01:23:55 wenqing Exp $
  2. RTP ChangLog
  3. ----------------------------------
  4. ----------------------------------
  5. $Log: ChangLog,v $
  6. Revision 1.6  2000/08/12 01:23:55  wenqing
  7. change for making new release
  8. Revision 1.5  2000/06/24 01:39:04  wenqing
  9. change for 0.1.22
  10. Revision 1.4  2000/05/26 01:20:24  wenqing
  11. update for the new release
  12. Revision 1.3  2000/03/28 03:27:49  wenqing
  13. update for new release
  14. ----------------------------------
  15. Rlease 0.1.23, w.r.t the previous releases
  16. - Change receiver to allow SSRC = 0.
  17. Rlease 0.1.22, w.r.t the previous releases
  18. - Chopped files to more files due to file too long
  19. - Fixed problem of late packets. Add handling to reorder the out-of-order
  20.   packets. The lost packets are replaced by next packet available.
  21. - Fixed bug for sample rate/ pakect size issue and byte order for 
  22.   Linear 16 and other
  23. - Fixed/Enhanced for Sequence number checking and sequence number cycling
  24. - Add new tranmitRaw() method in RtpTransmitter.cxx to allow pass in raw data
  25. - Enhanced the half-duplex to full-duplex transmision
  26. - Fixed bugs for half-duplex mode
  27. - Fixed problem of UdpStack in util/. It's linux specific. 
  28.   The problem is a socket doign sendto() and recevfrom(), then
  29.   get connection refused for the recv. Use setsockopt(...) to fix.
  30. - Other minor bug fixes.
  31. ----------------------------------
  32. Rlease 0.1.21, w.r.t the previous releases
  33. - Fixed memory leak problem for both RTP and RTCP
  34. - Add more call statistics API in RtpSession, and correct the Jitter and
  35.   Latency calculation
  36. - Upgrade test programs such as sampleUsage and phoneJack 
  37. - Other bug fixes: such as one related to race condition 
  38.   and one in emptyNetwork().
  39. --------------------------------
  40. Rlease 0.1.20, w.r.t the previous releases
  41. - New test program called *phoneJack* for testing RTP directly with 
  42.   Quicknet card. 
  43. - Improved test program/bug fixes for rptPlay/rtpRecord and adding explaination 
  44.   of how it works. 
  45. - Fixes for one-way latency problem. This is because there is time difference 
  46.   between the two endpoints to start audio, and the stack doesn't do catchup 
  47.   at the beginning of audio. So whoever start's audio late will have latency 
  48.   problem. Now the stack will do catch-up when the audio starts. 
  49. - Change from send() to sendto() and not doing *connect()* ports. So then the 
  50.   stack can receive RTP packets from other ports also can send to different 
  51.   port. 
  52. - inactive/Sendonly/recvonly/sendrecv/ mode exchanges are OK now. 
  53. --------------------------------
  54. Release 0.1.19, w.r.t the previous releases
  55. - various bug fixes
  56. --------------------------------
  57. Release 0.1.18, w.r.t the previous release
  58. - UDP stack, much enhanced. New object for network addresses. 
  59.   They have been moved to utility directory(util/). 
  60. - Now can accept any packet size from network and output any desired packet 
  61.   size to API. 
  62. - Bug fixes from previous releases 
  63. - Naming changes for all the files which have class objects 
  64. ---------------------------------
  65. Release before 0.1.18
  66.   SESSION IMPROVEMENTS
  67.    - hooks for multiple CODEC and CODEC conversion
  68.    - implement select() usage on receive calls
  69.    - recovering from lost packets, reordering, and jitter
  70.    - allowed dymanic port allocation within a given range
  71.   RTP IMPROVEMENTS
  72.    - correct network to host order for interoperability with other RTP stacks
  73.    - fixed RTP timestamp so it relates to the sample rate
  74.   RTCP IMPROVEMENTS
  75.    - NTP timing corrected so stack is less clock dependent
  76.    - corrected RTCP calculations