Date: Thu, 11 May 2006 04:53:31 +0000 (UTC) From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net-im/libjingle Makefile ports/net-im/libjingle/files patch-talk__session__phone__linphonemediaengine.cc patch-talk__third_party__mediastreamer__audiostream.c patch-talk__third_party__mediastreamer__msavencoder.h patch-talk__third_party__mediastreamer__msbuffer.c patch-talk__third_party__mediastreamer__msbuffer.h patch-talk__third_party__mediastreamer__mscodec.c patch-talk__third_party__mediastreamer__msfifo.c patch-talk__third_party__mediastreamer__msrtprecv.c patch-talk__third_party__mediastreamer__msrtpsend.c ... Message-ID: <200605110453.k4B4rVQF044285@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605110453.k4B4rVQF044285>