summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-01-02Minor fix: doesn't need to make TBuf static in pj_inet_ntoa() for SymbianBenny Prijono
2008-01-02Defect: new allocator didn't call factory on_block_alloc()/on_block_free()Benny Prijono
2008-01-02Implement stack usage detection on Symbian OSBenny Prijono
2008-01-02Tweak config_site_sample.h for SymbianBenny Prijono
2008-01-02Added PJ_OS_HAS_CHECK_STACK default configuration in pjlib/config.h, at least...Benny Prijono
2007-12-31Open access point establishment selection before starting the Symbian applica...Benny Prijono
2007-12-31Fixed IPv6/IPv4 address issue in Symbian: Symbian, at least 9.1, seems to hav...Benny Prijono
2007-12-30Changed symbian_ua menu to use numeric keysBenny Prijono
2007-12-28Updated the UID3 of Symbian test applications because of ticket #434Benny Prijono
2007-12-28Added svn:ignore flag with few more files/directory created by Carbide C++Benny Prijono
2007-12-28Set pool_test_malloc_free() to use malloc()/free() instead of new/delete sinc...Benny Prijono
2007-12-28Ticket #436: IPv6 support in host resolver caused failure in pjlib initializa...Benny Prijono
2007-12-28Ticket #435: Fixed and tested audio on Symbian deviceBenny Prijono
2007-12-28Ticket #434: fixed configurations to build Symbian for device targetBenny Prijono
2007-12-28Ticket #433: Failure in media negotiation when SDP contains two audio media l...Benny Prijono
2007-12-27Handle the case when PortAudio returns negative sound device count in pasound.cBenny Prijono
2007-12-22Fixed bug caused by ticket #427: frame type not properly initialized to PJMED...Benny Prijono
2007-12-20Related to Ticket #429: when bind address is specified and public address is ...Benny Prijono
2007-12-17Fixed errors in SDP: 1) scanner is not initialized before pjmedia_sdp_parse()...Benny Prijono
2007-12-17Reverted back changes in r1631Benny Prijono
2007-12-14Calling strncpy with a maximum size argument of (32) on destination buffer '(...Benny Prijono