source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @835   18 years bennylp Bumped up version to 0.5.9
(edit) @834   18 years bennylp Fixed ticket #28: bug in Replaces header parsing
(edit) @833   18 years bennylp Display actual sound device name in conference bridge port zero
(edit) @832   18 years bennylp Added 'cc x y' and 'cd x y' command in pjsua as shortcut commands for the …
(edit) @831   18 years bennylp Print media statistic when call is disconnected in pjsua, to assist …
(edit) @830   18 years bennylp Minor fix in UDP media: transport should silently ignore detach command …
(edit) @829   18 years bennylp Fixed bug in siprtp: media transport was incorrectly NULL-ed after end of …
(edit) @828   18 years bennylp Fixed incorrect channel count number in the log message written when …
(edit) @827   18 years bennylp Fixed speex logging to use PJLIB's log, because a GUI application doesn't …
(edit) @826   18 years bennylp Updated footprint script to include new stuffs such as echo canceller and …
(edit) @825   18 years bennylp Fixed footprint calculation script
(edit) @824   18 years bennylp Updated Python project with base PJSUA API
(edit) @823   18 years bennylp Updated Speex to their latest SVN (1.2-beta). AEC seems to work much …
(edit) @822   18 years bennylp Worked on the AEC. Apply constant delay bufferring for the AEC, and also …
(edit) @821   18 years bennylp Fixed crash in IoCompletionPort? during unregistration. Also remove …
(edit) @820   18 years bennylp Fixed pj_list_merge_last and pj_list_merge_first
(edit) @819   18 years bennylp Increase splitcomb buffer count to 32
(edit) @818   18 years bennylp Fixed mutex leak in SIP endpoint: timer heap was not destroyed
(edit) @817   18 years bennylp Fixed thread_test in pjlib-test: the stack buffer for pj_thread_desc may …
(edit) @816   18 years bennylp Added pj_shutdown() on os_core_unix.c
(edit) @815   18 years bennylp Fixed handles leak upon program exit, by introducing pj_shutdown() and …
(edit) @814   18 years bennylp Fixed bug caused by recent sound device ID convention change
(edit) @813   18 years bennylp Added jitter buffer settings in PJSUA-API media config
(edit) @812   18 years bennylp Fixed sound device ID bug: application was unable to use device ID zero …
(edit) @811   18 years bennylp Fixed compilation error if C++ application tries to include …
(edit) @810   18 years bennylp Fixed handles leak in SIP endpoint: ioqueue is not freed, causing …
(edit) @809   18 years bennylp Fixed minor memory leak in caching pool (one malloc is not freed)
(edit) @808   18 years bennylp Fixed minor memory leak in SIP TCP transport
(edit) @807   18 years bennylp Fixed memory leaks bug in speex codec
(edit) @806   18 years bennylp Fixes for S60 3rd edition: - it seems there is a problem with sending UDP …
(edit) @805   18 years bennylp Removed duplicated stun.o in pjlib-util Makefile
(edit) @804   18 years fahris Added svn:ignore for Python build directory
(edit) @803   18 years bennylp Added initial Python module
(edit) @802   18 years bennylp Added checking for clock rate mismatch in PJMEDIA master port.
(edit) @801   18 years bennylp Fixed bug in parser: clone_data member of message body is not set.
(edit) @800   18 years bennylp Fixed transport detachment when there's no thread being used in siprtp.
(edit) @799   18 years bennylp Add pjsip_regc_add_headers() APi to set headers to be added to the …
(edit) @798   18 years bennylp Committed what seems like what left uncommitted in previous commit …
(edit) @797   18 years bennylp Attended call transfer implementation. The changes involves: - Added …
(edit) @796   18 years bennylp Fixed overflow bug in conference.c causing cracking noise (thanks Norman …
(edit) @795   18 years bennylp Changed svn:eol-style property to LF for configure scripts
(edit) @794   18 years bennylp Changed svn:eol-style to CRLF for Visual Studio projects
(edit) @793   18 years bennylp Removed PA_NO_WMME macro in pjmedia debug build. (Thanks Steve Xu)
(edit) @792   18 years bennylp Removed multiple Via headers checking in transport, as proxies will …
(edit) @791   18 years bennylp Ported all projects (except pjmedia-codec) on Symbian. PJMEDIA's sound …
(edit) @790   18 years bennylp Fix compilation error with memchr() on VS2005
(edit) @789   18 years bennylp Another Symbian commit, ported all PJSIP libraries and sipstateless runs …
(edit) @788   18 years bennylp Bulk of PJLIB implementations on Symbian: exception framework, errno, OS …
(edit) @787   18 years bennylp Updated README.txt
(edit) @786   18 years bennylp Fixed quality setting in MP3 writer (thanks Toni again)
(edit) @785   18 years bennylp Changed the processing of mp3 _options in mp3 writer with regard to …
(edit) @784   18 years bennylp Fixed bug in siprtp in SDP generation because of recent change in SDP …
(edit) @783   18 years bennylp Support for MP3 recording for Win32 target. Also added "--rec-file" and …
(edit) @782   18 years bennylp Fixed miscellaneous warnings with gcc compilation
(edit) @781   18 years bennylp Changed temporary buffer size for duplicating contact info in pjsua-lib to …
(edit) @780   18 years bennylp Some changes to REFER handling in PJSUA-LIB: - added callback to report …
(edit) @779   18 years bennylp Updated doxygen documentation for media transport (again)
(edit) @778   18 years bennylp Updated doxygen documentation in media transport
(edit) @777   18 years bennylp FIXED BUG: pjsip_endpt_send_request() SHOULD DELETE THE REQUEST REGARDLESS …
(edit) @776   18 years bennylp Fixed bug in client registration when pjsip_endpt_send_request() returns …
(edit) @775   18 years bennylp Removed colon from SDP attribute value [thanks Olivier Gournet]
(edit) @774   18 years bennylp Added logging in pjsua wince
(edit) @773   18 years bennylp Fixed bug in media UDP transport: when recv() returns error (e.g. ICMP …
(edit) @772   18 years bennylp Fixed missing #include <pjmedia/errno.h> in nullsound.c
(edit) @771   18 years bennylp Changed siprtp to bind to specific address (instead of 0.0.0.0) when -i …
(edit) @770   18 years bennylp Updated PortAudio? to latest version for Mac
(edit) @769   18 years bennylp Fixed possible small memory leak in PJSUA registration
(edit) @768   18 years bennylp Fixed bug in static buffer based pool: thread local strorage leakage
(edit) @767   18 years bennylp Fixed bug in log length calculation (null character was included) [thanks …
(edit) @766   18 years bennylp Fixed bugs in pasound.c again, this time it is suspected that two …
(edit) @765   18 years bennylp Fixed bug in pjsua_media.c: when sound device is created with different …
(edit) @764   18 years bennylp Fixed another typo in pj\types.h comment [thanks Tomasz Ostrowski]
(edit) @763   18 years bennylp Changed pjsua_media.c to try different clock rates when opening sound …
(edit) @762   18 years bennylp Changed pasound.c to open multiple streams when input/output are on …
(edit) @761   18 years bennylp Fixed missing pj_snd_get_info() in nullsound.c
(edit) @760   18 years bennylp Changed pasound.c to handle situation when NULL is passed as input/output …
(edit) @759   18 years bennylp Changed pasound.c to get the default sound devices from the host API's …
(edit) @758   18 years bennylp Fixed typos in pj_*int*_t's comments [thanks Tomasz Ostrowski].
(edit) @757   18 years bennylp Created another Symbian branch
(edit) @756   18 years bennylp Modify sip_transaction.c to send ACK first before notifying upper layer …
(edit) @755   18 years bennylp Fixed title mismatch in PJLIB-UTIL HTML header
(edit) @754   18 years bennylp Added pjlib-util/config.h and pjlib-util/types.h to put together common …
(edit) @753   18 years bennylp Major addition to support DNS SRV resolution in PJSIP: - added DNS …
(edit) @752   18 years bennylp Changed puts() to printf() in log_writer_stdout.c, since puts() introduced …
(edit) @751   18 years bennylp Removed -DNDEBUG from default CFLAGS [thanks Olivier Gournet]
(edit) @750   18 years bennylp Fixed compilation errors when threading is disabled (PJ_HAS_THREADS=0) and …
(edit) @749   18 years bennylp Changed fputs() to puts() in log_writer_stdout.c, since it's suspected to …
(edit) @748   18 years bennylp Fixed bug in the hash table size calculation. The hash table creation API …
(edit) @747   18 years bennylp Fixed compilation error in tone generator when using fixed point.
(edit) @746   18 years bennylp Fixed minor error in pj_thread_is_registered() API. The return value …
(edit) @745   18 years bennylp Added initial implementation of low-level DNS packetization and parsing …
(edit) @744   18 years bennylp Added pjmedia_snd_stream_get_info() function. NOTE SOUND DEVICE …
(edit) @743   18 years bennylp Updated doxygen documentation on sdp_neg.h
(edit) @742   18 years bennylp Added support for specifying IP address in PJSUA-LIB/pjsua. This option …
(edit) @741   18 years bennylp Version 0.5.8 web release
(edit) @740   18 years bennylp Fixed misleading log message from the sound port about EC being suspended …
(edit) @739   18 years bennylp Version 0.5.8
(edit) @738   18 years bennylp Tests with other user agents revealed some bugs which have been fixed …
(edit) @737   18 years bennylp Fixed several bugs in PJSUA-API: - in some condition, when outgoing call …
(edit) @736   18 years bennylp Updated doxygen documentation for the website
Note: See TracRevisionLog for help on using the revision log.