summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-15Ticket #595: Broken semaphore implementation on MacOS X (thanks Viktor Krikun...Benny Prijono
2008-08-15Ticket #583: Initial source of IPP codecs wrapper.Nanang Izzuddin
2008-08-14Added maximum threshold for silence detector, to aovid the silence detector s...Benny Prijono
2008-08-14More ticket #590: removed unused echo suppressor settings in pjmedia/config.hBenny Prijono
2008-08-14Increase codec's maximum silence duration (PJMEDIA_CODEC_MAX_SILENCE_PERIOD) ...Benny Prijono
2008-08-13More ticket #590: optimizations in the echo suppressor, gained more than 3x s...Benny Prijono
2008-08-13Ticket #594: Improvements in PocketPJ Windows Mobile application: added TCP o...Benny Prijono
2008-08-13Added interactive option in aectest sample and to display WAV duration on exitBenny Prijono
2008-08-13Fixed bug in --auto-rec option handling in pjsuaBenny Prijono
2008-08-13More ticket #590: handle the case when mic level is set too high causing echo...Benny Prijono
2008-08-13pj_sockaddr_copy_addr() might raise assertion if destination address is not i...Benny Prijono
2008-08-12More ticket #591: Assertion failure in ICE session (thanks Pedro Gonçalves f...Benny Prijono
2008-08-12Ticket #592: URI comparison may crash the application (thanks Pedro Gonçalve...Benny Prijono
2008-08-11Related to ticket #590: added command line option in pjsua to select the echo...Benny Prijono
2008-08-11More ticket #590: fix the bug in smoothing factorBenny Prijono
2008-08-11Ticket #591: Assertion failure in ICE session (thanks Pedro Gonçalves for th...Benny Prijono
2008-08-10Initialize CPocketPJ setting with proper values in constructorBenny Prijono
2008-08-10Renamed fabs() to FABS() since it conflicts with intrinsic function in VC6Benny Prijono
2008-08-10Ticket #590: new echo suppressor which should work much better than the old oneBenny Prijono
2008-08-09Ticket #588: Improvements to echo cancellation frameworkBenny Prijono
2008-08-08Fixed bug possibility of dereferencing NULL pointer when calling pjmedia_jbuf...Nanang Izzuddin
2008-08-07Ticket #586: Added ICE negotiations test to test the scenario when two agents...Benny Prijono
2008-08-07Fixed bug in pj_ice_strans_get_running_comp_cnt(): wrong number of components...Benny Prijono
2008-08-05Ticket #585: Handle non-SIP URI in Contact header of incoming INVITE and SUBS...Benny Prijono
2008-08-05Implement ticket #551: Generic URI scheme handler (thanks Juri Glaß for the ...Benny Prijono
2008-08-04Added test delaybuf to pjmedia MIPS test.Nanang Izzuddin
2008-08-04Ticket #563: Updated SDP offer/answer related to call hold scenario to confor...Nanang Izzuddin
2008-08-04Fixed build error on FreeBSD (cannot use <netinet/ip.h> if <netinet/in_systm....Benny Prijono
2008-08-04Fixed compilation warning in test-pjsipBenny Prijono
2008-08-04Changed SIP transport to use active socket to fix ticket #579: "Data loss wit...Benny Prijono
2008-08-04Added new active socket API's to specify application buffers in start_read() ...Benny Prijono
2008-07-31Fixed ticket #582: Extended presence status is not sent in initial NOTIFY req...Benny Prijono
2008-07-29Initial work for ticket #579: added option to make the active socket sends al...Benny Prijono
2008-07-29Ticket #557: Fixed memory leak in Speex EC (actually this is updating Speex v...Nanang Izzuddin
2008-07-29Fixed ticket #581: Fixed build dependencies in the makefilesBenny Prijono
2008-07-28Ticket #463: Configuration option to have external sound device implementationBenny Prijono
2008-07-28Added PJ_LOG_HAS_LEVEL_TEXT logging flag to display the log verbosity level (...Benny Prijono
2008-07-28Ticket #538: Closed TCP connection should be removed from the hash table imme...Benny Prijono
2008-07-28Ticket #580: Incoming target refresh request does not update the Contact head...Benny Prijono
2008-07-28Added latency.c in the samples (see http://trac.pjsip.org/repos/wiki/Measurin...Benny Prijono
2008-07-25Fixed linking errors in pjnath when TCP is disabled in PJLIBBenny Prijono
2008-07-25Fixed invalid configuration generation in pjsua for auto-update-nat option (t...Benny Prijono
2008-07-25Ticket #578: Bug in encoding ICE candidate type in SDP (thanks Ondrej Sterbak)Benny Prijono
2008-07-24Ticket #577: Initial source of sound device wrapper with APSNanang Izzuddin
2008-07-24Added setup-vc.py for Visual Studio installationBenny Prijono
2008-07-24Tweak setup.pyBenny Prijono
2008-07-24Added simplecall.py sampleBenny Prijono
2008-07-24pjsua.py: fixed transport port bug, changed default tracing to disabled, and ...Benny Prijono
2008-07-23pj_strtoul() should stop the conversion as soon as it finds a non-digit chara...Benny Prijono
2008-07-23Fixed crash in stateful proxy sample when receiving request with malformed CS...Benny Prijono