summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-02Ticket #498: Option in client registration to ignore Contact address in REGIS...Benny Prijono
2008-03-01Disable overflow/underflow testBenny Prijono
2008-02-29More ticket #438: changed API call to delay_buf_create()Benny Prijono
2008-02-29Added checking in delaybuf for buffer empty before calling shrink_buffer()Benny Prijono
2008-02-29Ticket #438: Workaround for frame bursts from audio devices: added wsola in d...Benny Prijono
2008-02-29Put wsola_test.c in pjmedia testBenny Prijono
2008-02-29Added pjmedia_wsola_reset()Benny Prijono
2008-02-29Fixed bug caused by ticket #412: critical section is not released!Benny Prijono
2008-02-28Fixed bug in wsola when discarding frame in non-contiguous bufferBenny Prijono
2008-02-28Added 100rel module initialization in pjsip-perf.cBenny Prijono
2008-02-28Modify WSOLA discard to support erasing frame from non-contiguous bufferBenny Prijono
2008-02-28A little bit of optimization in WSOLABenny Prijono
2008-02-28Ticket #496: Crash on sound port when only player is opened and delaybuf enabledBenny Prijono
2008-02-28Ticket #497: WSOLA implementationBenny Prijono
2008-02-26Ticket #495: ability to specify different clock rate when opening sound deviceBenny Prijono
2008-02-26Stateful proxy sample: do not create CANCEL if UAC INVITE transaction has bee...Benny Prijono
2008-02-26Fixed bug in ticket #455 in round-robin call ID allocation (thanks Truong Tha...Benny Prijono
2008-02-23Minor PocketPJ GUI tweakBenny Prijono
2008-02-22Ticket #493: PocketPC, a new and better sample application for PocketPCBenny Prijono
2008-02-22Ticket #7: Move PJSIP compile time configurations/settings (such as T1, T2 ti...Benny Prijono
2008-02-22Ticket #491: Crash in TCP/TLS transport when the listener is destroyedBenny Prijono
2008-02-22Ticket #492: Bug in strict route processing when challenged with 401/407 resp...Benny Prijono
2008-02-21Ticket #412: increased randomness of guid_simple.c to 192-bits, and seed rand...Benny Prijono
2008-02-21Ticket #488: When outgoing request within dialog is responded with 481 or 408...Benny Prijono
2008-02-21Ticket #486: Handle G.722 wong clock rate bug and other codec with inconsiste...Benny Prijono
2008-02-21Ticket #485: initial TURN server implementation (not yet compilable)Benny Prijono
2008-02-21Ticket #485: initial modification in STUN messaging in accordance to TURN-06Benny Prijono
2008-02-21Ticket #467: fixed issues with RTP/AVP vs RTP/SAVP negotiationBenny Prijono
2008-02-21Ticket #487: Crash occured when stream port has no transmitter on call using ...Benny Prijono
2008-02-21Ticket #468: Added support for non looping playback in memory playerBenny Prijono
2008-02-21Replaced fprintf/printf with err_report() Benny Prijono
2008-02-20Ticket #489: New PJSUA callbacks to notify application when media stream is c...Benny Prijono
2008-02-18Allow receiving SDP with lines terminated with LF instead of CRLF (thanks Jur...Benny Prijono
2008-02-18Fixed crash when running SRTP on Win32 app since stderr is undefined (thanks ...Benny Prijono
2008-02-18Build error when PJ_IOQUEUE_MAX_HANDLES is declared to large value on Visual ...Benny Prijono
2008-02-18Fixed build error if SRTP is disabled in compile time (thanks Helmut Wolf)Benny Prijono
2008-02-15Ticket #480: PJSIP rejects incoming call with m=image in the offer (thanks Th...Benny Prijono
2008-02-15Ticket #482: TCP keep-alive packets are corrupting SIP message (thanks Helmut...Benny Prijono
2008-02-15Ticket #481: Default TLS version should be TLSv1 (thanks Klaus Darilion)Benny Prijono
2008-02-14Ticket #478: Handle duplicated/misordered incoming DTMF packetsBenny Prijono
2008-02-14Ticket #477: DTMF digit callback error in PythonBenny Prijono
2008-02-14Added link to discussions about on_dtmf_callback() concurrencyBenny Prijono
2008-02-14More ticket #469: fix in ioqueue to handle case when key has been unregistere...Benny Prijono
2008-02-14More ticket #469: bail out from on_rx_rtp/rtcp loop if recvfrom returns PJ_EC...Benny Prijono
2008-02-14Ticket #475: ported GSM codec to Symbian OSBenny Prijono
2008-02-14Implemented ticket #474 for SymbianBenny Prijono
2008-02-14Handle short files in WAV playerBenny Prijono
2008-02-13Ticket #460: Concurrency problem when destroying stream (thanks Michael Broug...Benny Prijono
2008-02-13Ticket #474: option in ioqueue to control concurrency (to allow/disallow simu...Benny Prijono
2008-02-08More ticket #472: Fixed problem when building on Mingw. Now PJ_FD_SETSIZE_SET...Benny Prijono