summaryrefslogtreecommitdiff
path: root/pjmedia
AgeCommit message (Expand)Author
2006-09-25Fixed misleading log message from the sound port about EC being suspended whe...Benny Prijono
2006-09-25Tests with other user agents revealed some bugs whichBenny Prijono
2006-09-22Updated doxygen documentation for the websiteBenny Prijono
2006-09-22Fixed few bugs that seem to have been introduced by new dialog Benny Prijono
2006-09-21Fixed capture device enumeration bug in DirectSound, and changed SDP generati...Benny Prijono
2006-09-20Automatically suspend AEC when nothing is connected to the sound port in the ...Benny Prijono
2006-09-19Fixed race condition bug when initializing SDP parser on multi-processor machineBenny Prijono
2006-09-18Support for reading non-canonical WAV file in WAV file player port.Benny Prijono
2006-09-17Now really checked in the new PLC software!Benny Prijono
2006-09-17Removed G.711 Annex I PLC from the source (because of possible licensing/pate...Benny Prijono
2006-09-14Fix the local IP address resolution issue in PJSIP, PJMEDIA, and PJSUA, by ad...Benny Prijono
2006-09-12Added EOF callback and get_size() in pjmedia_mem_capture port.Benny Prijono
2006-09-11Fixed bug in media UDP transport: when transport is created with create(), no...Benny Prijono
2006-09-11Added EOF callback in memory playback port.Benny Prijono
2006-09-11Fixed bug in resample port: put/get buffers are allocated with the wrong size...Benny Prijono
2006-09-10Fixed autoconf in mingwBenny Prijono
2006-09-10Fixed autoconf on MacOS XBenny 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-20Finishing autoconf work, also fixed compilation error in publish.hBenny Prijono
2006-08-10Added pjsdp in pjmedia MakefileBenny Prijono
2006-08-07Change set_ec_tail() API to set_ec() in sound port, also change suppressor to...Benny Prijono
2006-08-06Echo suppressor tuning and testing on WincE, and also added config_site_sample.hBenny 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-05Set to use PCMU and disable AEC for WinCE target.Benny Prijono
2006-08-05AEC and sound backend fixes:Benny Prijono
2006-08-04Fixed error in setting up tail length in sound_portBenny 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-04Experimental change in PJMEDIA dsound.c DirectSound backend: (1) Don't raise ...Benny Prijono
2006-08-02Fix compilation error in MacOS because of recent changes in config.h, also di...Benny Prijono
2006-08-02Added experimental AEC media port (aec_port.[hc]) based on Speex AEC in pjmed...Benny Prijono
2006-08-01Added simple WinCE application: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-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-27- Added splitter/combiner port (splitcomb.c)Benny Prijono
2006-07-26Committed changes to MSVC workspace re: recent speex changesBenny Prijono
2006-07-26- Bring speex codec up to date with their SVN trunkBenny Prijono
2006-07-26Fixed rather loud clicking/tick noise when call is established. This was caus...Benny Prijono
2006-07-23Added 64bit Linux target (x86_64), also fixed compilation warnings when compi...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-17Set the SDP parser to allow blank newline at the end of the messageBenny Prijono
2006-07-14Attempt to get some applications linked for RTEMS target, just to get the foo...Benny Prijono
2006-07-04Split ulaw/alaw algorithm from g711.c to alaw_ulaw.c to break circular depend...Benny Prijono