source: pjproject

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5106   9 years riza Misc (re #1843): Add index checking to some SDP attr operations. These …
(edit) @5105   9 years nanang Misc (re #1843): Updated SIP transport TCP & TLS to get server local …
(edit) @5104   9 years riza Re #1857: (Fix) BYE is not sent when 200/OK is not ACK-ed
(edit) @5103   9 years nanang Close #1856: Offer only current active crypto on re-INVITE.
(edit) @5102   9 years riza Re #1855 (Pjsua2 Video Preview API): Add Pjsua2 Preview API and sample …
(edit) @5101   9 years nanang Misc (re #1843): Updated error message in pjmedia stream & video stream …
(edit) @5100   9 years nanang Misc (re #1843): Fixed missing SWIG director feature for class …
(edit) @5099   9 years nanang Fixed #1854: - Hangup the call immediately when there is no active media, …
(edit) @5098   9 years riza Re #1850(misc) : Mistype param when calling …
(edit) @5097   9 years ming Fixed #1853: Add callback for dropped data in SIP transport
(edit) @5096   9 years ming Fixed #1852: Assertion due to premature destroy of dialog when media …
(edit) @5095   9 years ming Re #1843 (misc): Sample app streamutil: Set the receiving payload type as …
(edit) @5094   9 years ming Fixed #1848: SDP failed to be created when provisional media has been …
(edit) @5093   9 years ming Re #1843 (misc): Fixed target machine auto-detection for Windows 64 …
(edit) @5092   9 years ming Re #1843 (misc): Fixed incorrect memcpy size in sock_common (thanks to …
(edit) @5091   9 years ming Re #1843 (misc): related to r4966, remove ldl and lz from OpenSSL …
(edit) @5090   9 years ming Fixed #1851: Runtime configuration of TCP and TLS keep alive intervals …
(edit) @5089   9 years ming Re #1843 (misc): Fix pjsip_tls_setting_copy to copy the ca_list_path field …
(edit) @5088   9 years nanang Close #1850: Updated pjsua_vid_preview_start() to ignore any errors upon …
(edit) @5087   9 years nanang Close #1849: Enabled multiple TLS certificate chains (RSA+ECC+DSA) for …
(edit) @5086   9 years nanang Misc (re #1843): Fixed warning messages in 'make install' command due to …
(edit) @5085   9 years nanang Misc (re #1843): Best effort fix for compile warning of pointer-integer …
(edit) @5084   9 years nanang Misc (re #1843): Updated few configure script output messages for better …
(edit) @5083   9 years nanang Misc (re #1843): Fixed compile warnings on pjlib SSL socket with BoringSSL …
(edit) @5082   9 years riza Re #1848: Fix failed to create SDP which lead to crash caused by rejected …
(edit) @5081   9 years riza Re #1843: Related to r4924, allow INVITE request with unknown body in …
(edit) @5080   9 years riza Re #1843: Enable OpenSSL to use legacy certificates(1024 bit root …
(edit) @5079   9 years ming Re #1843: Add support if app uses external libSRTP 1.5.x or above (thanks …
(edit) @5078   9 years ming Fixed #1846: Update to use 'HIGH' ciphers as default in OpenSSL
(edit) @5077   9 years ming Re #1845: Remove the hardcoded buffer size in one more place, to use …
(edit) @5076   9 years ming Fixed #1845: Add support if OpenSSL library has more than 100 cipher …
(edit) @5075   9 years ming Re #1843: Fixed unused variable warning when using OpenCore? AMR (thanks to …
(edit) @5074   9 years ming Re #1843: Support compilation with OpenSSL without OpenSSLv3 support …
(edit) @5073   9 years ming Re #1843 (thanks to Alexander Traud for the patch): Defines like …
(edit) @5072   9 years nanang Re #1842: Still on sipp/uac-reinvite-bad-via-branch.xml, fixed missing …
(edit) @5071   9 years nanang Re #1842: Workaround for spurious failure in …
(edit) @5070   9 years nanang Fixed #1844: Replaced assertion check of component ID range with normal …
(edit) @5069   9 years nanang Misc (re #1843): Fixed dependency lib order in pjsip-test Makefile. This …
(edit) @5068   9 years nanang Re #1842: Minor update on python test to reduce possibility of EADDRINUSE …
(edit) @5067   9 years nanang Re #1842: - Updated python test driver run.py to perform stdout polling …
(edit) @5066   9 years nanang Re #1842: Fixed build error on cmp_wav tool for python tests due to …
(edit) @5065   9 years nanang Re #1842: Updated pjsua app to avoid stdout buffering, and also adjusted …
(edit) @5064   9 years ming Changed version to 2.4-svn
(edit) @5063   9 years ming Tagged 2.4
(edit) @5062   9 years ming Changed version to 2.4
(edit) @5061   9 years riza Misc (re #1782): Fixed build error when using PJ_POOL_DEBUG=1
(edit) @5060   9 years nanang Misc (re #1782): Suppress compile warnings on MSVC.
(edit) @5059   9 years riza Misc (re #1782): Add information to pjsip_endpt_send_request documentation …
(edit) @5058   9 years nanang Re #1794: - Updated G7221, the bitrate can also be set via …
(edit) @5057   9 years nanang Re #1831: Fixed bug of requested format overwritten by supported format, …
(edit) @5056   9 years riza Re #1803: Add Application.mk which is necessary for ndk-build to define …
(edit) @5055   9 years riza Re #1838: Enable application to provide its own external resolver …
(edit) @5054   9 years ming Re #1837: Fix dispatch queue problem in iOS capture device (crash in …
(edit) @5053   9 years ming Re #1782 (misc): (trivial)Fixed typo in log
(edit) @5052   9 years ming Re #1835: More robust handling of format change, to prevent data race if …
(edit) @5051   9 years ming Fixed #1837: Fix premature dispatch queue release in iOS capture device …
(edit) @5050   9 years nanang Close #1836: Added colorbar device with active role.
(edit) @5049   9 years riza Misc (re #1782): Check if capturer is opened when getting window …
(edit) @5048   9 years riza Misc (re #1782): Fixed SIP error code not set properly when there's an …
(edit) @5047   9 years ming Fixed #1835: Fixed crash in iOS OpenGL renderer when in background and …
(edit) @5046   9 years nanang Misc (re #1782): Fixed various compile warnings on MacOS & iOS.
(edit) @5045   9 years nanang Misc (re #1782): Fixed various compile warnings on MSVC.
(edit) @5044   9 years ming Re #1782 (misc): Fixed activesock's lock msg w.r.t iOS background to be …
(edit) @5043   9 years ming Re #1818: Avoid warning caused by trying to destroy a locked jb mutex in …
(edit) @5042   9 years ming Re #1782 (misc): Prevent build error if using another ioqueue backend …
(edit) @5041   9 years ming Re #1782 (misc): Improve layout in ipjsua sample app, so it can display …
(edit) @5040   9 years nanang Fix #1834: Fixed SDP negotiator to retain initial_sdp in …
(edit) @5039   9 years ming Re #1782 (misc): suppress warning in compiling third party code: gsm.
(edit) @5038   9 years nanang Re #1828: Silenced off compile warnings on PortAudio?, as we lock the …
(edit) @5037   9 years riza Re #1833: Support bdSound's bdiMad v2.0.0
(edit) @5036   9 years nanang Re #1832: Update Android pjsua CLI build config to automatically replace …
(edit) @5035   9 years nanang Re #1828: Fixed misc compile warnings (on iOS).
(edit) @5034   9 years ming Re #1790: Fixed failed Android OpenGL detection if aconfigure is called …
(edit) @5033   9 years riza Re #1831: Handle when the information of the supported format is not …
(edit) @5032   9 years nanang Re #1790: Fixed error build of undefined "ANativeWindow_fromSurface()" …
(edit) @5031   9 years riza Re #1831: Fixed matching algorithm when the supported format only have one …
(edit) @5030   9 years nanang Re #1790: Misc fixes on renderer viewing in pjsua CLI app sample, e.g: …
(edit) @5029   9 years nanang Re #1822: Misc fix in Android video device build setting: - fixed silly …
(edit) @5028   9 years ming Fixed #1790: Remove unsupported capabilities and some cleanup
(edit) @5027   9 years nanang Re #1822: Updated build script to auto define …
(edit) @5026   9 years riza Re #1831: Implement algorithm in video port to find the best video format …
(edit) @5025   9 years nanang Re #1822: Re r5018, removed non cross-platform "cp" command flag "-u".
(edit) @5024   9 years nanang Re #1828: - Fixed failing regc test in pjsip-test due to modification in …
(edit) @5023   9 years nanang Re #1828: Adjust jitter buffer test data for changes in #1612.
(edit) @5022   9 years nanang Re #1823: Video settings on sample apps: - enabled video on pjsua CLI if …
(edit) @5021   9 years ismangil Re #1828 Temporary deactivation of failing tests to be examined in detail …
(edit) @5020   9 years ismangil Re #1828 Changed unit test expected to 415 to sync with other code changes
(edit) @5019   9 years nanang Re #1822: Fixed SVN properties on Android camera helper.
(edit) @5018   9 years nanang Re #1822: Moved Android camera helper (PjCamera?.java and …
(edit) @5017   9 years nanang Misc (re #1782): Coding style works (indentation, etc) on Android pjsua2 …
(edit) @5016   9 years ming Re #1790: Misc fixes: * Fixed crash when trying to set NULL surface * …
(edit) @5015   9 years nanang Misc (re #1782): Update default OpenH264 video size for Android platforms …
(edit) @5014   9 years nanang Re #1790: - Removed android_opengl_get_surface() for renderer view …
(edit) @5013   9 years ismangil Re #1828 disabled pesq tests
(edit) @5012   9 years ming Fixed #1827: Video port's clock thread may get stuck during format change …
(edit) @5011   9 years ismangil Removing XCode userdata
(edit) @5010   9 years ismangil Shared scheme for remote builds
(edit) @5009   9 years ismangil Experimental adding scheme for continuous integration
(edit) @5008   9 years ismangil Added Xcode workspace for iOS app continuous integration
(edit) @5007   9 years ming Re #1790: Reinitialize Android OpenGL renderer when there is format …
Note: See TracRevisionLog for help on using the revision log.