lioux       2006-05-11 04:53:31 UTC

  FreeBSD ports repository

  Modified files:
    net-im/libjingle     Makefile 
    net-im/libjingle/files 
                           patch-talk__session__phone__linphonemediaengine.cc 
                           
patch-talk__third_party__mediastreamer__audiostream.c 
                           patch-talk__third_party__mediastreamer__msbuffer.h 
                           patch-talk__third_party__mediastreamer__msfifo.c 
                           patch-talk__third_party__mediastreamer__msrtprecv.c 
                           patch-talk__third_party__mediastreamer__msrtpsend.c 
                           patch-talk__third_party__mediastreamer__mstimer.c 
  Added files:
    net-im/libjingle/files 
                           
patch-talk__third_party__mediastreamer__msavencoder.h 
                           patch-talk__third_party__mediastreamer__msbuffer.c 
                           patch-talk__third_party__mediastreamer__mscodec.c 
  Log:
  o More updates to libjingle's third party mediaphone (obtained from
    current CVS of net/linphone http://savannah.gnu.org/projects/linphone/)
    library [1]
  o Pacify gcc: add missing "return" values to non-void functions
  o This last round of patches get voice communications to "realtime"
    responsiveness levels. Previously, there were a couple seconds
    of latency on communications which made them a patience test.
          - Particularly, the change on
            talk/third_party/mediastreamer/msrtprecv.c
            where we now rely on the rtp session's send_pt payload
            instead of the recv_pt one
  o Bump PORTREVISION
  
  Obtained from:  linphone's CVS [1]
  
  Revision  Changes    Path
  1.11      +1 -1      ports/net-im/libjingle/Makefile
  1.3       +24 -0     
ports/net-im/libjingle/files/patch-talk__session__phone__linphonemediaengine.cc
  1.2       +14 -4     
ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__audiostream.c
  1.1       +10 -0     
ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__msavencoder.h
 (new)
  1.1       +42 -0     
ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__msbuffer.c 
(new)
  1.2       +23 -2     
ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__msbuffer.h
  1.1       +18 -0     
ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__mscodec.c 
(new)
  1.2       +28 -2     
ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__msfifo.c
  1.3       +22 -5     
ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__msrtprecv.c
  1.3       +1 -1      
ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__msrtpsend.c
  1.2       +12 -1     
ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__mstimer.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to