summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia/conference.c
AgeCommit message (Expand)Author
2013-02-27Re #1549: backported to 1.xNanang Izzuddin
2013-02-27Re #1532: backported to 1.xNanang Izzuddin
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2010-02-01Ticket #766:Nanang Izzuddin
2009-06-07Ticket #879: Reverted back changes in r2747, r2748, r2751.Nanang Izzuddin
2009-06-04Ticket #879:Nanang Izzuddin
2009-06-04Ticket #879:Nanang Izzuddin
2009-06-01Ticket #834:Nanang Izzuddin
2009-05-12Minor (#838): should not print sound device creation to the log when the conf...Benny Prijono
2009-04-07Ticket #781: Fixed conf bridge API functions to have mutex protection when ac...Nanang Izzuddin
2009-03-12(Major) Task #737 and #738: integration of APS-Direct and Audiodev from aps-d...Benny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-11-11Ticket #671: Updated conference to disable skipping a frame which has very lo...Nanang Izzuddin
2008-08-22Fixed miscalculation of conference port buffer size (rx/tx_buf_cap) when two ...Nanang Izzuddin
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-05-30Updated delaybuf to learn burst level in realtime instead of only in the begi...Nanang Izzuddin
2008-04-14Fixed miscellaneous compile warnings/errors when built with C++ modeBenny Prijono
2008-03-29Ticket #504: final installment to support stereo audio all the way in PJMEDIA...Benny Prijono
2008-03-03Ticket #499: NULL frame transmission in conference bridge is not clocked at t...Benny Prijono
2008-02-29Ticket #438: Workaround for frame bursts from audio devices: added wsola in d...Benny Prijono
2008-01-19More work on ticket #438: Workaround for frame bursts from audio devices. See...Benny Prijono
2008-01-14Related to ticket #449: fixed bug when rx volume adjustment caused static noi...Benny Prijono
2008-01-14Ticket #449: New conference mixing algorithm to replace multiplication with s...Benny Prijono
2007-12-22Fixed bug caused by ticket #427: frame type not properly initialized to PJMED...Benny Prijono
2007-12-09Ticket #428: Conference bridge does not update transmitter_cnt when port is r...Benny Prijono
2007-12-09Ticket #427: conference bridge does not handle NONE frame (thanks Daniel Braun)Benny Prijono
2007-08-16Ticket #354: continuing work to port the Symbian libraries to .DSO formatBenny Prijono
2007-05-25Ticket #298: New API to get the number of ports registered in conference bridgeBenny Prijono
2007-05-11HUGE changeset to make the rest of the libraries compile with C++ modeBenny Prijono
2007-04-07Changed resample to use speex (for now)Benny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-02-17Fixed ticket #109: Audio saturation when level is applied to conferenceBenny Prijono
2007-02-08Fixed bug #94: wrong level adjustment calculation in conference bridgeBenny Prijono
2007-02-04Fixed ticket #78: Noise in conference bridge because of upsampling and change...Benny Prijono
2007-02-04Fixed ticket #87: Conference bridge should transmit silence frame when level ...Benny Prijono
2007-01-23Fixed ticket #74: unstable/stutter sound on Windows Mobile (thanks ChenHuang)Benny Prijono
2007-01-20Fixed ticket #70: Frame timestamp not propagated correctly in PJMEDIABenny Prijono
2006-12-26Ticket #51: Added audio level adjustment to PJSUA-APIBenny Prijono
2006-11-30Implement task #26: integrate table based Alaw/Ulaw/linear conversion into pj...Benny Prijono
2006-11-27Display actual sound device name in conference bridge port zeroBenny Prijono
2006-11-10Fixed overflow bug in conference.c causing cracking noise (thanks Norman Franke)Benny Prijono
2006-09-20Automatically suspend AEC when nothing is connected to the sound port in the ...Benny Prijono
2006-08-06Change the silence suppressor to use the adaptive silence detector.Benny Prijono
2006-07-29Another take at fixing 64bit problems. PJ_MAX_OBJ_NAME is increased to 32 cha...Benny Prijono
2006-07-29Added pjmedia_port_info_init() to fill in pjmedia_port_info structure, avoidi...Benny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-06-20Yet again large diffs because of documentation/doxygen updateBenny Prijono
2006-06-16Optimizations mostly in the conference bridge (gained more than 3x faster)Benny Prijono
2006-06-14Standardise clearing and copying frame with pjmedia_zero_samples() and pjmedi...Benny Prijono
2006-06-06Another huge chunks of modifications in PJSUA API, too many things to mention!Benny Prijono