summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-19More ticket #497: division by zero in wsola when min_extra is set to zero (th...Benny Prijono
2008-03-18Related to ticket #353: still memory leak with pjsua wav player (thanks Arie ...Benny Prijono
2008-03-17More ticket #479: bug in pjmedia_transport_get_info(), the info should be ini...Benny Prijono
2008-03-17More ticket #507: fixed the bug introduced in r1871 about operator precedenceBenny Prijono
2008-03-17More ticket #507: updated GNU build system with the G.722 codec and fixed min...Benny Prijono
2008-03-17Ticket #507: committed and tested g722 patch on WindowsBenny Prijono
2008-03-14More ticket #485: initial test on TURN client/serverBenny Prijono
2008-03-13Ticket #512: Bug in select ioqueue causing unnecessary sleep() to be invoked ...Benny Prijono
2008-03-13More ticket #485: added TURN client applicationBenny Prijono
2008-03-13More ticket #504: buffer overflow in splitcomb when handling stereo audioBenny Prijono
2008-03-12Ticket #451: Updated PortAudio to the latest versionBenny Prijono
2008-03-12More ticket #485: added TURN client session/UDP client to pjnath VS6 projectBenny Prijono
2008-03-12Ticket #511: Add --disable-oss option to disable OSS in configure scriptBenny Prijono
2008-03-12More ticket #485: implementation of TURN UDP client sessionBenny Prijono
2008-03-11Ticket #504: fixed stream.c for stereo codecsBenny Prijono
2008-03-11Ticket #479: allow media transport framework to return transport specific inf...Benny Prijono
2008-03-11Ticket #494: Configuration option to use high quality tone generationBenny Prijono
2008-03-11Added missing PJ_INT64() macro for Symbian compilersBenny Prijono
2008-03-11More ticket #7: fixed undefined symbol on SymbianBenny Prijono
2008-03-11Ticket #493: added EC settings in dialogBenny Prijono
2008-03-11More ticket #495: bug in snd_clock_rate causing unability to open sound devic...Benny Prijono
2008-03-09More ticket #485: initial (incomplete) work on TURN client session libraryBenny Prijono
2008-03-09Added more files in SVN ignore spec for PocketPJ applicationBenny Prijono
2008-03-09More work for ticket #485: updated pjnath with TURN-07 and added authenticati...Benny Prijono
2008-03-08Make SIP and RTP ports in simpleua configurable, and add initial support for ...Benny Prijono
2008-03-08More work on ticket #485: more TURN-07 workBenny Prijono
2008-03-07Ticket 467: dont send SDP with BYE!Benny Prijono
2008-03-07Ticket #504: assertion in sound device and recfile sample when using stereoBenny Prijono
2008-03-05More ticket #438: wrong param passed to shrink_buffer() in set_max_cnt(), sho...Benny Prijono
2008-03-04Ticket #502: New packet lost concealment (PLC) implementation and enable PLC ...Benny Prijono
2008-03-04More ticket #497: bug on pjmedia_wsola_save() when extra samples exceed sampl...Benny Prijono
2008-03-04More ticket #438: improve docs, added channel_count in wsola, etc.Benny Prijono
2008-03-04Ticket #501: Set master port worker thread priority to highest by defaultBenny Prijono
2008-03-04Ticket #500: implementation of thread priority setting on os_core_unix.cBenny Prijono
2008-03-04Ticket #500: Added function to set thread priority in PJLIBBenny Prijono
2008-03-03Ticket #438: added delaybuf in splitcomb. Please see the checkin comment in t...Benny Prijono
2008-03-03Ticket #499: NULL frame transmission in conference bridge is not clocked at t...Benny Prijono
2008-03-03Ticket #497: changed clock rate variable in WSOLA from uint16 to uint32 to ha...Benny Prijono
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