|
|
@867
|
18 years |
bennylp |
Ticket #54: added ability to modify some codec parameters on the fly
|
|
|
@866
|
18 years |
bennylp |
Fixed ticket #42: duplicate hash entry when TCP/TLS connection is created …
|
|
|
@865
|
18 years |
bennylp |
(Ticket #52) Added functions to retrieve media port of player and recorder …
|
|
|
@864
|
18 years |
bennylp |
Ticket #51: Added audio level adjustment to PJSUA-API
|
|
|
@863
|
18 years |
bennylp |
Added DTMF callback support all the way to PJSUA API (ticket #48)
|
|
|
@862
|
18 years |
bennylp |
Added TLS support in Makefiles (see ticket #3)
|
|
|
@861
|
18 years |
bennylp |
Major TLS work (ticket #3): asynchronous socket, rather complete TLS …
|
|
|
@860
|
18 years |
bennylp |
In relation to ticket #49: fix support for recv() flags such as …
|
|
|
@859
|
18 years |
bennylp |
Fixed ticket #49: When socket is signaled for readability, recv()/recvfrom …
|
|
|
@858
|
18 years |
bennylp |
More TLS fixes (ticket #3), it should work now in blocking mode
|
|
|
@857
|
18 years |
bennylp |
Ticket #47: Packet length not set correctly when media transport fails …
|
|
|
@856
|
18 years |
bennylp |
Ticket #46: added recording capability in streamutil sample application
|
|
|
@855
|
18 years |
bennylp |
Fixed ticket #43: echo suppressor definition in echo_suppress.c doesn't …
|
|
|
@854
|
18 years |
bennylp |
Fixed ticket #45: Accept, Allow, and Supported header may contain empty …
|
|
|
@853
|
18 years |
bennylp |
Added debugging info setting in Visual Studio project in Release mode
|
|
|
@852
|
18 years |
bennylp |
More testing with TLS implementation (ticket #3), we can send outgoing …
|
|
|
@851
|
18 years |
bennylp |
First update on buddy API
|
|
|
@850
|
18 years |
bennylp |
Test update from ssh
|
|
|
@849
|
18 years |
bennylp |
Initial implementation of TLS transport for ticket #3 (still not working …
|
|
|
@848
|
18 years |
bennylp |
Added media flow diagram (image) to pjmedia doc
|
|
|
@847
|
18 years |
bennylp |
Fixed ticket #38: misleading error message when destination URI is not …
|
|
|
@846
|
18 years |
bennylp |
Fixed ticket #37: invalid RTP packet should be counted in 'discarded' …
|
|
|
@845
|
18 years |
bennylp |
Updated Python abstraction with transport and account API
|
|
|
@844
|
18 years |
bennylp |
Fixed incorrect output path in PJLIB
|
|
|
@843
|
18 years |
bennylp |
Fixed ticket #36: pjsip_regc_unregister() SHOULD NOT unregister all …
|
|
|
@842
|
18 years |
bennylp |
Added svn:ignore for * in pjsip-apps\lib
|
|
|
@841
|
18 years |
bennylp |
Fixed ticket #34: unable to send REGISTER in the registration callback
|
|
|
@840
|
18 years |
bennylp |
Changed critical section in os_core_unix.c to use recursive mutex
|
|
|
@839
|
18 years |
bennylp |
Fixed ticket #29: calling pjsua_init() to reinitialize the whole libraries …
|
|
|
@838
|
18 years |
bennylp |
Implement task #26: integrate table based Alaw/Ulaw?/linear conversion into …
|
|
|
@837
|
18 years |
bennylp |
Fixed sndtest bug (ticket #32): it doesn't display the correct device …
|
|
|
@835
|
18 years |
bennylp |
Bumped up version to 0.5.9
|
|
|
@834
|
18 years |
bennylp |
Fixed ticket #28: bug in Replaces header parsing
|
|
|
@833
|
18 years |
bennylp |
Display actual sound device name in conference bridge port zero
|
|
|
@832
|
18 years |
bennylp |
Added 'cc x y' and 'cd x y' command in pjsua as shortcut commands for the …
|
|
|
@831
|
18 years |
bennylp |
Print media statistic when call is disconnected in pjsua, to assist …
|
|
|
@830
|
18 years |
bennylp |
Minor fix in UDP media: transport should silently ignore detach command …
|
|
|
@829
|
18 years |
bennylp |
Fixed bug in siprtp: media transport was incorrectly NULL-ed after end of …
|
|
|
@828
|
18 years |
bennylp |
Fixed incorrect channel count number in the log message written when …
|
|
|
@827
|
18 years |
bennylp |
Fixed speex logging to use PJLIB's log, because a GUI application doesn't …
|
|
|
@826
|
18 years |
bennylp |
Updated footprint script to include new stuffs such as echo canceller and …
|
|
|
@825
|
18 years |
bennylp |
Fixed footprint calculation script
|
|
|
@824
|
18 years |
bennylp |
Updated Python project with base PJSUA API
|
|
|
@823
|
18 years |
bennylp |
Updated Speex to their latest SVN (1.2-beta). AEC seems
to work much …
|
|
|
@822
|
18 years |
bennylp |
Worked on the AEC. Apply constant delay bufferring for the AEC,
and also …
|
|
|
@821
|
18 years |
bennylp |
Fixed crash in IoCompletionPort? during unregistration. Also remove …
|
|
|
@820
|
18 years |
bennylp |
Fixed pj_list_merge_last and pj_list_merge_first
|
|
|
@819
|
18 years |
bennylp |
Increase splitcomb buffer count to 32
|
|
|
@818
|
18 years |
bennylp |
Fixed mutex leak in SIP endpoint: timer heap was not destroyed
|
|
|
@817
|
18 years |
bennylp |
Fixed thread_test in pjlib-test: the stack buffer for pj_thread_desc may …
|
|
|
@816
|
18 years |
bennylp |
Added pj_shutdown() on os_core_unix.c
|
|
|
@815
|
18 years |
bennylp |
Fixed handles leak upon program exit, by introducing pj_shutdown() and …
|
|
|
@814
|
18 years |
bennylp |
Fixed bug caused by recent sound device ID convention change
|
|
|
@813
|
18 years |
bennylp |
Added jitter buffer settings in PJSUA-API media config
|
|
|
@812
|
18 years |
bennylp |
Fixed sound device ID bug: application was unable to use device ID zero …
|
|
|
@811
|
18 years |
bennylp |
Fixed compilation error if C++ application tries to include …
|
|
|
@810
|
18 years |
bennylp |
Fixed handles leak in SIP endpoint: ioqueue is not freed, causing …
|
|
|
@809
|
18 years |
bennylp |
Fixed minor memory leak in caching pool (one malloc is not freed)
|
|
|
@808
|
18 years |
bennylp |
Fixed minor memory leak in SIP TCP transport
|
|
|
@807
|
18 years |
bennylp |
Fixed memory leaks bug in speex codec
|
|
|
@805
|
18 years |
bennylp |
Removed duplicated stun.o in pjlib-util Makefile
|
|
|
@804
|
18 years |
fahris |
Added svn:ignore for Python build directory
|
|
|
@803
|
18 years |
bennylp |
Added initial Python module
|
|
|
@802
|
18 years |
bennylp |
Added checking for clock rate mismatch in PJMEDIA master port.
|
|
|
@801
|
18 years |
bennylp |
Fixed bug in parser: clone_data member of message body is not set.
|
|
|
@800
|
18 years |
bennylp |
Fixed transport detachment when there's no thread being used in siprtp.
|
|
|
@799
|
18 years |
bennylp |
Add pjsip_regc_add_headers() APi to set headers to be added
to the …
|
|
|
@798
|
18 years |
bennylp |
Committed what seems like what left uncommitted in previous commit …
|
|
|
@797
|
18 years |
bennylp |
Attended call transfer implementation. The changes involves:
- Added …
|
|
|
@796
|
18 years |
bennylp |
Fixed overflow bug in conference.c causing cracking noise (thanks Norman …
|
|
|
@795
|
18 years |
bennylp |
Changed svn:eol-style property to LF for configure scripts
|
|
|
@794
|
18 years |
bennylp |
Changed svn:eol-style to CRLF for Visual Studio projects
|
|
|
@793
|
18 years |
bennylp |
Removed PA_NO_WMME macro in pjmedia debug build.
(Thanks Steve Xu)
|
|
|
@792
|
18 years |
bennylp |
Removed multiple Via headers checking in transport, as
proxies will …
|
|
|
@790
|
18 years |
bennylp |
Fix compilation error with memchr() on VS2005
|
|
|
@787
|
18 years |
bennylp |
Updated README.txt
|
|
|
@786
|
18 years |
bennylp |
Fixed quality setting in MP3 writer (thanks Toni again)
|
|
|
@785
|
18 years |
bennylp |
Changed the processing of mp3 _options in mp3 writer with regard to …
|
|
|
@784
|
18 years |
bennylp |
Fixed bug in siprtp in SDP generation because of recent change in SDP …
|
|
|
@783
|
18 years |
bennylp |
Support for MP3 recording for Win32 target. Also added "--rec-file" and …
|
|
|
@782
|
18 years |
bennylp |
Fixed miscellaneous warnings with gcc compilation
|
|
|
@781
|
18 years |
bennylp |
Changed temporary buffer size for duplicating contact info in pjsua-lib to …
|
|
|
@780
|
18 years |
bennylp |
Some changes to REFER handling in PJSUA-LIB:
- added callback to report …
|
|
|
@779
|
18 years |
bennylp |
Updated doxygen documentation for media transport (again)
|
|
|
@778
|
18 years |
bennylp |
Updated doxygen documentation in media transport
|
|
|
@777
|
18 years |
bennylp |
FIXED BUG: pjsip_endpt_send_request() SHOULD DELETE THE REQUEST REGARDLESS …
|
|
|
@776
|
18 years |
bennylp |
Fixed bug in client registration when pjsip_endpt_send_request() returns …
|
|
|
@775
|
18 years |
bennylp |
Removed colon from SDP attribute value [thanks Olivier Gournet]
|
|
|
@774
|
18 years |
bennylp |
Added logging in pjsua wince
|
|
|
@773
|
18 years |
bennylp |
Fixed bug in media UDP transport: when recv() returns error (e.g. ICMP …
|
|
|
@772
|
18 years |
bennylp |
Fixed missing #include <pjmedia/errno.h> in nullsound.c
|
|
|
@771
|
18 years |
bennylp |
Changed siprtp to bind to specific address (instead of 0.0.0.0) when -i …
|
|
|
@770
|
18 years |
bennylp |
Updated PortAudio? to latest version for Mac
|
|
|
@769
|
18 years |
bennylp |
Fixed possible small memory leak in PJSUA registration
|
|
|
@768
|
18 years |
bennylp |
Fixed bug in static buffer based pool: thread local strorage leakage
|
|
|
@767
|
18 years |
bennylp |
Fixed bug in log length calculation (null character was included) [thanks …
|
|
|
@766
|
18 years |
bennylp |
Fixed bugs in pasound.c again, this time it is suspected that two …
|
|
|
@765
|
18 years |
bennylp |
Fixed bug in pjsua_media.c: when sound device is created with different …
|
|
|
@764
|
18 years |
bennylp |
Fixed another typo in pj\types.h comment [thanks Tomasz Ostrowski]
|
|
|
@763
|
18 years |
bennylp |
Changed pjsua_media.c to try different clock rates when opening sound …
|
|
|