summaryrefslogtreecommitdiff
path: root/pjmedia
AgeCommit message (Expand)Author
2015-08-10Misc (re #1843): Fixed compile warnings of unused variable.Nanang Izzuddin
2015-08-07Re #1843 (misc): Fixed wrong calculation of timestamp in L16 codec (should be...Liong Sauw Ming
2015-08-06Fix #1876: Don't restart renderer when only fps is changing, just modify the ...Nanang Izzuddin
2015-07-31Close #1872:Nanang Izzuddin
2015-07-31Fix #1871: fixed missing audio index normalization in audio device open funct...Nanang Izzuddin
2015-07-30Fixed #1861: Add support for video capture orientation on AndroidLiong Sauw Ming
2015-07-28Misc (re #1843): Fixed MSVC build error on samples app due to undefined symbo...Nanang Izzuddin
2015-07-08Fix #1866: Refactored the management of initial SDP in SDP negotiator conside...Nanang Izzuddin
2015-07-03Re #1861: Changed pjsua API for setting the orientation using a more generic ...Liong Sauw Ming
2015-07-01Misc (re #1843): Register fmt matching callbak for AMR-WB in opencore-amr imp...Riza Sulistyo
2015-06-25Re #1861: Initial implementation of video orientation supportLiong Sauw Ming
2015-06-25Re #1843 (misc): Add two underscores for the header definition macros to matc...Liong Sauw Ming
2015-06-22Fixed #1860: Modify pjmedia_sdp_neg_fmt_match() to check for encoding paramet...Liong Sauw Ming
2015-06-18Misc (re #1843): Updated docs of PJMEDIA_AUD_DEV_ROUTE_DEFAULT (default route...Nanang Izzuddin
2015-06-12Misc (re #1843): Add index checking to some SDP attr operations. These operat...Riza Sulistyo
2015-06-01Close #1856: Offer only current active crypto on re-INVITE.Nanang Izzuddin
2015-05-28Misc (re #1843): Updated error message in pjmedia stream & video stream upon ...Nanang Izzuddin
2015-05-05Misc (re #1843): Best effort fix for compile warning of pointer-integer cast ...Nanang Izzuddin
2015-04-23Re #1843: Add support if app uses external libSRTP 1.5.x or above (thanks to ...Liong Sauw Ming
2015-04-22Re #1843: Fixed unused variable warning when using OpenCore AMR (thanks to Al...Liong Sauw Ming
2015-04-10Misc (re #1782): Suppress compile warnings on MSVC.Nanang Izzuddin
2015-04-09Re #1794:Nanang Izzuddin
2015-04-09Re #1831: Fixed bug of requested format overwritten by supported format, caus...Nanang Izzuddin
2015-04-08Re #1837: Fix dispatch queue problem in iOS capture device (crash in enc_cloc...Liong Sauw Ming
2015-04-08Re #1835: More robust handling of format change, to prevent data race if cloc...Liong Sauw Ming
2015-04-08Fixed #1837: Fix premature dispatch queue release in iOS capture deviceLiong Sauw Ming
2015-04-07Close #1836: Added colorbar device with active role.Nanang Izzuddin
2015-04-07Fixed #1835: Fixed crash in iOS OpenGL renderer when in background and assert...Liong Sauw Ming
2015-04-06Misc (re #1782): Fixed various compile warnings on MacOS & iOS.Nanang Izzuddin
2015-04-06Misc (re #1782): Fixed various compile warnings on MSVC.Nanang Izzuddin
2015-04-02Re #1818: Avoid warning caused by trying to destroy a locked jb mutex in pjme...Liong Sauw Ming
2015-03-30Fix #1834: Fixed SDP negotiator to retain initial_sdp in pjmedia_sdp_neg_send...Nanang Izzuddin
2015-03-27Re #1833: Support bdSound's bdiMad v2.0.0Riza Sulistyo
2015-03-27Re #1828: Fixed misc compile warnings (on iOS).Nanang Izzuddin
2015-03-26Re #1831: Handle when the information of the supported format is not available.Riza Sulistyo
2015-03-26Re #1831: Fixed matching algorithm when the supported format only have one size.Riza Sulistyo
2015-03-26Re #1822: Misc fix in Android video device build setting:Nanang Izzuddin
2015-03-26Fixed #1790: Remove unsupported capabilities and some cleanupLiong Sauw Ming
2015-03-26Re #1822: Updated build script to auto define PJMEDIA_VIDEO_DEV_HAS_ANDROID.Nanang Izzuddin
2015-03-26Re #1831: Implement algorithm in video port to find the best video format bet...Riza Sulistyo
2015-03-25Re #1828: Adjust jitter buffer test data for changes in #1612.Nanang Izzuddin
2015-03-23Re #1822: Fixed SVN properties on Android camera helper.Nanang Izzuddin
2015-03-23Re #1822: Moved Android camera helper (PjCamera.java and PjCameraInfo.java) f...Nanang Izzuddin
2015-03-22Re #1790: Misc fixes:Liong Sauw Ming
2015-03-22Misc (re #1782): Update default OpenH264 video size for Android platforms to ...Nanang Izzuddin
2015-03-22Re #1790: Nanang Izzuddin
2015-03-22Fixed #1827: Video port's clock thread may get stuck during format change eventLiong Sauw Ming
2015-03-21Re #1790: Reinitialize Android OpenGL renderer when there is format change.Liong Sauw Ming
2015-03-19Re #1822: Fixed unreleased memory pool of Android capture device stream.Nanang Izzuddin
2015-03-19Re #1826: Add enum video format supported in iOSRiza Sulistyo