summaryrefslogtreecommitdiff
path: root/pjmedia/include
AgeCommit message (Expand)Author
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-23Worked on the AEC. Apply constant delay bufferring for the AEC,Benny Prijono
2006-10-21Fixed quality setting in MP3 writer (thanks Toni again)Benny Prijono
2006-10-20Changed the processing of mp3 _options in mp3 writer with regard to bit_rate ...Benny Prijono
2006-10-19Support for MP3 recording for Win32 target. Also added "--rec-file" and "--au...Benny Prijono
2006-10-18Updated doxygen documentation for media transport (again)Benny Prijono
2006-10-18Updated doxygen documentation in media transportBenny Prijono
2006-09-27Added pjmedia_snd_stream_get_info() function.Benny Prijono
2006-09-27Updated doxygen documentation on sdp_neg.hBenny Prijono
2006-09-25Tests with other user agents revealed some bugs whichBenny Prijono
2006-09-22Updated doxygen documentation for the websiteBenny Prijono
2006-09-20Automatically suspend AEC when nothing is connected to the sound port in the ...Benny Prijono
2006-09-18Support for reading non-canonical WAV file in WAV file player port.Benny Prijono
2006-09-17Removed G.711 Annex I PLC from the source (because of possible licensing/pate...Benny Prijono
2006-09-12Added EOF callback and get_size() in pjmedia_mem_capture port.Benny Prijono
2006-09-11Added EOF callback in memory playback port.Benny Prijono
2006-09-05Added volume control to indivual tone enqueued to the tone generator.Benny Prijono
2006-09-02Added multi-purpose tone generator in PJMEDIA (tonegen.[hc])Benny Prijono
2006-08-24Just updated doxygen documentationBenny Prijono
2006-08-07Change set_ec_tail() API to set_ec() in sound port, also change suppressor to...Benny Prijono
2006-08-06Change the silence suppressor to use the adaptive silence detector.Benny Prijono
2006-08-06Change AEC into generic echo canceller framework with either AEC or simple ec...Benny Prijono
2006-08-05AEC and sound backend fixes:Benny Prijono
2006-08-04More work on the AEC (including changes in PJSUA), embed the AEC in sound_por...Benny Prijono
2006-08-04More experimentation with AEC: (1) added media port to create bidirectional p...Benny Prijono
2006-08-04Removed the constness of the captured frame from pjmedia_snd_rec_cb specifica...Benny Prijono
2006-08-02Added experimental AEC media port (aec_port.[hc]) based on Speex AEC in pjmed...Benny Prijono
2006-07-31Really add the iLBC files into SVN now (duh!).Benny Prijono
2006-07-31- Added iLBC codec (experimental) with the following features:Benny Prijono
2006-07-29Added pjmedia_port_info_init() to fill in pjmedia_port_info structure, avoidi...Benny Prijono
2006-07-27- Added splitter/combiner port (splitcomb.c)Benny Prijono
2006-07-22Changed all public header files to compile correctly when -ansi and -pedantic...Benny Prijono
2006-07-22Added PJMEDIA_RTCP_IGNORE_FIRST_PACKETS macro to let application decides how ...Benny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-07-02Miscellaneous bug fix and improvements in PJMEDIA: (1) more stricker SDP pars...Benny Prijono
2006-06-29Improvements in PJMEDIA to support RFC 3605 (RTCP attribute in SDP) and other...Benny Prijono
2006-06-29Minor bug fix and enhancements: (1) fixed bug that caused out-of-order status...Benny Prijono
2006-06-28Fixed minor compliation warning in transport_udp.c, also corrected misleading...Benny Prijono
2006-06-22Added better API for media transport, and fixed bugs with pending RTP write o...Benny Prijono
2006-06-22Fixed RTCP statistic returning fraction lost instead of total lostBenny Prijono
2006-06-22Added capability to build pjmedia_sock_info from an UDP media transportBenny Prijono
2006-06-22Added memory/buffer based media playback and recordingBenny Prijono
2006-06-20Yet again large diffs because of documentation/doxygen updateBenny Prijono
2006-06-18Updated doxygen documentation to all headers in PJMEDIABenny 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-13Added pjmedia_sdp_neg_was_aswer_remote()Benny Prijono
2006-06-12Added mutex protection and option not to delete upstream/downstream port in m...Benny Prijono
2006-06-11Changed codec priority to use integer with value between 0-255 instead of enumBenny Prijono