summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia
AgeCommit message (Expand)Author
2015-08-06Fix #1876: Don't restart renderer when only fps is changing, just modify the ...Nanang Izzuddin
2015-07-31Fix #1871: fixed missing audio index normalization in audio device open funct...Nanang Izzuddin
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-06-22Fixed #1860: Modify pjmedia_sdp_neg_fmt_match() to check for encoding paramet...Liong Sauw Ming
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-04-23Re #1843: Add support if app uses external libSRTP 1.5.x or above (thanks to ...Liong Sauw Ming
2015-04-09Re #1831: Fixed bug of requested format overwritten by supported format, caus...Nanang Izzuddin
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 #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 #1831: Implement algorithm in video port to find the best video format bet...Riza Sulistyo
2015-03-22Fixed #1827: Video port's clock thread may get stuck during format change eventLiong Sauw Ming
2015-03-03Fixed #1818: Fixed destruction of locked mutex (thanks to Denis Poltorak for ...Liong Sauw Ming
2015-02-11Close #1814: Add audio frame preview callbacks.Nanang Izzuddin
2015-02-11Misc (re #1782): added compile-time settings for Speex AGC & denoiser in Spee...Nanang Izzuddin
2014-11-10Re #1782 (misc):Liong Sauw Ming
2014-10-17Fixed #1799: Fix finding highest resolution for H264Liong Sauw Ming
2014-10-17Fixed #1798: Crash upon receiving re-INVITE to restart ICE after failed STUNLiong Sauw Ming
2014-09-24Fix #1794: Fixed assertion or garbled audio in call using G.722.1:Nanang Izzuddin
2014-09-22Fixed #1791: Fixed possible crash when trying to cancel sdp negotiation upon ...Riza Sulistyo
2014-08-19Re #1751: fixed miscellaneous gcc warningsBenny Prijono
2014-07-14Re #1776: Initial implementation of Libyuv wrapper. Supports:Riza Sulistyo
2014-07-09Misc (re #1751): fix crash when receiving unhold message caused by access to ...Riza Sulistyo
2014-06-04Fix #1769: Fixed maximum size/resolution calculation of H264 video in decodin...Nanang Izzuddin
2014-04-14Misc (re #1751): do not update RTCP TX statistic if sending RTP in stream (au...Benny Prijono
2014-04-10Re #1758: Initial implementation of OpenH264 wrapper. Supports:Benny Prijono
2014-04-07Re #1754: Minor update, replaced comment marks.Nanang Izzuddin
2014-04-01Re #1750:Nanang Izzuddin
2014-03-28Fix #1754: Fixed crash in video stream when encoder returns zero payload length.Nanang Izzuddin
2014-03-20Re #1750 fix for detecting definition of CodecID in newer ffmpegPerry Ismangil
2014-03-14Closed #1748: enhancements to WAV player APIBenny Prijono
2014-03-11Re #1742 (misc): Added NULL check before cloning codec param in pjmedia strea...Nanang Izzuddin
2014-03-10Re #1745 (Shared lib on MinGW): Avoid circular dependency caused by pjmedia-a...Nanang Izzuddin
2014-02-11Re #1734: Add flash support for DTMF rfc 2833.Riza Sulistyo
2014-02-06Misc (re #1630): another fixes for gcc warnings about variable set but unusedBenny Prijono
2014-02-04Misc (re #1630): Fixing warnings about variable set but not used with recent gccBenny Prijono
2014-01-30Close #1730: Added srtp_deinit()/shutdown() detection for external SRTP in co...Nanang Izzuddin
2014-01-23Misc (re #1630): Fixed symbols that should not be exported (thanks Tzafrir Co...Nanang Izzuddin
2014-01-23Misc (re #1630): Fixed GCC build warnings (thanks Tzafrir Cohen for the patch).Nanang Izzuddin
2014-01-03Close #1720:Nanang Izzuddin
2013-10-21Close #1705: Added playback and capture callbacks for echo canceller algo. No...Nanang Izzuddin
2013-10-08Re #1703 General bug fixes: fixed mutex not released on some error conditionBenny Prijono
2013-10-08Re #1703: fixing general bugs. First installment: correct handling of snprint...Benny Prijono