summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia/conference.c
AgeCommit message (Expand)Author
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
2006-05-28Sound device id zero mean autoselect deviceBenny Prijono
2006-05-20Fixed crashed with the latest VAD changesBenny Prijono
2006-05-19Install VAD in g711, gsm, and speex, and add the DTX support in stream.c. Als...Benny Prijono
2006-05-14Fixed more bugs with multiple frame handlingBenny Prijono
2006-05-02Do not disable port if put_frame()/get_frame() returns errorBenny Prijono
2006-04-27Initial support for stereo codecs, and added L16 codecs. Also better handling...Benny Prijono
2006-03-24Added WAVE writer and resample port, and also found out why audio quality is ...Benny Prijono
2006-03-23Changed sound device framework to allow opening bidirectional streams from on...Benny Prijono
2006-03-21Added macro to exclude filters in resample and added options to select resamp...Benny Prijono
2006-03-19Fixed no audio bug in new conference, and add level adjustment in port infoBenny Prijono
2006-03-17Added feature in conference bridge to get and set the signal level of individ...Benny Prijono