summaryrefslogtreecommitdiff
path: root/pjmedia
AgeCommit message (Expand)Author
2008-06-28Removed old PLC setting from pjmedia/config.hBenny Prijono
2008-06-27Media session should not reject the whole SDP when it receives SDP with unkno...Benny Prijono
2008-06-27Fixed assertion when parsing incoming SDP which is not properly terminated wi...Benny Prijono
2008-06-27Ticket #543:Nanang Izzuddin
2008-06-27Fixed session.c incorrectly parsing channel count from SDPNanang Izzuddin
2008-06-27Fixed extra '/' character when encoding stereo codecs (thanks Gianluca Crucil...Benny Prijono
2008-06-26Ticket #544: Fixed SRTP on hold+reinvite scenarioNanang Izzuddin
2008-06-26Specifying star in codec selection will select all codecs. Fixed the codec se...Benny Prijono
2008-06-24More ticket #542: Updated default capture latency (tested OK on Vista 64bit f...Nanang Izzuddin
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-06-20Updated doxygen documentationsBenny Prijono
2008-06-20Make SDP parser more lenient by ignoring first newlines.Benny Prijono
2008-06-19Ticket #549: major modification in media transport API to support more offer/...Benny Prijono
2008-06-16Cleaned up unused field avg_jitter from rtcp sessionNanang Izzuddin
2008-06-14Added pjmedia_tonegen_rewind()Benny Prijono
2008-06-14Implement ticket #546 and revisit ticket #439:Benny Prijono
2008-06-14More ticket #505: added constants to shrink the excess frames in jbuf even mo...Benny Prijono
2008-06-13Fixed various compilation warnings with gcc strict compilationBenny Prijono
2008-06-12Related to ticket #525: transport_srtp returns PJ_EINVALIDOP in UPDATE or re-...Benny Prijono
2008-06-12More ticket #542: updated dsound.c to adapt with latency settingNanang Izzuddin
2008-06-12Ticket #542: added new API and macro for sound device latency settings, also ...Nanang Izzuddin
2008-06-10Updated default speex quality settings and reenabled pjsua to set Speex codec...Nanang Izzuddin
2008-06-09Added more validations & a new API (thanks Florian Bomers):Nanang Izzuddin
2008-06-06More ticket #485: major modification in transport_ice to support new ICE stre...Benny Prijono
2008-06-06Added field maximum bitrate to codec param, this is useful for providing safe...Nanang Izzuddin
2008-06-06Cleaned up warnings of [u]char-[u]int conversionsNanang Izzuddin
2008-06-05Ticket #473:Nanang Izzuddin
2008-06-05Fixed bug in copying buffer and updated post process of buffer shrinkingNanang Izzuddin
2008-06-03Fixed C & C++ cross linked problem and missing newly added libsrtp.lib in sym...Nanang Izzuddin
2008-06-02Fixed uninitialized output size before calling G.722 encoderNanang Izzuddin
2008-05-30Updated delaybuf to learn burst level in realtime instead of only in the begi...Nanang Izzuddin
2008-05-30Added another WSOLA implementation, PJMEDIA_WSOLA_IMP_WSOLA_LITE, this is use...Nanang Izzuddin
2008-05-28Fixed bug in pjmedia_sdp_rtpmap_to_attr(): may overwrite past the bufferBenny Prijono
2008-05-27Changed build optimizations settings for Speex, pjmedia, and symbian_sound fo...Nanang Izzuddin
2008-05-23Changed build optimization settings for Speex and pjmedia for eVC4/Windows Mo...Benny Prijono
2008-05-17More on ticket #535: updated files using and related to math.hNanang Izzuddin
2008-05-13Resample port get frame may cause buffer overflow when downport returns non-a...Nanang Izzuddin
2008-05-07Ticket #527: Commited ticket527.2.patchNanang Izzuddin
2008-05-02More ticket #513:Nanang Izzuddin
2008-05-02Ticket #528: committed ticket528.patchNanang Izzuddin
2008-04-29More on ticket #513:Nanang Izzuddin
2008-04-28Ticket #513: Support for RTCP XR (initial patch)Benny Prijono
2008-04-23More ticket #497: added configuration to disable WSOLA and set default to dis...Benny Prijono
2008-04-22More ticket #420: creation of IPv6 media streams (tested on SIPit22)Benny Prijono
2008-04-19More ticket #526: committed ticket526.2.patchBenny Prijono
2008-04-14Fixed miscellaneous compile warnings/errors when built with C++ modeBenny Prijono
2008-04-14Ticket #526: Pjsua crash after wav player destroyed inside the eof callback (...Benny Prijono
2008-04-10More ticket #505: the jitter buffer only discard one packet at a time when op...Benny Prijono
2008-04-10More ticket #523: renamed some variable names for clarityBenny Prijono
2008-04-10Ticket #523: Handle incomplete audio frame from sound device (e.g. OSS)Benny Prijono