Module: sems Branch: master Commit: 6d39e520b36c037b245c9add3e7cc0163da25f1f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=6d39e520b36c037b245c9add3e7cc0163da25f1f
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Wed Apr 18 17:53:34 2012 +0200 Merge branch 'transcoding' Development of the transcoding feature has been sponsored by ng-voice GmbH / fibernetics.ca. --- apps/dsm/DSMCall.cpp | 3 +- apps/sbc/SBC.cpp | 245 +++++++++++--- apps/sbc/SBC.h | 12 +- apps/sbc/SBCCallProfile.cpp | 473 +++++++++++++++++++++------ apps/sbc/SBCCallProfile.h | 68 ++++- apps/sbc/SDPFilter.cpp | 2 - apps/webconference/WebConferenceDialog.cpp | 67 ++++- apps/webconference/WebConferenceDialog.h | 7 + core/AmB2BMedia.cpp | 437 +++++++++++++++++++++++++ core/AmB2BMedia.h | 316 ++++++++++++++++++ core/AmB2BSession.cpp | 491 ++++++++++------------------ core/AmB2BSession.h | 75 +++-- core/AmMediaProcessor.cpp | 157 ++------- core/AmMediaProcessor.h | 127 +++++++- core/AmRtpAudio.cpp | 51 +++- core/AmRtpAudio.h | 4 + core/AmRtpStream.cpp | 64 +++- core/AmRtpStream.h | 39 ++- core/AmSession.cpp | 112 ++++--- core/AmSession.h | 65 +--- core/AmSessionContainer.cpp | 2 +- doc/Readme.sbc.txt | 69 ++++ 22 files changed, 2111 insertions(+), 775 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=6d39e520b36c037b245c9add3e7cc0163da25f1f _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
