From owner-cvs-ports@FreeBSD.ORG Thu May 11 04:53:31 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8298416A400; Thu, 11 May 2006 04:53:31 +0000 (UTC) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 365EC43D46; Thu, 11 May 2006 04:53:31 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k4B4rVHu044286; Thu, 11 May 2006 04:53:31 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k4B4rVQF044285; Thu, 11 May 2006 04:53:31 GMT (envelope-from lioux) Message-Id: <200605110453.k4B4rVQF044285@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 11 May 2006 04:53:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: 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 ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 May 2006 04:53:31 -0000 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