summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-23Merged from SRTP branch: added stdint.h header detection in autoconf. Result ...Benny Prijono
2008-01-19Ticket #455: allocate pjsua call id in round robin fashionBenny Prijono
2008-01-19Added information about delaybuf result on MacOS X 10.5Benny Prijono
2008-01-19More work on ticket #438: Workaround for frame bursts from audio devices. See...Benny Prijono
2008-01-19Fixed warning about uninitialized variable in VS6Benny Prijono
2008-01-18Fixed python module build error (thanks Jeff Ames)Benny Prijono
2008-01-18Ticket #453: Log level is not set in PJSUA-LIB (thanks Simon Farmer)Benny Prijono
2008-01-18Minor correction about WAV player parameter name and its comment in pjsua.hBenny Prijono
2008-01-18Minor correction about WAV player parameter name and its comment in pjsua.hBenny Prijono
2008-01-15Fixed compilation warnings on OSX 10.5Benny Prijono
2008-01-15Reply with 488+SDP instead of 415 when incoming SDP is not acceptable (thanks...Benny Prijono
2008-01-14Related to ticket #449: fixed bug when rx volume adjustment caused static noi...Benny Prijono
2008-01-14Ticket #449: New conference mixing algorithm to replace multiplication with s...Benny Prijono
2008-01-14Related to ticket #447: the WAV player should consistently return non-PJ_SUCC...Benny Prijono
2008-01-14Ticket #448: PJSIP rejects incoming call with 415/Unsupported Media Type for ...Benny Prijono
2008-01-14Fixed Symbian include header case sensitivity (thanks Alfred E. Heggestad)Benny Prijono
2008-01-13Renamed symbian_ua.pkg to symbian_ua_udeb.pkg and symbian_ua_urel.pkgBenny Prijono
2008-01-12In mix.c, handle FRAME_TYPE_NONE if the conference ever returns oneBenny Prijono
2008-01-12Another fix for ticket #447: WAV player cuts last data from the WAV fileBenny Prijono
2008-01-12Fixed overflow bug in length calculation, added force option, and added trail...Benny Prijono
2008-01-12Ticket #447: WAV player cuts last data from the WAV fileBenny Prijono
2008-01-12Ticket #446: Added sample application to mix WAV files using conference bridgeBenny Prijono
2008-01-12Ticket #446: Added sample application to mix WAV files using conference bridgeBenny Prijono
2008-01-12Added new WAV player API: pjmedia_wav_player_get_len()Benny Prijono
2008-01-11Updated encdec sample to support PLC etcBenny Prijono
2008-01-11Ticket #445: added codec encoding/decoding sampleBenny Prijono
2008-01-11Fixed what looks like a bug in pjmedia's Speex decoder: decoder may return in...Benny Prijono
2008-01-11Ticket #444: Bug in tone generator: can't play more digits (thanks Marian Dra...Benny Prijono
2008-01-10Added PJSUA_DEFAULT_AUDIO_FRAME_PTIME setting and changed default iLBC mode f...Benny Prijono
2008-01-09Ticket #443: Overflow in dump_media_session() (thanks Simon Farmer)Benny Prijono
2008-01-09Ticket #441: Fix endianess detection for PortAudioBenny Prijono
2008-01-09Ticket 440: pj_timer_entry_init() doesn't initialize timer IDBenny Prijono
2008-01-08Protect against division by zero in pjsua's dump_media_session (thanks Simon ...Benny Prijono
2008-01-08Added call gaping in siprtpBenny Prijono
2008-01-08Fixed warnings with strict gccBenny Prijono
2008-01-08Fixed compilation error about IFF_UPBenny Prijono
2008-01-07Ticket #439: don't call encode() if input is FRAME_TYPE_NONEBenny Prijono
2008-01-07Assertion error in streamutil sampleBenny Prijono
2008-01-04Fixed compile error in sound port when delaybuf is enabledBenny Prijono
2008-01-04Ticket #438 (Workaround for frame bursts from audio devices): added delay buf...Benny Prijono
2008-01-04Fixed bug in sndtest: drift detection was wrong since it assumes that the dri...Benny Prijono
2008-01-04Fixed timestamp bug in pasound.c: timestamp is shared by both playback and re...Benny Prijono
2008-01-04Fixed bug in IPv6 address to string conversion on WinCEBenny Prijono
2008-01-03Print stack usage, and other minor changesBenny Prijono
2008-01-03Print stack usage upon thread exitingBenny Prijono
2008-01-03Increased stack size in symbian_ua.mmp to 12KBBenny Prijono
2008-01-03siprtp doesn't initialize 100rel module (thanks Angelos Karageorgiou)Benny Prijono
2008-01-02Related to ticket #437: reduce the stack usage of ICE media transportBenny Prijono
2008-01-02Related to ticket #437: optimize the stack usage of pjsua-libBenny Prijono
2008-01-02Ticket #437: reduce stack and pool usage on pjnath to make it work better on ...Benny Prijono